Thermisors showing wrong temperatures
-
@mendelevium
Good to mention that all the thermocouples are connected directly to the board with no expansion boards or daughterboards. -
@mendelevium said in Thermisors showing wrong temperatures:
@mendelevium
Good to mention that all the thermocouples are connected directly to the board with no expansion boards or daughterboards.so some confusion now your title said thermistors but your now saying Thermocouples . Which is it as both operate differently?
-
@mendelevium, what do the thermistors read at room temperature?
-
@dc42
I have thermocouples sorry for the confusion my mistake
They do not read anything on the dashboard - Just N/A
but when the heaters were tested they read the temperature and maintain it but obviously they overread the temperature as it did not actually reach the temperature it displayed.The digital thermometer I got to check the situation as the filament did not melt at the temperature the system displayed.
-
@dougal1957 - sorry they are thermocouples... my mistake as they are not the same thing sorry again...
-
@mendelevium said in Thermisors showing wrong temperatures:
@dougal1957 - sorry they are thermocouples... my mistake as they are not the same thing sorry again...
in that case you need the Thermocouple daughter board as well!
-
@dougal1957
I have two thermocouples for the hotends and another for the heatbed which runs on 220V but has an enclosed unit. the daughterboard takes up the three of them? -
@mendelevium
I have checked my purchases because I have bought the stuff months ago....
I should have a type K thermocouple daughterboard and a pt 100 daughterboard...
i have to look it up... -
@mendelevium said in Thermisors showing wrong temperatures:
@dougal1957
I have two thermocouples for the hotends and another for the heatbed which runs on 220V but has an enclosed unit. the daughterboard takes up the three of them?Each daughter board takes unto 2 sensors but you can also stack 2 daughter boards to give your 4 sensors.
-
@mendelevium
I have found one daughter board and will buy another one. I have one issue though because my thermocouples were single wired to the board and used a common GND cable. Anybody knows if the daughterboard output have one terminal as a ground? otherwise I have go through much hassle... -
-
@dougal1957
I have rewired the thermocouples and fitted a Max 31856 daughterboard
I have the heatbed and Extruder 0 connected.I have now changed the relevant parameters as follows;-
M308 S0 P"bedtemp" K"thermocouple-max31856"
M308 S1 P"e0temp" K"thermocouple-max31856"
its telling me unknown sensor
-
@mendelevium said in Thermisors showing wrong temperatures:
@dougal1957
I have rewired the thermocouples and fitted a Max 31856 daughterboard
I have the heatbed and Extruder 0 connected.I have now changed the relevant parameters as follows;-
M308 S0 P"bedtemp" K"thermocouple-max31856"
M308 S1 P"e0temp" K"thermocouple-max31856"
its telling me unknown sensor
do you definitely have one with the 31856 rather than the 31855?(seem's they changed at some time during the run)
You may have to wait for one of the crew to comment (I am by no means an expert on this)
-
@mendelevium your command is wrong; they are not plugged into bedtemp and e0temp, they are plugged into spi.cs1 and spi.cs2. See https://duet3d.dozuki.com/Wiki/Connecting_thermocouples#Section_RepRapFirmware_3_x
Ian
-
@droftarts thanks so much...
-
@mendelevium
I am still struggling and hopefully someone can guide me.
I will explain what I have and what I am trying to achieve.
I have two daughterboards stacked on top of each other MAX31856-based interface boards
I have one heatbed H0 on channel 151, Hotend 0 on channel 150 and Hotend 1 on channel 152
I have type K thermocouples
This is how I configured my confg file.;Heatbed configuration
M305 P0 X151
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C;Hotend 0 configuration
M305 P1 X150
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C;Hotend 1 configuration
M305 P2 X152
M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 2 to 280C -
Here's what the config tool outputs when selecting thermocouple.
; Heaters M308 S0 P"spi.cs2" Y"thermocouple-max31855" ; configure sensor 0 as thermocouple via CS pin spi.cs2 M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"spi.cs1" Y"thermocouple-max31855" ; configure sensor 1 as thermocouple via CS pin spi.cs1 M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C M308 S2 P"spi.cs3" Y"thermocouple-max31855" ; configure sensor 2 as thermocouple via CS pin spi.cs3 M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2 M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H2 S280 ; set temperature limit for heater 2 to 280C
-
@phaedrux
Thank you, good morning, and I will try it out when I get back home. Stay Safe every one and we hope things get better for everybody. -
@phaedrux
HI Still getting unknown sensor.. I have the Max 31856 not 31855
sensors are K type
thanks -
@mendelevium
should the sensors read the room temperature? even when switched off??