Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-07-02 04:59:13 +00:00
parent 75e90b57dc
commit 04acd2f092
37 changed files with 215 additions and 102 deletions

View File

@ -560,4 +560,5 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"

View File

@ -376,5 +376,6 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -743,5 +743,6 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376

View File

@ -1,8 +1,18 @@
#pragma once
#include "rusefi_types.h"
struct vvt_s {
// deg
// offset 0
int vvt_placeholder = (int)0;
scaled_channel<uint16_t, 10, 1> vvtTarget = (uint16_t)0;
// %
// offset 2
scaled_channel<uint8_t, 2, 1> vvtOutput = (uint8_t)0;
// need 4 byte alignment
// units
// offset 3
uint8_t alignmentFill_at_3[1];
};
static_assert(sizeof(vvt_s) == 4);

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5772,7 +5774,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5772,7 +5774,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5768,7 +5770,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5770,7 +5772,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5772,7 +5774,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5772,7 +5774,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5770,7 +5772,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5770,7 +5772,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5769,7 +5771,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5771,7 +5773,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4887,7 +4888,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5773,7 +5775,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4887,7 +4888,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5773,7 +5775,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5765,7 +5767,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5765,7 +5767,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5768,7 +5770,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5768,7 +5770,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5768,7 +5770,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5769,7 +5771,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -2873,7 +2873,8 @@ throttleUseWotModel = bits, U32, 1360, [0:0]
throttleModelCrossoverAngle = scalar, S16, 1364, "%", 0.01, 0
throttleEstimatedFlow = scalar, F32, 1368, "g/s", 1, 0
; total TS size = 1372
vvt_placeholder = scalar, S32, 1372, "", 1, 0
vvtTarget = scalar, U16, 1372, "deg", 0.1, 0
vvtOutput = scalar, U08, 1374, "%", 0.5, 0
; total TS size = 1376
@ -4886,7 +4887,8 @@ entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -5770,7 +5772,8 @@ dialog = throttle_modelDialog, "throttle_model"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -3,8 +3,12 @@ package com.rusefi.config.generated;
import com.rusefi.config.*;
public class VvtState {
public static final Field VVT_PLACEHOLDER = Field.create("VVT_PLACEHOLDER", 0, FieldType.INT).setScale(1.0).setBaseOffset(1372);
public static final Field VVTTARGET = Field.create("VVTTARGET", 0, FieldType.INT16).setScale(0.1).setBaseOffset(1372);
public static final Field VVTOUTPUT = Field.create("VVTOUTPUT", 2, FieldType.INT8).setScale(0.5).setBaseOffset(1372);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1372);
public static final Field[] VALUES = {
VVT_PLACEHOLDER,
VVTTARGET,
VVTOUTPUT,
ALIGNMENTFILL_AT_3,
};
}