Studio 5000 Single Msg Writes?

theColonel26

Lifetime Supporting Member
Join Date
Feb 2014
Location
West Michigan
Posts
785
Is there any good way to send actually messages to another PLC?

The MSG instruction isn't really a message it just continuously writes to a tag in a remote PLC. I want to be able to actually send a PLC a set of data only once, an then get an Ack back that that data was received.

Normally how this is done is you have a giant UDT that has tags and an Ack for every possible "Message" you may ever want to send. So you might have a UDT that has like 100 different Tags for like 20 messages, and all of that data is sent every all at once continuously.
 
The MSG instruction isn't really a message it just continuously writes to a tag in a remote PLC.
In Logix 5000, MSG writes only once if you properly configured it.
It writes on rung transition from false to true only once.
Rung condition should go from true to false and back to true to write data again.
 

Similar Topics

Hi, how do I convert 2x Integer registers to a Real? The two integers are from Modbus registers that contain a floating point value, I need to...
Replies
1
Views
38
What is the best way to extract the hour and minute from the register that comes from Yaskawa VFD. In studio 5000 I have a register saved as INT...
Replies
3
Views
84
I have an Allen Bradley temperature switch that I am trying to use in studio 5000. I am getting the message "Unable to interpret the IODD file"...
Replies
0
Views
49
Hi all. I want to ask what may seem a stupid question, as I have a project to send live data to a Yeacode line printer which will print meterage...
Replies
2
Views
107
Hi guys , I'm new with Allen Bradley, but I have experience with Tia portal (s7 1200 ,s7 1500) I want to convert my project from Tia portal to...
Replies
2
Views
182
Back
Top Bottom