Page 1 of 1

aux temp

Posted: Thu May 09, 2019 5:28 pm
by atntpt
there is anyway i can display aux temp on tunerstudio?

Re: aux temp

Posted: Thu May 09, 2019 7:16 pm
by AndreyB
Looks like this feature is not finished

Code: Select all

	/**
	 * todo: finish implementation #332
	 * offset 2468
	 */
	ThermistorConf auxTempSensor1;
	/**
	 * todo: finish implementation #332
	 * offset 2500
	 */
	ThermistorConf auxTempSensor2;

Re: aux temp

Posted: Thu May 09, 2019 9:46 pm
by atntpt
Is it very dificult to do? It's only TS display part or is firmware related ? I guess it should be similar to iat and clt . Anyone willing to help ? I wanted to deploy a fan depending on oil temp

Re: aux temp

Posted: Thu May 09, 2019 11:42 pm
by AndreyB
I might have implemented it or at least made progress.

You would need latest firmware. I am not ready to add a new dedicated gauge for aux temperature so new https://rusefi.com/s/debugmode = "Aux Temperature" added

aux1 is debugFloat1 and aux2 i debugFlost2, in Celsius

Re: aux temp

Posted: Fri May 10, 2019 6:33 pm
by atntpt
oh great tks! but it seems now with full pinout 1/2 and 2/2 that aux temp sensor input setting is missing

Re: aux temp

Posted: Fri May 10, 2019 6:44 pm
by AndreyB
I do not think it was ever there. Anyway, you should see it in a different dialog

Code: Select all

	dialog = otherSensorInputs,					"Other Sensor Inputs"		
		field = "aux1 TempSensor ADC input",			auxTempSensor1_adcChannel
		field = "aux1 Bias Resistor Value",       		auxTempSensor1_bias_resistor
		field = "aux2 TempSensor ADC input",			auxTempSensor2_adcChannel
		field = "aux2 Bias Resistor Value",    	   		auxTempSensor2_bias_resistor
Just added to Full Pinout https://github.com/rusefi/rusefi/commit/89962a85c51d7ef2c0084c8c6f9843c01d229e07