LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO target vi when starting running disconnect from cRIO module from ethernet network

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.

RT_disconnect_crIO_from_ethernet.jpg

0 Kudos
Message 1 of 3
(2,886 Views)

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)?

0 Kudos
Message 2 of 3
(2,870 Views)
The 9073 is fairly low spec compared to many other crio chassis. I have one but always developed on the 9074 as the 9073 cpu hits high usage while debugging even with a simple application. Use the rt get cpu loads co to check cpu usage. Above 90% the network will probably drop out and you will have to reset the target. Your loops are running way too fast I think. Try slowing the loops and see if that fixes the issue. If so you will have to have a think about another way to code your vi.
Michael.
0 Kudos
Message 3 of 3
(2,863 Views)