03-12-2025 11:23 AM
@MroxVest wrote:
It sounds like each event structure needs to be in its own loop in order to allow for another to fire again. I'll make the adjustment and see what happens.
There is significant "code smell", and I think a rethinking and rearchitecting is required. Your code is a 2024 snippet that most cannot open. Please do a "save for previous (2020 or below)" and attach the VI.
But first we need some details:
Newbies often overuse/misuse event structures. Maybe a simple polling state machine would be more appropriate.
03-12-2025 11:27 AM
Placing them all in a single event structure fixed the issue. Thank you so much!