The start input generates a pulse with a delay equal to the value at the delay input.

| In the Function Menu | On the Diagram |
|---|---|
![]() |
![]() |
| Name | Value Type | Description |
|---|---|---|
start |
bool |
Trigger. |
delay |
int32 |
Delay duration in ms. |
| Name | Value Type | Description |
|---|---|---|
output |
bool |
Output value. Set to 1 when the count reaches the delay value. |
count |
int32 |
Counter value in ms. Starts when start is triggered. |
None