Veeder-Root TLS2 Serial Interface Manual

VEEDER - ROOT
SERIAL INTERFACE MANUAL
for
TLS2
UST Monitoring Systems
through Software Version 7
Revision H
NOTICE
Veeder-Root makes no warranty of any kind with regard to this publication, including but not limited to, the implied warranties of merchantability and fitness for a particular purpose.
Veeder-Root shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this publication.
The information contained in this publication may be subject to change without notice.
This publication contains proprietary information which is protected by copyright. All rights reserved. No part of this publication may be photocopied, reproduced, or translated to another language without the prior written consent of Veeder-Root.
©Veeder-Root 2014. All rights reserved.
Serial Interface Manual
TLS2 Monitoring Systems

TABLE OF CONTENTS

1.0 INTRODUCTION ................................................................................................................................. 1
2.0 HARDWARE CONNECTIONS ........................................................................................................... 1
2.1 RS-232 ................................................................................................................................... 1
2.2 EIA RS-232 INTERFACE .................................................................................................... 2
3.0 CHARACTER FORMAT AND BAUD RATE ................................................................................... 2
4.0 SECURITY CODE SETTINGS ........................................................................................................... 2
5.0 COMMAND MESSAGE FORMAT .................................................................................................... 3
6.0 RESPONSE MESSAGE FORMAT ..................................................................................................... 4
6.1 COMPUTER FORMAT ........................................................................................................ 4
6.2 DISPLAY FORMAT ............................................................................................................. 4
6.3 ASCII FLOATING POINT FORMAT .................................................................................. 5
6.3.1 NOTES .................................................................................................................................. 5
6.3.2 EXAMPLES .......................................................................................................................... 6
7.0 FUNCTION CODES AND RESPONSE MESSAGES ....................................................................... 7
7.1 CONTROL FUNCTIONS ..................................................................................................... 8
7.2 OPERATIONAL REPORTS ............................................................................................... 15
7.2.1 SYSTEM REPORTS ........................................................................................................... 15
7.2.2 IN-TANK REPORTS .......................................................................................................... 25
7.2.3 I/O DEVICE REPORTS ...................................................................................................... 46
7.3 SETUP FUNCTIONS & REPORTS ................................................................................... 47
7.3.1 SYSTEM SETUP ................................................................................................................ 47
7.3.2 COMMUNICATIONS SETUP ........................................................................................... 60
7.3.3 I/O DEVICE SETUP ........................................................................................................... 69
7.3.4 IN-TANK SETUP ............................................................................................................... 79
7.3.5 MISCELLANEOUS SETUP ............................................................................................. 113
7.4 DIAGNOSTIC REPORTS ................................................................................................ 136
7.4.1 SYSTEM DIAGNOSTIC REPORTS ................................................................................ 136
7.4.2 IN-TANK DIAGNOSTIC REPORTS ............................................................................... 140
7.5 MISCELLANEOUS .......................................................................................................... 154
7.5.1 MISCELLANEOUS .......................................................................................................... 154
8.0 FUNCTION CODE SUMMARY ..................................................................................................... 156
Part No. 577013-767, Revision H iii
Serial Interface Manual
TLS2 Monitoring Systems

1.0 INTRODUCTION The serial RS-232 interface is used to connect the system to a controlling computer, a display terminal (CRT),

or a printing terminal. A modem can be connected directly to the system to provide telephone line access. NOTE: The software versions for these systems vary depending on when they were purchased and if software
upgrades have been installed. The version in which each function code first appeared is indicated in a box next to its description in Section 7.

2.0 HARDWARE CONNECTIONS The RS-232 interface for Port 1 is accessed via a 9-pin D-connector located on the bottom of the console. The

RS-232 interface for Port 2 is accessed via the 5-pin J-9 connector inside the console.

2.1 RS-232 Port 1 is a panel mount, 9-pin female type D-connector, wired in the DCE configuration. A modem (DCE) may

be connected to the interface using a null cable which reverses the wires for the transmit/receive signals. A computer or serial printer (DTE) may be connected with a straight-through cable. Port 1 does not require or activate any hardware handshaking signals unless this option has been selected in the setup menu. RS-232 signals for Port 1 are wired to the 9-pin female D-connector as follows:
Port 1 PIN
1 (DCD) Data Carrier Detect 2 (RXD) Data Received by the console 3 (TXD) Data Transmitted from the console 4 (DTR) Data Terminal Ready 5 (GND) Signal Ground 6 (DSR) Data Set Ready 7 (RTS) Request To Send 8 (CTS) Clear To Send 9 (N/C) Not connected
RS-232 signals for Port 2, which does not include any hardware handshaking signals, are wired to the 5-pin internal J-9 connector as follows:
Port 2 PIN
1 (TXD) Data Transmitted from the console 2 (RXD) Data Received by the console 5 (GND) Signal Ground (common return) and Chassis
Part No. 577013-767, Revision H 1
Serial Interface Manual
TLS2 Monitoring Systems

2.2 EIA RS-232 INTERFACE The EIA RS-232 interface is designed to connect to modems for transmission of data over telephone

lines. It can be used for direct local attachment of terminals if the cable run is no more than 50 feet. In practice, cable runs longer than 50 feet have performed satisfactorily; however, since the RS-232 specification is designed for operation up to 50 feet, direct connect cable runs greater than 50 feet are not warranted for proper operation.

3.0 CHARACTER FORMAT AND BAUD RATE The system receives and sends characters via the RS-232 interface in an ASCII format that is configured

via the system front panel keypads. Selections consist of: 1 start bit; 7 or 8 data bits; odd, even or no parity; and 1 or 2 stop bits. Communications rate is selectable: 300, 1200, 2400, 4800, or 9600 baud. The system operates in a full duplex mode. Characters are not echoed when received, and transmitted characters must not be echoed back to the system. Transmit and receive can occur simultaneously, and commands can be stacked in the system buffer (up to 128 characters).

4.0 SECURITY CODE SETTINGS A security code can be enabled for each port from the front panel setup menus, or by using the

appropriate serial commands. Each port has its own security code which is enabled and set independently. When a security code is enabled for a given port, it must be used in any commands transmitted to that port, in accordance with the format shown below, or else the console will not respond to the command.
Part No. 577013-767, Revision H 2
Serial Interface Manual
SOH
Security Code
Function Code
Data Field
TLS2 Monitoring Systems

5.0 COMMAND MESSAGE FORMAT All command and response messages are configured in a format which includes a surrounding envelope

of control characters and a function code and data field message. The control characters are described in this section, while the function codes and data field messages are described in subsequent sections.
The system responds to a command message that has the following configuration:
SOH is a fixed Control-A character (ASCII 01), and it indicates the beginning of the message. The RS-232 security code is an optional six-digit code used to limit external serial access to the system
for security purposes. It can be set to any unique set of six characters, using either the front panel setup menus or the external communication interface setup commands. The system will not respond to a command without the proper security code.
The function code is a six character command code which the system interprets to determine the type of action to take and response to return. System function codes and response messages are defined in subsequent sections.
The data field is optional and contains information necessary to perform the selected function (such as setup information).
If the system receives a command message string containing a function code that it does not recognize, it will respond with a <SOH>9999FF1B<ETX>. The "9999" indicates that the system has not understood the command, while the "FF1B" is the appropriate checksum for the preceding <SOH>9999 string.
There is one command which does not follow the above format. The escape command is performed by sending an ESC (escape character, ASCII 27), to the system. It can be used to halt a response message at any time before its completion.
Part No. 577013-767, Revision H 3
Serial Interface Manual
SOH
Function Code
Data Field
&&
Checksum
ETX
SOH
Function Code
Data Field
ETX
TLS2 Monitoring Systems

6.0 RESPONSE MESSAGE FORMAT There are two types of response message formats: computer (or packed data format) and display format.

Each format uses a different surrounding envelope of control characters.

6.1 COMPUTER FORMAT The computer format is a stream of data without any formatting characters; i.e., carriage return, line feed,

spaces, labels, etc. The message format is as follows:
SOH is a fixed Control-A character (ASCII 01), and it indicates the beginning of the message. The function code is identical to the received command message function code. The data field contains the response message which is described in subsequent sections. The "&&" is a fixed tag character which indicates that the checksum immediately follows. The Checksum is a series of four ASCII-hexadecimal characters which provide a check on the integrity
of all the characters preceding it, including the control characters. The four characters represent a 16-bit binary count which is the 2's complemented sum of the 8-bit binary representation of the message characters after the parity bit (if enabled) has been cleared. Overflows are ignored. The data integrity check can be done by converting the four checksum characters to the 16-bit binary number and adding the 8-bit binary representation of the message characters to it. The binary result should be zero.
ETX is a fixed Control-C character (ASCII 03), and it indicates the end of the message.

6.2 DISPLAY FORMAT The display format is intended for display on a CRT or printer. It includes all the necessary formatting

characters such as carriage returns, line feeds, nulls, spaces, labels, etc. The message format is as follows:
See subsequent sections for a description of the data field response messages.
Part No. 577013-767, Revision H 4
Serial Interface Manual
Byte 1
2 3 4
S EEE
EEEE
E MMM
MMMM
MMMM
MMMM
MMMM
MMMM
Nibble 1 2 3 4 5 6 7 8
TLS2 Monitoring Systems

6.3 ASCII FLOATING POINT FORMAT

6.3.1 NOTES

6.3.1.1 HHHHHHHH (H = 0-9 or A-F) indicates the 8 "nibble" ASCII-Hexadecimal representation of
a 4-Byte Floating Point number. Many data parameters are transmitted in this format.
6.3.1.2 The 32-bits are arranged as follows:
S is the sign bit (0 if positive, 1 if negative). EEE EEEE E represents the 2's exponent. It is a 2's complement value biased by 127 (7F
Hex). The exponent can be determined by subtracting 127 from the value of the E field and raising 2 to the resulting power.
MMM MMMM MMMM MMMM MMMM MMMM represents the 23-bit mantissa. Since the mantissa describes a value which is greater than or equal to 1.0 and less than 2.0, the 24th bit is always assumed to be equal to 1 and is not transmitted or stored. The value of the mantissa can be determined by dividing the value of the M field by 8,388,608 (223) and adding
1.0.
6.3.1.3 The complete value of the floating point number can then be determined by multiplying the
exponent by the mantissa and attaching the appropriate positive or negative sign.
6.3.1.4 By convention, 00 00 00 00 represents the value 0.0 even though it actually converts to 5.8775
6.3.1.5 The eight "nibbles" are transmitted in sequence from 1 through 8 as shown in section 6.3.1.2.
x 10
-39
.
Part No. 577013-767, Revision H 5
Serial Interface Manual
TLS2 Monitoring Systems

6.3.2 EXAMPLES

6.3.2.1 3F800000 hex = 0011 1111 1000 0000 0000 0000 0000 0000 bin
S = 0 = + (positive) E = 011 1111 1 bin = 7F hex = 127 dec M = 000 0000 0000 0000 0000 0000 bin = 0 hex = 0 dec
Exponent = 2 Mantissa = 1.0 + (0/8,388,608) = 1.0 Decimal Value = +1.0 x 1.0 = 1.0
6.3.2.2 B8D1B717 hex = 1011 1000 1101 0001 1011 0111 0001 0111 bin
S = 1 = - (negative) E = 011 1000 1 bin = 71 hex = 113 dec M = 101 0001 1011 0111 0001 0111 bin = 51 B7 17 hex = 5,355,287 dec
Exponent = 2 Mantissa = 1.0 + (5,355,287/8,388,608) = 1.63840 Decimal Value = -0.0000610352 x 1.63840 = -0.0001
6.3.2.3 C2C7FAE1 hex = 1100 0010 1100 0111 1111 1010 1110 0001 bin
S = 1 = - (negative) E = 100 0010 1 bin = 85 hex = 133 dec M = 100 0111 1111 1010 1110 0001 bin = 47 FA E1 hex = 4,717,281 dec
Exponent = 2 Mantissa = 1.0 + (4,717,281/8,388,608) = 1.56234 Decimal Value = -64 x 1.56234 = -99.99
6.3.2.4 461C4000 hex = 0100 0110 0001 1100 0100 0000 0000 0000 bin
S = 0 = + (positive) E = 100 0110 0 bin = 8C hex = 140 dec M = 001 1100 0100 0000 0000 0000 bin = 1C 40 00 hex = 1,851,392 dec
Exponent = 2 Mantissa = 1.0 + (1,851,392/8,388,608) = 1.22070 Decimal Value = +8,192 x 1.22070 = 10,000
(127-127)
(113-127)
(133-127)
(140-127)
= 1.0
= 0.0000610352
= 64
= 8,192
Part No. 577013-767, Revision H 6
Serial Interface Manual
TLS2 Monitoring Systems

7.0 FUNCTION CODES AND RESPONSE MESSAGES The function codes and data fields of the message formats are described in this section. Most response messages can be requested for either a single device (tank, etc.) or all devices. A "TT" in

the function code signifies single device number 01 through 16. When "TT" is 00, it signifies all devices.
Typically, response messages include information on the active devices only. That is, those devices that are connected and working. However, the system can be forced to send data on inactive devices by using an inactive device number. In this case, if no valid data is available on a device, the message is filled out with question marks (?) in the place of numbers.
Computer format response messages do not include any formatting characters such as carriage returns, line feeds, spaces, nulls, labels, etc. Only those characters shown are actually included in the response message. For convenience, the messages are shown in segments and do not actually include any line feeds, carriage returns, etc. Also, the notes to the right and between the message lines are not included in the messages. All number values contained in the response messages retain leading zeroes.
Display format response messages include the formatting characters shown. All message lines end with a carriage return, line feed, and six nulls. All response messages start and end with at least one blank line.
The system function codes and response messages are described in detail in the following sections. A summary list of all function codes is given at the end of this document.
Part No. 577013-767, Revision H 7
Serial Interface Manual
TLS2 Monitoring Systems

7.1 CONTROL FUNCTIONS

Function Code: Function Type: System Reset
Command Format: Display: <SOH>S00100 Computer: <SOH>s00100
Typical Response Message, Display Format:
<SOH> S00100 22-05-01 14:51 <ETX>
Typical Response Message, Computer Format:
<SOH>s00100YYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. && - Data Termination Flag
3. CCCC - Message Checksum
001 Version 1
Part No. 577013-767, Revision H 8
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 003 Version 1 Function Type: Remote Alarm Reset
Command Format: Display: <SOH>S00300 Computer: <SOH>s00300
Typical Response Message, Display Format:
<SOH> S00300 22-05-01 14:54 <ETX>
Typical Response Message, Computer Format:
<SOH>s00300YYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. && - Data Termination Flag
3. CCCC - Message Checksum
Part No. 577013-767, Revision H 9
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 010 Version 1 Function Type: Computer Mode Autodial Hang-up
Command Format: Display: <SOH>S01000 Computer: <SOH>s01000
Typical Response Message, Display Format:
<SOH> S01000 22-05-01 14:54 <ETX>
Typical Response Message, Computer Format:
<SOH>s01000YYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. This command ends the current autodial session for this port
3. && - Data Termination Flag
4. CCCC - Message Checksum
and clears any active autodial alarms on the port
Part No. 577013-767, Revision H 10
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 052 Version 1 Function Type: Start In-Tank Leak Detect Test
Command Format: Display: <SOH>S052TT Computer: <SOH>s052TT
Typical Response Message, Display Format:
<SOH> S05201 22-05-01 14:55 TANK PRODUCT LABEL 1 REGULAR UNLEADED LEAK TEST START TEST BY EXTERN INTERFACE <ETX>
Typical Response Message, Computer Format:
<SOH>s052TTYYMMDDHHmmTTk&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. TT - Tank Number (Decimal, 00 = all)
3. k - Status Flag - 0 = OFF, 1 = ON
4. && - Data Termination Flag
5. CCCC - Message Checksum
Part No. 577013-767, Revision H 11
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 053 Version 1 Function Type: Stop In-Tank Leak Detect Test
Command Format: Display: <SOH>S053TT Computer: <SOH>s053TT
Typical Response Message, Display Format:
<SOH> S05301 22-05-01 14:55 TANK PRODUCT LABEL 1 REGULAR UNLEADED LEAK TEST STOP <ETX>
Typical Response Message, Computer Format:
<SOH>s053TTYYMMDDHHmmTTk&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. TT - Tank Number (Decimal, 00 = all)
3. k - Status Flag - 0 = OFF, 1 = ON
4. && - Data Termination Flag
5. CCCC - Message Checksum
Part No. 577013-767, Revision H 12
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 09E Version 5 Function Type: Setup Password Log In
Command Format: Display: <SOH>S09E00PPPPPPPPPPPPPPPP Computer: <SOH>s09E00PPPPPPPPPPPPPPPP
Notes:
1. P - Setup Password (6 to 16 ASCII characters [20h-7Eh])
Typical Response Message, Display Format:
<SOH> I09E00 07-12-09 09:43
SETUP PASSWORD LOG IN COMM 1: LOGGED IN
<ETX>
Typical Response Message, Computer Format:
<SOH>s09E00YYMMDDHHmmpS&&CCCC<ETX> Notes:
1. YYMMDDHHmm - Current Date and Time
2. p - Port Number
3. S - Log In Status 0 = Logged Out 1 = Logged In
4. && - Data Termination Flag
5. CCCC - Message Checksum
Part No. 577013-767, Revision H 13
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 09F Version 5 Function Type: Setup Password Log Out
Command Format: Display: <SOH>S09F00149 Computer: <SOH>s09F00149
Notes:
1. 149 - code must be sent to confirm the command
Typical Response Message, Display Format:
<SOH> I09F00 07-12-09 09:43
SETUP PASSWORD LOG OUT COMM 1: LOGGED OUT
<ETX>
Typical Response Message, Computer Format:
<SOH>s09F00YYMMDDHHmmpS&&CCCC<ETX> Notes:
1. YYMMDDHHmm - Current Date and Time
2. p - Port Number
3. S - Log In Status 0 = Logged Out 1 = Logged In
4. && - Data Termination Flag
Part No. 577013-767, Revision H 14
Serial Interface Manual
TLS2 Monitoring Systems

7.2 OPERATIONAL REPORTS

7.2.1 SYSTEM REPORTS

Function Code: Function Type: System Status Report
Command Format: Display: <SOH>I10100 Computer: <SOH>i10100
Notes:
1. This command will report all active OR unacknowledged alarms
Typical Response Message, Display Format:
<SOH> I10100 22-05-01 14:55
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
SYSTEM STATUS REPORT ALL FUNCTIONS NORMAL
<ETX>
101 Version 1
and warnings up to the limit of 25 alarms in display format, and 150 alarms in computer format
Part No. 577013-767, Revision H 15
Serial Interface Manual
TLS2 Monitoring Systems
Function Code 101 Notes: (Continued) Typical Response Message, Computer Format:
<SOH>i10100YYMMDDHHmmAANNTT... AANNTT&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. AA - Alarm/Warning Category: 00 - All Functions Normal 02 - Tank Alarm 14 - Auto-Dial Fax Alarm
3. NN - Alarm Type Number:
- If AA is 02 and NN is: 03 = Tank High Water Alarm 04 = Tank Overfill Alarm 05 = Tank Low Product Alarm 08 = Tank Invalid Fuel Level Alarm 09 = Tank Probe Out Alarm 11 = Tank Delivery Needed Warning 12 = Tank Maximum Product Alarm 13 = Tank Gross Leak Test Fail Alarm 14 = Tank Periodic Leak Test Fail Alarm 15 = Tank Annual Leak Test Fail Alarm 27 = Tank Cold Temperature Warning
- If AA is 14 and NN is: 02 = Autodial Failed Alarm
4. TT - Tank/Sensor Number
5. && - Data Termination Flag
6. CCCC - Message Checksum
Part No. 577013-767, Revision H 16
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 103 Version 4 Function Type: System Identification Report
Command Format: Display: <SOH>I10300 Computer: <SOH>i10300
Typical Response Message, Display Format:
<SOH> I10300 22-05-08 14:58
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
<ETX>
Typical Response Message, Computer Format:
<SOH>i10300YYMMDDHHmma...a&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. a - Header Lines (80 ASCII characters from 20 Hex - 7E Hex)
3. && - Data Termination Flag
4. CCCC - Message Checksum
Part No. 577013-767, Revision H 17
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 111 Version 1 Function Type: Priority Alarm History Report
Command Format: Display: <SOH>I11100 Computer: <SOH>i11100
Typical Response Message, Display Format:
<SOH> I11100 22-05-01 14:55
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
PRIORITY ALARM HISTORY REPORT ID DESCRIPTION ALARM TYPE STATUS DATE TIME
T 1 REGULAR UNLEADED PROBE OUT CLEAR 19-03-01 23:43 T 2 PRODUCT #2 PROBE OUT CLEAR 19-03-01 23:43 T 3 PRODUCT #3 PROBE OUT CLEAR 19-03-01 23:43 T 4 PRODUCT #4 PROBE OUT CLEAR 19-03-01 23:43 T 5 PRODUCT #5 PROBE OUT CLEAR 19-03-01 23:43 T 6 PRODUCT #6 PROBE OUT CLEAR 19-03-01 23:43 T 1 REGULAR UNLEADED PROBE OUT ALARM 19-03-01 23:36 T 2 PRODUCT #2 PROBE OUT ALARM 19-03-01 23:36 T 3 PRODUCT #3 PROBE OUT ALARM 19-03-01 23:36 T 4 PRODUCT #4 PROBE OUT ALARM 19-03-01 23:36 T 5 PRODUCT #5 PROBE OUT ALARM 19-03-01 23:36 T 6 PRODUCT #6 PROBE OUT ALARM 19-03-01 23:36 <ETX>
Part No. 577013-767, Revision H 18
Serial Interface Manual
TLS2 Monitoring Systems
Function Code 111 Notes: (Continued) Typical Response Message, Computer Format:
<SOH>i11100YYMMDDHHmmAAccNNTTSSYYMMDDHHmm... AAccNNTTSSYYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. AA - Alarm/Warning Category: 00 - All Functions Normal 02 - Tank Alarm 14 - Auto-Dial Alarm
3. cc - Sensor Category 00 - Unused
4. NN - Alarm Type Number:
- If AA is 02 and NN is: 03 = Tank High Water Alarm 04 = Tank Overfill Alarm 05 = Tank Low Product Alarm 08 = Tank Invalid Fuel Level Alarm 09 = Tank Probe Out Alarm 11 = Tank Delivery Needed Warning 12 = Tank Maximum Product Alarm 13 = Tank Gross Leak Test Fail Alarm 14 = Tank Periodic Leak Test Fail Alarm 15 = Tank Annual Leak Test Fail Alarm 27 = Tank Cold Temperature Warning
- If AA is 14 and NN is: 02 = Autodial Failed Alarm
5. TT - Tank/Sensor Number
6. SS - Alarm State 01 = Alarm cleared 02 = Alarm occurred
7. YYMMDDHHmm - Date/Time Alarm state occurred
8. && - Data Termination Flag
9. CCCC - Message Checksum
Part No. 577013-767, Revision H 19
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 112 Version 1 Function Type: Non-Priority Alarm History Report
Command Format: Display: <SOH>I11200 Computer: <SOH>i11200
Typical Response Message, Display Format:
<SOH> I11200 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
NON PRIORITY ALARM HISTORY REPORT ID DESCRIPTION ALARM TYPE STATUS DATE TIME
T 1 REGULAR UNLEADED PROBE OUT CLEAR 19-03-01 23:36 T 1 REGULAR UNLEADED PROBE OUT ALARM 19-03-01 23:36 <ETX>
Typical Response Message, Computer Format:
<SOH>i11200YYMMDDHHmmAAccNNTTSSYYMMDDHHmm... AAccNNTTSSYYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. AA - Alarm/Warning Category: See explanation for "AA" in Function i11100
3. cc - Sensor Category See explanation for "cc" in Function i11100
4. NN - Alarm Type Number: See explanation for "NN" in Function i11100
5. TT - Tank/Sensor Number
6. SS - Alarm State 01 = Alarm cleared 02 = Alarm occurred
7. YYMMDDHHmm - Date/Time Alarm state occurred
8. && - Data Termination Flag
9. CCCC - Message Checksum
Part No. 577013-767, Revision H 20
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 113 Version 1 Function Type: Active Alarm Report
Command Format: Display: <SOH>I11300 Computer: <SOH>i11300
Notes:
1. This command will report ALL active alarms and warnings
Typical Response Message, Display Format:
<SOH> I11300 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
ACTIVE ALARM STATUS ID DESCRIPTION ALARM TYPE DATE TIME
T 1 REGULAR UNLEADED PROBE OUT 19-03-01 23:36 <ETX>
Typical Response Message, Computer Format:
<SOH>i11300YYMMDDHHmma..ab..bc..cd..dAAccNNTTYYMMDDHHmm... AAccNNTTYYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. a..a - Station Header 1: 20 ASCII characters
3. b..b - Station Header 2: 20 ASCII characters
4. c..c - Station Header 3: 20 ASCII characters
5. d..d - Station Header 4: 20 ASCII characters
6. AA - Alarm/Warning Category: See explanation for "AA" in Function i11100
7. cc - Sensor Category See explanation for "cc" in Function i11100
8. NN - Alarm Type Number: See explanation for "NN" in Function i11100
9. TT - Tank/Sensor Number
10. YYMMDDHHmm - Alarm Date and Time
11. && - Data Termination Flag
12. CCCC - Message Checksum
regardless of their acknowledgement state. If there are more than can be contained in the non-priority and priority history storage areas, they will be reported here without time and date stamps
Part No. 577013-767, Revision H 21
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 114 Version 1 Function Type: Cleared Alarm Report
Command Format: Display: <SOH>I11400 Computer: <SOH>i11400
Typical Response Message, Display Format:
<SOH> I11400 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
CLEARED ALARMS REPORT ID DESCRIPTION ALARM TYPE STATUS DATE TIME
T 1 REGULAR UNLEADED PROBE OUT CLEAR 19-03-01 23:36 <ETX>
Typical Response Message, Computer Format:
<SOH>i11400YYMMDDHHmma..ab..bc..cd..dAAccNNTTSSYYMMDDHHmm... AAccNNTTSSYYMMDDHHmm&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. a..a - Station Header 1: 20 ASCII characters
3. b..b - Station Header 2: 20 ASCII characters
4. c..c - Station Header 3: 20 ASCII characters
5. d..d - Station Header 4: 20 ASCII characters
6. AA - Alarm/Warning Category: See explanation for "AA" in Function i11100
7. cc - Sensor Category: See explanation for "cc" in Function i11100
8. NN - Alarm Type Number: See explanation for "NN" in Function i11100
9. TT - Tank/Sensor Number
10. SS - Alarm State 01 = Alarm cleared 02 = Alarm occurred
11. YYMMDDHHmm - Clear Alarm Date and Time
12. && - Data Termination Flag
13. CCCC - Message Checksum
Part No. 577013-767, Revision H 22
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 117 Version 1 Function Type: Priority Alarm History Report II
Command Format:
Display: <SOH>I11700 Computer: <SOH>i11700
Typical Response Message, Display Format:
<SOH> I11700 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
PRIORITY ALARM HISTORY REPORT ID DESCRIPTION ALARM TYPE STATUS DATE TIME REPEAT
T 1 REGULAR UNLEADED PROBE OUT CLEAR 19-03-01 23:36 0 T 1 REGULAR UNLEADED PROBE OUT ALARM 19-03-01 23:36 0 <ETX>
Typical Response Message, Computer Format:
<SOH>iii700YYMMDDHHmmAAccNNTTSSYYMMDDHHmmaaaa... AAccNNTTSSYYMMDDHHmmaaaa&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. AA - Alarm/Warning Category See explanation for "AA" in Function i11100
3. cc - Sensor Category See explanation for "cc" in Function i11100
4. NN - Alarm Type Number See explanation for "NN" in Function i11100
5. TT - Tank/ Sensor Number
6. SS - Alarm State 01 B Alarm cleared 02 B Alarm occurred
7. YYMMDDHHmm - Date and Time first alarm occurred
8. aaaa - number of times alarm occurred (hex)
9. && - Data Termination Flag
10. CCCC - Message Checksum
Part No. 577013-767, Revision H 23
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 118 Version 1 Function Type: Non-Priority Alarm History Report II
Command Format: Display: <SOH>I11800
Computer: <SOH>i11800
Typical Response Message, Display Format:
<SOH> I11800 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
NON PRIORITY ALARM HISTORY REPORT ID DESCRIPTION ALARM TYPE STATUS DATE TIME REPEAT
T 1 REGULAR UNLEADED PROBE OUT CLEAR 19-03-01 23:36 0 T 1 REGULAR UNLEADED PROBE OUT ALARM 19-03-01 23:36 0 <ETX>
Typical Response Message, Computer Format:
<SOH>i11800YYMMDDHHmmAAccNNTTSSYYMMDDHHmmaaaa... AAccNNTTSSYYMMDDHHmmaaaa&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. AA - Alarm/Warning Category See explanation for "AA" in Function i11100
3. cc - Sensor Category See explanation for "cc" in Function i11100
4. NN - Alarm Type Number See explanation for "NN" in Function i11100
5. TT - Tank/ Sensor Number
6. SS - Alarm State 01 B Alarm cleared 02 B Alarm occurred
7. YYMMDDHHmm - Date and Time first alarm occurred
8. aaaa - number of times alarm occurred (hex)
9. && - Data Termination Flag
10. CCCC - Message Checksum
Part No. 577013-767, Revision H 24
Serial Interface Manual
TLS2 Monitoring Systems

7.2.2 IN-TANK REPORTS

Function Code: Function Type: In-Tank Inventory Report
Command Format: Display: <SOH>I201TT Computer: <SOH>i201TT
Typical Response Message, Display Format:
<SOH> I20101 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
INVENTORY REPORT TANK PRODUCT VOLUME TC VOLUME ULLAGE HEIGHT WATER TEMP
1 REGULAR UNLEADED 5329 5413 4699 48.97 0.00 37.39 <ETX>
Typical Response Message, Computer Format:
<SOH>i201TTYYMMDDHHmmTTpssssNNFFFFFFFF... TTpssssNNFFFFFFFF...&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. TT - Tank Number (Decimal, 00 = all)
3. p - Product Code (single ASCII character, from 20 Hex - 7E Hex)
4. ssss - Tank Status Bits: Bit 1 - (LSB) Delivery in Progress Bit 2 - Leak Test in Progress Bit 3 - Invalid Fuel Height Alarm (MAG Probes Only) Bit 4-16 - Unused
5. NN - Number of eight character Data Fields to follow (Hex)
6. FFFFFFFF - ASCII Hex IEEE float:
1. Volume
2. TC Volume
3. Ullage
4. Height
5. Water
6. Temperature
7. Water Volume
7. && - Data Termination Flag
8. CCCC - Message Checksum
201 Version 1
Part No. 577013-767, Revision H 25
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 202 Version 1 Function Type: In-Tank Delivery Report
Command Format: Display: <SOH>I202TT Computer: <SOH>i202TT
Typical Response Message, Display Format:
<SOH> I20201 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
DELIVERY REPORT TANK 1 REGULAR UNLEADED
INCREASE DATE TIME VOLUME TC VOLUME WATER TEMP HEIGHT END: 21-05-01 15:14 3231 3194 0.00 76.14 48.27 START: 21-05-01 15:05 1244 1231 0.00 73.89 24.40 AMOUNT: 1987 1963 <ETX>
Typical Response Message, Computer Format:
<SOH>i202TTYYMMDDHHmmTTpddYYMMDDHHmmYYMMDDHHmmNNFFFFFFFF... TTpddYYMMDDHHmmYYMMDDHHmmNNFFFFFFFF...&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. TT - Tank Number (Decimal, 00 = all)
3. p - Product Code (single ASCII character, from 20 Hex - 7E Hex)
4. dd - Number of Deliveries to follow (Decimal, 00 if no data
5. YYMMDDHHmm - Starting Date/Time
6. YYMMDDHHmm - Ending Date/Time
7. NN - Number of eight character Data Fields to follow (Hex)
8. FFFFFFFF - ASCII Hex IEEE float:
1. Starting Volume
2. Starting TC Volume
3. Starting Water
4. Starting Temp
5. Ending Volume
6. Ending TC Volume
7. Ending Water
8. Ending Temp
9. Starting Height
10. Ending Height
9. && - Data Termination Flag
10. CCCC - Message Checksum
available for this tank)
Part No. 577013-767, Revision H 26
Serial Interface Manual
TLS2 Monitoring Systems
Function Code: 203 Version 1 Function Type: In-Tank Leak Detect Report
Command Format: Display: <SOH>I203TT Computer: <SOH>i203TT
Typical Response Message, Display Format:
<SOH> I20301 22-05-01 14:56
STATION HEADER 1....
STATION HEADER 2....
STATION HEADER 3....
STATION HEADER 4....
IN-TANK LEAK TEST REPORT T 1 REGULAR UNLEADED
TEST STATUS: OFF 0.20 GAL/HR TEST PASS TEST STARTING TIME: 19-05-01 10:30 PM TEST LENGTH: 3.0 HOURS START TEMP: 58.7 DEG F START VOLUME: 2123.2 GAL END TEMP: 58.1 DEG F LEAK RATE: -0.01 GAL/HR
CUMULATIVE PERIODIC VOLUME CHANGE (GAL):
-0.01 -0.02 -0.01 -0.03 -0.05 -0.04 <ETX>
Typical Response Message, Computer Format:
<SOH>i203TTYYMMDDHHmmTTpYYMMDDHHmmHHNNFFFFFFFF... TTpYYMMDDHHmmHHNNFFFFFFFF...&&CCCC<ETX>
Notes:
1. YYMMDDHHmm - Current Date and Time
2. TT - Tank Number (Decimal, 00 = all)
3. p - Product Code (single ASCII character, from 20 Hex - 7E Hex)
4. YYMMDDHHmm - Starting Date/Time
5. HH - Test Duration (hours)
6. NN - Number of eight character Data Fields to follow (Hex)
7. FFFFFFFF - ASCII Hex IEEE float:
1. Starting Temp
2. Ending Temp
3. Starting Volume
4. Ending Rate
5. Hourly changes up to the number of fields
8. && - Data Termination Flag
9. CCCC - Message Checksum
Part No. 577013-767, Revision H 27
Loading...
+ 135 hidden pages