FS-8700-101_Setra Model 370 Digital Pressure Gage Manual Page 12 of 23
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldServer.com
Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: support@fieldServer.com
4.4.6. Map Descriptor Example #3 - Verify.
The verification string contains revision and model information about the Gage. In this example a Map Descriptor is defined which
controls the task of reading verification data from the Setra Model 370 Digital Pressure Gage. The task gets performed every 5.0
seconds. When a response is received the data is stored in the Data Array called DA_VERIFY stating at element zero (the offset).
Each Gage verification reading requires the driver store a string containing two lines of data. The actual length is unknown in
advance and it is recommended that 100 Data Array elements be reserved to store the verification sting. The verification string is
stored by writing each consecutive letter in consecutive Data Array elements. It is recommended that the Data_Array_Format is set
to BYTE in this case. This will enable the use of the “String” display to read the verification string in RuiNet.
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name, Gage_Function, Length, Scan_Interval
Read_Verify, DA_VERIFY, 0, RDBC, Gage1, Verify, 100, 5.0s
Reserves 100
elements of the
Data Array to
store response
data.
Unique names
assist config file
validation
debugging but
are not
necessary.
The name of a
Data Array in
which the
response data
will be stored.
The 1
s
t
location
in the Data
Array which will
be used for
storage.
The name of a Node defined in
the CSV file. The node name
connect the MD to a node
which in turn points to a
connection Thus the driver
knows what port and port
settings to use to send the
poll..
Tells the driver
to read the
verification
string
measurement
from the Gage
Tells the driver
to schedule this
MD no more
often than 5
seconds.