V
vres
Compagnon
Oui mais beaucoup plus cher
"Jacques help me"
// setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did,
// so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED)
#define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
#ifdef PIDTEMPBED
//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi .023
#define DEFAULT_bedKd 305.4
//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune
// #define DEFAULT_bedKp 97.1
// #define DEFAULT_bedKi 1.41
// #define DEFAULT_bedKd 1675.16
Plus d'info sur autotune PID ici: http://reprap.org/wiki/PID_Tuning
Hola Jacinto,
Est-ce que la regulation fonctionne avec ta plaque chauffante 2000W 230V AC 50Hz ? Est-ce que tu régules à 70°C ?
Jacques
Est-ce que le SSR peut commuter à cette fréquence et si oui sans souffrir ?
Jacques