package uk.org.smithfamily.mslogger.widgets; import java.util.HashMap; import java.util.Map; /** * Default indicator settings culled by grep | sort | uniq on all GaugeDetails from an earlier iteration * * @author dgs * */ public class IndicatorDefaults { @SuppressWarnings("serial") public static Map<String, IndicatorDefault> defaults = new HashMap<String, IndicatorDefault>() { { put("EAEFuelCorr", new IndicatorDefault("EAEFuelCorr", "EAE Fuel Correction", "%", 0, 200, 40, 70, 130, 160, 0, 0)); put("EAEFuelCorr1", new IndicatorDefault("EAEFuelCorr1", "EAE Fuel Correction 1", "%", 0, 200, 40, 70, 130, 160, 0, 0)); put("EAEFuelCorr2", new IndicatorDefault("EAEFuelCorr2", "EAE Fuel Correction 2", "%", 0, 200, 40, 70, 130, 160, 0, 0)); put("LOAD", new IndicatorDefault("LOAD", "Load", "kpa", 0, 200, -1, -1, 250, 250, 1, 0)); put("LOAD_short", new IndicatorDefault("LOAD_short", "Short Load", "kpa", 0, 200, -1, -1, 250, 250, 1, 0)); put("MAPdot", new IndicatorDefault("MAPdot", "MAPdot", "kPa/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("PC_duty", new IndicatorDefault("PC_duty", "Pressure Control", "100-PWM%", 0, 100, -1, -1, 101, 101, 0, 0)); put("RPMdot", new IndicatorDefault("RPMdot", "RPMdot", "rpm/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("RpmHiRes", new IndicatorDefault("RpmHiRes", "Engine RPM", "RPM", 0, 8000, 0, 300, 7800, 8000, 0, 0)); put("TPSdot", new IndicatorDefault("TPSdot", "TPSdot", "%/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("TargetAFR", new IndicatorDefault("TargetAFR", "Target AFR", "AFR", 10, 19.4, 0, 0, 20, 20, 2, 2)); put("accDecEnrich", new IndicatorDefault("accDecEnrich", "AE Driven Fuel Pct", "Pct", 100, 200, 0, 0, 999, 999, 0, 0)); put("accEnrichMS", new IndicatorDefault("accEnrichMS", "Accel Enrich PW", "ms", 50, 150, -1, -1, 999, 999, 3, 3)); put("accelx", new IndicatorDefault("accelx", "Accel X", "ms-2", -59, 59, 59, 59, 59, 59, 2, 2)); put("accely", new IndicatorDefault("accely", "Accel Y", "ms-2", -59, 59, 59, 59, 59, 59, 2, 2)); put("accelz", new IndicatorDefault("accelz", "Accel Z", "ms-2", -59, 59, 59, 59, 59, 59, 2, 2)); put("adc6", new IndicatorDefault("adc6", "ADC 6", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("adc7", new IndicatorDefault("adc7", "ADC 7", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("advSpark", new IndicatorDefault("advSpark", "Spark Advance", "deg BTDC", 50, -10, 0, 0, 35, 45, 0, 0)); put("advance", new IndicatorDefault("advance", "Ignition Advance", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("afr", new IndicatorDefault("afr", "Air:Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr1", new IndicatorDefault("afr1", "Air:Fuel Ratio 1", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr10", new IndicatorDefault("afr10", "Air:Fuel Ratio 10", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr11", new IndicatorDefault("afr11", "Air:Fuel Ratio 11", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr12", new IndicatorDefault("afr12", "Air:Fuel Ratio 12", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr13", new IndicatorDefault("afr13", "Air:Fuel Ratio 13", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr14", new IndicatorDefault("afr14", "Air:Fuel Ratio 14", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr15", new IndicatorDefault("afr15", "Air:Fuel Ratio 15", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr16", new IndicatorDefault("afr16", "Air:Fuel Ratio 16", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr1err", new IndicatorDefault("afr1err", "AFR 1 Error", "", -5, 5, 12, 13, 15, 16, 2, 2)); put("afr2", new IndicatorDefault("afr2", "Air:Fuel Ratio 2", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr2err", new IndicatorDefault("afr2err", "AFR 2 Error", "", -5, 5, 12, 13, 15, 16, 2, 2)); put("afr3", new IndicatorDefault("afr3", "Air:Fuel Ratio 3", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr4", new IndicatorDefault("afr4", "Air:Fuel Ratio 4", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr5", new IndicatorDefault("afr5", "Air:Fuel Ratio 5", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr6", new IndicatorDefault("afr6", "Air:Fuel Ratio 6", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr7", new IndicatorDefault("afr7", "Air:Fuel Ratio 7", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr8", new IndicatorDefault("afr8", "Air:Fuel Ratio 8", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afr9", new IndicatorDefault("afr9", "Air:Fuel Ratio 9", "", 10, 19.4, 12, 13, 15, 16, 2, 2)); put("afrload1", new IndicatorDefault("afrload1", "AFR Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("afrtgt1", new IndicatorDefault("afrtgt1", "AFR 1 Target", "", 10, 19.4, 20, 20, 20, 20, 2, 2)); put("afrtgt2", new IndicatorDefault("afrtgt2", "AFR 2 Target", "", 10, 19.4, 20, 20, 20, 20, 2, 2)); put("airCorrection", new IndicatorDefault("airCorrection", "Air density Correction", "%", 50, 150, -1, -1, 151, 151, 1, 1)); put("aux_volts", new IndicatorDefault("aux_volts", "Aux. Channel Volts", "Volts", 0, 5, 0, 0, 5, 5, 3, 0)); put("baroADC", new IndicatorDefault("baroADC", "Barometer ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("baroCorrection", new IndicatorDefault("baroCorrection", "Gbaro", "%", 50, 150, -1, -1, 151, 151, 1, 1)); put("barometer", new IndicatorDefault("barometer", "Barometer ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("batADC", new IndicatorDefault("batADC", "BAT ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("batteryVoltage", new IndicatorDefault("batteryVoltage", "Battery Voltage", "volts", 7, 21, 8, 9, 15, 16, 2, 2)); put("boost", new IndicatorDefault("boost", "Engine Boost", "PSIG", 0, 20, 0, 0, 15, 20, 1, 1)); put("boostVac", new IndicatorDefault("boostVac", "Engine Vac Boost", "in-HG/PSIG", -30, 30, -30, -30, 30, 30, 1, 1)); put("boostbar", new IndicatorDefault("boostbar", "Boost", "bar", -1, 3, -1, -1, 5, 5, 2, 2)); put("boostduty", new IndicatorDefault("boostduty", "Boost Duty", "%", 0, 100, -1, -1, 100, 100, 1, 1)); put("boostduty2", new IndicatorDefault("boostduty2", "Boost Duty 2", "%", 0, 100, -1, -1, 100, 100, 1, 1)); put("boostpsig", new IndicatorDefault("boostpsig", "Boost", "psig", -14.7, 21, -15, -15, 30, 30, 1, 1)); put("boostvac", new IndicatorDefault("boostvac", "Vac/Boost", "inHg/psig", -30, 30, -30, -30, 30, 30, 1, 1)); put("calcMAP", new IndicatorDefault("calcMAP", "Estimated MAP", "kPa", 0, 255, 0, 20, 200, 245, 1, 0)); put("canin1_8", new IndicatorDefault("canin1_8", "CAN inputs 1-8", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("canout1_8", new IndicatorDefault("canout1_8", "CAN outputs 1-8", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("canout9_16", new IndicatorDefault("canout9_16", "CAN outputs 9-16", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("canpwmin0", new IndicatorDefault("canpwmin0", "CAN PWMin 0", "", 0, 65535, 65535, 65535, 65535, 65535, 0, 0)); put("canpwmin1", new IndicatorDefault("canpwmin1", "CAN PWMin 1", "", 0, 65535, 65535, 65535, 65535, 65535, 0, 0)); put("canpwmin2", new IndicatorDefault("canpwmin2", "CAN PWMin 2", "", 0, 65535, 65535, 65535, 65535, 65535, 0, 0)); put("canpwmin3", new IndicatorDefault("canpwmin3", "CAN PWMin 3", "", 0, 65535, 65535, 65535, 65535, 65535, 0, 0)); put("cltADC", new IndicatorDefault("cltADC", "CLT ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("converter_slip", new IndicatorDefault("converter_slip", "Conv. Slip", "%", 0, 200, -1, -1, 200, 200, 0, 0)); put("coolant", new IndicatorDefault("coolant", "Coolant Temp", "%TEMP", -40, 120, -15, 0, 95, 105, 0, 0)); put("current_gear", new IndicatorDefault("current_gear", "Current Gear", "", -1, 4, -1, -1, 5, 5, 0, 0)); put("dbg_cam_filt", new IndicatorDefault("dbg_cam_filt", "Cam filtered", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("dbg_cam_mask", new IndicatorDefault("dbg_cam_mask", "Cam masked", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("dbg_crk_filt", new IndicatorDefault("dbg_crk_filt", "Crank filtered", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("dbg_crk_mask", new IndicatorDefault("dbg_crk_mask", "Crank masked", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("dbug", new IndicatorDefault("dbug", "VSS Errors", "", 0, 1000, 0, -1, 1000, 1000, 0, 0)); put("deadValue", new IndicatorDefault("deadValue", "---", "", 0, 1, -1, -1, 2, 2, 0, 0)); put("dutyCy1Real", new IndicatorDefault("dutyCy1Real", "Fuel Delivery 1", "Flow", 0, 75, -1, -1, 75, 75, 1, 1)); put("dutyCy2Real", new IndicatorDefault("dutyCy2Real", "Fuel Delivery 2", "Flow", 0, 75, -1, -1, 75, 75, 1, 1)); put("dutyCycle", new IndicatorDefault("dutyCycle", "Duty Cycle", "%", 0, 100, -1, -1, 85, 90, 1, 1)); put("dutyCycle1", new IndicatorDefault("dutyCycle1", "Duty Cycle 1", "%", 0, 100, -1, -1, 85, 90, 1, 1)); put("dutyCycle2", new IndicatorDefault("dutyCycle2", "Duty Cycle 2", "%", 0, 100, -1, -1, 85, 90, 1, 1)); put("duty_pwm_a", new IndicatorDefault("duty_pwm_a", "Generic PWM A Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("duty_pwm_b", new IndicatorDefault("duty_pwm_b", "Generic PWM B Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("duty_pwm_c", new IndicatorDefault("duty_pwm_c", "Generic PWM C Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("duty_pwm_d", new IndicatorDefault("duty_pwm_d", "Generic PWM D Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("duty_pwm_e", new IndicatorDefault("duty_pwm_e", "Generic PWM E Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("duty_pwm_f", new IndicatorDefault("duty_pwm_f", "Generic PWM F Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("dwell", new IndicatorDefault("dwell", "Dwell", "mSec", 0, 10, 0.5, 1, 6, 8, 1, 1)); put("dwell_trl", new IndicatorDefault("dwell_trl", "Dwell (Trailing)", "mSec", 0, 10, 0.5, 1, 6, 8, 1, 1)); put("eaeload1", new IndicatorDefault("eaeload1", "EAE Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("economy_l_100km", new IndicatorDefault("economy_l_100km", "Fuel economy", "l/100km", 0, 300, -1, -1, 900, 900, 1, 1)); put("economy_l_km", new IndicatorDefault("economy_l_km", "Fuel economy", "l/km", 0, 3, -1, -1, 9, 9, 2, 2)); put("economy_mpg_uk", new IndicatorDefault("economy_mpg_uk", "Fuel economy", "mpg_uk", 0, 60, -1, -1, 99, 99, 0, 0)); put("economy_mpg_us", new IndicatorDefault("economy_mpg_us", "Fuel economy", "mpg_us", 0, 60, -1, -1, 99, 99, 0, 0)); put("ego2Voltage", new IndicatorDefault("ego2Voltage", "Front Bank O2 Voltage", "volts", 0, 1, 0.2, 0.3, 0.6, 0.8, 2, 2)); put("egoCorrection", new IndicatorDefault("egoCorrection", "EGO Correction", "%", 50, 150, 90, 99, 101, 110, 0, 0)); put("egoCorrection1", new IndicatorDefault("egoCorrection1", "EGO Correction 1", "%", 50, 150, 90, 99, 101, 110, 0, 0)); put("egoCorrection2", new IndicatorDefault("egoCorrection2", "EGO Correction 2", "%", 50, 150, 90, 99, 101, 110, 0, 0)); put("egoV", new IndicatorDefault("egoV", "Exhaust Gas Oxygen", "volts", 0, 5, 5, 5, 5, 5, 5, 2)); put("egoV2", new IndicatorDefault("egoV2", "Exhaust Gas Oxygen2", "volts", 0, 5, 5, 5, 5, 5, 5, 2)); put("egoVoltage", new IndicatorDefault("egoVoltage", "Exhaust Gas Oxygen", "volts", 0, 1, 0.2, 0.3, 0.6, 0.8, 2, 2)); put("egocor1", new IndicatorDefault("egocor1", "EGO Correction 1", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor10", new IndicatorDefault("egocor10", "EGO Correction 10", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor11", new IndicatorDefault("egocor11", "EGO Correction 11", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor12", new IndicatorDefault("egocor12", "EGO Correction 12", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor13", new IndicatorDefault("egocor13", "EGO Correction 13", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor14", new IndicatorDefault("egocor14", "EGO Correction 14", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor15", new IndicatorDefault("egocor15", "EGO Correction 15", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor16", new IndicatorDefault("egocor16", "EGO Correction 16", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor2", new IndicatorDefault("egocor2", "EGO Correction 2", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor3", new IndicatorDefault("egocor3", "EGO Correction 3", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor4", new IndicatorDefault("egocor4", "EGO Correction 4", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor5", new IndicatorDefault("egocor5", "EGO Correction 5", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor6", new IndicatorDefault("egocor6", "EGO Correction 6", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor7", new IndicatorDefault("egocor7", "EGO Correction 7", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor8", new IndicatorDefault("egocor8", "EGO Correction 8", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egocor9", new IndicatorDefault("egocor9", "EGO Correction 9", "%", 50, 150, 90, 99, 101, 110, 1, 1)); put("egov1", new IndicatorDefault("egov1", "Exhaust Gas Oxygen 1", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov10", new IndicatorDefault("egov10", "Exhaust Gas Oxygen 10", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov11", new IndicatorDefault("egov11", "Exhaust Gas Oxygen 11", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov12", new IndicatorDefault("egov12", "Exhaust Gas Oxygen 12", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov13", new IndicatorDefault("egov13", "Exhaust Gas Oxygen 13", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov14", new IndicatorDefault("egov14", "Exhaust Gas Oxygen 14", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov15", new IndicatorDefault("egov15", "Exhaust Gas Oxygen 15", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov16", new IndicatorDefault("egov16", "Exhaust Gas Oxygen 16", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egov2", new IndicatorDefault("egov2", "Exhaust Gas Oxygen 2", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov3", new IndicatorDefault("egov3", "Exhaust Gas Oxygen 3", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov4", new IndicatorDefault("egov4", "Exhaust Gas Oxygen 4", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov5", new IndicatorDefault("egov5", "Exhaust Gas Oxygen 5", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov6", new IndicatorDefault("egov6", "Exhaust Gas Oxygen 6", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov7", new IndicatorDefault("egov7", "Exhaust Gas Oxygen 7", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov8", new IndicatorDefault("egov8", "Exhaust Gas Oxygen 8", "volts", 0, 1, 1, 1, 1, 1, 2, 2)); put("egov9", new IndicatorDefault("egov9", "Exhaust Gas Oxygen 9", "volts", 0, 5, 5, 5, 5, 5, 2, 2)); put("egt1", new IndicatorDefault("egt1", "EGT 01", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt10", new IndicatorDefault("egt10", "EGT 10", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt11", new IndicatorDefault("egt11", "EGT 11", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt12", new IndicatorDefault("egt12", "EGT 12", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt13", new IndicatorDefault("egt13", "EGT 13", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt14", new IndicatorDefault("egt14", "EGT 14", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt15", new IndicatorDefault("egt15", "EGT 15", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt16", new IndicatorDefault("egt16", "EGT 16", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt2", new IndicatorDefault("egt2", "EGT 02", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt3", new IndicatorDefault("egt3", "EGT 03", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt4", new IndicatorDefault("egt4", "EGT 04", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt5", new IndicatorDefault("egt5", "EGT 05", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt6", new IndicatorDefault("egt6", "EGT 06", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt6temp", new IndicatorDefault("egt6temp", "EGT", "C", 0, 1000, 0, 0, 1000, 1000, 1, 1)); put("egt7", new IndicatorDefault("egt7", "EGT 07", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt7temp", new IndicatorDefault("egt7temp", "EGT", "C", 0, 1000, 0, 0, 1000, 1000, 1, 1)); put("egt8", new IndicatorDefault("egt8", "EGT 08", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egt9", new IndicatorDefault("egt9", "EGT 09", "C", 0, 1250, 0, 0, 1250, 1250, 0, 0)); put("egtADC", new IndicatorDefault("egtADC", "AD7 raw", "", 0, 255, 255, 255, 0, 0, 0, 0)); put("egttemp", new IndicatorDefault("egttemp", "EGT", "C", 0, 1000, 0, 0, 1450, 1480, 1, 1)); put("engineLoad", new IndicatorDefault("engineLoad", "Load", " % ", 0, 255, 0, 20, 200, 245, 0, 0)); put("engine_rpm", new IndicatorDefault("engine_rpm", "Tach", "rpm", 0, 8000, -1, -1, 6000, 6500, 0, 0)); put("error", new IndicatorDefault("error", "Status", "", 0, 255, -1, -1, 255, 255, 0, 0)); put("fuelADC", new IndicatorDefault("fuelADC", "AD6 raw", "", 0, 255, 255, 255, 0, 0, 0, 0)); put("fuelComposition", new IndicatorDefault("fuelComposition", "Ethanol Percentage", "%", 0, 100, -1, -1, 85, 101, 0, 0)); put("fuelCorrection", new IndicatorDefault("fuelCorrection", "E85 Fuel Correction", "%", 100, 200, 99, 99, 164, 170, 0, 0)); put("fuel_pct", new IndicatorDefault("fuel_pct", "Ethanol Percentage", "%", 0, 100, -1, -1, 85, 101, 0, 0)); put("fuel_temp", new IndicatorDefault("fuel_temp", "Fuel Temp", "�C", -40, 110, -100, -100, 95, 105, 0, 0)); put("fuelflow", new IndicatorDefault("fuelflow", "Fuel flow (avg)", "cc/min", 0, 65535, -1, -1, 99999, 99999, 0, 0)); put("fuelload", new IndicatorDefault("fuelload", "Fuel Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("fuelload2", new IndicatorDefault("fuelload2", "Secondary Fuel Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("fuelpress", new IndicatorDefault("fuelpress", "Fuel Pressure", "lb/in", 0, 80, 30, 40, 60, 65, 1, 1)); put("gammaEnrich", new IndicatorDefault("gammaEnrich", "Gamma Enrichment", "%", 50, 150, -1, -1, 151, 151, 0, 0)); put("gear", new IndicatorDefault("gear", "Gear", "", -1, 6, 6, 6, 6, 6, 0, 0)); put("gpioadc0", new IndicatorDefault("gpioadc0", "GPIO ADC 0", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc1", new IndicatorDefault("gpioadc1", "GPIO ADC 1", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc2", new IndicatorDefault("gpioadc2", "GPIO ADC 2", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc3", new IndicatorDefault("gpioadc3", "GPIO ADC 3", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc4", new IndicatorDefault("gpioadc4", "GPIO ADC 4", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc5", new IndicatorDefault("gpioadc5", "GPIO ADC 5", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc6", new IndicatorDefault("gpioadc6", "GPIO ADC 6", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("gpioadc7", new IndicatorDefault("gpioadc7", "GPIO ADC 7", "", 0, 1023, 1023, 1023, 1023, 1023, 0, 0)); put("iacstep", new IndicatorDefault("iacstep", "IAC position", "steps", 0, 255, -1, -1, 999, 999, 0, 0)); put("idleDC", new IndicatorDefault("idleDC", "Idle PWM%", "%", 0, 100, -1, -1, 999, 90, 0, 0)); put("ignload", new IndicatorDefault("ignload", "Ign Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("ignload2", new IndicatorDefault("ignload2", "Secondary Ign Load", "%", 0, 255, 0, 20, 200, 245, 1, 0)); put("inj_adv1", new IndicatorDefault("inj_adv1", "Injection Timing 1", "degrees", -360, 360, -999, -999, 999, 999, 1, 1)); put("inj_adv2", new IndicatorDefault("inj_adv2", "Injection Timing 2", "degrees", -360, 360, -999, -999, 999, 999, 1, 1)); put("inj_timing_pri", new IndicatorDefault("inj_timing_pri", "Injector timing (pri)", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("is_rpm", new IndicatorDefault("is_rpm", "Input Shaft RPM", "", 0, 9000, -1, -1, 6000, 6500, 0, 0)); put("kmileage", new IndicatorDefault("kmileage", "Fuel EConsumpt.", "l/100km", 0, 25, 2, 3, 20, 24, 2, 2)); put("knock", new IndicatorDefault("knock", "Knock Input", "%", 0, 100, -1, -1, 100, 100, 1, 1)); put("knock_cyl01", new IndicatorDefault("knock_cyl01", "Knock cyl# 1", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl02", new IndicatorDefault("knock_cyl02", "Knock cyl# 2", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl03", new IndicatorDefault("knock_cyl03", "Knock cyl# 3", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl04", new IndicatorDefault("knock_cyl04", "Knock cyl# 4", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl05", new IndicatorDefault("knock_cyl05", "Knock cyl# 5", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl06", new IndicatorDefault("knock_cyl06", "Knock cyl# 6", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl07", new IndicatorDefault("knock_cyl07", "Knock cyl# 7", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl08", new IndicatorDefault("knock_cyl08", "Knock cyl# 8", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl09", new IndicatorDefault("knock_cyl09", "Knock cyl# 9", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl10", new IndicatorDefault("knock_cyl10", "Knock cyl#10", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl11", new IndicatorDefault("knock_cyl11", "Knock cyl#11", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl12", new IndicatorDefault("knock_cyl12", "Knock cyl#12", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl13", new IndicatorDefault("knock_cyl13", "Knock cyl#13", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl14", new IndicatorDefault("knock_cyl14", "Knock cyl#14", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl15", new IndicatorDefault("knock_cyl15", "Knock cyl#15", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("knock_cyl16", new IndicatorDefault("knock_cyl16", "Knock cyl#16", "", 0, 100, 0, 0, 100, 100, 1, 0)); put("lambda", new IndicatorDefault("lambda", "Lambda", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda1", new IndicatorDefault("lambda1", "Lambda 1", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda2", new IndicatorDefault("lambda2", "Lambda 2", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda3", new IndicatorDefault("lambda3", "Lambda 3", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda4", new IndicatorDefault("lambda4", "Lambda 4", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda5", new IndicatorDefault("lambda5", "Lambda 5", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda6", new IndicatorDefault("lambda6", "Lambda 6", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda7", new IndicatorDefault("lambda7", "Lambda 7", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("lambda8", new IndicatorDefault("lambda8", "Lambda 8", "", 0.5, 1.5, 0.5, 0.7, 2, 1.1, 2, 2)); put("launch_timer", new IndicatorDefault("launch_timer", "Launch timer", "s", 0, 15, 15, 15, 15, 15, 3, 3)); put("linepressure", new IndicatorDefault("linepressure", "Line Pressure", "psi", 0, 500, 50, 100, 400, 480, 0, 0)); put("looptime", new IndicatorDefault("looptime", "Mainloop time", "us", 0, 10000, -1, -1, 1000, 6000, 0, 0)); put("maf", new IndicatorDefault("maf", "Mass Air Flow", "g/sec", 0, 650, 0, 200, 480, 550, 0, 0)); put("maf_volts", new IndicatorDefault("maf_volts", "MAF Volts", "V", 0, 5, 0, 5, 5, 5, 2, 2)); put("mafmap", new IndicatorDefault("mafmap", "MAFMAP", "kPa", 0, 400, -1, -1, 999, 999, 0, 0)); put("manual_gear", new IndicatorDefault("manual_gear", "Manual Gear", "", -1, 4, -1, -1, 5, 5, 0, 0)); put("map", new IndicatorDefault("map", "Engine MAP", "kPa", 0, 255, 0, 20, 200, 245, 0, 0)); put("mapADC", new IndicatorDefault("mapADC", "MAP ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("mapDOT", new IndicatorDefault("mapDOT", "mapdot", "kPa/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("map_accel", new IndicatorDefault("map_accel", "map_accel", "kPa/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("mat", new IndicatorDefault("mat", "Manifold Air Temp", "%TEMP", -40, 110, -15, 0, 95, 100, 0, 0)); put("matADC", new IndicatorDefault("matADC", "MAT ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("mileage", new IndicatorDefault("mileage", "Fuel Efficiency", "mpg", 0, 50, 5, 10, 99, 99, 2, 2)); put("n2o_addfuel", new IndicatorDefault("n2o_addfuel", "Nitrous added fuel", "ms", -5, 20, 20, 20, 20, 20, 3, 3)); put("n2o_retard", new IndicatorDefault("n2o_retard", "Nitrous retard", "deg", -5, 30, 30, 30, 30, 30, 1, 1)); put("nitrous1_duty", new IndicatorDefault("nitrous1_duty", "Nitrous 1 Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("nitrous2_duty", new IndicatorDefault("nitrous2_duty", "Nitrous 2 Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); put("nitrous_timer", new IndicatorDefault("nitrous_timer", "Nitrous Timer", "s", 0, 15, 15, 15, 15, 15, 3, 3)); put("odometer", new IndicatorDefault("odometer", "Trip Odometer", "miles", 0, 100, -1, -1, 255, 255, 2, 0)); put("os_rpm", new IndicatorDefault("os_rpm", "Driveshaft RPM", "", 0, 6000, -1, -1, 5000, 5500, 0, 0)); put("pulseWidth", new IndicatorDefault("pulseWidth", "Pulse Width", "mSec", 0, 25.5, 1, 1.2, 20, 25, 1, 1)); put("pulseWidth1", new IndicatorDefault("pulseWidth1", "Pulse Width 1", "mSec", 0, 25.5, 1, 1.2, 20, 25, 1, 1)); put("pulseWidth2", new IndicatorDefault("pulseWidth2", "Pulse Width 2", "mSec", 0, 25.5, 1, 1.2, 20, 25, 1, 1)); put("pulseWidth3", new IndicatorDefault("pulseWidth3", "Pulse Width 3", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pulseWidth4", new IndicatorDefault("pulseWidth4", "Pulse Width 4", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq1", new IndicatorDefault("pwseq1", "Pulse Width Seq 1", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq10", new IndicatorDefault("pwseq10", "Pulse Width Seq 10", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq11", new IndicatorDefault("pwseq11", "Pulse Width Seq 11", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq12", new IndicatorDefault("pwseq12", "Pulse Width Seq 12", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq13", new IndicatorDefault("pwseq13", "Pulse Width Seq 13", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq14", new IndicatorDefault("pwseq14", "Pulse Width Seq 14", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq15", new IndicatorDefault("pwseq15", "Pulse Width Seq 15", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq16", new IndicatorDefault("pwseq16", "Pulse Width Seq 16", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq2", new IndicatorDefault("pwseq2", "Pulse Width Seq 2", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq3", new IndicatorDefault("pwseq3", "Pulse Width Seq 3", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq4", new IndicatorDefault("pwseq4", "Pulse Width Seq 4", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq5", new IndicatorDefault("pwseq5", "Pulse Width Seq 5", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq6", new IndicatorDefault("pwseq6", "Pulse Width Seq 6", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq7", new IndicatorDefault("pwseq7", "Pulse Width Seq 7", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq8", new IndicatorDefault("pwseq8", "Pulse Width Seq 8", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("pwseq9", new IndicatorDefault("pwseq9", "Pulse Width Seq 9", "mSec", 0, 25.5, 1, 1.2, 20, 25, 3, 1)); put("rpm", new IndicatorDefault("rpm", "Engine Speed", "RPM", 0, 8000, 300, 600, 3000, 5000, 0, 0)); put("RpmHiRes", new IndicatorDefault("RpmHiRes", "Engine Speed", "RPM", 0, 8000, 300, 600, 7500, 8000, 0, 0)); put("rpmdot", new IndicatorDefault("rpmdot", "rpmdot", "rpm/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("sd_error", new IndicatorDefault("sd_error", "SDcard error", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("sd_filenum", new IndicatorDefault("sd_filenum", "SDcard file number", "", 0, 9999, 9999, 9999, 9999, 9999, 0, 0)); put("sd_phase", new IndicatorDefault("sd_phase", "SDcard phase", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("sd_status", new IndicatorDefault("sd_status", "SDcard status", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("secl", new IndicatorDefault("secl", "Clock", "Seconds", 0, 255, 10, 10, 245, 245, 0, 0)); put("second2", new IndicatorDefault("second2", "Clock", "seconds", 0, 255, 0, 0, 253, 255, 0, 0)); put("seconds", new IndicatorDefault("seconds", "Clock", "Seconds", 0, 255, 10, 10, 245, 245, 0, 0)); put("sensor01", new IndicatorDefault("sensor01", "Sensor 01", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor02", new IndicatorDefault("sensor02", "Sensor 02", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor03", new IndicatorDefault("sensor03", "Sensor 03", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor04", new IndicatorDefault("sensor04", "Sensor 04", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor05", new IndicatorDefault("sensor05", "Sensor 05", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor06", new IndicatorDefault("sensor06", "Sensor 06", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor07", new IndicatorDefault("sensor07", "Sensor 07", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor08", new IndicatorDefault("sensor08", "Sensor 08", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor09", new IndicatorDefault("sensor09", "Sensor 09", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor10", new IndicatorDefault("sensor10", "Sensor 10", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor11", new IndicatorDefault("sensor11", "Sensor 11", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor12", new IndicatorDefault("sensor12", "Sensor 12", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor13", new IndicatorDefault("sensor13", "Sensor 13", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor14", new IndicatorDefault("sensor14", "Sensor 14", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor15", new IndicatorDefault("sensor15", "Sensor 15", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("sensor16", new IndicatorDefault("sensor16", "Sensor 16", "", -3000, 3000, -3277, -3277, 3277, 3277, 1, 1)); put("solst", new IndicatorDefault("solst", "Solenoids", "", 0, 4, -1, -1, 10, 10, 0, 0)); put("speedo", new IndicatorDefault("speedo", "Speed", "kph", 0, 300, -1, -1, 200, 270, 0, 0)); put("ss1", new IndicatorDefault("ss1", "Shaft Speed 1", "RPM", 0, 10000, 10000, 10000, 10000, 10000, 0, 0)); put("ss2", new IndicatorDefault("ss2", "Shaft Speed 2", "RPM", 0, 10000, 10000, 10000, 10000, 10000, 0, 0)); put("stackL", new IndicatorDefault("stackL", "CPU stack", "bytes", 240, 200, 0, 0, 254, 254, 0, 0)); put("status1", new IndicatorDefault("status1", "Status 1", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("status2", new IndicatorDefault("status2", "Status 2", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("status3", new IndicatorDefault("status3", "Status 3", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("status4", new IndicatorDefault("status4", "Status 4", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("status5", new IndicatorDefault("status5", "Injection Count", "pulses", 0, 1000, 65535, 65535, 65535, 65535, 0, 0)); put("stream_level", new IndicatorDefault("stream_level", "Stream Level", "", 0, 128, 128, 128, 128, 128, 0, 0)); put("swADC", new IndicatorDefault("swADC", "Input1", "volts", 0, 5, 0, 0, 5, 5, 3, 0)); put("swBDC", new IndicatorDefault("swBDC", "Input2", "volts", 0, 5, 0, 0, 5, 5, 3, 0)); put("swCDC", new IndicatorDefault("swCDC", "Input3", "volts", 0, 5, 0, 0, 5, 5, 3, 0)); put("synccnt", new IndicatorDefault("synccnt", "Lost sync counter", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("syncreason", new IndicatorDefault("syncreason", "Lost sync reason", "", 0, 255, 255, 255, 255, 255, 0, 0)); put("target_gear", new IndicatorDefault("target_gear", "Target Gear", "", 1, 4, -1, -1, 5, 5, 0, 0)); put("test", new IndicatorDefault("test", "TEST", "", 0, 255, 255, 255, 0, 0, 0, 0)); put("test2", new IndicatorDefault("test2", "TEST2", "", 0, 255, 255, 255, 0, 0, 0, 0)); put("throttle", new IndicatorDefault("throttle", "Throttle Position", "%", 0, 100, -1, 1, 90, 100, 0, 0)); put("timing_err", new IndicatorDefault("timing_err", "Timing pred err", "%", -127, 127, 255, 255, 255, 255, 0, 0)); put("total_accel", new IndicatorDefault("total_accel", "total_accel", "%/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("tpsADC", new IndicatorDefault("tpsADC", "TPS ADC", "", 0, 255, -1, -1, 256, 256, 0, 0)); put("tpsDOT", new IndicatorDefault("tpsDOT", "tpsdot", "%/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("tps_accel", new IndicatorDefault("tps_accel", "tps_accel", "%/sec", -15000, 15000, 65535, 65535, 65535, 65535, 0, 0)); put("user0", new IndicatorDefault("user0", "User defined", "", 0, 65535, 65535, 65535, 65535, 65535, 0, 0)); put("vacuum", new IndicatorDefault("vacuum", "Engine Vacuum", "in-HG", 0, 30, 0, 0, 30, 30, 1, 1)); put("veCurr", new IndicatorDefault("veCurr", "VE Current", "%", 0, 120, -1, -1, 999, 999, 0, 0)); put("veCurr1", new IndicatorDefault("veCurr1", "VE Current", "%", 0, 120, -1, -1, 999, 999, 0, 0)); put("veCurr2", new IndicatorDefault("veCurr2", "VE2 Current", "%", 0, 120, -1, -1, 999, 999, 1, 1)); put("veTuneValue", new IndicatorDefault("veTuneValue", "Advance Bucket", "degrees", 0, 55, -1, -1, 999, 999, 1, 1)); put("vetrim1curr", new IndicatorDefault("vetrim1curr", "VE Trim 1", "%", 87, 113, -999, -999, 999, 999, 1, 1)); put("vetrim2curr", new IndicatorDefault("vetrim2curr", "VE Trim 2", "%", 87, 113, -999, -999, 999, 999, 1, 1)); put("vetrim3curr", new IndicatorDefault("vetrim3curr", "VE Trim 3", "%", 87, 113, -999, -999, 999, 999, 1, 1)); put("vetrim4curr", new IndicatorDefault("vetrim4curr", "VE Trim 4", "%", 87, 113, -999, -999, 999, 999, 1, 1)); put("vss1", new IndicatorDefault("vss1", "Vehicle Speed 1", "KPH", 0, 300, 1600, 1600, 1600, 1600, 0, 0)); put("vss1dot", new IndicatorDefault("vss1dot", "VSS1 Acceleration", "ms-2", -25, 25, 65535, 65535, 65535, 65535, 0, 0)); put("vss2", new IndicatorDefault("vss2", "Vehicle Speed 2", "KPH", 0, 300, 1600, 1600, 1600, 1600, 0, 0)); put("vss2dot", new IndicatorDefault("vss2dot", "VSS2 Acceleration", "ms-2", -25, 25, 65535, 65535, 65535, 65535, 0, 0)); put("vvt_ang1", new IndicatorDefault("vvt_ang1", "VVT 1 angle", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_ang2", new IndicatorDefault("vvt_ang2", "VVT 2 angle", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_ang3", new IndicatorDefault("vvt_ang3", "VVT 3 angle", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_ang4", new IndicatorDefault("vvt_ang4", "VVT 4 angle", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_duty1", new IndicatorDefault("vvt_duty1", "VVT 1 duty", "%", 0, 100, 100, 100, 100, 100, 1, 1)); put("vvt_duty2", new IndicatorDefault("vvt_duty2", "VVT 2 duty", "%", 0, 100, 100, 100, 100, 100, 1, 1)); put("vvt_duty3", new IndicatorDefault("vvt_duty3", "VVT 3 duty", "%", 0, 100, 100, 100, 100, 100, 1, 1)); put("vvt_duty4", new IndicatorDefault("vvt_duty4", "VVT 4 duty", "%", 0, 100, 100, 100, 100, 100, 1, 1)); put("vvt_target1", new IndicatorDefault("vvt_target1", "VVT 1 target", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_target2", new IndicatorDefault("vvt_target2", "VVT 2 target", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_target3", new IndicatorDefault("vvt_target3", "VVT 3 target", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("vvt_target4", new IndicatorDefault("vvt_target4", "VVT 4 target", "degrees", 0, 50, -1, -1, 999, 999, 1, 1)); put("wallfuel1", new IndicatorDefault("wallfuel1", "Fuel on the walls 1", "", 0, 40000000, 0, 0, 40000000, 40000000, 0, 0)); put("wallfuel2", new IndicatorDefault("wallfuel2", "Fuel on the walls 2", "", 0, 40000000, 0, 0, 40000000, 40000000, 0, 0)); put("warmupEnrich", new IndicatorDefault("warmupEnrich", "Gwarm", "%", 50, 150, -1, -1, 151, 151, 1, 1)); put("water_duty", new IndicatorDefault("water_duty", "Water Duty", "%", 0, 100, 100, 100, 100, 100, 0, 0)); } }; }