Schedule Digital Output

The Schedule Digital Output command schedules a digital output event. The digital output must be configured to accept software-scheduled commands and be in the Running state.

Command

Field

Type

Offset

Description

length

32u

0

Command size including this field, in bytes.

id

16u

4

Command identifier (0x4518).

index

16u

6

Index of the output (starts from 0).

target

64s

8

Specifies the time (clock ticks) when or position (µm) at which the digital output event should happen.

The target value is ignored if ScheduleEnabled is set to false. (Scheduled is unchecked in Digital in the Output panel.) The output will be triggered immediately.

value

8u

16

Specifies the target state:
0 – Set to low (continuous)
1 – Set to high (continuous)
Ignored if output type is pulsed.

Reply

Field

Type

Offset

Description

length

32u

0

Reply size including this field, in bytes.

id

16u

4

Reply identifier (0x4518).

status

32s

6

Reply status. For a list of status codes, see Status Codes.