Modbus MSGing Micrologix 1400

bifftannen

Member
Join Date
Oct 2022
Location
Australia
Posts
4
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 the one COP instruction that has brackets "[" and "]" in it's source and destination. I have never seen this before. I suspect the COPs/MOV's are for bit swapping/conversion but because of this one instruction with weird syntax im confused.

Thank you very much

lmM32Qk.png

xBFdMGK.png

G5vjvRZ.png
 
The square brackets indicate indirect addressing used for the source & destination tags. The add instructions on the branches show how the addresses are being calculated.
 
Look like it’s swapping the high/low words, to correctly convert to floating point values on that last rung.
 
Last edited:
The square brackets indicate indirect addressing used for the source & destination tags. The add instructions on the branches show how the addresses are being calculated.

Thank you! :) Do you have a link to any documentation on indirect addressing for RSLOGIX500?
 

Similar Topics

I am having an issue configuring my messaging and am not understanding the MSG data I am receiving back from the device. Summary of devices...
Replies
4
Views
4,107
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
227
I have a PH meter that I am trying to bring its data into 1756-L81. I have downloaded the Rockwell MODBUS AOI kit, but I am not sure if I need to...
Replies
5
Views
167
Dear All, i am trying to connect Danfoss inverter with s7 200 cpu 226.but microwin shows following error at DATA Ptr.i assigned different VB...
Replies
1
Views
48
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
222
Back
Top Bottom