wiring an additional ntc
-
@cosmowave you can’t wire a thermistor directly to temp pins on the expansion header; they don’t have the necessary voltage divider circuit that is required to get a reading. See the Duet 2 schematic pdf for reference to build the circuit (last page, on the left) https://github.com/Duet3D/Duet-2-Hardware/blob/master/Duet2/Duet2v1.04/Duet2_1.04c_Schematic.pdf
I think all your doing at the moment is shorting vssa to ground, which is dragging down the voltage.
Ian
-
@droftarts Thank you very much for this info!
So, if i understand correct, i need to wire only the additional resistors to ADV-Ref? -
@cosmowave to add a thermistor without using a DueX board, connect it between e6temp and vssa, and connect a reference resistor between e6temp and vref. A suitable value for the reference resistor is 2.2k. Specify the value of the reference resistor in the R parameter of the M308 command.
-
@dc42 Thank you very much. I will try that.
One more question:
Can i read and display (in DWC) a tacho signal without configuring a fan (in config.g)?
Or do i have to configure something like a "dummy fan" for the tacho signal? -
@cosmowave you would need to configure a dummy fan.
-
@dc42 said in wiring an additional ntc:
@cosmowave to add a thermistor without using a DueX board, connect it between e6temp and vssa, and connect a reference resistor between e6temp and vref. A suitable value for the reference resistor is 2.2k. Specify the value of the reference resistor in the R parameter of the M308 command.
I've done that. But no improvement.
When i power the board, the temp is rising from a low value to a too high value with a "capacitor like" curve... -
@cosmowave that may happen if neither the thermistor nor the resistor is connected to the pin. Please check that you are using the correct pin on the expansion connector.
-
@dc42 Sorry! my error.. i was thinking thermistor6 is e6temp.
Thanks again -
@cosmowave does it work now?
-
@dc42 Yes! It's working!
Thanks a lot! -
-