![FieldServer FS-8700-74 Driver Manual Download Page 31](http://html.mh-extra.com/html/fieldserver/fs-8700-74/fs-8700-74_driver-manual_2287889031.webp)
FS-8700-74 Veeder Root Driver Manual
Page 31 of 33
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
Appendix C.7. Advanced Example 7 – Stick Height Report
This example reads the Stick height Report from the Veeder-Root Panel. The result is stored as a (scaled if scaling specified in the
Map Descriptor) real number. Use one Map Descriptor per tank.
Map_Descriptors
Map_Descriptor_Name,
Data_Array_Name,
Data_Array_Offset,
Scan_Interval,
Function,
node_name,
Address,
Length,
Data_Type
Poll_Height1 ,
DA_STICKHEIGHT,
0 ,
0.8s ,
rdbc ,
Node_A,
1,
1 ,
In-Tank Stick Height
Appendix C.8. Advanced Example 8 – Active Alarm Report
This example reads the Veeder-Root Panel for active alarms (includes acknowledged and active). If there are any active alarms
then the 1
st
element of the Data Array is set non-zero. If there are no active alarms then the array element is set to zero. You need a
number of passive Map Descriptors to store alarms for the tanks. Sensor / inputs / devices just like in example 4.4.4
Map_Descriptors
Map_Descriptor_Name,
Data_Array_Name,
Data_Array_Offset,
Scan_Interval,
Function,
node_name,
Address,
Length,
Data_Type
AlarmPoll-11 ,
DA_ACTIVEALM ,
0 ,
2.0s ,
rdbc ,
Node_A,
1,
1 ,
Active Alarm Report