I'm hoping some of you can point me to the right direction on this task I'm facing. This is WAY too deep for me so any little help/ links to webpages/ pdf documents is much appreciated!
Basically, I need to set up messaging via the DF1 port on a ControlLogix L62 processor to a slave unit (a Miri Telemetry base station). The Slave unit communicates via PLC5 message type to the L62 processor.
What I have done so far is go to "Controller Properties"->"System Protocol" Tab and set "Protocol" to "DF1 Master" (Polling mode: slave cannot initiate messages)
Now, do I need to set up a DF1 driver in RS-Linx for messaging to work?
Also, messaging is a concept that is totally foreign to me (coming from projects which only ever had produce/ consume comms). I have a list of data that I'm supposed to be polling for from the slave unit. Below is just a sample:
DF1 PLC5-Page DF1-PLC5 Word Bit Description
N-001 001 Start
N-001 002 Stop
N-001 003 Reset
What I don't understand is how do I actually poll for these bits of information? Is it just as simple as setting the "Message Type" to "PLC5 word range READ" and off she goes?
Surely I have to tell the message to poll from the DF1 port, so how do I go about configuring it so that it reads data from the DF1 port?
I also see that under the "Logic" menu in RSLogix 5000 there is -> "Map PLC/SLC Messages". I guess I will have to use this tool but the "File Number" sure does confuse me!
If anyone can link me to an "AB messaging 101" help page or "DF1 for Dummies" that would be most delightful!!