Elmomc Multi-Axis Motion Controller-Maestro Manual de usuario Pagina 245

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 313
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 244
13.8
13.9
Maestro Software Manual Node DS301 Command Reference
MAN-MASSW (Ver. Q)
Download SDO - 16 bit
This function implements SDO download data (16 bits) to the CAN node.
Syntax:
<node>.wsdo16(index, subindex, data)
Input Parameters:
index – CAN object index
subindex – CAN object sub index
data – new data value (16 bits)
Return Value:
None
Example:
node1. wsdo16 (0x1600,0,0xffff)
0x1600 - CAN object index
0x0 – CAN object sub index
0xffff – Data value (16 bits)
Download SDO - 32 bit
This function implements SDO download data (32 bits) to the CAN node.
Syntax:
<node>.wsdo32(index, subindex, data)
Input Parameters:
index CAN object index
subindex CAN object sub index
data – Data value (32 bits)
Return Value:
None
Example:
node1. wsdo32 (0x1600,0,0xffffffff)
0x1600 CAN object index
0x0 – CAN object sub index
0xffffffff – Data value (32 bits)
13-5
Vista de pagina 244
1 2 ... 240 241 242 243 244 245 246 247 248 249 250 ... 312 313

Comentarios a estos manuales

Sin comentarios