Specifications

ProLinx Communication Gateways, Inc. 17
HART Master Protocol Drive Manual
August 17, 2004
3 HART Protocol Specific Configuration File
Following is an example view of the HART portion of the configuration file showing only
one HART channel. This example should serve only to give the programmer an idea of
how a CFG file is structured. Complete configuration files are shipped on each unit and
are available off the web site for each of the products. These files can serve as an
excellent starting point for any project.
# This section is used to define the configuration for the HART channel
#
#
[HART Port 0]
Enabled : Yes #Yes=Use port, No=Do not use port
Preambles : 5 #Number of Preambles to be sent to HART Network
Enable Handheld : Yes #Yes=Let the use of HART Hand Held No=Don't
Primary Master : Yes #Yes=The Master is Primary No=Secondary
Short Address Retries : 3 #Number of retries with short address
Long Address Retries : 3 #Number of retries with long address
Retries After Error : 0 #Number of retries after error
Poll Time After Error : 10 #Poll Time After Timeout of a Device
DB Address Status : 100 #Database Address to place device status
Command Count : 1 #Number of Commands in Command Table
[HART Port 0 Commands]
# The file contains examples for a pressure transducer.
START
# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Float DB Poll Word Swap Short Func Int. DB Word Swap Use Enable DB Done DB Write DB Swap Byte Fixed
# Enable Address Interval Count Code Address Code Address Count Code Long Address Address Address Code Count Data
3 0 0 0 2 2 44 0 2 0 1 -1 9 -1 0 1 04
5 0 0 0 2 2 44 10 2 0 1 9 19 -1 0 1 04
5 22 0 6 2 2 110 28 1 0 1 19 29 -1 0 0
5 0 0 0 2 2 44 30 2 0 1 29 39 -1 0 1 05
5 40 0 8 2 2 3 48 1 0 1 39 9 -1 0 0
1 50 0 4 2 3 2 54 2 0 1 -1 59 -1 0 0
1 60 0 0 2 3 12 60 14 0 1 -1 -1 -1 0 0
END