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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 313
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 232
Parameters:
address – input register reference (range: 1 - 65536)
Example:
intVal= slave.inputRegisters[i]
Coils data access (Table 0:00000):
Data Access Methods to support read and write of discrete outputs (coils) in table
0:00000.
int retVal= coils[int address]
coils[int address] = intVal
Read and write single discrete output.
Parameters:
address – coil (output discrete) reference (range: 1 - 65536)
Example:
slave.coils[2]= slave.coils[1]
Discrete Inputs data access (Table 1:00000):
Data Access Methods to support read discrete inputs (input status) in table 1:00000.
int retVal = discreteInputs[int address]
Read single discrete input.
Parameters:
address – discrete input address (range: 1 - 65536)
Example:
intVal= slave. discretInputs[1]
12.5 MODBUS objects configuration by Elmo Studio:
User Interface implementation
12.5.1 Elmo Studio MODBUS window
MODBUS objects (Master/Slave) can be created by the Elmo Studio by using the
Workspace Window MODBUS View page.
Maestro Software Manual Ethernet/IP Communication
MAN-MASSW (Ver. Q)
12-13
Przeglądanie stron 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 312 313

Komentarze do niniejszej Instrukcji

Brak uwag