Studio 5000 Single Msg Writes?

theColonel26

Lifetime Supporting Member
Join Date
Feb 2014
Location
West Michigan
Posts
786
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'm trying to compare strings in Studio 5000 on an Allen Bradley 1769-L33ER and came across this weird incorrect string comparison. Neither of the...
Replies
10
Views
204
Hello everyone, I'm new here, I hope someone can help me. I've been trying to install EDS files to my Studio 5000 with the EDS tool installer but...
Replies
3
Views
134
Hi Everyone, I am facing an issue while installing the STUDIO 5000 in my windows 10 PC. During installation I am getting an error that " Error...
Replies
4
Views
204
I am connecting to a remote device. When attempting to upload I receive an error that states: Error: Auto_Functions: The Import was aborted due...
Replies
3
Views
199
Back
Top Bottom