FieldServer IR-148 Computer Drive User Manual


 
FS-8700-102 Honeywell Zellweger IR-148-8_8-Channel Manual Page 9 of 19
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.3. Map Descriptor Example.
With the following Map Descriptor, the Driver will capture and store data for all the all (8) sensors for Node (DEV1). For detailed
information about the data storage see 0. Driver will capture Gas value, Alarms, Trouble, Lock and Blank messages.
// Client Side Map Descriptors
Map Descriptor
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name Length
CMD1, DA_R1, 0, Passive Client DEV1, 100
One of the Data
Arrays declared in
the Data_Array
section 4.1.
The Data from the
Node (Dev1) will
be stored in this
Data Array.
The Driver stores Data from
device (DEV1) with this
memory location as the
starting point and onward, in
Data Array DA_R1.
This means that the
FieldServer cannot poll
the target device but
monitors the device.
Extracted data from
incoming messages are
stored in Data Array
DA_R1
This is the
logical name of
the target
device having
the parameters
defined in
section 4.3.
Length forces driver to
reserve memory space
for this number of
elements, starting from
memory location defined
as Data_Array_Offset.
Length must be long
enough to store all data
from Node (Dev1)