Elmomc Multi-Axis Motion Controller-Maestro Instrukcja Użytkownika Strona 246

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 313
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 245
13.10
13.11
Maestro Software Manual Node DS301 Command Reference
MAN-MASSW (Ver. Q)
Upload SDO - 8 bit
This function implements SDO upload data (8 bits) from the CAN node.
Syntax:
data8 = <node>.rsdo8(index, subindex)
Input Parameters:
index CAN object index
subindex CAN object sub index
Return Value:
Integer with 8 bits SDO data.
Example:
int data
data = node1. rsdo8 (0x100B,0)
Upload SDO - 16 bit
This function implements SDO upload data (16 bits) from the CAN node.
Syntax:
data8 = <node>.rsdo16(index, subindex)
Input Parameters:
index CAN object index
subindex CAN object sub index
Return Value:
Integer with 16 bits SDO data.
Example:
int data
data = node1. rsdo16 (0x2040,0)
13-6
Przeglądanie stron 245
1 2 ... 241 242 243 244 245 246 247 248 249 250 251 ... 312 313

Komentarze do niniejszej Instrukcji

Brak uwag