WM1496 - Limited No. of data can poll?

allenreyes

Member
Join Date
Jun 2014
Location
somewhere
Posts
4
Relative to my previous post...
I encountered another problem regarding the number of data can poll to Carlo Gavazzi's PM14-96 meter...
Once I poll 3 parameters the value of the last address I mapped changed (different value as I poll the data alone).
If more than 3 parameters, one or all the data mapped to Kepserver becomes bad signal.

Test#1 "# of data poll = 2"
Vab(300658) = 114
Vbc(300660) = 111

Test#2 "# of data poll = 3"
Vab(300658) = 114
Vbc(300660) = 111
Vca(300662) = 2611 --> INCORRECT VALUE

Test#3 "# of data poll = 1... (the same address mapped during test 2)"
Vca(300662) = 111 --> CORRECT VALUE


I already tried to communicate directly on the device using Modbus Serial as the device driver on Kepware..I also tried to use 2 wire and 4 wire connection of RS485..even adjusting the Request time out set to Kepserver (0 to 30000 msec)....the outcome is still the same.

Does anyone encountered this problem to this specific device and/or other modbus devices???
Any suggestion??
 
danw gave you example in this post:
http://www.plctalk.net/qanda/showpost.php?p=593593&postcount=8

In chapter 3.2.1 it is shown how to read 12 registers
0x280 - 0x297

Note in the request that they use function code 4
Request frame: 1 4 2 80 0 C F0 5F
1 - slave address
4 - function code (4 - read input registers)
2 and 80 - start address 280
0 and C - register count to read (c in hex is 12 in decimal)
F0 5F - CRC
 
Last edited:

Similar Topics

as already mentioned in the title, document 1756-rm014_-en-p.pdf mentions a limit of decorated data (XML format) to 100k. Is there a way to...
Replies
0
Views
592
When attempting to add IO modules to the backplane of a Guardlogix controller (5069-L330ERMS), there are only 18 modules from which to select, and...
Replies
3
Views
1,360
Hello everyone, is it possible to make a project that will not be used at the end of the specified date with wincc flexible?
Replies
5
Views
1,988
My memory is failing me. I seems to remember I could download which ever version of any Rockwell Automation software as long as they are covered...
Replies
2
Views
2,445
Dear PLCtalk Forum, I developed a generator for time-optimal trajectories with jerk limitation. You can access it online to calculate, display...
Replies
32
Views
15,831
Back
Top Bottom