Firmware Version 3/4.31.37
11/29/11 WJP
Added API Tables 54AG, 54BG, 54CG, and 54DG;
12/17/11 WJP
When reading a configuration from an SD Card, any rejected commands are added to
the message log.
12/21/11 MSH
Add Vendor Term ID to Transloading operations.
01/03/12 MSH
Merge fix from 3/4.31.01 branch
Fix issue where printing tickets longer than 60 lines cause the firmware to
crash.
Added range checking to ticket configuration parameters (R200-R206).
Increased bspool buffer from 60 lines to 120 lines (2 pages).
Added safe bspool write routines to prevent writing outside bspool area.
Added 1 extra line for safety in case any items on the last line wrap to the
next line.
01/04/12 WJP
Added PTB Alibi Log Capability
Added PTB Alibi Log Port to Serial Port Selections
Com port type updated with the following assignments:
6 = ALIBI LOG TEXT PORT
7 = MASS METER PORT
8 = GPS PORT (not selectable on screen without GPS capability)
9 = ALIBI LOG PTB PORT
PTB Alibi Log port also checks handshake lines on COM2.
Multidrop supported on COM2 RS232 connections.
Will poll PTB printer every 15 seconds and report a printer error if no
response from PTB printer.
1/12/12 WJP
Removed degree symbol from AlibiLog output.
Corrected PTB Alibi Log multidrop functionality.
Added two pad characters for PTB Alibi Log output.
1/17/12 WJP
Added ability to inject additive using an analog valve/pump using a PID loop
control.
Added additive PID loop variables to the bstat struct.
Added logging of PID values when Additive Trace is enabled in RCU Setup.
Replaced Piston Injector Used parameter with Additive Type enumeration with the
following assignments:
ADDITIVE_TYPE_SOLENOID_WITH_METER 0
ADDITIVE_TYPE_PISTON_WITH_NORM_FEEDBACK 1
ADDITIVE_TYPE_PISTON_WITH_INV_FEEDBACK 2
ADDITIVE_TYPE_PISTON_WITH_NO_FEEDBACK 3
ADDITIVE_TYPE_ANALOG_VALVE_WITH_METER 4
Removed Pulse Input Used, Piston Input Used, and Feedback Stats Inverted
parameters.
Added Additive PID P Factor, I Time, and D Time parameters.
Updated Additive Diagnostics to support new injector type.
Updated Meter Diagnostics new Analog Output logic.
Updated Additive FCM Configuration routines to support new additive type.
Need to retest all additive types, injecting, diagnostics and calibrations.
Updated analog valve output logic to support additive analog valve.