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 Schneider PLCs
#1
Hello Im trying to optimize a modbus communication on order to read from a tcp slave (it will be a schneider PLC) with a single request.

First I'm triyng with floats, this is my test which is sending 3 separated requests:

{"name":"Teste1","bus_datatype":"float32","type":"register","address":0,"writable":"true" },
{"name":"Teste2","bus_datatype":"float32","type":"register","address":2,"writable":"true" },
{"name":"Teste3","bus_datatype":"float32","type":"register","address":4,"writable":"true" }

I have tryed to implement the following json, but without success :

{"name":"Teste1","bus_datatype":"float32","type":"register","address":0,"writable":"true","Read_count":3,"Read_offset":0 },
{"name":"Teste2","bus_datatype":"float32","type":"register","address":0,"writable":"true","Read_count":3,"Read_offset":2 },
{"name":"Teste3","bus_datatype":"float32","type":"register","address":0,"writable":"true","Read_count":3,"Read_offset":4 }

Any sugestions ?

Thank you Big Grin
Reply


Messages In This Thread
Modbus Schneider PLCs - by iJAF - 05.03.2018, 11:28
RE: Modbus Schneider PLCs - by admin - 05.03.2018, 12:06
RE: Modbus Schneider PLCs - by iJAF - 05.03.2018, 15:49
RE: Modbus Schneider PLCs - by admin - 05.03.2018, 16:40
RE: Modbus Schneider PLCs - by iJAF - 06.03.2018, 11:07
RE: Modbus Schneider PLCs - by admin - 06.03.2018, 12:03

Forum Jump: