Hey Guys, I'm trying to setup a simple interlock system where I have 3 solenoids and they can't all be on at once, so I attempted to use event handlers for this purpose.
I created a virtual data source with 3 virtual data points, for this setup I've named them North, West, East.
I then created event triggers for the Open and Closed positions.
Then I created event handlers which would hopefully watch the points and if one was opened, it would close the other two, then actually drive the output on the end device (currently disabled for testing)
The problem is if I open any of them they close almost immediately and then begin flapping.
I must be setting these event handlers up wrong?
Attachment: download link