beautypg.com

FieldServer FS-8700-64 User Manual

Page 11

background image

FS-8700-64

ATMI

ACM

Page

10

of

22

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: [email protected]

4.4.6 Map Descriptor Example3 – Storing Malfunction Data

This example illustrates a map descriptor used to store malfunction data reported by the ACM unit. When a malfunction is cleared then 100
elements of the array are set to zero. When a Malfunction is present the 1

st

element contains the malfunction’s major type, the 2

nd

element

contains the minor type and element x (x=major*10+minor) is set to a value of 1. Additional information is provided in section 6.7

Map_blocks
Map_block_Name, Data_Array_Name, Data_Array_Offset, Function, node_name, timeout, atmi_data , length
Malfucntion_MD , DA_MALFNS , 0 , passive , ACM1 , 120.0s , malfunctions, 100

One hundred
elements of this
data array are used
to store
malfunction data.

This keyword tells
the driver to use
this map
descriptor to
malfunction data.
One map
descriptor is
required per node.