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
#6
For write to work you need to set address field correctly, but this will break single block read. We might add another field (write_address) for cases like you have in future releases.

For now you have two options:
1. Do not use block read at all
2. Create another set of registers with "write_only": true, disable writable for original registers and use their values as status objects in visualization. This will introduce a delay between status object update due to polling interval.
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: