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

I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
16
Views
241
Hi Everyone. Not posted on here for a long time, but I am hoping someone can help me. I am doing a differential pressure calculation in a L27ERM...
Replies
16
Views
380
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
2
Views
129
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
132
Back
Top Bottom