ZMIO310 Vertical Bus Expansion Module User Manual V1.0
assignment.
Examples
'7061h is the DA module control dictionary
SDO_WRITE(0,0,$7061,1,6,65535)
'configure output value of channel 0 as 0xFFFF
SDO_WRITE(0,0,$7061,2,6,65535)
'configure output value of channel 1 as 0xFFFF
SDO_WRITE(0,0,$7061,3,6,65535)
'configure output value of channel 2 as 0xFFFF
SDO_WRITE(0,0,$7061,4,6,65535)
'configure output value of channel 3 as 0xFFFF
Note: if SDO command is used to configure DA output, it is only valid before EtherCAT
START, because after EtherCAT START, controller will open PDO command to configure
DA channel output automatically, PDO real-time is high, and it covers DA channel data of
SDO configuration. PDO command corresponds to AOUT in ZBasic, please refer to ZBasic
manual for specific usage of AOUT.