Plc Modbus

Join Date
Jan 2006
Location
Perth
Posts
9
Hi

I am using a directlogic PLC to read the massflow from a Krohne massflow meter connected via RS-485 and using MODBUS. The massflow meter manual says that the massflow value is located atholding register 20014, however the PLC wont allow me to enter in this address as it says that this is not a valid address for function code 3. it says the only valid adresses for this code are 40001-49999. Any suggestions on how to fix this problem?

Thanks
 
Try setting up your Modbus command to read holding register 40014 (or 400014).

Function code 3 is a command to read multiple holding registers. In a Modicon PLC, that would be address 4xxxx. If the manufacturer of the flow meter wants to use an address of 2xxxx, that's up to them. When you get down to the details of the protocol, you set up function code 3 with an offset from the start of the holding register memory area and the number of bytes to read.
 

Similar Topics

I want to communicate my Q series PLC with Factory IO using GX works 2 software, I want to use modbus as server and the ips are as follows plc...
Replies
0
Views
88
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
115
Good morning fellow sea captains and wizards, I am being asked to do the above and obtain 4 values from each slave, I know about the MRX and MWX...
Replies
32
Views
978
I'm a beginner in the automation field and I've set up an automation system connecting several devices (datalogger, radio, etc.) via Modbus RS485...
Replies
5
Views
234
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
358
Back
Top Bottom