Compact Logix 5000 MSG / CIP Setting question

Join Date
Dec 2023
Location
Taiwan
Posts
2
hi , I need to sorry for my bad English first.
I'm newbie at plc programming ,I had been asked about E/IP protocol information for some system want to write data to my PLC (L33ER)
like this -> [Unknow system] ->>- E/IP protocol->>-[My PLC]
The unknow system owner ask me use MSG CIP Generic -> Get Attribute single
for get service code/class/instance/attribute, but I never used that...
I search many operator manual but still not understand how it works ...
 
Before you continue you will need to know the service code/class/instance/attribute. Nothing to be afraid of though. It's just another way of accessing the data. Instead of reading a tag you read an attribute.
 
Before you continue you will need to know the service code/class/instance/attribute. Nothing to be afraid of though. It's just another way of accessing the data. Instead of reading a tag you read an attribute.

thanks for reply, but how can I start it. QQ
My target is receive data from another system, so I need to tell them some information. But I don't know how to specify that.

I need create communication to that system ?
But it look like don't need to do that, so how do I create some "information" to make it know where data will go?

Or problem is how can i know service code/class/instance/attribute of L33ER ?
Where can I get that information ?
 
Typically, but not always, this type of communications is used to communicate with a non-PLC device such as a VSD or I/O. When we work with the older WAGO PLCs, for example, they also had a block of memory accessible in the same way.


They way to go about this is to look at the manual of the device you want to communicate. There should be a whole section on EthernetIP communications listing all of the classes, instances, and attributes available to you, for example, Digital input data or Analog input data. Once you find this information it's a matter of plugging it into the message instruction or setting up the device as I/O. You can use the message instruction (MSG) to debug the communications and then use this information to set-up your device as an I/O device if this is necessary.


The class, etc. of the L33ER is not relevant since it should be the master. Is this not the case?


What device are you trying to communicate with?
 

Similar Topics

How would you all approach a system with: 1 robot 2 machines in/out conveyor The way I normally approach this is have all tags at the Controller...
Replies
2
Views
1,226
I have two 1769-L32E Compact Logix PLC controllers. One the remote plc I have two msg instructions setup to read two separate ESD tags from the...
Replies
14
Views
4,537
I want to network (ethernet) Control Logix with two Compact Logix; is that possible?
Replies
1
Views
2,759
Is it possible to upload a program from a CompactLogix using RSLogix 5000 version 20 and get the descriptions of the tags included? Every time I...
Replies
3
Views
1,900
Hey everyone, I want to add the clock into my RS Logix 5000 program. Looking at other threads, I learned to use the GSV command, but I still...
Replies
11
Views
9,539
Back
Top Bottom