K8200 mit E3D V6 Hotend 26. December 2017 14:17 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 29 |
//===========================================================================
//=============================Thermal Settings ============================
//===========================================================================
//
//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
//
//// Temperature sensor settings:
// -2 is thermocouple with MAX6675 (only for sensor 0)
// -1 is thermocouple with AD595
// 0 is not used
// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
// 3 is mendel-parts thermistor (4.7k pullup)
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan) (4.7k pullup)
// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
// 10 is 100k RS thermistor 198-961 (4.7k pullup)
//
// 1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
// (but gives greater accuracy and more stable PID)
// 51 is 100k thermistor - EPCOS (1k pullup)
// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan) (1k pullup)
#define TEMP_SENSOR_0 5
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 5
Re: K8200 mit E3D V6 Hotend 27. December 2017 01:39 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 581 |
Re: K8200 mit E3D V6 Hotend 27. December 2017 03:46 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: K8200 mit E3D V6 Hotend 28. December 2017 07:03 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 29 |
Quote
AlterBastler
Geht ohne Probleme:
#define BANG_MAX 200 #define PID_MAX BANG_MAX
Herzl. Grüße
#define PIDTEMP #define BANG_MAX 200 // limits current to nozzle while in bang-bang mode; 256=full current #define PID_MAX 200 // limits current to nozzle while PID is active (see PID_FUNCTIONAL_RANGE below); 256=full current #ifdef PIDTEMP
Re: K8200 mit E3D V6 Hotend 28. December 2017 15:12 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: K8200 mit E3D V6 Hotend 30. December 2017 11:19 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 29 |
Quote
AlterBastler
Ja natürlich. Hier, habe ich noch gefunden, kannst Du als Ausgangswerte nehmen:
// E3D 12V 40W an 15V ermittelt durch AutoPid #define DEFAULT_Kp 11.56 #define DEFAULT_Ki 0.92 #define DEFAULT_Kd 36.37Herzl. Grüße
M303 E-0 S210 C8
17:31:53.444 : PID Autotune start 17:34:21.349 : bias: 96 d: 53 min: 204.55 max: 212.55 17:34:49.782 : bias: 106 d: 43 min: 204.55 max: 213.13 17:35:16.390 : bias: 103 d: 46 min: 207.32 max: 213.13 17:35:16.390 : Ku: 20.18 Tu: 26.61 17:35:16.390 : Clasic PID 17:35:16.390 : Kp: 12.11 17:35:16.390 : Ki: 0.91 17:35:16.390 : Kd: 40.28 17:35:38.143 : bias: 97 d: 52 min: 208.30 max: 212.50 17:35:38.143 : Ku: 31.55 Tu: 21.76 17:35:38.143 : Clasic PID 17:35:38.143 : Kp: 18.93 17:35:38.143 : Ki: 1.74 17:35:38.143 : Kd: 51.49 17:35:59.091 : bias: 96 d: 53 min: 208.13 max: 212.40 17:35:59.107 : Ku: 31.60 Tu: 20.97 17:35:59.107 : Clasic PID 17:35:59.107 : Kp: 18.96 17:35:59.107 : Ki: 1.81 17:35:59.107 : Kd: 49.71 17:36:21.645 : bias: 97 d: 52 min: 207.46 max: 213.02 17:36:21.645 : Ku: 23.79 Tu: 22.54 17:36:21.645 : Clasic PID 17:36:21.645 : Kp: 14.28 17:36:21.645 : Ki: 1.27 17:36:21.645 : Kd: 40.23 17:36:45.101 : bias: 99 d: 50 min: 207.37 max: 213.02 17:36:45.101 : Ku: 22.52 Tu: 23.46 17:36:45.101 : Clasic PID 17:36:45.101 : Kp: 13.51 17:36:45.101 : Ki: 1.15 17:36:45.101 : Kd: 39.62 17:37:08.320 : bias: 99 d: 50 min: 207.41 max: 213.02 17:37:08.320 : Ku: 22.70 Tu: 23.20 17:37:08.320 : Clasic PID 17:37:08.320 : Kp: 13.62 17:37:08.320 : Ki: 1.17 17:37:08.320 : Kd: 39.49 17:37:08.320 : PID Autotune finished ! Place the Kp, Ki and Kd constants in the configuration.h 17:37:09.758 : Error:checksum mismatch, Last Line: 94 17:37:09.758 : Resend: 95