Firmware Version 3/4.31.37
9/9/11 MSH
Added support for two-meter I/O board automated test rig.
Changed prompting sequence to use Driver Language setting in RCU Setup rather
than language bit in card database.
10/3/11 MSH
Added vehicle ID as prompted in transload to truck scenario to transaction sent
to TDS.
Added "BOL Prefix" configurable to RCU General Setup for CN builds. Prefix is
user adjustable and is prepended to ticket number when sent to TDS.
10/4/11 WJP
Added ASTM1240-2004 tables.
Added the following configuration types:
COMMODITY_TYPE = 28,
EXP_COEF_UOM_TYPE = 29,
DENSITY_UOM_TYPE = 30,
PRESSURE_UOM_TYPE = 31
With the following assignments:
#define COMMODITY_TYPE_NONE 0
#define COMMODITY_TYPE_CRUDE 1
#define COMMODITY_TYPE_REFINE 2
#define COMMODITY_TYPE_LUBRIC 3
#define EXP_COEF_UOM_TYPE_FAHRENHEIT 1
#define EXP_COEF_UOM_TYPE_DEGREES 2
#define DENSITY_UOM_TYPE_KG 1
#define DENSITY_UOM_TYPE_API 2
#define DENSITY_UOM_TYPE_REL 3
#define PRESSURE_UOM_TYPE_PSIG 1
#define PRESSURE_UOM_TYPE_KPA 2
#define PRESSURE_UOM_TYPE_BAR 3
Added the following W&M Component configuration parameters:
commodity_type; /* 103048 */ \
exp_coef_uom; /* 103049 */ \
density_uom; /* 103050 */ \
pressure_uom; /* 103051 */ \
reference_temp; /* 103052 */ \
Added ability to selectively display these parameters on the Temp Comp screen.
Updated Makefile to include:
ml_api_2004_5.c
ml_api_2004_6.c
Added the ASTM 2004 table types.
Changed equipment database version to 3.30.03.
Added long table name for display.
Increased CTL table count from 21 to 48.
Added ability to display and use 5 decimal place VCFs.
Component Status Screen 4 and 5 digit CTLs.
Increased API table name size on the API Table Setup Screens
TODO: Need to update USE flags for 2004 tables.
TODO: Need to return correct density types for transaction.
TODO: Need to retest all 2004 tables.
TODO: Need to address CTPL values.
10/14/11 MSH
Added option to SD card menu to dump diagnostic data to SD, including contents of
NVRAM and flash transaction archive.