Trying to Poll Horner RX371 w/modbus

Benvt

Member
Join Date
Mar 2014
Location
Vermont
Posts
1
Sorry, I'm very new at Modbus/TCP & PLCs in general.. I'm trying to poll(and in the end read/write to) a register from a Horner X371 PLC, the register identified through Cscape is %R6208.. Would that register be a normal holding register? (use FC 3 to poll)? ..

I can get to some other registers, but I cannot seem to poll this one.
(writing code in perl MBclient & tried in 'Simply Modbus TCP client')

Thanks,
Ben
 
Hi Ben,

I know it's late, but others may come across this page via Google as well...

The first 2048 %R registers are available via the Read Holding Register command in all firmware versions by the looks of it.

The %R registers up to 9999 should be available in later firmwares using the Read Holding Register command. Note that a Modbus offset of 10000 is required for the registers in this extended range, whereas 3000 is used for the first 2048 Modbus registers.

Thus you should set your Master to read holding register, address 16208.

I use Modbus Poll from Modbustools for all my testing and have had no issues to date.
 

Similar Topics

Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
73
I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
145
Hi I used to be able to launch PLCsim without any problem. Now it tells me " STEP 7 Professional Licence is required to simulate this PLC"...
Replies
15
Views
558
Hello! When trying to load the hardware configuration I get error 0050-133 2 2458, check the diagnostic buffer. When checking the buffer, it says...
Replies
4
Views
206
Back
Top Bottom