Gocator API > Go2 > Classes > Go2System > Functions > Go2System_ScheduleDigitalOutput
Gocator 1x00 API
Go2System_ScheduleDigitalOutput
Description

Schedules a digital output. Requires that the output be configured to trigger on software control

C
Go2Status Go2System_ScheduleDigitalOutput(Go2System system, Go2Digital digital, Go2Int64 target, Go2Int64 value);
Parameters
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. 
Returns

Operation status.

File

Go2System.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.