Closed paulbarron85 closed 9 months ago
You have two options:
OnCondition
. You have to catch the rising edges yourself with R_TRIG
and pass the result into the loggerTcLogTrig
for each of your variables. This is necessary because it stores the state of the signal internally to detect the edges. Using it for multiple signals does not work.
See the docs for an example. You can, however, use the same instance to log one rising and one falling edge.
How should one log multiple Boolean signals in the same FB? Is it ok to use the same instance or do you require a new FB for each thing you want to log. Specifically, I'm looking at the TcLogTrig. For example, can I do the following: