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