TickTock¶
Doc Home > API Index > control > TickTock
Inheritance¶
sys::Obj sys::Virtual sys::Component control::TickTock
public class TickTock
[niagaraIcon="module://icons/x16/control/util/sine.png"]
TickTock component
Generates boolean square wave with ticksPerSec pulses per second
Fields¶
out¶
public property bool out [readonly]
output pulses
ticksPerSec¶
public property int ticksPerSec [unit="per_second", min=1, max=10, config]
can configure 1 to 10 pulses per second
Methods¶
changed¶
public override void changed(Slot slot)
Behavior to execute when a property is changed externally
execute¶
public virtual override void execute()
Execute is called once every scan.
start¶
public virtual override void start()
Callback when component is first started in an app.
Doc Home > API Index > control > TickTock
Last update: April 28, 2020