Each Pump Nozzle is assigned to a Tank with a Fuel Grade. From the Grade, the Fuel Price can be gotten
Download Command 0x1c –
Tech Config: Tank Setup
|
Field Name
|
Data
|
|
TankCode1, TankID#|TankSize|Reorder Level|FuelType|FuelGrade| ATGType|ATG#|
A/B
|
TANKID# - Some Tanks it could be 5 Ascii characters e.g . 16924
|
1|16924|23000|5000|1|2|2|1|A
|
TankCode2, TankID#|, Size|Reorder
Level|FuelType|FuelGrade| ATGType|ATG#| A/B
|
|
2|12423|14000|1500|1|1|2|1|A
|
|
|
A = Above Ground
|
|
|
B = Below Ground
|
|
|
|
|
|
|
|
|
|
Below a sample of the comms from the Web to the M/C
|
STX
[1] Hex
|
SiteID[3]
Hex
|
Packet Type[2] Hex
|
Payload length [1]
Hex
|
Payload
|
CRC [1]
Hex
|
ETX
[1]
Hex
|
0x32
|
0x04FD00D00
|
0x07
|
0xnn
|
T1|16924|23000|5000|1|2|A|2|14000|1500|1|1|A
|
XX
|
0x33
|
The Web will main these tables below for the Types and Grades
FuelType
|
Descriptions
|
0
|
Not Applicable
|
1
|
Diesel
|
2
|
Petrol
|
3
|
Paraffin
|
4
|
Natural Gas
|
5
|
etc
|
FuelGrade
|
Descriptions
|
0
|
Not Applicable
|
1
|
Diesel 500ppm
|
2
|
Diesel 50ppm
|
3
|
Diesel 12ppm
|
4
|
UL93
|
5
|
UL95
|
6
|
Etc
|