Question on Messaging

syu

Member
Join Date
Aug 2008
Location
florida
Posts
5
Hello,

what is the difference between plc5 typed write and plc2 unprotected write? And can someone explain to me how messaging works in plc? I get confused with tags because a message tag has a source element which is also a tag?

thanks for any clarifications received.
 
I'm sorry, but I couldn't understand your questions. Could you use some other words, or try to explain what you mean?
 
The PLC5's memory is split up into files of different data types (Floats, Integers, Booleans, etc.) while the PLC2's memory is just one flat address space. So a PLC5 typed write will write to a file with the appropriate data type. A PLC2 unprotected write simply writes to a specific address without regard for how it is used (i.e. Integer, BCD, Timer, etc.)

For both styles of write message, the source is the address of the data in *this* PLC that you want to write into the destination address in *that* PLC (identified by a DH+ node number).

I wouldn't recommend a PLC2 unprotected write unless it is an existing system that is already working that way or you are actually writing from a PLC2. If the processor the message instruction is going to execute in is a PLC5, definitely use the PLC5 typed write instead.
 

Similar Topics

Hello, I am trying to create an AOI that will retrive the clock datetime bits from a master plc through a generic message read instruction and...
Replies
2
Views
496
I have a machine with a small private network that is connected to our process network through a 1783-NATR. I would like to get some tags from a...
Replies
6
Views
3,037
I ran across the following lines of code and I had a couple of questions. Keep in mind I'm fairly new and trying to understand the hows and why's...
Replies
6
Views
2,119
Hi, I am configuring a message from a ControlLogix to a ML1400. I have no issues with setting this up, but have a question in how it reads from...
Replies
3
Views
4,342
Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
168
Back
Top Bottom