Page 1 of 1

defualt heated bed PID settings

Posted: Sun Sep 06, 2015 9:50 am
by zerakren
I tried doing the PID calibration for my heated bed and replaced the values without at least writing them down. now it can no long reach temps above 90c which is keeping me from printing ABS. Could someone please post the default PID settings so I can get this corrected?
PLEASE AND THANKS.

Re: defualt heated bed PID settings

Posted: Sun Sep 06, 2015 9:59 am
by teoman
Those of us who followed the manual got the values from the pid autotune.

Re: defualt heated bed PID settings

Posted: Sun Sep 06, 2015 12:45 pm
by stonewater
run the pid loop again...

Tom C

Re: defualt heated bed PID settings

Posted: Sun Sep 06, 2015 5:12 pm
by zerakren
teoman wrote:Those of us who followed the manual got the values from the pid autotune.
Yeah and it didnt work.
The defaults now if you don't mind.

Re: defualt heated bed PID settings

Posted: Mon Sep 07, 2015 3:14 am
by bot
If you want the defaults, clear your eeprom with the arduino script.

Re: defualt heated bed PID settings

Posted: Mon Sep 07, 2015 9:44 am
by geneb
I do mind.

g.

Re: defualt heated bed PID settings

Posted: Mon Sep 07, 2015 11:31 am
by stonewater
what bot said. clear the eeprom, reload your firmware with the latest fork, that will give you your defaults. I do not have defaults only my modded eeprom sorry. search the forum for PID autotune, there are a couple of threads for fine tuning your hotend temps.

Tom C

Re: defualt heated bed PID settings

Posted: Mon Oct 05, 2015 2:53 pm
by ironcoot
From: Repetier-091-ROSTOCKMAX-master/Repetier-091-ROSTOCKMAX/Repetier/Configuration.h
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN 87.86
#define HEATED_BED_PID_IGAIN 3.01
#define HEATED_BED_PID_DGAIN 641.82
#define HEATED_BED_PID_MAX 255


From output of g-code "M503" EEPROM value dump of printer before tuning any bed PID parameters:
[...]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 87.860 Bed PID P-gain
EPR:3 112 3.010 Bed PID I-gain
EPR:3 116 641.820 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
[...]

There is no bed PID tuning procedure listed in the assembly manual.
(Extruder procedure yes; bed no.)
Rostock MAX v2 Assembly Guide
Version 3.40, August 7th, 2015
Third Edition

Re: defualt heated bed PID settings

Posted: Sat Oct 10, 2015 7:47 pm
by zerakren
hey thanks a lot, Ironcoot.
glad someone on this board is willing to lend a hand. :mrgreen: :mrgreen:

Re: defualt heated bed PID settings

Posted: Sat Oct 10, 2015 7:57 pm
by teoman
The reason why the defaults are not mentioned is because they are not even used once.

You also have the defaults in the arduino program that you have on your computer.

Re: defualt heated bed PID settings

Posted: Sun Oct 11, 2015 9:33 pm
by ironcoot
> (teoman) The reason why the defaults are not mentioned is because they are not even used once.

I do not understand this statement.

If the instructions from the manual are followed to the letter, the bed-PID values used for printing are the default values from the firmware build.

The manual includes instructions on how to tune the extruder-PID values based on data from the "M303" gcode command -- but there are no instructions to use the "M303 P1" version for the bed.

On a related matter, I have been unable to get "M303 P1" to complete without timing out, so I continue to use the default bed-PID values. (Max V2; 12V Onyx V7)

Re: defualt heated bed PID settings

Posted: Mon Oct 12, 2015 4:40 am
by teoman
Hnm. Mine must be an older manual then.

Sorry for that.