FS-8700-103_ATMI_TGM_Serial
Manual
Page
19
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
: support@fieldserver.com
In the example below the gas name specified is ‘C2H5OH’ and it has been assigned an
index value of 7. It will be added to the table.
// Add a new gas name
Driver_Table
TGM_Gas_Name,
TGM_Gas_Index_Value,
Protocol
C2H5OH,
7,
TGM
Appendix B.5. Adding / Modifying Malfunction Strings
When an event is reported, the driver compares the “MAFLUN” events to those in the table
provided in Appendix A.2. The table can be modified or extended.
Add a section to the configuration file which is similar to the text found in the examples
below.
In the example below the gas name specified is ‘DISK NEARLY FULL’, an entry from the
existing list. When the driver finds the lines below, it will update the index value to 20.
Ensure the index value is less than 100.
// Change index value of existing malfunction.
Driver_Table
TGM_Malfunction_Name,
TGM_Malfunction_Index,
Protocol
DISK NEARLY FULL,
20,
TGM
In the example below the gas name specified is ‘DISK IS FULL’ and it has been assigned
an index value of 20. It will be added to the table.
// Add a new malfunction
Driver_Table
TGM_Malfunction_Name,
TGM_Malfunction_Index,
Protocol
DISK IS FULL,
20,
TGM