13.09.2016, 07:38
(13.09.2016, 07:17)admin Wrote: You can use built-in modbus mapper and create a profile for each PLC. This way you won't have any sync issues. You can also use modbus mapper as a proxy, I'll provide an example later on.
I can't, because I have to manipulate datas before writenig it into an object (for example: my PLC use 2 byte integer registers, and I have to convert it in 2 byte float for the visualization) or I have to don't read some registers if a condition is checked.