IEC 62591 Wireless Interface Instruction Manual (for ControlWave Micro)
3-8
Configuration and Commissioning
Revised October-2019
You only modify the sizes of the array data types – these sizes vary
depending upon the number of devices in the wireless network.
ACTIVE_DEVICES_ARRAY_V1_20 datatype
The ACTIVE_DEVICES_ARRAY_V1_20 datatype defines an array of
active points that make up the Active List structure for transmitters with
adapter type and identification in the live list for firmware version
05.80.00 and later. The Active List maintains identification information
on each wireless device discovered by the field link.
Specify the array size to be equal to the maximum number of wireless
devices you expect to exist in the network. This number should match
the value of the ACTIVE_LIST_SIZE variable in the Global_Variables
sheet.
TYPE
ACTIVE_DEVICES_ARRAY_V1_20 : ARRAY [1..?] OF ACTIVE_POINT_V1_20;
END_TYPE
ACTIVE_DEVICES_ARRAY datatype
The ACTIVE_DEVICES_ARRAY datatype defines an array of active
points that make up the Active List structure. The Active List maintains
identification information on each wireless device discovered by the
field link.
Specify the array size to be equal to the maximum number of wireless
devices you expect to exist in the network. This number should match
the value of the ACTIVE_LIST_SIZE variable in the Global_Variables
sheet.
TYPE
ACTIVE_DEVICES_ARRAY : ARRAY [1..?] OF ACTIVE_POINT;
END_TYPE
COMMISSION_ARRAY_V1_20 -or-
COMMISSION_ARRAY_DISCRETE -or-
COMMISSION_ARRAY datatype
These datatypes defines an array of commission points that make up the
Commission List structure. Which datatype you use depends on your
application: