This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

MODBUS
#1
I have a problem writing to a GREE brand air conditioning machine.
From a PAS600 TCP/IP modbus gateway and software I can do the writing in Word 2 for the ON/OFF and setpoint change, but from the Logic Machine I have not been able to.

This is the json file.

{
  "manufacturer": "LM",
  "description": "Special Profile",
  "mapping": [
{ "name": "ON_OFF", "bus_datatype": "int16", "type": "register", "address": 2, "writable": true },
{ "name": "Ambient temperature", "bus_datatype": "int16", "type": "register", "address":4, "writable":false, "value_multiplier": 0.1, "units": "° C"},
{ "name": "mode", "bus_datatype": "uint16","type":"register", "address":17, "writable":true },
{ "name": "set fan speed", "bus_datatype": "uint16", "type": "register", "address":19, "writable":true },
{ "name": "set point", "bus_datatype": "uint16", "type": "register", "address": 20, "writable": true },
{ "name": "set point1", "bus_datatype": "int16", "type": "register", "address": 20, "writable": true },
{ "name": "Operation", "bus_datatype": "uint16", "type": "register", "address": 20, "writable": true},
{ "name": "Operation Mode ", "bus_datatype": "uint16", "datatype": "uint16", "type": "register", "address": 20, "writable": true}
  ]

  }
I have tried all possible options, but nothing.
How can I know the command that is being output via modbus TCP/IP to the PAS600 gateway?

Attached Files
.pdf   Acrobat Document_UM_R32.pdf (Size: 831.25 KB / Downloads: 10)
.json   GREE_3.json (Size: 655 bytes / Downloads: 6)
Reply


Messages In This Thread
MODBUS - by KARRAS - 16.01.2024, 08:48
RE: MODBUS - by Daniel - 16.01.2024, 08:54
RE: MODBUS - by KARRAS - 16.01.2024, 09:56
RE: MODBUS - by admin - 16.01.2024, 09:58
RE: MODBUS - by KARRAS - 16.01.2024, 10:12
RE: MODBUS - by Daniel - 16.01.2024, 10:18
RE: MODBUS - by KARRAS - 16.01.2024, 10:59

Forum Jump: