Welcome! Log In Create A New Profile

Advanced

Tabella per 104NT-4-R025H42G thermistor

Posted by karnhack 
Re: Tabella per 104NT-4-R025H42G thermistor
February 22, 2017 03:37PM
Oppure intendi il thermistortable_1.h ma come lo seleziono?


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
February 22, 2017 03:47PM
Si si il 100k, ok ma adesso perché non parte? C'è il comando M109 S195 giusto se lo supera deve per forza partire!!!


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: Tabella per 104NT-4-R025H42G thermistor
February 23, 2017 07:32AM
Secondo me escono fuori temperature completamente errate, a malapena riesco ad estrudere il pla a 220° che tra l'altro mi è rimasto bloccato nell'hotend... l'ho portato a 270 ma nulla non lo tiro più fuori. Mi sa che i valori che mi dava il termometro erano corretti e cioè che sui 220° ero in realtà a 111... non saprei proprio


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
February 23, 2017 08:26AM
Alla fine ho messo la vecchia tabella e oscilla di due gradi, la imposto a 190 e li mantiene costanti, quindi si può dire che ho risolto, ho fatto una prova di stampa e va alla perfezione



Edited 1 time(s). Last edit at 02/23/2017 08:27AM by karnhack.


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
February 25, 2017 10:42AM
Ho compilato una tabella misurando con un termometro digitale, in prativa i valori erano molto più bassi dei veritieri. Ora sto cercando di caricare la tabella sul dummy 998 ma mi da un errore che non capisco. La tabella è questa:
const short temptable_998[][2] PROGMEM = {
    { 3 * OVERSAMPLENR, 250 },
    { 3.75 * OVERSAMPLENR, 240 },
    { 5.5 * OVERSAMPLENR, 230 },
    { 6.75 * OVERSAMPLENR, 220 },
    { 8.5 * OVERSAMPLENR, 210 },
    { 11 * OVERSAMPLENR, 200 },
    { 15 * OVERSAMPLENR, 190 },
    { 19 * OVERSAMPLENR, 180 },
    { 22 * OVERSAMPLENR, 170 }
    { 32 * OVERSAMPLENR, 160 },
    { 36 * OVERSAMPLENR, 150 },
    { 51.5 * OVERSAMPLENR, 140 },
    { 63.6 * OVERSAMPLENR, 130 },
    { 96 * OVERSAMPLENR, 120 },
    { 118 * OVERSAMPLENR, 110 },
    { 191 * OVERSAMPLENR, 100 },
    { 254 * OVERSAMPLENR, 90 },
    { 347 * OVERSAMPLENR, 80 },
    { 421 * OVERSAMPLENR, 70 },
    { 567 * OVERSAMPLENR, 60 },
    { 705 * OVERSAMPLENR, 50 },
    { 836 * OVERSAMPLENR, 40 },
    { 936 * OVERSAMPLENR, 30 },
    { 982 * OVERSAMPLENR, 20 },
    { 1008 * OVERSAMPLENR, 0 }
};


L'errore invece è questo:

Arduino:1.6.13 (Mac OS X), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch/src/temperature/thermistortables.h:116:0,
                 from sketch/src/temperature/temperature.h:30,
                 from sketch/base.h:110,
                 from /Users/karnhack/Desktop/FIRMWARE 3D/No LCD/MK4duo/MK4duo.ino:235:
sketch/src/temperature/thermistortable/thermistortable_998.h:39:5: error: expected '}' before '{' token
     { 32 * OVERSAMPLENR, 160 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:39:5: error: expected ',' or ';' before '{' token
sketch/src/temperature/thermistortable/thermistortable_998.h:39:31: error: expected unqualified-id before ',' token
     { 32 * OVERSAMPLENR, 160 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:40:5: error: expected unqualified-id before '{' token
     { 36 * OVERSAMPLENR, 150 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:40:31: error: expected unqualified-id before ',' token
     { 36 * OVERSAMPLENR, 150 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:41:5: error: expected unqualified-id before '{' token
     { 51.5 * OVERSAMPLENR, 140 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:41:33: error: expected unqualified-id before ',' token
     { 51.5 * OVERSAMPLENR, 140 },

                                 ^
sketch/src/temperature/thermistortable/thermistortable_998.h:42:5: error: expected unqualified-id before '{' token
     { 63.6 * OVERSAMPLENR, 130 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:42:33: error: expected unqualified-id before ',' token
     { 63.6 * OVERSAMPLENR, 130 },

                                 ^
sketch/src/temperature/thermistortable/thermistortable_998.h:43:5: error: expected unqualified-id before '{' token
     { 96 * OVERSAMPLENR, 120 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:43:31: error: expected unqualified-id before ',' token
     { 96 * OVERSAMPLENR, 120 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:44:5: error: expected unqualified-id before '{' token
     { 118 * OVERSAMPLENR, 110 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:44:32: error: expected unqualified-id before ',' token
     { 118 * OVERSAMPLENR, 110 },

                                ^
sketch/src/temperature/thermistortable/thermistortable_998.h:45:5: error: expected unqualified-id before '{' token
     { 191 * OVERSAMPLENR, 100 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:45:32: error: expected unqualified-id before ',' token
     { 191 * OVERSAMPLENR, 100 },

                                ^
sketch/src/temperature/thermistortable/thermistortable_998.h:46:5: error: expected unqualified-id before '{' token
     { 254 * OVERSAMPLENR, 90 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:46:31: error: expected unqualified-id before ',' token
     { 254 * OVERSAMPLENR, 90 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:47:5: error: expected unqualified-id before '{' token
     { 347 * OVERSAMPLENR, 80 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:47:31: error: expected unqualified-id before ',' token
     { 347 * OVERSAMPLENR, 80 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:48:5: error: expected unqualified-id before '{' token
     { 421 * OVERSAMPLENR, 70 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:48:31: error: expected unqualified-id before ',' token
     { 421 * OVERSAMPLENR, 70 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:49:5: error: expected unqualified-id before '{' token
     { 567 * OVERSAMPLENR, 60 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:49:31: error: expected unqualified-id before ',' token
     { 567 * OVERSAMPLENR, 60 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:50:5: error: expected unqualified-id before '{' token
     { 705 * OVERSAMPLENR, 50 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:50:31: error: expected unqualified-id before ',' token
     { 705 * OVERSAMPLENR, 50 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:51:5: error: expected unqualified-id before '{' token
     { 836 * OVERSAMPLENR, 40 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:51:31: error: expected unqualified-id before ',' token
     { 836 * OVERSAMPLENR, 40 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:52:5: error: expected unqualified-id before '{' token
     { 936 * OVERSAMPLENR, 30 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:52:31: error: expected unqualified-id before ',' token
     { 936 * OVERSAMPLENR, 30 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:53:5: error: expected unqualified-id before '{' token
     { 982 * OVERSAMPLENR, 20 },

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:53:31: error: expected unqualified-id before ',' token
     { 982 * OVERSAMPLENR, 20 },

                               ^
sketch/src/temperature/thermistortable/thermistortable_998.h:54:5: error: expected unqualified-id before '{' token
     { 1008 * OVERSAMPLENR, 0 }

     ^
sketch/src/temperature/thermistortable/thermistortable_998.h:55:1: error: expected declaration before '}' token
 };

 ^
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.

Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
"Mostra un output dettagliato durante la compilazione"
in "File -> Impostazioni"


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
February 26, 2017 08:25AM
E' un errore di sintassi, manca una virgola in fondo alla riga { 22 * OVERSAMPLENR, 170 }


Delta Fluo --> Stampante Custom tipo Delta - IeC v4.0 0.4 - Ultratronics - MK4due 4.3.1 (dev)
Re: Tabella per 104NT-4-R025H42G thermistor
March 26, 2017 10:36AM
Ma è normale che il PID si comporti in un modo e poi la gestione temperatura in un altro? Nel grafico ho fatto un PID a 220° e subito dopo ho dato m500 ed ho settato la temp a 220° con risultati molto differenti... possibile?



Edited 1 time(s). Last edit at 03/26/2017 10:37AM by karnhack.


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
March 26, 2017 11:09AM
La prima parte quando fa il calcolo dei pid è normalissimo il problema è dopo.... Porca...
Che comando hai dato??
M303 S220 U1


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: Tabella per 104NT-4-R025H42G thermistor
March 26, 2017 11:18AM
Quote
MagoKimbra
La prima parte quando fa il calcolo dei pid è normalissimo il problema è dopo.... Porca...
Che comando hai dato??
M303 S220 U1

M303 H0 S220 C9 U1


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
March 27, 2017 04:40AM
Facendo una prova ho impostato la tabella 13 e gestisce la temperatura molto meglio... l'unico problema è che non riesco a superare i 190°. A sto punto mi pare evidente che il termistore non sia rotto ma è solo un problema di tabella




Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
March 28, 2017 05:33PM
Finalmente ho risolto grazie alla nuova dev MK4duo che ha riscritto tutta la parte relativa ai PIN!!!


Edited 2 time(s). Last edit at 03/28/2017 05:34PM by karnhack.


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Re: Tabella per 104NT-4-R025H42G thermistor
March 28, 2017 05:43PM
PID no PIN!!! smiling smiley


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: Tabella per 104NT-4-R025H42G thermistor
March 28, 2017 08:54PM
E già! smileys with beer


Gianluca

Kossel K2 [ø 0.4 - 1.75] | Ruramps 1.1 | TMC2100 | MK4duo | KISSlicer
Website - Thing
Sorry, only registered users may post in this forum.

Click here to login