adapnex::core::TON
An on‐delay timer that delays the rising edge of a signal by a defined duration.
Data Members
Name |
Description |
If IN is false, the ET output is 0. As soon as IN is true, the duration in ET is incremented until the value reaches PT. It then remains equal to PT. |
|
Input that starts the timer with a rising edge and resets the timer with a falling edge. |
|
Input defining the time that must pass before Q is set. |
|
Output that has a rising edge when the duration specified in PT has passed. Q is true, if IN is true and ET is equal to PT. Otherwise, Q is false. |
Created with MrDocs