Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 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+


  • No labels