Adding "launch" to Indicators line?

Questions specific to Megatune. (Only about the tuning software, not about MS1/MS2 code or code features)
Note that Megatune is obsolete.
Post Reply
youask
Helpful MS/Extra'er
Posts: 106
Joined: Sun Nov 07, 2004 2:29 pm
Location: Sweden

Adding "launch" to Indicators line?

Post by youask »

How would i add this?

I got the input on JS5. I had it working with MS1-extra, now using MS2extra

I would like a symbol "LAUNCH ON" when launch is activaed with my clutchswitch
turbo355
Master MS/Extra'er
Posts: 826
Joined: Tue Feb 21, 2006 11:32 pm

Re: Adding "launch" to Indicators line?

Post by turbo355 »

I addded this to my ini file for 2.0.1 extra MS2 . You will need to test it out and see if it works and you may need to switch the Launch ON and Launch Off around to make it display correct i have not tried it yet but it does display it at the bottom now.

Since your using JS5 witch is ADC 6 your MT will look at ADC 6 for the activation it may work but im not sure try it and see.

indicator = { ready }, "Not Ready", "Ready", white, black, green, black
indicator = { crank }, "Not Cranking", "Cranking", white, black, red, black
indicator = { startw }, "ASE OFF", "ASE", white, black, red, black
indicator = { warmup }, "WUE OFF", "WUE", white, black, green, black
indicator = { tpsaccaen }, "TPS Accel Enrich", "TPS Accel Enrich", white, black, green, black
indicator = { mapaccaen }, "MAP Accel Enrich", "MAP Accel Enrich", white, black, green, black
indicator = { tpsaccden }, "TPS Decel", "TPS Decel", white, black, green, black
indicator = { mapaccden }, "MAP Decel", "MAP Decel", white, black, green, black
indicator = { adc6 }, "Launch Off", "Launch ON", white, black, red, black < < < < Right HERE
; indicator = { port0 }, "Port 0 Off", "Port 0 On", white, black, red, black
indicator = { status1 & 0b00000100}, "-", "Config Error", white, black, red, black
indicator = { status1 & 0b00000001}, "-", "Need Burn", white, black, red, black
indicator = { status1 & 0b00000010}, "-", "Lost Data", white, black, red, black
indicator = { status1 & 0b00001000}, "Not synced", "Synced", red, black, green, black


Edit: because variable was wrong in ini file.
2000 Suzuki Hayabusa turbo MS3 beta testing Plug and Play standalone


http://interfacepnp.webs.com/
http://www.youtube.com/Busams
Image
youask
Helpful MS/Extra'er
Posts: 106
Joined: Sun Nov 07, 2004 2:29 pm
Location: Sweden

Re: Adding "launch" to Indicators line?

Post by youask »

thanks you i'll try as soon as i get the oilpan back on the car :D

best ET 10.71 so far, after lots of MS related problems :S
automat
Helpful MS/Extra'er
Posts: 129
Joined: Mon Apr 02, 2007 5:32 pm
Location: St-Jérôme (near Montréal), Qc, Canada

Re: Adding "launch" to Indicators line?

Post by automat »

where can I find a list for the ADC numbers? I use JS11, i tried port6 but it doesn't work (can't remember where i found this). the indicator is there but it stays off. Launch control is working fine tho.
'93 Suzuki Swift 993cc 3 cylinders with a TD04L-13T , melted piston @ 25psi with a bad fuel pump. MS2E 3.0.3 standalone
'07 Suzuki SX4 2.0L , TurbineTech turbo kit. MS2E 2.0 used as a piggyback
jsmcortina
Site Admin
Posts: 39619
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: Adding "launch" to Indicators line?

Post by jsmcortina »

The "port" variable only reflects "generic port" OUTPUTS. Consequently it will not show a port output for any other reason and does not monitor inputs.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
automat
Helpful MS/Extra'er
Posts: 129
Joined: Mon Apr 02, 2007 5:32 pm
Location: St-Jérôme (near Montréal), Qc, Canada

Re: Adding "launch" to Indicators line?

Post by automat »

Is there any way I can configure this indicator if I use JS11?
'93 Suzuki Swift 993cc 3 cylinders with a TD04L-13T , melted piston @ 25psi with a bad fuel pump. MS2E 3.0.3 standalone
'07 Suzuki SX4 2.0L , TurbineTech turbo kit. MS2E 2.0 used as a piggyback
chris_the_rat
Helpful MS/Extra'er
Posts: 109
Joined: Mon May 17, 2004 12:56 pm

Re: Adding "launch" to Indicators line?

Post by chris_the_rat »

I dont get this
indicator = { adc6 }, "Launch Off", "Launch ON", white, black, red, black
this line aperantly would show if JS5 is on or off in megatune. In the drawings for the V3 board it shows JS5 is called PTB6/AD6. How is this connected. Same thing with my problem, I have read somewhere that i should have a string with "port6" when conneted to JS0 in megatune but on the drawing it reads PTA7/KBO7 ??

/ Christian
Camaro -68, 327 th200-4r, MS2 extra, autorotor 2,2l
jsmcortina
Site Admin
Posts: 39619
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: Adding "launch" to Indicators line?

Post by jsmcortina »

Try out pre2.0.2a - I've already added lots more indicators.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
chris_the_rat
Helpful MS/Extra'er
Posts: 109
Joined: Mon May 17, 2004 12:56 pm

Re: Adding "launch" to Indicators line?

Post by chris_the_rat »

Well just got my indicator line working as I found this table:
port0 = PM2 = Fidle
port1 = PM3 = Injection LED
port2 = PM4 = Accel LED
port3 = PM5 = Warm-up LED
port4 = PT7 = IAC2
port5 = PT6 = IAC1
port6 = PA0 = Knock Enable

I changed the line in the ini file form port6 to port5. Seems port5 = PT6.... Anyway now the indicator line works with the stimulator, will try tomarrow in the car.
Camaro -68, 327 th200-4r, MS2 extra, autorotor 2,2l
Post Reply