beautypg.com

FieldServer FS-8700-103 User Manual

Page 12

background image

FS-8700-103_ATMI_TGM_Serial

Manual

Page

12

of

28


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.5.

Map Descriptor Example #3 – QIR Report – Malfunctions

In this example the Map Descriptor is configured to read the incident report. The driver parses the report looking for malfunctions and
reports that show a malfunction has been cleared. Other incidents / events are ignored except for events #19 and #37 which cause
all malfunctions to be cleared. The Driver updates the array setting values to 1 (malfunction) or zero when a malfunction has been
cleared. The position indicates the malfunction number. The driver has a list of malfunctions and index numbers stored internally.
Refer to Appendix A.2 for this list. The list can be modified in the configuration CSV file.

CAUTION: When the QIR report is polled it responds with the latest incidents only. This means that care should be taken to
synchronize the FieldServer and the TGM. Read more about this in Appendix B.8

// Client Side Map Descriptors

Map Descriptors

Map_Descriptor_Name,

Data_Array_Name, Data_Array_Offset, Function, Node_Name Address Length Scan_Interval TGM_Funtion

RD_QIR,

DA_MALFUNC,

0,

RDBC,

Node_A,

0,

100,

2.0s

QIR

Driver sets the Data Array elements to 1 when there is
malfunction and sets the value to zero when the malfunction is
cleared.

Position in the array indicates the malfunction number.

Tells the driver
to read the
incident report

.