Add 'Idle Stepper Target Position' as a gauge in Tunerstudio SEE:#7134

This commit is contained in:
FDSoftware 2024-12-18 14:26:37 -03:00 committed by rusefillc
parent c36c0fc073
commit d2a0fd1894
1 changed files with 1 additions and 0 deletions

View File

@ -1520,6 +1520,7 @@ gaugeCategory = Boost PID
gaugeCategory = Idle
idlePosSensGauge = idlePositionSensor, @@GAUGE_NAME_IDLE_POSITION@@, "%", 0, 100, 0, 0, 100, 100, 1, 1
idleAirValvePositionGauge = currentIdlePosition, "Idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
idleStepperTargetPositionGauge = idleStepperTargetPosition, "Idle steps", "#", 0, idleStepperTotalSteps, 0, 0, idleStepperTotalSteps, idleStepperTotalSteps, 1, 1
idleStatus_iTermGauge = idleStatus_iTerm,"Idle PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
idleStatus_dTermGauge = idleStatus_dTerm,"Idle PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
idleStatus_outputGauge = idleStatus_output,"Idle PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3