![FieldServer FS-8700-74 Driver Manual Download Page 27](http://html.mh-extra.com/html/fieldserver/fs-8700-74/fs-8700-74_driver-manual_2287889027.webp)
FS-8700-74 Veeder Root Driver Manual
Page 27 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.2. Advanced Example 2 – Resetting Remote Alarms
This example provides a ‘write-on-change’ Map Descriptor used to send the Veeder-Root device a remote alarm reset command.
When the value of the first element of the array named DA_COMMANDS changes value the driver will send the command. The
driver stores the Veeder-Root System time in the array on completion of the command.
Map_Descriptor_Name,
Data_Array_Name,
Data_Array_Offset,
Function,
node_name,
Address,
Length,
Data_Type
Reset_Alms_01 ,
DA_COMMANDS ,
0 ,
wrbx ,
Node_A ,
1 ,
30 ,
Remote Alarm Reset
Appendix C.3. Advanced Example 3 – System Configuration
This example reads the configuration of the Veeder-Root Panel. The module type is stored in the location corresponding to the slot
number. Slot 1’s data is stored at index location 0, slot 2 at index location1, and if you define the DA_Byte_Name and
DA_Float_Name arrays then the driver also stores the Power on Reset and Current Values in the corresponding array locations.
Table 6.7 provides a listing of module types.
Map_Descriptor_Name,
Data_Array_Name,
Data_Array_Offset,
Scan_interval,
Function,
node_name,
Address,
Length,
Data_Type,
Config_poll_1 ,
DA_MODULES ,
0 ,
10.0s ,
rdbc ,
Node_A ,
1 ,
30 ,
Configuration,
Map_Descriptor_Name,
Data_Array_Name,
DA_Byte_Name,
DA_Float_Name
Data_Array_Offset,
Scan_interval,
Function,
node_name,
Address,
Length,
Data_Type
Config_poll_1 ,
DA_MODULES ,
DA_POWER ,
DA_CURRENT
0 ,
10.0s ,
rdbc ,
Node_A ,
1 ,
30 ,
Configuration
Power-On-Reset and
Current values are also
stored if you define the
DA_Byte_Name and the
DA_Float_Name.
Make sure that both of
these arrays are UINT32
or FLOAT if you use them.