WriteInt¶
Doc Home > API Index > control > WriteInt
Inheritance¶
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.
Fields¶
in¶
public property int in [summary, config]
input property, persisted as config property
out¶
public property int out [summary, readonly]
output property = in, runtime property
Methods¶
execute¶
public virtual override void execute()
Execute is called once every scan.
set¶
public action void set(int x)
action to in to a value
Doc Home > API Index > control > WriteInt
Last update: April 28, 2020