Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

IEC 61131 address headaches

Status
Not open for further replies.

vector721

Electrical
Joined
Feb 27, 2005
Messages
4
Hi guys, me again!
I want to connect an ABB PLC (PM564) to a Pro-face HMI, using Modbus TCP. The problem is that the ABB address format is %MX0.14.7, for example, and the Pro-Face format is %MW00014:X07. Pro-FAce allows only %M, %MW< and %MD. Even the ABB word format is %MW0.14. Does anyone know how to convert the addrs?

Thanks.
 
Modbus TCP/IP is based strictly on register numbers, and types of registers in a similar fashion that the serial Modbus protocol does. In any case it looks like the address formats you are using actually specify a bit inside a word. Which is a whole different ball of wax.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top