Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoSystem_ScheduledStart ( GoSystem  system,
k64s  value 
)

Starts all sensors that are currently in the ready state at a scheduled value.

NOTE: The value specified is the target value to start at, not a relative offset from the current value. The typical usage is to obtain the current value first, add an offset to it, and start at that value.

Version
Introduced in firmware 4.1.3.106
Parameters
systemGoSystem object.
valueThe value at which to start the sensor. It is in uS when time triggered and ticks when encoder triggered.
Returns
Operation status.
See also
GoSystem_Stop, GoSensor_ScheduledStart, GoSensor_Stop, GoSetup_SetTriggerSource, GoSetup_TriggerSource