![Emerson D301709X012 Instruction Manual Download Page 25](http://html.mh-extra.com/html/emerson/d301709x012/d301709x012_instruction-manual_101583025.webp)
IEC 62591 Wireless Interface Instruction Manual (for ControlWave Micro)
Revised October-2019
Configuration and Commissioning
3-5
3.2.1 Before You Begin
Note
:
Some of the structure data types used in the IEC 62591 sample
programs have changed over time to add functionality. In
particular, ControlWave Micro firmware version 5.80 includes
modifications for burst and event functionality for newly
released transmitters. To use features available in the 5.80
firmware or later, earlier ControlWave projects must replace the
COMMISSION_ARRAY or
COMMISSION_ARRAY_DISCRETE and
COMMISSION_POINT or
COMMISSION_POINT_DISCRETE structure data types with
the COMMISSION_ARRAY_V1_20 and
COMMISSION_POINT_V1_20 structure data types, and then
re-compile the projects.
These burst and event data type
definitions are available in the ACCOL3 Online Help for the
IEC62591 function block in 5.80 or in the
IEC62591_V1_20_Example.zwt sample project. ControlWave
Micro firmware version 5.70 includes modifications for discrete
control functionality. To use features available in the 5.70
firmware, earlier ControlWave projects must replace the
COMMISSION_ARRAY and COMMISSION_POINT structure
data types with the COMMISSION_ARRAY_DISCRETE and
COMMISSION_POINT_DISCRETE structure data types, and
then re-compile the projects.
These discrete data type definitions
are available in the ACCOL3 Online Help for the IEC62591
function block in 5.70 or in the IEC62591_DIO_Example.zwt
sample project. You do not need to modify your application if
you are not upgrading the existing firmware (version 5.60 or
earlier).
In addition to familiarity with ControlWave Designer programming, you
will need to know the following information prior to modifying one of
the sample programs.
▪
The Network ID for the wireless network
▪
The Join Key for the wireless network
▪
The unique long tag names assigned to each wireless device
▪
The slot number in the ControlWave Micro that holds the IEC
62591 module
▪
The maximum number of wireless devices in your wireless network.
We recommend you specify a maximum number that includes room
for growth of the network, in case you add a few more devices later.
3.2.2 Accessing the IEC 62591 Sample Program(s)
1.
Start ControlWave Designer.
2.
Click
File >Open Project/Unzip Project