Welcome to the 2GNT Forum! Interested In Advertising with 2GNT?
Home | Site Background| Info&Specs| Mods & Tech Info | CAPS | Part Reviews | Donate | 2GNT Stickers |
Search Printer-friendly copy Email this topic to a friend 0 Users in Chat
Top 2GNT Technical Performance/Engine Engine Management Systems & Controllers topic #3339
View in linear mode

Subject: "RE: Anyone Using Launch Control on Megasquirt?" Previous topic | Next topic
VelocitaPaolaAug-03-07 07:21 AM
Member since Jun 13th 2005
626 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#3340, "RE: Anyone Using Launch Control on Megasquirt?"
In response to In response to 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.




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

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote

Anyone Using Launch Control on Megasquirt? [View all] , WickedESi, Aug-02-07 01:05 PM
  RE: Anyone Using Launch Control on Megasquirt?, VelocitaPaola, Aug-03-07 07:21 AM #1
RE: Anyone Using Launch Control on Megasquirt?, BigRand, Sep-21-07 12:18 AM, #2
      RE: Anyone Using Launch Control on Megasquirt?, VelocitaPaola, Sep-22-07 05:21 PM, #3

Top 2GNT Technical Performance/Engine Engine Management Systems & Controllers topic #3339 Previous topic | Next topic
Powered by DCForum+ Version 1.2
Copyright 1997-2003 DCScripts.com

I generated this page in 0.014389038085938 seconds, executing 14 queries.