Skip to content

How to use the tool to get an address? #44

Answered by serhmarch
SgtFoose asked this question in Q&A
Discussion options

You must be logged in to vote

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 …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@serhmarch
Comment options

Answer selected by serhmarch
@SgtFoose
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants