The start input generates a pulse with an off-delay equal to the value of delay.
In the Function Menu | On the Diagram |
---|---|
![]() |
![]() |
Name | Value Type | Description |
---|---|---|
start |
bool |
Trigger. |
delay |
int32 |
Off-delay duration in ms. |
Name | Value Type | Description |
---|---|---|
output |
bool |
Output value. Set to 1 by start input. Reset to 0 when the count reaches the delay value. |
count |
int32 |
Counter value in ms. Starts when start changes from 1 to 0. |
None