-
Hi, So I used the scanner on a project to scan for the used addresses. So far happy with the tool, useful feature in our situation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
Hi,
If I understand the situation correctly, you need to find the Modbus register that is responsible for setting the parameter.
The Modbus protocol itself does not provide information describing the data stored in the memory cells of the device (unlike, for example, OPC UA).
To understand what information is stored in the device register, you need a datasheet from the device developer.
But you can do certain things by indirect methods. If the value in the register is known (or approximately known) and the location of the register is approximately known (for example, it can be in the address range from 1 to 1000), then you can add these registers to the DataView list, push Run button and …