#3340, "RE: Anyone Using Launch Control on Megasquirt?" In response to Reply # 0 Aug-03-07 11:38 AM by VelocitaPaola
You'd have to make a circuit to interpret the VSS signal and switch the ground to the MS input on/off. Using SX/B, the program logic should be pretty straightforward...
Switch PIN OUTPUT VSS PIN INPUT
Speed VAR Byte Trigger VAR Byte
SpeedMult CON ? ' VSS Scaling Factor TriggerCon CON 10 ' Whatever speed you choose...
Start: Trigger = SpeedMult * TriggerCon
Main: PULSIN VSS,0,Speed IF Speed > Trigger THEN Switch = HIGH ELSE Switch = LOW ENDIF
GOTO Main
Then just build a little circuit with a VREG/caps, output transistor, and a few resistors for protection. Voilà.
The rest of the settings (RPM setpoint, etc.) are controlled by MS.
#3434, "RE: Anyone Using Launch Control on Megasquirt?" In response to Reply # 1
Just curious paul, because I'm getting ready to attempt to use this 2step.
When you added the launch control feature to the box you made, those were the steps you did right?
Now besides turning the launch control on in megatune, and typing in the set rpm points, what exactly do I have to wire up outside of the box, and input on megatune?
#3438, "RE: Anyone Using Launch Control on Megasquirt?" In response to Reply # 2
Uhh... I included a wiring schematic for the launch control with your unit. I don't have a copy on hand, but I believe it's a switched ground. All you have to do is connect the right wire from the wiring harness to a switch, and connect the other end of the switch to chassis ground.
Launch control is thus controlled by the switch (not by vehicle speed), but you can specify RPM setpoints in Megatune.