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