4 KW Heat Bed Tuning
-
By the way,I did not work in the Config file.
I am sorry that I did not get that I have to send the manual M307 command from the console.
it seems crossed the limits by console command.It is still showing tuning.
I just wanna share the preview.
-
These are the result:
11/9/2020, 2:05:38 PM Auto tune heater 0 completed in 942 sec
Use M307 H0 to see the result, or M500 to save the result in config-override.g; config-override.g file generated in response to M500 at 2020-05-01 14:08 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 A233.3 C508.3 D1.3 S1.00 V24.3 B0 G31 Z1.2 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00
M307 H0
Heater 0 model: gain 34.9, time constant 875.1, dead time 15.4, max PWM 1.00, calibration voltage 24.3, mode PID
Computed PID parameters for setpoint change: P291.4, I2.513, D3133.1
Computed PID parameters for load change: P291.4, I6.056, D3133.1 -
I am glad that you got a result. The reported gain of 34.9 implies that the maximum reachable temperature will only be about 35C above ambient. Will that be enough for you?
How large is the bed?
-
@dc42 said in 4 KW Heat Bed Tuning:
I am glad that you got a result. The reported gain of 34.9 implies that the maximum reachable temperature will only be about 35C above ambient. Will that be enough for you?
How large is the bed?
Bed is 120 cm in diameter, 5 cm thick aluminum custom self-made in 4-kilowatt consumption.
We can cook something or use as Lab heater. It is very functioning
Thank you for your kindly help.
It seems it is working. Don`t get me wrong, but I will request a donation to your work for development from our University management. It was worth. -
Work in progress picture of Heat Bed
-
@sozkan So you were able to successfully tune with M397 H0 D160?
-
Aha, it's Delta then!
-
@Phaedrux said in 4 KW Heat Bed Tuning:
@sozkan So you were able to successfully tune with M397 H0 D160?
Yes, it was. Today It`s warned again about the slow heating issues. I have run the PID process again this time with D60 ( because it says D160 bad command )
It is solved again.
Thank you for concerning -
-
I greatly appreciate this thread as I'm trying to autotune a similar bed (very large aluminum plate with a 1.5KW heater).
It seems like I get a "Bad Model Parameters" in the M307 command whenever the D value goes above 70.
Since I have an (intentionally) somewhat underpowered heater, my dead time is probably right around there or a bit higher. This means I am not able to use the autotune on my heated bed, as it's still expecting more temperature rise than the heater produces. My approach now is to guestimate the model manually and then hopefully tweak it by hand once I can see how it's holding a temperature.
In general, it seems worthwhile to add a parameter to the autotune function which scales its expectations based on a user-input "guess" of how long the whole heatup process should take. I think this would correct a lot of the frustrations around autotuning I've had or seen others experience before.
-
@nhfoley You may be interested to see this then: https://forum.duet3d.com/topic/19761/new-heater-tuning-algorithm?_=1605553260486
-
Actually, going to refine that prior post: It seems like, if I send a fully-formed M307 command, like:
M307 H1 A100 C800 D100 S1 V24.5 B0
I can program a higher dead time.
-
@Phaedrux Yes, thank you. Will follow along there eagerly.
-
@Phaedrux You guys are the best Thank you for the progress.