Schedules a digital output. Requires that the output be configured to trigger on software control
Go2Status Go2System_ScheduleDigitalOutput(Go2System system, Go2Digital digital, Go2Int64 target, Go2Int64 value);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
Go2Digital digital |
Go2Digital object. |
|
Go2Int64 target |
the time or position target (uS or mm), depending on Go2System_SystemDomain. Ignored if Go2Digital_ScheduleEnabled is false or Go2Digital_SignalType is pulsed. |
|
Go2Int64 value |
The value of scheduled output (0-Low or 1-High). Ignored if output Go2Digital_SignalType is pulsed. |
Operation status.
Go2System.h