Time.Timer

A simple timer.

Description

This logic counts down from a given runtime and sets a HasElapsed data point after that time.

Inputs

NameType

M/O

Description
StartStopItemID

M

A boolean data point that starts and stops the timer.
ResetItemIDMA boolean data point. If set to True the output RemainingTime is set to the value of input Runtime, the output HasElapsed data point is reset to False and the Reset data point is also reset to False.
RuntimeNumeric or TimeMThe start time at which the timer starts.

Outputs

NameTypeM/ODescription
RemainingTimeNumeric or TimeMThe time remaining until a running timer will elapse.
HasElapsedItemIDOA boolean data point that is set to True once the timer has elapsed.

Parameters

None.

Possible trigger types

  • Timer (1 s)

Applies to

  • XLogic Library 1.0.15+