Welcome! Log In Create A New Profile

Advanced

Transfer custom Thermistortable to V.92 configurator

Posted by ralfsteck 
Transfer custom Thermistortable to V.92 configurator
November 16, 2014 06:46AM
Hi,

I'm in the process of transferring my hand-tewaked configuration.h to the configurator so it will be easier in the future to upgrade my firmware.

Now I have a problem with the firmware. My Extruder uses the Honeywell 135-104-LAF-J01 Thermistor and I used this custom thermistor table upt ot now:

#define NUM_TEMPS_USERTHERMISTOR0 56
#define USER_THERMISTORTABLE0 { {1*4, 500*8}, {46*4, 270*8}, {50*4, 265*8}, {54*4, 260*8}, {58*4, 255*8}, {62*4, 250*8},\
{67*4, 245*8}, {72*4, 240*8}, {79*4, 235*8}, {85*4, 230*8}, {91*4, 225*8},\
{99*4, 220*8}, {107*4, 215*8}, {116*4, 210*8}, {126*4, 205*8}, {136*4, 200*8},\
{149*4, 195*8}, {160*4, 190*8}, {175*4, 185*8}, {191*4, 180*8}, {209*4, 175*8},\
{224*4, 170*8}, {246*4, 165*8}, {267*4, 160*8}, {293*4, 155*8}, {316*4, 150*8},\
{340*4, 145*8}, {364*4, 140*8}, {396*4, 135*8}, {425*4, 130*8}, {460*4, 125*8},\
{489*4, 120*8}, {526*4, 115*8}, {558*4, 110*8}, {591*4, 105*8}, {628*4, 100*8},\
{660*4, 95*8}, {696*4, 90*8}, {733*4, 85*8}, {761*4, 80*8}, {794*4, 75*8},\
{819*4, 70*8}, {847*4, 65*8}, {870*4, 60*8}, {892*4, 55*8}, {911*4, 50*8},\
{929*4, 45*8}, {944*4, 40*8}, {959*4, 35*8}, {971*4, 30*8}, {981*4, 25*8},\
{989*4, 20*8}, {994*4, 15*8}, {1001*4, 10*8}, {1005*4, 5*8}, {1023*4, 0} }

This worked all the time. Now, to be able to input the values into the configurator, I did some search-and-replace magic in Word, exported that to Excel and got this list of two values (which is exactly the same as above, 1023*4=4092:

4 4000
184 2160
200 2120
216 2080
232 2040
248 2000
268 1960
288 1920
316 1880
340 1840
364 1800
396 1760
428 1720
464 1680
504 1640
544 1600
596 1560
640 1520
700 1480
764 1440
836 1400
896 1360
984 1320
1068 1280
1172 1240
1264 1200
1360 1160
1456 1120
1584 1080
1700 1040
1840 1000
1956 960
2104 920
2232 880
2364 840
2512 800
2640 760
2784 720
2932 680
3044 640
3176 600
3276 560
3388 520
3480 480
3568 440
3644 400
3716 360
3776 320
3836 280
3884 240
3924 200
3956 160
3976 120
4004 80
4020 40
4092 0

But is it right to just key in those values? In the configurator the first line reads "Temperature (°C), and a temperature value of 4092°C makes no sense in that respect (at least to me). I fear I have a thoughts error here, but what is the right way to do it?

Edited 1 time(s). Last edit at 11/16/2014 06:50AM by ralfsteck.


Gruß, Ralf

Mendel 90 breit, hoch, 24V

Meine Erfahrungen im EngineeringSpot-Blog: EngineeringSpot
Re: Transfer custom Thermistortable to V.92 configurator
November 16, 2014 07:06AM
ouch, just saw the 135-104-LAG-J01 (which is basically the same as the 135-104-LAF-J01) is now in the predefined types. This makes my question obsolete (at least for me), I leave it here as a reference.


Gruß, Ralf

Mendel 90 breit, hoch, 24V

Meine Erfahrungen im EngineeringSpot-Blog: EngineeringSpot
Sorry, only registered users may post in this forum.

Click here to login