sys::Obj sys::Virtual sys::Component control::WriteBool
public class WriteBool
[niagaraIcon="module://icons/x16/control/booleanPointWr.png"]
WriteBool can be used to link or set a boolean. If in is unlinked, in values can be set by actions.
public property bool in [summary, config]
input property, persisted as config property
public property bool out [summary, readonly]
output property = in, runtime property
public virtual override void execute()
Execute is called once every scan.
public action void setFalse()
action to set in to false
public action void setNull()
action to set out to null
public action void setTrue()
action to set in to true