07-28-2017 05:00 PM
Hello,
I am trying to write my first FPGA program that simply displays an input signal from a function generator in real time using the NI 9223 on a cRIO.
I followed the setup in the 9223 manual and cannot seem to get it working. Nothing displays at all on the graph and I've probed everywhere to try to find the problem however nothing is executable.
Looking forward to any help.
07-31-2017 03:08 AM
would it be possible for you to save your project as a pervious version? I am currently running LabVIEW 2014.
In the mean time the below link gives you loads of information on how to get started with a cRIO and with the FPGA module:
http://www.ni.com/compactrio/gettingstarted/
07-31-2017 03:54 AM
Hi chopp,
however nothing is executable.
When you get an "not executable" error the error dialog shows the wrong items!
- In your case you are using unsupported functions in your RT-VI…
- Atleast for me the FPGA vi is not compiled…
Nothing displays at all on the graph
The graph will only display data when the loop/VI stops…
08-08-2017 10:03 AM
Responding to this slipped my mind but it worked when I put the entire Host VI loop into a While loop so the data displays continuously.
Thanks for the Response!