Crimson 3 Allen Bradley String Array

ddtdustin

Member
Join Date
May 2015
Location
Kansas
Posts
2
All
Has anyone ever setup and array in Crimson 3 of string tags which are imported via the "Allen-Bradley Native Tags via L5K file Enhanced" driver?
For example in the attached file the Shot.Data.Part_Number[0-2999].Data tag is an array of 3000 element of strings. The .data member of the string is array of 82 element. The attached file shows crimson is looking at last index in tag name and determining the max size of 82 not 3000. However when I use a simple data box to display the contents of the string they are empty
Shot.Data_Part_Number[0] is empty
Shot.Data_Part_Number[1] is empty
Shot.Data_Part_Number[2] is empty
The .data member in the processor is 'Part Number' so I would have guessed to at less see some of the string when displaying the content of the string.

I have also attached an image of the data tab on the data tag Shot.Data.Part.Number.

Thanks
DDT

Mange_Tags.jpg Data_Part_Number.png
 
This is a two dimensional array. Two dimensional arrays are not supported by Crimson. In order to make this work it would require 3000 individual string tags.
 

Similar Topics

The new alarming functionality built into Studio 5000 is extremely useful for programming, monitoring, and keep track of alarms. The problem is. I...
Replies
1
Views
1,472
Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
1
Views
75
How do you install update on Red Lion Crimson ver 3.1. Do I just need to run the exe file on the host server?
Replies
1
Views
92
Has anyone found a way to convert/replace/update the firmware on old Parker TS80xx series HMIs (i.e. TS8010, TS8006, etc) to accept Crimson...
Replies
0
Views
85
Has anyone setup communications with Red Lion 3.0 MODBUS to Baker Hughes Centrilift GCS VFD? Thanks
Replies
0
Views
81
Back
Top Bottom