LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing Event Structures on cRIO-9022

Solved!
Go to solution

Hi,

 

I am trying to implement Event Structures where I want to switch in between 'Start' and 'Stop' events. The LabView code works fine when I run it on PC. However, when I run the code on cRIO-9022 using RIO Scan Interface, the value change of the 'Start' button does not trigger the Start event. It keeps on waiting inside the 'Wait for Event' case, but never enters the 'Start' case. Does it mean that the Event Strucuture will not work on my cRIO or am I doing something wrong?

Since, I am beginner in LabView so I implemented this simple code to check if cRIO-9022 support Event Structures.

 

Thank you!

 

Kind Regards,

Okidoki

Download All
0 Kudos
Message 1 of 2
(2,106 Views)
Solution
Accepted by topic author okidoki21

From Event Structure Support in LabVIEW Real-Time

For targets without Embedded UI functionality, the Event Structure does not support UI events. Because Front Panels are not transferred to these real-time targets, any events based on a control or indicator will not work. However, the event structure does support user events.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 2
(2,086 Views)