Reading L5X file

jasond149

Member
Join Date
Jul 2022
Location
United States
Posts
1
I am trying to automate code dev for VFDs and I was looking at the L5X for a VFD, I am wondering how to parse the cdata. Below is a small snippet of the cdata I am trying to understand, if more of the L5X file is need, please let me know.

4,34,0,0,4,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,8,-106,0,0,0,1,0,0,0,1,0,0,0,8,0,0,0,75,2,32,-110,36,0,-1,-1,0,0,0,81,33,0,0,8,30,0,0,0,1,0,0,0,1,0,0,0
,9,0,0,0,16,3,32,-109,36,0,48,2,3,1,0,0,0,10,0,0,0,16,3,32,-109,36,30,48,9,1,0,1,0,0,0,10,0,0,0,16,3,32,-109,36,31,48,9,-52,1,1,0,0,0,10
,0,0,0,16,3,32,-109,36,32,48,9,60,0,1,0,0,0,10,0,0,0,16,3,32,-109,36,33,48,9,105,0,1,0,0,0,10,0,0,0,16,3,32,-109,36,34,48,9,64,0,1,0
,0,0,10,0,0,0,16,3,32,-109,36,35,48,9,4,0,1,0,0,0,10,0,0,0,16,3,32,-109,36,36,48,9,-42,6,1,0,0,0,10,0,0,0,16,3,32,-109,36,37,48,9,-112
 
PowerFlex 525?

The CDATA blob of bytes is assembled by an add-on-profile and represents the parameter set provided to the drive each time the connection is established - the drive then unpacks these to configure itself.

Keep in mind the bytes here are represented by the SINT type in Logix, so the 'negative' values aren't really that.

If you modify parameters in the AOP, you can see the CDATA change after you export it; the AOP-defined type hides the connection 'C' data, so export is necessary to see the change.
 
Last edited:

Similar Topics

Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
145
Hi all, i have 8 CJ2m plc units that show different numbers on the plc display and i am stuck on reading the info. my unit has an ip address of...
Replies
3
Views
100
Hi Everyone, I am not proficient in RSLogix 500 so I have a question regarding the evaluation of N7:0 data as an input. So as I understand in...
Replies
1
Views
87
Trying to setup a message read via Ethernet. I have the path setup as 1, 1, 2, 192.168.66.10 I get an error code 1, ext err 315. I am beating...
Replies
9
Views
233
Dear all, I don't know why setup of password became challenging and weird. After setting up the password and try to upload the ladder from the plc...
Replies
3
Views
173
Back
Top Bottom