PCCC function: logical read with three address fields

ron.s

Member
Join Date
Mar 2016
Location
-
Posts
3
Hi!

I'm trying to understand the structure of the "Protected Typed Logical Read with Three Address Fields" function, and I am using the online DF-1 and PCCC documentation.

According to DF-1 Protocol and Command Set I can understand the basic structure.

At the file type description I see the following:
Use one of the these values for this field. Do not use any other values; doing so may result in unpredictable results.
•80 83 hex: reserved
•84 hex: status
•85 hex: bit
•86 hex: timer
•87 hex: counter
•88 hex: control
•89 hex: integer
•8A hex: floating point
•8B hex: output logical by slot
•8C hex: input logical by slot
•8D hex: string
•8E hex: ASCII
•8F hex: BCD

When I connect RsLogix 500 to my PLC, I see this kind of packets with file types that are not in the list.
For example:
The following data of the pccc packet:
07 4d 00 44 4c b9 2c 0f 00 5c 1a a2 2c 00 00 00 00

The structure should be:
Byte Size = 0x2c
File Number = 0x00 (Output Image)
File Type = 0x00
Element Number = 0x00
Subelement Number = 0x00

Is it correct? How can the file type be 0?

Another example:
07 4d 00 44 4c b9 2c 0f 00 aa 1a a2 40 03 45 00 50
Here the file type is 0x45, again - undocumented
 
Last edited:
The published documentation generally only gives you enough information to read/write data table values. What you are seeing are system files that are not publicly documented. Some of these are things like the data table directory.
 

Similar Topics

Hi guys, The last time I posted something, I got severely told off for not giving a full background as to what I wanted to know and what I was...
Replies
3
Views
2,293
Hello Guys, I am a Graduate Student, I am working on project with deals with PCCC object. Anyone there who can help me out finding a manual or...
Replies
6
Views
2,197
Hi I am working with a SLC 5/05 connected to an Ethernet switch that is connected to a Fieldserver (From LonWorks). (All CAT 5 connections) The...
Replies
11
Views
6,031
Hi There, I have been trying to communicate IC-KP2-2HB17-2V1D (pepperl and fuchs)and Slc5/05 via msg instruction. But not luck yet. Has...
Replies
2
Views
2,014
Hi All, I want to know PowerFlex tag stucture. I have question regarding this. 1) Like in Control Logix we can define/Create Tags. Can we...
Replies
5
Views
4,451
Back
Top Bottom