02-28-2013 01:49 PM - edited 02-28-2013 01:51 PM
Awesome, I only had to do step 1 and reboot, and then I was able to enter the IP address of the RIO, and the RIO shows up. Hopefully I can update the software now. Thanks.
03-01-2013 01:15 PM
When I change the FPGA vi to run on the development computer, it breaks the RT vi, which gives an error message "The FPGA VI Execution mode, Execute on the Development Computer, is not supported on Real-Time targets." Does this mean I just can't simulate using the evaluation board?
03-04-2013 09:22 AM - edited 03-04-2013 09:23 AM
You can still simulate the FPGA by just running your FPGA VI, but if you want to simulate the host-target communication, then you can only do that from Windows. Fortunately, all you have to do is change your RT VI by right-clicking on the lower left-hand corner of the window, and select "My Computer". This will let you simulate your "RT" code on Windows (timing is in no way accurate when simulating RT VIs on Windows).
03-11-2013 03:47 AM
One more thing, if the power is unplugged would I have to configure it all over again?
03-14-2013 09:59 AM
Do you mean if you unplug the power to the board while your project is running? There will be a notification in LabVIEW that the target has been disconnected, but it shouldn't affect the configurations you made in LabVIEW regarding which target you want the code to run on. Please clarify the question if this isn't what part of the process you were asking about.
Thank you,
03-14-2013 11:22 AM
All right, thanks.