06-10-2016 09:18 AM
I am using cRIO-9073, I have FPGA vi code and cRIO target vi code. When I start
the FPGA vi code , it runs continuously without issue. However in addition,
when I run cRIO target vi , it runs slows ( results displayed in front panel)
and disconnects the cRIO-9073 from Ethernet network. Also, I can reconnect
unless I have repower the cRIO-9073 itself. I have attached the cRIO target vi
and FPGA vi above.
Kodjo Komedja
.NET Application developer
Please, I am looking forward your response.
06-10-2016 11:29 AM
What is this code supposed to do? You show three loops, each running at 1Mhz, and at least the top two have a True constant wired to the stop condition, so those loops will only execute once. Also, you shouldn't open and close the FPGA reference three times if you're using the same FPGA VI in all three loops (and, if the three loops all run at the same rate, why do you need multiple loops)?
06-10-2016 01:10 PM