LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Freeze event loop in RTmain on cRIO 9035

Hello to all,

I have a cRIO 9035 controller on which I would like to use directly with the built-in user interface.

I realized then RT a RTmain.vi to manage the built-in UI (I already enabled the embedded option of IU MAX).

 

THE VI is a Producer consumer QMH (see attached picture) with a loop Producer and consumer loop.

The first cycle is a state machine where the event structure JKI handles user events.

The second is a loop FPGA control based on a consumer loop QMH.


The strange behavior is that if you just run the state machine for the event (by disabling the loop for FPGA) works well and is responsive.

When I run with both loops, the FPGA loop appears to work, but the loop with the event remains frozen (does not enter even running.

Thanks for your help
Hello to all,

Nicola
LabVIEW DeveloperByteLABS.
0 Kudos
Message 1 of 2
(2,776 Views)

Ok I solved,

 

I removed run as startup, I compiled everything, and this time by running the works there.
I'm not sure I understand what happened, but now it works ...
Thank you

Nicola
LabVIEW DeveloperByteLABS.
0 Kudos
Message 2 of 2
(2,772 Views)