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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSG instruction in RSLogix5000

Status
Not open for further replies.

Keldog

Electrical
Joined
Sep 7, 2005
Messages
16
Location
CA
Could someone explain what the Destination Link and the Source Link mean in a message instruction.

Destination Link
Link ID of Remote DH+ Link

Source Link
Link ID of Local DH+ Link

your help is greatly appriciated...
 
Forgive me if this is vague...I thought I'd throw out my experience using a MSG instruction to write data from one PLC to another for unsolicted messages.

But, I had an application to where I needed to write data accross 2 PLC's.(Data Table Write)

From what I remember...

The Source tag is the first array element of the data being sent...(i.e. my_data[0])---Local

Then the number of elements is the amount of bits you are sending (i.e. 32)

And the Destination is the other computer (i.e. topic_name.my_data[0])---Remote

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top