Firmware Version 3/4.31.37
11/8/2016 MSH
Fix: Driver number display for the CSV reports.
11/9/2016 TF
Fix: Divert logic wouldn’t close the control valve when diverting product.
12/9/2016 MSH
Increased firmware version to x.31.32
Fix: Transaction archive could get corrupted in rare instances after archive wrapped
around to beginning of flash.
12/21/2016 TF
Fix: Outgoing modbus communication synchronization issue. When going in and out of
program mode, it was possible to send multiple modbus commands before attempting to read
the response. If this happened, then the MTL and the device would get out of synch and the
data would end up on different custom logic lines.
Fix: Issue with modbus outgoing device state machine. It would attempt to close a
connection before the network thread was created because of an unintialized value.
Fix: Archive transaction to sd card issue. The sd card I/O routine block, which could
lead to FCM Timeout alarms or potentially cause the unit to power cycle itself due to not
triggering the WDT.
- Needed to pull the routine into a separate task
- Set the task to be the same priority level as main().
- Created an sd card write routine that calls write in a loop and checks the error
code.
Fix: Syncing of system clock issue where the system clock was being initialized after
other tasks, that require the clock to be in sync, were created.
Fix: SCS prompting white screen issue. If the SCS prompting was set to display Density,
and the MTL couldn't figure out which of the three to use (Density, Rel Density, API
Gravity), and the SCS prompting was configured to be displayed after the transaction then
the MTL would display a white screen which you could never get out of.
1/3/2017 TF
Increased NR1 version to x.31.32
Decreased the minimum number of presets to 0.
01/18/2017 TF
Increased firmware version to x.31.33
02/20/2017 MSH
Fix: Malformed Transaction Report when standalone prompts are enabled.
02/24/2017 TF
Fix: Bug with Julian Date in custom logic. The calculation was slightly off. Also
corrected the name of the parameter to Julian Day, because the MultiLoad only uses the
Year, Month, and Day in the calculations. If using Julian converters, our calculations are
equal to the Julian Day Number (JDN).
Fix: Display of Sampler R.T. Alarms in custom logic.
Enhancement: Increased the maximum configurable flow rate from 9999 to 25000.
- Added additional logic that will calculate the max achievable pulse frequency based
on the maximum flow rate of the meter and the k-factor configured in the unit. An invalid
configuration alarm will be thrown if the frequency exceeds 10 kHz.
02/27/2017 TF