cant understand this holding registers #959
-
Versions
Pymodbus Specific
Descriptionhi, i am trying to read the power meter value through modbus tcp/ip Slave ID, 1, (0x01) RX (Response) this is the reading that i got , Code and Logs # code and logs here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
On which address starts the power meter value and where does it ends? What does the doc say? |
Beta Was this translation helpful? Give feedback.
-
Reading 120 registers in one go, is going to the limit (255 bytes is max.), and will cause problems in a number of devices. Make 2 reads each of 60. But reading your description it seems there are no problem, it would help if you wrote where you see a problem. |
Beta Was this translation helpful? Give feedback.
-
Furthermore I looked over the Schneider implementations I have (including some power meters) and none have 120 holding registers....are you sure your meter have that many holding registers ? The load profile in the power meter, have much more values, but normally read that with the file command. |
Beta Was this translation helpful? Give feedback.
Reading 120 registers in one go, is going to the limit (255 bytes is max.), and will cause problems in a number of devices. Make 2 reads each of 60.
But reading your description it seems there are no problem, it would help if you wrote where you see a problem.