Greetings kaiser_will ...
I’m not sure whether your plans include something like a “first out” recorder ... this usually has the idea of “trapping” the first one of a series of digital inputs to turn off ...
if this is NOT what you’re trying to do, please stop reading now and just ignore the rest of this post ...
continuing on ...
many (most?) people don’t know it, but when two or more digital inputs electrically change state at the same time, the PLC does NOT always “update” the correct ONE/ZERO status of those inputs on exactly the same processor scan ...
specifically, suppose that two digital inputs are wired to the SAME switch - and that the switch is presently ON ... both bits on the PLC’s input data table are each presently showing a status of ONE ...
now suppose that the switch is turned OFF ... since both inputs are electrically tied together, it’s natural to assume that both of the bits will change to a ZERO status simultaneous ...
issue: that SIMULTANEOUS thing doesn’t always happen ... specifically, one of the bits may still reflect a ONE status for one or two processor scans - while the other bit now reflects a ZERO status ...
I hate to dredge this old thread up, but I covered these types of issues in this post ...
http://www.plctalk.net/qanda/showthread.ph...mp;postcount=25anyway ... if the “data recorder” that you’re working on can deal with a one-scan or two-scan discrepancy between the “actual” and the “recorded” status of the bits, then party on ... don’t worry about this type of stuff ... on the other hand, if you’re really trying to nail down EXACTLY what the status of several bits are at “alarm time” then you might want to consider the issues that I’m talking about ...
hope this helps ...