Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CIP Services and User-created Tags

Status
Not open for further replies.

PeakHMI

Computer
Nov 16, 2008
7
0
0
US
Hello,

Does anyone know the supported attribute values and definitions for the CIP Get_Instance_Attribute_List (0x55) service?

Attribute 1 and 2 are defined in a public AB documents and 8 appears to be array dimensions. 7 could be data size in bytes, a total guess.


Regards,

Mark
 
Replies continue below

Recommended for you

Hello,

I did not find any other attribute numbers so I went with what was in Logix5000 Data Access 1756-pm020_-en-p 2016 and the one other attribute number I found.

I wrote a test program (Windows) to read the tags and data structures from a Logix PLC using the above document. Controller tags, program tags and used structures are fetched from the PLC.

The program might be of use to others that are working on code to read the same data. The returned data is parsed and the raw data is, for the most part, displayed before the data. The transport data is not parsed because Wireshark can be used to view that data.

The link to the program is:
No, installer. Copy the files to a directory, set properties and select the “Fetch” button.

Please let me know if you have any problems with the program or results.
__________________
Regards,

Mark
 
Status
Not open for further replies.
Back
Top