MegaSquirt Question?, Need help with setting the expanded temp limits |
|
Porsche, and the Porsche crest are registered trademarks of Dr. Ing. h.c. F. Porsche AG.
This site is not affiliated with Porsche in any way. Its only purpose is to provide an online forum for car enthusiasts. All other trademarks are property of their respective owners. |
|
MegaSquirt Question?, Need help with setting the expanded temp limits |
falconfp2001 |
Apr 7 2012, 07:02 PM
Post
#1
|
Pancho Pantera Group: Members Posts: 451 Joined: 5-December 10 From: Downey, CA Member No.: 12,456 Region Association: Southwest Region |
I've installed and got the engine to run and idle pretty well but I still can not find how to set the expanded temps ranges for Tuner Studio. I have them set for Megatune but Tuner studio instructions are not working.
Here is the section in the manual that discusses the Expanded Temps (IMG:style_emoticons/default/blink.gif) To use a MegaSquirt® controller with an air cooled engine, you will have to decide where the best place is for the coolant sensor: in the oil, or on the cylinder head (CHT). There are various arguments for and against using either CHT or oil temperature as the 'coolant' temperature input on air cooled motors. A lot depends on whether the motor is substantially oil cooled or not. Since the CTS input is used for warmup enrichment, you want something that responds fairly rapidly, so this is highly engine-dependent. For high temperature applications (i.e. air cooled engines with a CHT), in MS-II you can set the #unset EXPANDED_CLT_TEMP by changing: #unset EXPANDED_CLT_TEMP to # set EXPANDED_CLT_TEMP: Then the upper temperature limit should be 600 degrees F. This is from the INI notes: ; FAHRENHEIT (Expanded/Normal): ; Low Limit: -40F/-40F ; High limit: 600F/300F ; Low danger: 150F/50F ; Low warning: 200F/150F ; High warning: 325F/200F ; High danger: 350F/220F However, you have to calibrate the thermistor table(s) appropriately. However, note that the tuning software limits the temperature range. The thinking is that if you are at an extreme it is probably a bad or missing sensor, so it goes to a default value. This isn't a big deal in TunerStudio though, you can change these limits in the ms2ReferenceTables.ini file. You can adjust these limits if EXPANDED_CLT_TEMP is set. Currently only the CLT sensor respects EXPANDED_CLT_TEMP, the IAT does not. IAT min = -40, max=350 if outside that range it goes to 70 CLT min = -40, max=350 if outside that range it goes to 180 CLT with EXTENDED_CLT_TEMP min = -40, max=400 if outside that range it goes to 350 default Here is the section of the ms2ReferenceTables.ini file that controls that: ; tableLimits (optional) = intentifier, min, max, defaultVal ; will set the default value if value is outside the min and max limits. tableLimits = 001, -40, 350, 70 #if EXPANDED_CLT_TEMP tableLimits = 000, -40, 400, 350 #else tableLimits = 000, -40, 350, 180 #endif" So the user can just edit the one line in ms2ReferenceTables.ini using notepad.exe or something similar to change it from: tableLimits = 000, -40, 400, 350 to something like: tableLimits = 000, -40, 600, 350 or similar, and it should work once the user re-burns the table. (IMG:style_emoticons/default/blink.gif) In Megatune, you can use the configurator to set the #unset EXPANDED_CLT_TEMP to # set EXPANDED_CLT_TEMP: But in TunerStudio you have to edit the ini file and I've done both which only shows the expanded temps in Megatune and not in TunerStudio. Need Help you guys? |
underthetire |
Apr 8 2012, 03:34 PM
Post
#2
|
914 Guru Group: Members Posts: 5,062 Joined: 7-October 08 From: Brentwood Member No.: 9,623 Region Association: Northern California |
I had a hard time finding a thermistor that would handle up to 400 deg. I did find a tc driver that will do the job, but it was more crap to add in to megasquirt. I'll pm mark once I get this thing going again.
If your already at 5k ohm at 180, once you double the temp think your going to run in to problems. Probably going to be in the m ohm range. |
falconfp2001 |
Apr 8 2012, 04:07 PM
Post
#3
|
Pancho Pantera Group: Members Posts: 451 Joined: 5-December 10 From: Downey, CA Member No.: 12,456 Region Association: Southwest Region |
I had a hard time finding a thermistor that would handle up to 400 deg. I did find a tc driver that will do the job, but it was more crap to add in to megasquirt. I'll pm mark once I get this thing going again. If your already at 5k ohm at 180, once you double the temp think your going to run in to problems. Probably going to be in the m ohm range. Not once the bias resistance is added in but I am going to go with the Ring style once that gets to me. I was reaching 320 yesterday and then when revving it would cool |
rwilner |
Apr 8 2012, 04:33 PM
Post
#4
|
No Ghosts in the Machine Group: Members Posts: 953 Joined: 30-March 10 From: Boston, MA Member No.: 11,530 Region Association: North East States |
Not once the bias resistance is added in but I am going to go with the Ring style once that gets to me. I was reaching 320 yesterday and then when revving it would cool Not sure this will work. The ring style probe is a thermocouple -- it outputs a small voltage that's directly proportional to temp. What you have now is an ntc thermistor -- outputs a resistance that's inversely proportional to temp. You may be able to configure the ms to accept the thermocouple input but more than likely you'll need a signal conditioner. |
falconfp2001 |
Apr 8 2012, 04:40 PM
Post
#5
|
Pancho Pantera Group: Members Posts: 451 Joined: 5-December 10 From: Downey, CA Member No.: 12,456 Region Association: Southwest Region |
Not once the bias resistance is added in but I am going to go with the Ring style once that gets to me. I was reaching 320 yesterday and then when revving it would cool Not sure this will work. The ring style probe is a thermocouple -- it outputs a small voltage that's directly proportional to temp. What you have now is an ntc thermistor -- outputs a resistance that's inversely proportional to temp. You may be able to configure the ms to accept the thermocouple input but more than likely you'll need a signal conditioner. Good point I didn't think of that. |
rwilner |
Apr 8 2012, 05:06 PM
Post
#6
|
No Ghosts in the Machine Group: Members Posts: 953 Joined: 30-March 10 From: Boston, MA Member No.: 11,530 Region Association: North East States |
Not once the bias resistance is added in but I am going to go with the Ring style once that gets to me. I was reaching 320 yesterday and then when revving it would cool Not sure this will work. The ring style probe is a thermocouple -- it outputs a small voltage that's directly proportional to temp. What you have now is an ntc thermistor -- outputs a resistance that's inversely proportional to temp. You may be able to configure the ms to accept the thermocouple input but more than likely you'll need a signal conditioner. Good point I didn't think of that. That's why we post here (IMG:style_emoticons/default/beerchug.gif) |
Lo-Fi Version | Time is now: 27th November 2024 - 04:32 PM |
All rights reserved 914World.com © since 2002 |
914World.com is the fastest growing online 914 community! We have it all, classifieds, events, forums, vendors, parts, autocross, racing, technical articles, events calendar, newsletter, restoration, gallery, archives, history and more for your Porsche 914 ... |