ProSoft Technology ILX56-MM User Manual
Page 89

ILX56-MM ♦ ControlLogix Platform
Reference
InRAx Message Manager for Industrial Communication
User Manual
ProSoft Technology, Inc.
Page 89 of 112
February 6, 2012
Character
Filter Meaning
[ followed by ]
Indicates a selection of one or more elements from a tag that is an array.
Examples:
array1[0] will match the element 0 of the tag named array1 that is an array.
array1[4-6] will match elements 4, 5, and 6 of the tag named array1 that is
an array.
marray1[1,2,1-3] will match elements 1, 2, and 3 where the 1st dimension is
1, and the 2nd dimension is 2 of the tag named marray1 that is a 3
dimensional array.
marray1[*,1-2] will match elements 1 and 2 of all the 1st dimensions of the
tag named marray1 that is a 2 dimensional array.
[ ] will match any tag that is an array. This is the equivalent of [*].