Auto-generated configs and docs
This commit is contained in:
parent
5f9f420439
commit
12e80f97d0
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3078
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3079
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3252
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3256
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3253
|
||||
*/
|
||||
uint8_t alignmentFill_at_3253[1];
|
||||
/**
|
||||
* offset 3254
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3258
|
||||
* offset 3256
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3275
|
||||
* offset 3273
|
||||
*/
|
||||
uint8_t alignmentFill_at_3275[1];
|
||||
uint8_t alignmentFill_at_3273[1];
|
||||
/**
|
||||
* offset 3276
|
||||
* offset 3274
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3340
|
||||
* offset 3338
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3341
|
||||
* offset 3339
|
||||
*/
|
||||
uint8_t alignmentFill_at_3341[1];
|
||||
uint8_t alignmentFill_at_3339[1];
|
||||
/**
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3358
|
||||
* offset 3356
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3360
|
||||
* offset 3358
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3362
|
||||
* offset 3360
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3364
|
||||
* offset 3362
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3365
|
||||
* offset 3363
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3366
|
||||
* offset 3364
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3367
|
||||
* offset 3365
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3368
|
||||
* offset 3366
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3369
|
||||
* offset 3367
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3370
|
||||
* offset 3368
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3370
|
||||
*/
|
||||
uint8_t alignmentFill_at_3370[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3372
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3078
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3079
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3252
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3256
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3253
|
||||
*/
|
||||
uint8_t alignmentFill_at_3253[1];
|
||||
/**
|
||||
* offset 3254
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3258
|
||||
* offset 3256
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3275
|
||||
* offset 3273
|
||||
*/
|
||||
uint8_t alignmentFill_at_3275[1];
|
||||
uint8_t alignmentFill_at_3273[1];
|
||||
/**
|
||||
* offset 3276
|
||||
* offset 3274
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3340
|
||||
* offset 3338
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3341
|
||||
* offset 3339
|
||||
*/
|
||||
uint8_t alignmentFill_at_3341[1];
|
||||
uint8_t alignmentFill_at_3339[1];
|
||||
/**
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3358
|
||||
* offset 3356
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3360
|
||||
* offset 3358
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3362
|
||||
* offset 3360
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3364
|
||||
* offset 3362
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3365
|
||||
* offset 3363
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3366
|
||||
* offset 3364
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3367
|
||||
* offset 3365
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3368
|
||||
* offset 3366
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3369
|
||||
* offset 3367
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3370
|
||||
* offset 3368
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3370
|
||||
*/
|
||||
uint8_t alignmentFill_at_3370[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3372
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
@ -4595,97 +4609,97 @@ struct engine_configuration_s {
|
|||
bool boardUseTempPullUp : 1 {};
|
||||
/**
|
||||
offset 3896 bit 1 */
|
||||
bool unusedBit_876_1 : 1 {};
|
||||
bool unusedBit_878_1 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 2 */
|
||||
bool unusedBit_876_2 : 1 {};
|
||||
bool unusedBit_878_2 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 3 */
|
||||
bool unusedBit_876_3 : 1 {};
|
||||
bool unusedBit_878_3 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 4 */
|
||||
bool unusedBit_876_4 : 1 {};
|
||||
bool unusedBit_878_4 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 5 */
|
||||
bool unusedBit_876_5 : 1 {};
|
||||
bool unusedBit_878_5 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 6 */
|
||||
bool unusedBit_876_6 : 1 {};
|
||||
bool unusedBit_878_6 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 7 */
|
||||
bool unusedBit_876_7 : 1 {};
|
||||
bool unusedBit_878_7 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 8 */
|
||||
bool unusedBit_876_8 : 1 {};
|
||||
bool unusedBit_878_8 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 9 */
|
||||
bool unusedBit_876_9 : 1 {};
|
||||
bool unusedBit_878_9 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 10 */
|
||||
bool unusedBit_876_10 : 1 {};
|
||||
bool unusedBit_878_10 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 11 */
|
||||
bool unusedBit_876_11 : 1 {};
|
||||
bool unusedBit_878_11 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 12 */
|
||||
bool unusedBit_876_12 : 1 {};
|
||||
bool unusedBit_878_12 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 13 */
|
||||
bool unusedBit_876_13 : 1 {};
|
||||
bool unusedBit_878_13 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 14 */
|
||||
bool unusedBit_876_14 : 1 {};
|
||||
bool unusedBit_878_14 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 15 */
|
||||
bool unusedBit_876_15 : 1 {};
|
||||
bool unusedBit_878_15 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 16 */
|
||||
bool unusedBit_876_16 : 1 {};
|
||||
bool unusedBit_878_16 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 17 */
|
||||
bool unusedBit_876_17 : 1 {};
|
||||
bool unusedBit_878_17 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 18 */
|
||||
bool unusedBit_876_18 : 1 {};
|
||||
bool unusedBit_878_18 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 19 */
|
||||
bool unusedBit_876_19 : 1 {};
|
||||
bool unusedBit_878_19 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 20 */
|
||||
bool unusedBit_876_20 : 1 {};
|
||||
bool unusedBit_878_20 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 21 */
|
||||
bool unusedBit_876_21 : 1 {};
|
||||
bool unusedBit_878_21 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 22 */
|
||||
bool unusedBit_876_22 : 1 {};
|
||||
bool unusedBit_878_22 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 23 */
|
||||
bool unusedBit_876_23 : 1 {};
|
||||
bool unusedBit_878_23 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 24 */
|
||||
bool unusedBit_876_24 : 1 {};
|
||||
bool unusedBit_878_24 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 25 */
|
||||
bool unusedBit_876_25 : 1 {};
|
||||
bool unusedBit_878_25 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 26 */
|
||||
bool unusedBit_876_26 : 1 {};
|
||||
bool unusedBit_878_26 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 27 */
|
||||
bool unusedBit_876_27 : 1 {};
|
||||
bool unusedBit_878_27 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 28 */
|
||||
bool unusedBit_876_28 : 1 {};
|
||||
bool unusedBit_878_28 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 29 */
|
||||
bool unusedBit_876_29 : 1 {};
|
||||
bool unusedBit_878_29 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 30 */
|
||||
bool unusedBit_876_30 : 1 {};
|
||||
bool unusedBit_878_30 : 1 {};
|
||||
/**
|
||||
offset 3896 bit 31 */
|
||||
bool unusedBit_876_31 : 1 {};
|
||||
bool unusedBit_878_31 : 1 {};
|
||||
/**
|
||||
* units: units
|
||||
* offset 3900
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 2902
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 2903
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3076
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3080
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3077
|
||||
*/
|
||||
uint8_t alignmentFill_at_3077[1];
|
||||
/**
|
||||
* offset 3078
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3082
|
||||
* offset 3080
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3099
|
||||
* offset 3097
|
||||
*/
|
||||
uint8_t alignmentFill_at_3099[1];
|
||||
uint8_t alignmentFill_at_3097[1];
|
||||
/**
|
||||
* offset 3100
|
||||
* offset 3098
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3164
|
||||
* offset 3162
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3165
|
||||
* offset 3163
|
||||
*/
|
||||
uint8_t alignmentFill_at_3165[1];
|
||||
uint8_t alignmentFill_at_3163[1];
|
||||
/**
|
||||
* offset 3166
|
||||
* offset 3164
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3182
|
||||
* offset 3180
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3184
|
||||
* offset 3182
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3186
|
||||
* offset 3184
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3188
|
||||
* offset 3186
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3189
|
||||
* offset 3187
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3190
|
||||
* offset 3188
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3191
|
||||
* offset 3189
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3192
|
||||
* offset 3190
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3193
|
||||
* offset 3191
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3194
|
||||
* offset 3192
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3194
|
||||
*/
|
||||
uint8_t alignmentFill_at_3194[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3196
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -679,7 +679,7 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int8_t launchFuelAdderPercent;
|
||||
/**
|
||||
* Time required to detect a stuck throttle.
|
||||
* Time after which the throttle is considered jammed.
|
||||
* units: sec
|
||||
* offset 39
|
||||
*/
|
||||
|
@ -3882,10 +3882,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> fordInjectorSmallPulseBreakPoint;
|
||||
/**
|
||||
* Threshold in ETB error (target vs. actual) above which the jam timer is started. If the timer reaches the time specified in the jam detection timeout period, the throttle is considered jammed, and engine operation limited.
|
||||
* units: %
|
||||
* offset 3062
|
||||
*/
|
||||
uint8_t jamDetectThreshold;
|
||||
uint8_t etbJamDetectThreshold;
|
||||
/**
|
||||
* units: lobes/cam
|
||||
* offset 3063
|
||||
|
@ -4069,88 +4070,101 @@ struct engine_configuration_s {
|
|||
*/
|
||||
output_pin_e acrPin2;
|
||||
/**
|
||||
* Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle.
|
||||
* units: %
|
||||
* offset 3236
|
||||
*/
|
||||
float etbMinimumPosition;
|
||||
scaled_channel<uint8_t, 10, 1> etbMinimumPosition;
|
||||
/**
|
||||
* offset 3240
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3237
|
||||
*/
|
||||
uint8_t alignmentFill_at_3237[1];
|
||||
/**
|
||||
* offset 3238
|
||||
*/
|
||||
uint16_t tuneHidingKey;
|
||||
/**
|
||||
* offset 3242
|
||||
* offset 3240
|
||||
*/
|
||||
vin_number_t vinNumber;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3259
|
||||
* offset 3257
|
||||
*/
|
||||
uint8_t alignmentFill_at_3259[1];
|
||||
uint8_t alignmentFill_at_3257[1];
|
||||
/**
|
||||
* offset 3260
|
||||
* offset 3258
|
||||
*/
|
||||
uint16_t highSpeedOffsets[HIGH_SPEED_COUNT];
|
||||
/**
|
||||
* offset 3324
|
||||
* offset 3322
|
||||
*/
|
||||
fuel_pressure_sensor_mode_e fuelPressureSensorMode;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3325
|
||||
* offset 3323
|
||||
*/
|
||||
uint8_t alignmentFill_at_3325[1];
|
||||
uint8_t alignmentFill_at_3323[1];
|
||||
/**
|
||||
* offset 3326
|
||||
* offset 3324
|
||||
*/
|
||||
switch_input_pin_e luaDigitalInputPins[LUA_DIGITAL_INPUT_COUNT];
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3342
|
||||
* offset 3340
|
||||
*/
|
||||
int16_t ALSMinRPM;
|
||||
/**
|
||||
* units: rpm
|
||||
* offset 3344
|
||||
* offset 3342
|
||||
*/
|
||||
int16_t ALSMaxRPM;
|
||||
/**
|
||||
* units: sec
|
||||
* offset 3346
|
||||
* offset 3344
|
||||
*/
|
||||
int16_t ALSMaxDuration;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3348
|
||||
* offset 3346
|
||||
*/
|
||||
int8_t ALSMinCLT;
|
||||
/**
|
||||
* units: C
|
||||
* offset 3349
|
||||
* offset 3347
|
||||
*/
|
||||
int8_t ALSMaxCLT;
|
||||
/**
|
||||
* offset 3350
|
||||
* offset 3348
|
||||
*/
|
||||
uint8_t alsMinTimeBetween;
|
||||
/**
|
||||
* offset 3351
|
||||
* offset 3349
|
||||
*/
|
||||
uint8_t alsEtbPosition;
|
||||
/**
|
||||
* units: %
|
||||
* offset 3352
|
||||
* offset 3350
|
||||
*/
|
||||
uint8_t acRelayAlternatorDutyAdder;
|
||||
/**
|
||||
* offset 3353
|
||||
* offset 3351
|
||||
*/
|
||||
SentEtbType sentEtbType;
|
||||
/**
|
||||
* offset 3354
|
||||
* offset 3352
|
||||
*/
|
||||
uint16_t customSentTpsMin;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 3354
|
||||
*/
|
||||
uint8_t alignmentFill_at_3354[2];
|
||||
/**
|
||||
* units: %
|
||||
* offset 3356
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_2chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 165941073
|
||||
#define SIGNATURE_HASH 1496866868
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-2chan.165941073"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-2chan.1496866868"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1294,7 +1294,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_4chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3643139508
|
||||
#define SIGNATURE_HASH 2314832593
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan.3643139508"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan.2314832593"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1294,7 +1294,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_4chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3643139508
|
||||
#define SIGNATURE_HASH 2314832593
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan_f7.3643139508"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan_f7.2314832593"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2868188228
|
||||
#define SIGNATURE_HASH 4197022497
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4k-gdi.2868188228"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4k-gdi.4197022497"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_8chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2234207177
|
||||
#define SIGNATURE_HASH 3589743788
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan-revA.2234207177"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan-revA.3589743788"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_8chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2733484469
|
||||
#define SIGNATURE_HASH 4063348432
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan.2733484469"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan.4063348432"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_8chan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2733484469
|
||||
#define SIGNATURE_HASH 4063348432
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan_f7.2733484469"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan_f7.4063348432"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1292,7 +1292,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1167259600
|
||||
#define SIGNATURE_HASH 357472437
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1755,7 +1755,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-silver.1167259600"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-silver.357472437"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.at_start_f435.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.at_start_f435.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1009461304
|
||||
#define SIGNATURE_HASH 1828144989
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.atlas.1009461304"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.atlas.1828144989"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2559849931
|
||||
#define SIGNATURE_HASH 3360185006
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f407-discovery.2559849931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f407-discovery.3360185006"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f429-discovery.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f429-discovery.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1258027749
|
||||
#define SIGNATURE_HASH 438801792
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f469-discovery.1258027749"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.f469-discovery.438801792"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1297,7 +1297,7 @@
|
|||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 783255661
|
||||
#define SIGNATURE_HASH 2121525000
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1760,7 +1760,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.frankenso_na6.783255661"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.frankenso_na6.2121525000"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.haba208.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.haba208.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_8chan_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4045694194
|
||||
#define SIGNATURE_HASH 2717387671
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-112-17.4045694194"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-112-17.2717387671"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3025509326
|
||||
#define SIGNATURE_HASH 3834246315
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-gm-e67.3025509326"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-gm-e67.3834246315"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 739610112
|
||||
#define SIGNATURE_HASH 2093605221
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-honda-k.739610112"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-honda-k.2093605221"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_HellenNB1_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4220135785
|
||||
#define SIGNATURE_HASH 2874557964
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-nb1.4220135785"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen-nb1.2874557964"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Hellen121nissan_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2830593782
|
||||
#define SIGNATURE_HASH 4167762323
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen121nissan.2830593782"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen121nissan.4167762323"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Hellen121vag_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4041112753
|
||||
#define SIGNATURE_HASH 2684490708
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen121vag.4041112753"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen121vag.2684490708"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Hellen128merc_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2512311937
|
||||
#define SIGNATURE_HASH 3311581668
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen128.2512311937"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen128.3311581668"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1585038828
|
||||
#define SIGNATURE_HASH 245738121
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen154hyundai.1585038828"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen154hyundai.245738121"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 269461615
|
||||
#define SIGNATURE_HASH 1087620874
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen154hyundai_f7.269461615"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen154hyundai_f7.1087620874"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_HellenNB2_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2231636384
|
||||
#define SIGNATURE_HASH 3587735237
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen72.2231636384"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen72.3587735237"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 498887824
|
||||
#define SIGNATURE_HASH 1298138101
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen81.498887824"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen81.1298138101"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Hellen88bmw_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 178223571
|
||||
#define SIGNATURE_HASH 1514346166
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen88bmw.178223571"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellen88bmw.1514346166"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_HellenNA6_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3968409494
|
||||
#define SIGNATURE_HASH 3159716083
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellenNA6.3968409494"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellenNA6.3159716083"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1297,7 +1297,7 @@
|
|||
#define show_Hellen96_presets true
|
||||
#define show_HellenNB1_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 324230488
|
||||
#define SIGNATURE_HASH 1133457981
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1760,7 +1760,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellenNA8_96.324230488"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.hellenNA8_96.1133457981"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3432432809
|
||||
#define SIGNATURE_HASH 2622139340
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.m74_9.3432432809"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.m74_9.2622139340"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1294,7 +1294,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 367040043
|
||||
#define SIGNATURE_HASH 1161623886
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre-legacy_f4.367040043"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre-legacy_f4.1161623886"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1294,7 +1294,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 367040043
|
||||
#define SIGNATURE_HASH 1161623886
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre_f4.367040043"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre_f4.1161623886"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1294,7 +1294,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 367040043
|
||||
#define SIGNATURE_HASH 1161623886
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre_f7.367040043"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.mre_f7.1161623886"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.nucleo_f413.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.nucleo_f413.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 530369771
|
||||
#define SIGNATURE_HASH 1329636238
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_f4.530369771"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_f4.1329636238"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 530369771
|
||||
#define SIGNATURE_HASH 1329636238
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_f7.530369771"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_f7.1329636238"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 530369771
|
||||
#define SIGNATURE_HASH 1329636238
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_h7.530369771"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.proteus_h7.1329636238"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3349642420
|
||||
#define SIGNATURE_HASH 2541425617
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.s105.3349642420"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.s105.2541425617"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 618123611
|
||||
#define SIGNATURE_HASH 1946926654
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.small-can-board.618123611"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.small-can-board.1946926654"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32f429_nucleo.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32f429_nucleo.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32f767_nucleo.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32f767_nucleo.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32h743_nucleo.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.stm32h743_nucleo.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 655213608
|
||||
#define SIGNATURE_HASH 2010229581
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.subaru_eg33_f7.655213608"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.subaru_eg33_f7.2010229581"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2016214134
|
||||
#define SIGNATURE_HASH 686854931
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.t-b-g.2016214134"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.t-b-g.686854931"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1295,7 +1295,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1107378430
|
||||
#define SIGNATURE_HASH 316485531
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1758,7 +1758,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.tdg-pdm8.1107378430"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.tdg-pdm8.316485531"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3735696583
|
||||
#define SIGNATURE_HASH 2390121378
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.uaefi.3735696583"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.uaefi.2390121378"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1293,7 +1293,7 @@
|
|||
#define SentEtbType_GM_TYPE_1 1
|
||||
#define SentEtbType_NONE 0
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1637457411
|
||||
#define SIGNATURE_HASH 826667366
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1756,7 +1756,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.uaefi121.1637457411"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.uaefi121.826667366"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 165941073
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-2chan.165941073"
|
||||
#define SIGNATURE_HASH 1496866868
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-2chan.1496866868"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3643139508
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan.3643139508"
|
||||
#define SIGNATURE_HASH 2314832593
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan.2314832593"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3643139508
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan_f7.3643139508"
|
||||
#define SIGNATURE_HASH 2314832593
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4chan_f7.2314832593"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2868188228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4k-gdi.2868188228"
|
||||
#define SIGNATURE_HASH 4197022497
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-4k-gdi.4197022497"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2234207177
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan-revA.2234207177"
|
||||
#define SIGNATURE_HASH 3589743788
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan-revA.3589743788"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2733484469
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan.2733484469"
|
||||
#define SIGNATURE_HASH 4063348432
|
||||
#define TS_SIGNATURE "rusEFI master.2024.10.10.alphax-8chan.4063348432"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue