Piatto riscaldato funziona solo a meta' April 10, 2014 06:57AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 10, 2014 08:45AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 10, 2014 11:15AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 10, 2014 12:07PM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 05:50AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 07:37AM |
Registered: 13 years ago Posts: 4,555 |
// Bed Temperature Control // Select PID or bang-bang with PIDTEMPBED. If bang-bang, BED_LIMIT_SWITCHING will enable hysteresis // // Uncomment this to enable PID on the bed. It uses the same frequency PWM as the extruder. // If your PID_dT above is the default, and correct for your hardware/configuration, that means 7.689Hz, // which is fine for driving a square wave into a resistive load and does not significantly impact you FET heating. // This also works fine on a Fotek SSR-10DA Solid State Relay into a 250W heater. // If your configuration is significantly different than this and you don't understand the issues involved, you probably // shouldn't use bed PID until someone else verifies your hardware works. // If this is enabled, find your own PID constants below. //#define PIDTEMPBED // //#define BED_LIMIT_SWITCHING // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option. // all forms of bed control obey this (PID, bang-bang, bang-bang with hysteresis) // 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 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #endif // PIDTEMPBED
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 08:30AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 10:56AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 10:59AM |
Registered: 13 years ago Posts: 4,555 |
// Bed Temperature Control // Select PID or bang-bang with PIDTEMPBED. If bang-bang, BED_LIMIT_SWITCHING will enable hysteresis // // uncomment this to enable PID on the bed. It uses the same ferquency PWM as the extruder. // If your PID_dT above is the default, and correct for your hardware/configuration, that means 7.689Hz, // which is fine for driving a square wave into a resistive load and does not significantly impact you FET heating. // This also works fine on a Fotek SSR-10DA Solid State Relay into a 250W heater. // If your configuration is significantly different than this and you don't understand the issues involved, you proabaly // shouldn't use bed PID until someone else verifies your hardware works. // If this is enabled, find your own PID constants below. //#define PIDTEMPBED // //#define BED_LIMIT_SWITCHING // This sets the max power delived to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option. // all forms of bed control obey this (PID, bang-bang, bang-bang with hysteresis) // 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, argressive 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 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #endif // PIDTEMPBED
Re: Piatto riscaldato funziona solo a meta' April 11, 2014 11:04AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 12, 2014 09:33AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 12, 2014 11:50AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 12, 2014 12:46PM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 04:21AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 06:03AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 06:47AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 09:31AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 11:05AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 11:31AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 13, 2014 02:00PM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 14, 2014 02:13AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 14, 2014 04:35AM |
Registered: 13 years ago Posts: 4,555 |
#ifndef PINS_H #define PINS_H #define X_MS1_PIN -1 #define X_MS2_PIN -1 #define Y_MS1_PIN -1 #define Y_MS2_PIN -1 #define Z_MS1_PIN -1 #define Z_MS2_PIN -1 #define E0_MS1_PIN -1 #define E0_MS2_PIN -1 #define E1_MS1_PIN -1 #define E1_MS2_PIN -1 #define DIGIPOTSS_PIN -1
/****************************************************************************************
* Arduino Mega pin assignment
*
****************************************************************************************/
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34
#define KNOWN_BOARD 1
//////////////////FIX THIS//////////////
#ifndef __AVR_ATmega1280__
#ifndef __AVR_ATmega2560__
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
#endif
#endif
// uncomment one of the following lines for RAMPS v1.3 or v1.0, comment both for v1.2 or 1.1
// #define RAMPS_V_1_3
// #define RAMPS_V_1_0
#if MOTHERBOARD == 33 || MOTHERBOARD == 34
#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
#define X_MIN_PIN 3
#define X_MAX_PIN 2 //2 //Max endstops default to disabled "-1", set to commented value to enable.
#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15 //15
#define Z_STEP_PIN 46
#define Z_DIR_PIN 48
#define Z_ENABLE_PIN 62
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
#define E1_STEP_PIN 36
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30
#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
Re: Piatto riscaldato funziona solo a meta' April 14, 2014 06:31AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 14, 2014 07:56AM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 16, 2014 08:39AM |
Registered: 10 years ago Posts: 94 |
Re: Piatto riscaldato funziona solo a meta' April 20, 2014 05:46AM |
Registered: 10 years ago Posts: 75 |
Re: Piatto riscaldato funziona solo a meta' April 20, 2014 05:52AM |
Registered: 13 years ago Posts: 4,555 |
Quote
immaginaecrea
Marco, i collegamenti sono giusti, a 12 V devi ponticellare 2 e 3, ho il tuo stesso piano, controlla che la resistenza, una volta ponticellato il piano sia di 1.3 ohm, ho verificato il valore con scala 200 ohm con 2 multimetri diversi e il valore letto è lo stesso.
Re: Piatto riscaldato funziona solo a meta' April 20, 2014 10:30AM |
Registered: 10 years ago Posts: 75 |
Re: Piatto riscaldato funziona solo a meta' April 20, 2014 12:34PM |
Registered: 13 years ago Posts: 4,555 |
Re: Piatto riscaldato funziona solo a meta' April 20, 2014 01:01PM |
Registered: 10 years ago Posts: 75 |