Indicates the amount of time that has elapsed since the first call of the node or the most recent reset of the node.

target time
The amount of time that must elapse for time has elapsed to return True.
Default: 1 second
reset
Boolean that determines whether to reset the timer.
True |
The timer resets. |
False |
The timer continues counting the time that has elapsed since the value of reset was True.
|
Default: False
auto reset
Boolean that determines whether the timer resets to zero when it reaches the target time.
True |
The timer resets to zero when it reaches the target time. |
False |
The timer does not reset to zero when it reaches the target time. |
Default: True
elapsed time
Elapsed time, in seconds, since the first call of the node or since the reinitialization of the node.
time has elapsed
Boolean that indicates whether the amount of time specified in target time has elapsed.
True |
The specified amount of time has elapsed. |
False |
The specified amount of time has not elapsed. |
Resetting the Elapsed Timer Node
This node resets in the following cases.
-
You wire a value of True to reset.
-
The time specified in target time has elapsed and the time has elapsed value returns True.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application