Timers

Functions → Timers

Timers produce a time value (seconds) on an output channel with configurable start, stop, and reset logic.

Timers Timers

Example: hide the camera view 10 seconds after reverse gear is deselected.

Settings

Output Channel

Channel that holds the running time in seconds.

On Expired Event

Event triggered when the timer reaches Max Time.

Max Time

Maximum time in seconds. 0 = no time limit.

Reset Mode

ModeBehaviour
NeverTimer never auto-resets
On Timer StartTime resets to 0 when the timer starts
On Timer StopTime resets to 0 when the timer stops
On ConditionTime resets to 0 when the Reset Condition is true

Start Condition

When the start condition is true and the stop condition is false, the timer runs. The stop condition takes precedence.

Stop Condition

When true, the timer stops. If no stop conditions are set, the result is always false (does not force a stop by itself).

Reset Condition

When true, the timer resets to 0. Only used when Reset Mode is On Condition. If no reset conditions are set, the result is always false.