LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event structure compactRIO

Hello
Can I use an event structure on a diagram running on the CompactRIO controller? I try to use a button in an event structure but the code inside the event "value changed" never runs.
Thanks
0 Kudos
Message 1 of 2
(2,959 Views)
Hello David,

A LabVIEW RT program should be programmed as if the front panel is not there.  In an embedded LabVIEW RT program, when you write to a local variable it does not update the front panel, since the front panel is not downloaded with the VI to the target. So it normal that events based on "value changed" doesn't work (Cf. this KnowledgeBase).

Cordially,
Message 2 of 2
(2,924 Views)