MicroLogix 1400 as Modbus Slave

aryan_iust

Member
Join Date
Oct 2013
Location
Brisbane
Posts
9
Hi,
I have saved my data, coming from sensors in floating point, in registers F8:0 to F8:21. Now I am trying to use ML1400 PLC as modbus slave and read these registers from SCADA. I have no issue reading integers (N7 table with Modbus address 40001).
However, I would like to know the Modbus address for floating point registers (i.e. the starting address, namely the modbus address for F8:0).
I would appreciate any comment.
Cheers,
Aryan
 
Use the COP command to copy the bit pattern of the 22 float registers into 44 consecutive N registers in the file you designate (not usually N7) as the 4xxxx series registers. They will have to be recognized (or reordered in a reverse type Copy) by the requesting device as the float values.
 
With the 1400 as a slave you set up a data file which will be addressed when the external unit asks for a 4xxxx address. I haven't tried setting that to a Floating Point table. I don't think that would work as expected as each F address would have to be two 4xxxx addresses. Or it might skip half of the float values. I don't know, you can experiment.

We just use an 'N' table and COPy in and out and Long or Float values. Bit values can be used right out of the N words.
 

Similar Topics

I want to learn about modbus communication and I saw on another thread about inexpensive modbus relay units so I found it on Amazon along with a...
Replies
46
Views
7,255
I have a spare Micrologix 1400 Series B I bought used on Ebay awhile back. I had thought of it as a spare PLC for my train project but I screwed...
Replies
4
Views
1,262
Good Day! Would anyone be able to explain what is happening with the COP's and MOV's in this Modbus poll routine? If anything I am confused by...
Replies
6
Views
1,734
I been tasked with setting up communication between a heating cooling unit manufactured by Advantage Engineering and a Microloagix 1400 plc. The...
Replies
6
Views
2,523
Hi, I am trying to communicate between a MicroLogix 1400 and a Click PLC. There is a great video from AD that shows the simplicity of...
Replies
2
Views
1,782
Back
Top Bottom