The MegaSquirt Project has experienced explosive growth other the years, with hundreds of new MS installations occurring every week - a phenomenal success! MegaSquirt has been successfully used in all aspects of Internal Combustion engine applications including R&D, Industry, Race, and Research. The MS project has transformed itself from a simple R&D project into a full-featured mature engine control system. To reflect this the support structure has also changed to meet the needs of MegaSquirt Users.
Moving forward, the R&D forums for MegaSquirt project are in a read-only mode - no new forum posts are accepted.
However the forums will remain available for view, they still contain a wealth of information on how MegaSquirt works, how it is installed and used. Feel free to search the forums for information, facts, and overview.While the R&D forum traffic has slowed in recent years, this is not at all a reflection of Megasquirt users, which continue to grow year after year. What has changed is that the method of MegaSquirt support today has rapidly moved to Facebook, this is where the vast majority of interaction is happening now. For those not on Facebook the msextra forums is another place for product support. Finally, for product selection assistance, all of the MegaSquirt vendors are there to help you select a system, along with all of the required pieces to make it complete.
A forum for discussing applications and implementations of the MegaShift transmission controller code for the GPIO from B&G. This can control up to 8-speeds and 6 shift solenoids (plus a 16x9 table for controlling a PWM line pressure valve). It has manual and fully automatic modes (16x9 load x speed table), with under and over rev-limit protection, and full data logging of all inputs and outputs (among many other abilities). A TransStim to test your completed board is also available.
Hello. I currently have a 4l80e setup that is driving me insane. I'll be driving along in 4th gear on the highway and all of the sudden, BAMM. it downshifts to 3rd. if I don't do anything it will stay in third. If I put the shifter in neutral and then back in 4th, it will drop to 1st (sucks when your doing 70 mph) and then 10 seconds later it will jump to 2nd, 3rd, then 4th and then will act normal. I viewed the log and I do notice that just before the shift, the in2adc jumps from 0 to 0.049 v. this shouldn't have any effect because i have my digital voltage threshhold set to 2 volts. All the other values show normal. I have also noticed this happens a lot when i am driving the car hard. Any ideas?
The problem is caused by the short term load in your datalog. At one point it goes from 28.0 to 6552.6 (65526 in internal units) which looks a LOT like a 'roll-under' (65535 is the maximum that can be put into an 'unsigned int', but if you try to assign a signed int negative value of -9, for example, to an unsigned int, you get 65526, which TunerStudio would report as 6552.6 kPa). The code then averages it down over time, but the table value used is the modulus value (the remainder after dividing by the maximum index for the load bins). The result is odd shift behaviour.
This should be a straightforward fix, but I do need to make sure to accommodate all code variants. So what code (if any) are you using over CAN?
Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
Hi Lance. I was going through my datalog and I can't seem to find where the load value jumps up to 6552.6. Also I found something else that is weird. My rpm is inacurate. It is reading aprox 25% higher then it should. I managed to temporarily fix this by setting the pulses/revolution to 40 instead of 31. the problem now is that the rpm reading freezes at around 200 rpm when in gear at idle. when i take off at the light it starts reading normally. but if i'm in neutral it reads fine.
It's possible that mslvv didn't parse the log correctly, I will have a look.
What is the rpm low relative to? (I.e. how do you know it is that amount low?) Have you experimented with the input mask value? ( http://www.msgpio.com/manuals/mshift/V41tune.html#gn ). I assume this an input shaft sensor (i.e. after the converter), not a real tach signal? The ISS may not be properly set up to go to zero rpm (when the changes were made to the VSS/ISS filtering a little while ago), I will have to have a look (and will do that shortly).
Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
I am using the ISS as a tach signal. I Just realized that the input shaft does not turn when stopped in gear. (my bad) Any ways, I am comparing the tach signal to my autometer tach which has been tested to be accurate. I have been playing around with the shifting some more and can now duplicate this gear change glitch very easily. It seams to happen 80% of the time, if I go to full throttle for any more then 5 seconds while going above 50 mph and then let off to slow down.