throttle2Position progress
This commit is contained in:
parent
1acbac9896
commit
95160967dd
|
@ -2027,7 +2027,7 @@
|
|||
#define triggerSimulatorPins3_offset 738
|
||||
#define triggerSimulatorPins3_offset_hex 2e2
|
||||
#define TS_FILE_VERSION 20191221
|
||||
#define TS_OUTPUT_SIZE 220
|
||||
#define TS_OUTPUT_SIZE 240
|
||||
#define ts_show_cj125 true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
|
|
|
@ -178,6 +178,9 @@ typedef struct {
|
|||
|
||||
// EGT
|
||||
egt_values_s egtValues; // 204
|
||||
scaled_percent throttle2Position; // 220
|
||||
|
||||
uint8_t unusedAtTheEnd[18]; // we have some unused bytes to allow compatible TS changes
|
||||
|
||||
// Temporary - will remove soon
|
||||
TsDebugChannels* getDebugChannels() {
|
||||
|
|
|
@ -2027,7 +2027,7 @@
|
|||
#define triggerSimulatorPins3_offset 738
|
||||
#define triggerSimulatorPins3_offset_hex 2e2
|
||||
#define TS_FILE_VERSION 20191221
|
||||
#define TS_OUTPUT_SIZE 220
|
||||
#define TS_OUTPUT_SIZE 240
|
||||
#define ts_show_cj125 true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
|
|
|
@ -68,7 +68,7 @@ struct_no_prefix engine_configuration_s
|
|||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
|
||||
! this is here so that rusEfi console can access it, too
|
||||
#define TS_OUTPUT_SIZE 220
|
||||
#define TS_OUTPUT_SIZE 240
|
||||
|
||||
#define MAP_ANGLE_SIZE 8
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:33 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -332,6 +332,8 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/@@PACK_MULT_PERCENT@@}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:28 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:15:06 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Thu Feb 27 01:01:33 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Thu Feb 27 03:15:44 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:26 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:53 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:30 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:15:18 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:31 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:15:31 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1285,7 +1285,7 @@ fileVersion = { 20191221 }
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 220
|
||||
ochBlockSize = 240
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
@ -1456,6 +1456,8 @@ fileVersion = { 20191221 }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/100}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:33 EST 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1350,7 +1350,7 @@ public class Fields {
|
|||
public static final int triggerSimulatorPins2_offset = 737;
|
||||
public static final int triggerSimulatorPins3_offset = 738;
|
||||
public static final int TS_FILE_VERSION = 20191221;
|
||||
public static final int TS_OUTPUT_SIZE = 220;
|
||||
public static final int TS_OUTPUT_SIZE = 240;
|
||||
public static final String TS_SIGNATURE = "rusEFI v1.08";
|
||||
public static final int tunerStudioSerialSpeed_offset = 728;
|
||||
public static final int twoWireBatchIgnition_offset = 1476;
|
||||
|
|
Loading…
Reference in New Issue