I am working on a project based on the LV FPGA Control for CompactRIO sample project, which will use a cRIO-9054 with the NI 9205 and NI 9264 as the I/O modules.
I actually have two sets of the devices stated above. I tested my code on the 1st cRIO device and it works fine. Then I disconnected the 1st cRIO from my computer and connected my 2nd cRIO. According to MAX, it took on the same IP address as the first, so this is what I enter into the UI Main.VI when I try to run the code again. However, it seems to have trouble connecting to the 2nd cRIO. An error, '314004 - Create Network Stream Writer Endpoint in UI - Initiate Connection.vi->UI Main.vi' is raised.
What is strange to me is before I tried connecting to the 2nd cRIO through the UI Main VI, it appears that I was still able to to connect to the 2nd cRIO in the project explorer window (right clicking on the target and selecting 'Connect', and it shows it is successful). It also appears that I was able to download the FPGA VI's bitfile. So what could be going wrong? The help would be much appreciated. Thank you.