User Tools

Site Tools


mycnc:host_modbus_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
mycnc:host_modbus_api [2018/10/14 18:37] skirillovmycnc:host_modbus_api [2019/07/29 15:11] ivan
Line 10: Line 10:
 | GVAR_XMODBUS_SERVER_ADDR | 5750 | Writing to this register sets **Modbus Server Address** | | GVAR_XMODBUS_SERVER_ADDR | 5750 | Writing to this register sets **Modbus Server Address** |
 | GVAR_XMODBUS_VALUE | 5751 | Writing to this register sets a **Value** that will be sent while **write to Modbus Server** | | GVAR_XMODBUS_VALUE | 5751 | Writing to this register sets a **Value** that will be sent while **write to Modbus Server** |
-GVAR_XMODBUS_ADDR2READ | 5752 | Writing to this Register sets **Address of Global register** to put a result of **Modbus Read** operation |+GVAR_XMODBUS_RW_READY| 5752 |  |
 | GVAR_XMODBUS_READY_READ | 5753 | Ready Read flag. The value is automatically cleared ion start of Modbus read operation. \\ If Read is finished successfully, the value is set to "1". \\  If Read operation is failed, the value is set to "-1". | | GVAR_XMODBUS_READY_READ | 5753 | Ready Read flag. The value is automatically cleared ion start of Modbus read operation. \\ If Read is finished successfully, the value is set to "1". \\  If Read operation is failed, the value is set to "-1". |
 | GVAR_XMODBUS_WRITE | 5755 | Writing to this register initiates Modbus Write operation. \\ Written value is Modbus Server Register address (for Write). \\ A value defined in register 5751 will be sent | | GVAR_XMODBUS_WRITE | 5755 | Writing to this register initiates Modbus Write operation. \\ Written value is Modbus Server Register address (for Write). \\ A value defined in register 5751 will be sent |
 | GVAR_XMODBUS_READ | 5756 | Writing to this register initiates Modbus Read operation. \\ Written value is a Modbus Server Register address (for Read). \\ Writing to this register will clear READY_READ register (5753). The READ_READY register value will be set to "1" when Read completed successfully. The READ_READY register will be set to "-1" if Read Error happens | | GVAR_XMODBUS_READ | 5756 | Writing to this register initiates Modbus Read operation. \\ Written value is a Modbus Server Register address (for Read). \\ Writing to this register will clear READY_READ register (5753). The READ_READY register value will be set to "1" when Read completed successfully. The READ_READY register will be set to "-1" if Read Error happens |
 +| GVAR_XMODBUS_ADDR2READ | 5761 | Writing to this Register sets **Address of Global register** to put a result of **Modbus Read** operation |
 +|GVAR_XMODBUS_READ_INPUT_BITS | 5763 | Read the input bits |
 +| GVAR_XMODBUS_READ | 5764 | Read Modbus register (specify the particular register to read such as 5764,0) |
  
  
mycnc/host_modbus_api.txt · Last modified: 2019/08/01 15:26 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki