Firmware Version 3/4.31.37
Need to retest meter diagnostic screen with analog valve output.
Need to add check for misconfiguration of Analog Valves or Additive Analog
Valves attempting to use the same 4-20mA output.
01/19/12 WJP
Updated the terminal text command, Esc K (Clear EOL) and esc (Clear EOS) to use
the current character attributes unless one is specified using the esc G command.
01/22/12 WJP
Added new configuration parameter type, API_PRODUCT_TABLE_NAME_TYPE.
API_PRODUCT_TABLE_NO_PRODUCT 0
API_PRODUCT_TABLE_PROPAN 1
API_PRODUCT_TABLE_PROPYLEN 2
API_PRODUCT_TABLE_BUTAN 3
API_PRODUCT_TABLE_ISOBUTAN 4
API_PRODUCT_TABLE_ISOBUTEN 5
API_PRODUCT_TABLE_CISBUT2EN 6
API_PRODUCT_TABLE_TRANSBUT2EN 7
API_PRODUCT_TABLE_BUT1EN 8
API_PRODUCT_TABLE_BUTA13DIEN 9
API_PRODUCT_TABLE_METHANOL 10
API_PRODUCT_TABLE_ETHANOL 11
API_PRODUCT_TABLE_ISOPROPANOL 12
API_PRODUCT_TABLE_ISOBUTANOL 13
API_PRODUCT_TABLE_MTBE 14
API_PRODUCT_TABLE_TAME 15
API_PRODUCT_TABLE_BENZOL 16
API_PRODUCT_TABLE_TOLUOL 17
API_PRODUCT_TABLE_OXYLOL 18
API_PRODUCT_TABLE_MXYLOL 19
API_PRODUCT_TABLE_PXYLOL 20
Added new component configuration parameter API X Products.
Added API tables 54XG and 54YG.
01/27/12 WJP
Changed API_PRODUCT_TABLE_NAME_TYPE to API_54YG_PRODUCT_TYPE.
Changed api_product_table_name to api_54yg_product.
Renamed configuration parameter "API X PRODUCTS" to "API 54YG Product".
Added API tables:
TABLE_TEC_ETH_US = 'G',
TABLE_TEC_ETH_B100 = 200,
TABLE_TEC_ETH_B40 = 201,
TABLE_TEC_ETH_E40 = 202,
TABLE_TEC_ETH_E100 = 203
Removed tec_eth() function.
Updated tec() function to accept base temp and expansion coefficient.
Updated TEC_ETH_xxx calls to use updated tec() function and handle both C and F
temperature units.
Corrected value placement bug in ticket where gross position was used for the
net value position for placing the measurement character.
Added api_54yg_product to api setup screen.
For tables that support both Def F and Deg C (TEC and Ethanol), added logic to
correctly display the correct units and the reference temperature selected.
02/15/12 WJP
Corrected FCM analog additive simulation.
Corrected API 54XG table implementation before release.
Corrected analog additive 4-20mA output scaling and log messages.