TcLogTrig
- Namespace
- TcLogLib
- Extends
- Inherited Methods
- Implements
This function block can be used to log on rising or falling edges.
For each signal that should be watched, a separate instance of TcLogTrig
must be created.
FUNCTION_BLOCK TcLogTrig EXTENDS TcLogLib.TcLog IMPLEMENTS TcLogLib.ILog
Methods
OnFallingEdge
Logs data on falling edge of CLK
.
METHOD OnFallingEdge (
CLK : BOOL) : REFERENCE TO TcLog
Inputs
Returns
- REFERENCE TO TcLog
OnRisingEdge
Logs data on rising edge of CLK
.
METHOD OnRisingEdge (
CLK : BOOL) : REFERENCE TO TcLog
Inputs
Returns
- REFERENCE TO TcLog