vykonPro-BypassLogger

The BypassLogger component monitors a boolean value and logs the timestamp and elapsed time of active periods. On a transition from false to true of the bypassInput, the current time is latched. On a subsequent transition from true to false of the bypassInput, a record is appended to the history. The record includes timestamp (timestamp of transition from false to true), timestampEnd (timestamp of transition from true to false), and elapsedTime (difference between timestamp and timestampEnd).

Properties