Figure 11-1 – Gasboy CFN Series Site Controller III Start-up User Manual
Page 78

Communication Tests
Tank Monitor (Serial Port)
Page 72 MDE-4793A CFN Series Site Controller III Start-up Manual for CFN III Versions 3.5 and above · November 2008
*TM PORT TEST
PORT OPEN X BAUD 9600 DATA7 PARITY ODD (this line for TLS-250 or generic)
PORT OPEN X BAUD xxxx (this line for TLS-350 only)
PORT SEND ~01
PORT SEND 200
LOOP
PORT RECEIVE QUIET 2 FILE TMTST.DTA
IF ‘%E = 1 (the special character appearing before the percent sign is a back quote)
RETURN
PORT CLOSE
TY TMTST.DTA
. (period must be on a line by itself)
Figure 11-1: Sample of Creating TMTST.CMD File for TLS-350
REC TMTST.CMD
Data?
*TM PORT TEST
PORT OPEN 2 BAUD 9600
PORT SEND ~01
PORT SEND 200
LOOP
PORT RECEIVE QUIET 2 FILE TMTST.DTA
IF ‘%E = 1
RETURN
PORT CLOSE
TY TMTST.DTA
.
P:
5
At the command prompt (R* or [P:]*), type TMTST and press ENTER.
Once the command has completed, you should have a printout similar to the one shown in
.
Figure 11-2: Sample Tank Monitor Printout
VEEDER-ROOT
TLS
TANK LEVEL SENSOR
----------
FEB 9, 2005
2:25 PM
TANK PRODUCT GALLONS INCHES WATER DEG F ULLAGE
1 UNLEADED 3858 34.60 0.0 72.9 1142
2 DIESEL 7331 66.01 1.0 60.2 2669
6
Once you have verified the communications are working, type DEL TMTST.* and press
ENTER. This deletes the TMTST files.