When 1 is received on the start input, the output is set to 1 and the internal count timer starts. When count reaches the period value, counting stops and output is set to 0.
In the Function Menu | On the Diagram |
---|---|
![]() |
![]() |
Name | Value Type | Description |
---|---|---|
start |
bool |
Trigger (rising edge). |
period |
int32 |
Pulse duration in ms. |
Name | Value Type | Description |
---|---|---|
output |
bool |
Output. Set to 1 by start input. Reset to 0 when count reaches the period value. |
count |
int32 |
Counter value in ms. Starts by start input. |
None