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

Detailed Description

NumericDemux object selects one of two outputs to receive the input value, depending on the value of boolean switch input. The value of the other output remains unchanged.

If s1 is false, then out1 is updated with in, and out2 value remains constant at previous value If s2 is true, then out2 is updated with in, and out1 value remains constant at previous value

Properties


status_double out1

Facets: @readonly @summary

status_double out2

Facets: @readonly @summary

status_double in

Facets: @input @summary

status_bool s1

Facets: @input @summary