Go back to previous topic
Forum nameEngine Management Systems & Controllers
Topic subjectRE: Anyone Using Launch Control on Megasquirt?
Topic URLhttp://forums.2gnt.com/dcboard.php?az=show_topic&forum=54&topic_id=3339&mesg_id=3340
3340, RE: Anyone Using Launch Control on Megasquirt?
Posted by VelocitaPaola, Dec-31-69 06:00 PM
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.




-http://www.symtechlabs.com/-

I generated this page in 0.0093851089477539 seconds, executing 6 queries.