Event driven read

I have 20 events that I am monitoring in a power relay cabinet. If a problem is detected a trip signal is sent to the power source. Loss of power due to the trip signal introduces several additional problem indications. I would like to be able to determine the first event but because the polling rate for the i/o input node is 1000 milliseconds (I believe Pac Control uses 250msec). I am trying to use the i/o read node with a 0.2sec polling rate and change node. (0.1sec on 20 reads seems to clog the system)
Is there an implementation based on an interrupt instead of polling?

UDP streaming will get you there.

1 Like

Thanks for this information!