Firmware Version 3/4.31.37
TDS connection status messages, GPS messages, Reprint Ticket, CN Prompts, and
all Meter Screens.
Language on the Idle Screen Logo images.
UAP authorization picklists.
Incorrectly only referencing the driver language for the stand alone driver
card database instead of the currently selected driver_language.
Uploaded host messages for Please Wait, Insert Card, Remove Card, Invalid
Card, Press Any Key for Access, and System Unavailable.
Custom Stand Alone Prompts.
On display of the card in screen, current driver language was being set to the
default_alt_language instead of the driver_language configuration parameter.
Updated native and Modbus protocols to update the currently selected driver
language when the driver_language configuration parameter is updated.
Since language does not exist in the UAP driver database, update the currently
selected driver language to the driver_language configuration parameter for UAP
driver authorization.
Removed the default_alt_language configuration parameter.
Host bay code needs to be updated to:
1. Once a driver card is read and the driver language is known, update the R008
register (driver language) with the driver language using the following index
mapping table. (i.e. tms language 45 is German, converts to index 4 in ML)
#define LANGUAGE_ENGLISH 0
#define LANGUAGE_SPANISH 1
#define LANGUAGE_PORTUGUESE 2
#define LANGUAGE_FRENCH 3
#define LANGUAGE_GERMAN 4
#define LANGUAGE_SIMPLIFIED_CHINESE 5
#define LANGUAGE_TRADITIONAL_CHINESE 6
#define LANGUAGE_THAI 7
2. Keep the current operation of reading the TMS language prompt database at
language index 0 and writing this prompt into R700xx0 registers for older MultiLoad
firmware.
3. Read the TMS language prompt database for the selected driver language (i.e.
tms language 45 is German) and write this prompt into R700xxl where l is the same
index that was written into R008 (i.e. 4 for German).
4. Update the R008 register (driver language) with the default driver language
once the driver transaction is done or cancelled.
04/07/2013 PS
Fixed update Custom Logic via ml_terminal or ml_modbus
Added to fcm_control logic for mass level
Added Mass to the transaction archive details.
Added printing mass on UAP tickets.
Added printing mass on Stand Alone tickets.
Added new LUA command, SetDetailMassNumberPos(), to BOL script processing.
Added SetDetailMassPos() to default BOL script.
Added Mass to transaction details in the MRTDppp and R800 commands.
Added Mass to the Transaction Viewer Screen.
Added MRS command to read the current mass.