Changing M106 H3 to H5 did work! Wow thank you both so much for the help! You guys at Duet are awesome! Have a great weekend!
Best posts made by 2K3M
-
RE: Thermostatically Controlled Fan by Sensor# not Heater??
Latest posts made by 2K3M
-
Max Operating/Environmental Temps?
What is the max operating/environmental temperature of the Tool Boards? Can they be used in heated enclosed chambers?
-
RE: Thermostatically Controlled Fan by Sensor# not Heater??
Changing M106 H3 to H5 did work! Wow thank you both so much for the help! You guys at Duet are awesome! Have a great weekend!
-
RE: Thermostatically Controlled Fan by Sensor# not Heater??
if you want me to post the entire thing i can....but this is what i have with what pertains to the chamber heater.
;Chamber
M308 S3 P"temp2" Y"thermistor" A"Chamber_Air_Temp" T100000 B3799 H0 L0 ;chamber air temp
M950 H3 C"0.out2" T3 ;Chamber Heater
M307 H3 B0 R0.157 C326.5 D11.10 S1.00 V0 ;Chamber Heater Configuration
M141 H3 ;Define Chamber Heater
M143 H3 S135 ;Set max CHAMBER temperature;Other Thermistors/Sensor
M308 S5 P"0.temp3" Y"thermistor" A"Chamber_Heater_Surface_Temp" T100000 B4240 H0 L0; Fans
M950 F4 C"0.out7" ;Chamber Fan on "out7" connector
M106 P4 S255 H3 T30 C"Chamber_Fan" ;Chamber Fan enable thermostatic mode for chamber heater -
Thermostatically Controlled Fan by Sensor# not Heater??
Using RRFW 3.3
I am trying to configure a fan so that it is thermostatically controlled by a sensor that is associated with but not directly assigned to a heating element and having some trouble figuring how to go about this.
I have a large chamber with a powerful heating element where the surface of the heating element gets much hotter than actual chamber temps, that is until the chamber temps can rise and even out to set temps. In order to spread the heat from the element i have a blower fan mounted to the heating element. A soon as the heating element gets a little over 28-30c the fan needs to also kick on and remain on until surface temp of heating element drops back below 28-30c.
I have 2 thermistors associated with this chamber heater...one is actual surface temperature of the heating element itself and the other is to monitor actual air temps in the chamber, which at startup can vary drastically like nearly 180c difference. I currently have the heater configured in M950 to use the air temp probing thermistor as i want to maintain chamber air temps accurately....so surface temps initially get much much hotter than chamber temps...instead of just having the blower fan on at all times i want to configure it to be thermostatically controlled by the sensor mounted to the chamber heaters surface which is not the sensor assigned to this heater...and thermostatically controlled configuration requires a heater # to control.....I have attempted to just configure the fan using Chamber Heater w/ Air probing thermistor but seeing as the fan doesn't kick on to spread the heated air until the chamber temps reach specified temps the actual heating element itself gets to something like 200-220c before the fan kicks on to spread heated air throughout the chamber.
Should i be looking into setting up virtual heaters? Or a virtual tool? Or conditional g-code?
-
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
That did the trick! The updating wasn't too bad either. Link listed below for how to for convenience of others. Again thank you very much for the help!
-
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
@dc42
You are the best thank you very much! -
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
@dc42
Where is the firmware located? Im on Github...Is it under
Duet3D/Duet3Expansion? or Duet3D/RepRapFirmware?
-
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
@dc42
by chance can you link a good how to on this? -
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
@dc42
Thank you I will do so and report back! -
RE: Error M308 Response TimeOut....Thermistors on EXP 3HC
To be clear these sensors/thermistors are not assigned to a particular heater. They are just sensors im using to see how even my chamber heats. The sensors are plugged into the 3HC Expansion board...at this time no other heaters or sensors are connected to the expansion board....just these 2 thermistors. Not sure if there are FW limitations on the 3HC EXP where a temp sensor must be assigned to a Heater or a Tool on the same board?