Welcome! Log In Create A New Profile

Advanced

Problemi di temperatura

Posted by ttn000 
Problemi di temperatura
July 26, 2013 06:08AM
Ciao Ragazzi, sono alle prese con la costruzione della mia prusa,
stò collegando l'elettronica, i motori sono tutti ok ma non riesco a far andare
l'estrusore, il termistore mi da sempre temperature oltre i 300°.
Ho anche provato a collegarne uno da solo senza inserirlo nell'estrusore
e l'errore è sempre lo stesso..

il codice è questo
11:45:54.588 : echo: External Reset
11:45:54.588 : Marlin 1.0.0
11:45:54.603 : echo: Last Updated: Apr 14 2013 16:45:49 | Author: (none, default config)
11:45:54.603 : Compiled: Apr 14 2013
11:45:54.603 : echo: Free Memory: 5530 PlannerBufferBytes: 1232
11:45:54.603 : echo:Hardcoded Default Settings Loaded
11:45:55.009 : Error:0
11:45:55.009 : : Extruder switched off. MAXTEMP triggered !
11:45:55.009 : Errortongue sticking out smileyrinter stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)
11:45:55.149 : N1 M110 *2
11:45:55.149 : N1 M110 *2
11:45:55.149 : N2 M115 *4
11:45:55.149 : ok


Avete qualche idea.


Grazie e buona giornata a tutti



Toni
Re: Problemi di temperatura
July 26, 2013 07:02AM
Ho fatto una prova, collegando il termistore di un altro estrusore la temperatura è corretta,
mi restituisce quella ambientale, il mio termistore è un k100 di reprapworld.
a sto punto penso che ci sia da settare il firmware.
Ma non capisco come.
Re: Problemi di temperatura
July 26, 2013 07:58AM
Il firmware è marlin con 100k termistore, guarda la tabella nel config.h con il 100k dovresti provare a settare 1 in
#define TEMP_SENSOR_0, se è un epcos poi puoi provare 6 o 51,

ciau


//===========================================================================
//=============================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)
// 60 is 100k Maker's Tool Works Kapton Bed Thermister
//
// 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 -1
#define TEMP_SENSOR_1 -1
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 0
Re: Problemi di temperatura
July 26, 2013 08:02AM
Stesso problema avuto da me l'altro giorno.

Se ti fa max triggered è perché c'è un corto circuito nel sensore.

Avendo resistenza 0 ohm dovuta al corto ti segnala la temperatura massima corrispondente contenuta nel firmware nelle thermistor table.
Per un fattore di sicurezza viene disabilitato l'estrusore se la temperatura è superiore ad un tot (~260°C).

Prova a misurare la resistenza con un multimetro, deve essere un valora di circa 100k a 25°C. Inferiore se è + caldo.

Nel firmware marlin il termistore di reprapworld corrisponde al numero 1.

Ciao!
Re: Problemi di temperatura
July 26, 2013 03:42PM
Scusa ma il codice lo scrivo nella finestra gcode di repetierhost?
Re: Problemi di temperatura
July 26, 2013 03:54PM
no, quel pezzo di codice fa parte del configuration.h
Re: Problemi di temperatura
July 27, 2013 01:03AM
Scusa ma allora come lo invio alla scheda ?
Re: Problemi di temperatura
July 27, 2013 01:29AM
Ah capito, ho trovato sul sito di Ivan bortolin le indicazioni.
Adesso ci provo.
Sorry, only registered users may post in this forum.

Click here to login