sys::Obj sys::Virtual sys::Component control::WriteInt
public class WriteInt
[niagaraIcon="module://icons/x16/control/enumPointWr.png"]
WriteInt can be used to link or set a integer value. If in is unlinked, in values can be set by actions.
public property int in [summary, config]
input property, persisted as config property
public property int out [summary, readonly]
output property = in, runtime property
public virtual override void execute()
Execute is called once every scan.
public action void set(int x)
action to in to a value