Ace Dynamic Comp Index  June 2020
Niagara-4.9
control::BooleanDelay Class Reference

Detailed Description

BooleanDelay provides a way to delay the status change.

The BooleanDelay component provides a way to delay the status change of a boolean status "out"
property value by configuring an associated "Delay" property.
Delay properties are provided for on (true) and off (false) statuses and
are labeled "On Delay" and "Off Delay", respectively.
The delay applies to any transition (status change from on to off or off to on)
at the component's status boolean input.
Both delay times are configurable in terms of hours, minutes and seconds.

Properties


status_bool out

Facets: @readonly @summary

status_bool outNot

Facets: @readonly @summary

status_bool in

Facets: @input @summary

int onDelay

Facets: @config @min = 0 @unit = "second"

int offDelay

Facets: @config @min = 0 @unit = "second"

bool onDelayActive

Facets: @readonly @summary

bool offDelayActive

Facets: @readonly @summary