Inactive_Stat_Array And Last_State_Array Datatypes; Inactive_Stat_Array And Last_State_Array; Datatypes - Emerson IEC 62591 Instruction Manual

Wireless interface instruction manual for controlwave micro
Hide thumbs Also See for IEC 62591:
Table of Contents

Advertisement

Revised October-2019
IEC 62591 Wireless Interface Instruction Manual (for ControlWave Micro)
Notes:
▪ COMMISSION_ARRAY_V1_20, and COMMISSION_POINT_
V1_20 datatypes are used in the IEC62591_V1_20_Example.zwt
project. These structures provide for new transmitter controls. (5.80
or newer ControlWave Micro firmware)
▪ COMMISSION_ARRAY_DISCRETE, and
COMMISSION_POINT_DISCRETE datatypes are used in the
IEC62591_DIO_Example.zwt project. These structures are required
for discrete I/O control. (5.70 or newer ControlWave Micro
firmware)
▪ The COMMISSION_ARRAY and COMMISSION_POINT
datatypes are used in the original IEC62591_Example.zwt project.
(5.60 or earlier ControlWave Micro firmware)
The Commission List holds a long tag name and a decommission flag
for each device you intend to collect data from in your network. For any
wireless device in the Commission List that has a matching tag name to
a device in the Active List (meaning it was detected by the Field Link)
and its decommission flag is FALSE, the Commission List also stores
configuration information and actual process variable data.
Specify the commission array size to be equal to the maximum number
of commissioned devices you expect to exist in the network. This
number should match the value of the COM_LIST_SIZE variable in the
Global_Variables sheet.
TYPE
COMMISSION_ARRAY_V1_20:ARRAY [1..?] OF
COMMISSION_POINT_V1_20;
END_TYPE
Or
TYPE
COMMISSION_ARRAY_DISCRETE:ARRAY [1..?] OF
COMMISSION_POINT_DISCRETE;
END_TYPE
Or
TYPE
COMMISSION_ARRAY : ARRAY [1..?] OF COMMISSION_POINT;
END_TYPE
where "?" is the maximum expected number of devices (including
future expansion) for your network.

INACTIVE_STAT_ARRAY and LAST_STATE_ARRAY

datatypes

The INACTIVE_STAT_ARRAY and LAST_STATE_ARRAY are a
pair of optional arrays that hold statistics about transmitter
communication failures. Both these arrays (if used) should be sized to
be equal to the maximum number of commissioned devices you expect
Configuration and Commissioning
3-9

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

D301709x012

Table of Contents