MEGAsquirt A place to collectively sort out this megasquirt gizmo

Who do I throw my money at to test a dead MS3X?

Thread Tools
 
Search this Thread
 
Old 06-23-2018, 08:00 PM
  #61  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

If I'm understanding correctly I'm basically trying to accomplish "if 4S= 12V then 3H= ground" but how do I configure that?
ungluedflyer is offline  
Old 06-24-2018, 08:14 AM
  #62  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

03+ miatas power the car unlike every miata before its time. The ECU provides a ground to the main relay when the ECU is powered, thus activating the main relay.

Your MS3X must do the same.

You have two options:
1. move the INJ E wire that's used for your CEL light to 3H and change the programmable outputs for INJE to always be on when the ECU is powered.
2. populate an LED circuit on the mainboard, send that output to one of the spare 1-2-3-4 holes on the mainboard to 3H, and change the programmable outputs for that LED to always be on when the ECU is powered.

simply enabling the output with "power on value" to ON, should do the trick. But since you have to use an active condition, you must also set that to ON. then the parameters shouldn't matter.

Braineack is offline  
Old 06-24-2018, 01:02 PM
  #63  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
03+ miatas power the car unlike every miata before its time. The ECU provides a ground to the main relay when the ECU is powered, thus activating the main relay.

Your MS3X must do the same.

You have two options:
1. move the INJ E wire that's used for your CEL light to 3H and change the programmable outputs for INJE to always be on when the ECU is powered.
2. populate an LED circuit on the mainboard, send that output to one of the spare 1-2-3-4 holes on the mainboard to 3H, and change the programmable outputs for that LED to always be on when the ECU is powered.

simply enabling the output with "power on value" to ON, should do the trick. But since you have to use an active condition, you must also set that to ON. then the parameters shouldn't matter.

Great explanation, thanks. Populating the LED circuit sounds like the lesser of two evils since I'd like to be able to have my CEL programmable if something is wrong. You mentioned if I was running the knock module (This one right? https://www.diyautotune.com/product/...ck-module-kit/) I couldn't do that. I was planning on potentially getting it in the future, what was the other option you mentioned?
ungluedflyer is offline  
Old 06-24-2018, 01:44 PM
  #64  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

you can build this in your protoarea:


I would use Js2 to the 1K (should equate to IAC2 on the above screen). then SPARE 1 to 3H. you can recycle one of the transistors that would have been used for the LEDs or Q2/Q4. (the higher amperage one here is probably the best).
Braineack is offline  
Old 06-25-2018, 02:20 AM
  #65  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
you can build this in your protoarea:


I would use Js2 to the 1K (should equate to IAC2 on the above screen). then SPARE 1 to 3H. you can recycle one of the transistors that would have been used for the LEDs or Q2/Q4. (the higher amperage one here is probably the best).
Just to summarize what I've done before I plug it in:

Using the above schematic I've made these connections-

JS2 -> 1K resistor input
SPR1 (SPARE 1) -> 3H (MS-3)
+12V -> 4H (MS-28)
Ground -> Proto Ground

Under Programmable On/Off Outputs:
Use IAC2 (port PJ0 in TS)

Port Settings:
Check “Enabled”
Set “Power On Value” and “Active Value” to On

Active Conditions:
Settings don’t matter.

For the record the components I used were:
1x 100V 3W diode (didn't have any in 1W)
1x LED transistor (Q6/7/8)
1x 1K resistor

Everything sound good enough to not blow things up?
ungluedflyer is offline  
Old 06-25-2018, 09:02 AM
  #66  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

yes, but how did you wire the 12v? did you actually go out to the harness for it? otherwise, the main relay is already connected to 12v...

to elaborate: you're not wiring up 12v, you're just sending your flyback diode to 12v. we typically use s19 for that (same spot you use for the flyback mod on the expander)


Braineack is offline  
Old 06-25-2018, 01:38 PM
  #67  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
yes, but how did you wire the 12v? did you actually go out to the harness for it? otherwise, the main relay is already connected to 12v...

to elaborate: you're not wiring up 12v, you're just sending your flyback diode to 12v. we typically use s19 for that (same spot you use for the flyback mod on the expander)


By S19 did you mean S12 like in this thread? https://www.miataturbo.net/ecus-tuni...-12v-u5-89434/

Yes I went to the harness for +12V by running a wire from the banded end of my diode to (MS-12/ 4H) but I'll change that to go to "S19" depending on your answer.
ungluedflyer is offline  
Old 06-25-2018, 01:54 PM
  #68  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

s12 is a better place to stick the diode. it's behind protections of it's own and not raw 12v.
Braineack is offline  
Old 06-25-2018, 02:03 PM
  #69  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by ungluedflyer
Just to summarize what I've done before I plug it in:

Using the above schematic I've made these connections-

JS2 -> 1K resistor input
SPR1 (SPARE 1) -> 3H (MS-3)
+12V -> 4H (MS-28)
Ground -> Proto Ground

Under Programmable On/Off Outputs:
Use IAC2 (port PJ0 in TS)

Port Settings:
Check “Enabled”
Set “Power On Value” and “Active Value” to On

Active Conditions:
Settings don’t matter.

For the record the components I used were:
1x 100V 3W diode (didn't have any in 1W)
1x LED transistor (Q6/7/8)
1x 1K resistor

Everything sound good enough to not blow things up?
So for documentation purposes: Use the above info but run the banded end of the diode to S12 for "+12V" NOT to 4H(MS-3). Brian can confirm?
ungluedflyer is offline  
Old 06-25-2018, 02:07 PM
  #70  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
s12 is a better place to stick the diode. it's behind protections of it's own and not raw 12v.
If I want to mention someone in a thread do I just quote them? How does one summon somebody? Getting good use out of my status on my profile.
ungluedflyer is offline  
Old 06-25-2018, 05:20 PM
  #71  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

Originally Posted by ungluedflyer
So for documentation purposes: Use the above info but run the banded end of the diode to S12 for "+12V" NOT to 4H(MS-3). Brian can confirm?
the non-banded side will go to MS-3 technically.
Braineack is offline  
Old 06-26-2018, 09:14 PM
  #72  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
the non-banded side will go to MS-3 technically.
I was a quitter and decided to just use my CEL instead. Works like a charm. Finally getting this thing to run is amazing. Thank all of you who have helped me get this far. Something I'm stumbling on is I'm not getting any manifold pressure reading in TS. Technically it's reading something but it's just showing 100kpa (atmosphere) I understand our cars have a MAF and not a MAP, but what actually tells the MS3X my manifold pressure? I saw people mention having a GM IAT has something to do with not needing a MAP, (which I have installed) but my VE tables only move horizontally even though my manifold pressure is under vacuum.
​​​​
ungluedflyer is offline  
Old 06-26-2018, 11:16 PM
  #73  
Senior Member
 
SpartanSV's Avatar
 
Join Date: Apr 2017
Location: Greeley, CO
Posts: 1,226
Total Cats: 168
Default

Originally Posted by ungluedflyer
Technically it's reading something but it's just showing 100kpa (atmosphere) I understand our cars have a MAF and not a MAP, but what actually tells the MS3X my manifold pressure?
​​​​
MAP sensor is built in to the MS3X. You need to connect a vacuum line to it.

SpartanSV is offline  
Old 06-27-2018, 08:21 AM
  #74  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

those bent pins! how even?
Braineack is offline  
Old 06-27-2018, 10:34 AM
  #75  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by SpartanSV
MAP sensor is built in to the MS3X. You need to connect a vacuum line to it.

So it does use the built in one. Just noticed the trubokitty guide says "The DB37 connector must be installed before the MAP sensor, so I like to get them out of the way." but it never inherently says to ever install it after that. I missed that part since it was like the first build step. Also: RIP DB37 20xx-2018
ungluedflyer is offline  
Old 06-27-2018, 10:47 AM
  #76  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

the MAP sensor covers the pins of the DB37, so there's an order of operations for assembly here.
Braineack is offline  
Old 06-27-2018, 11:23 AM
  #77  
Senior Member
 
SpartanSV's Avatar
 
Join Date: Apr 2017
Location: Greeley, CO
Posts: 1,226
Total Cats: 168
Default

Originally Posted by Braineack
those bent pins! how even?
I wondered the same thing. Was simply the clearest pic of the MAP sensor I could find in 20 seconds of google image search.
SpartanSV is offline  
Old 06-30-2018, 01:57 PM
  #78  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
03+ miatas power the car unlike every miata before its time. The ECU provides a ground to the main relay when the ECU is powered, thus activating the main relay.

Your MS3X must do the same.

You have two options:
1. move the INJ E wire that's used for your CEL light to 3H and change the programmable outputs for INJE to always be on when the ECU is powered.
2. populate an LED circuit on the mainboard, send that output to one of the spare 1-2-3-4 holes on the mainboard to 3H, and change the programmable outputs for that LED to always be on when the ECU is powered.

simply enabling the output with "power on value" to ON, should do the trick. But since you have to use an active condition, you must also set that to ON. then the parameters shouldn't matter.

So while this DOES work, while cranking my main relay seems to flicker on and off until it sputters to life. Once it's on it's solid, but I'm thinking it may have something to do with my 12V source? It sounds like that one dude trying to start a 76' Chevy Vega running on purely faith
ungluedflyer is offline  
Old 06-30-2018, 02:25 PM
  #79  
Boost Czar
iTrader: (62)
 
Braineack's Avatar
 
Join Date: May 2005
Location: Chantilly, VA
Posts: 79,501
Total Cats: 4,080
Default

doesnt make sense.
Braineack is offline  
Old 06-30-2018, 05:58 PM
  #80  
Junior Member
Thread Starter
 
ungluedflyer's Avatar
 
Join Date: Feb 2017
Location: Dallas, Texas
Posts: 100
Total Cats: 25
Default

Originally Posted by Braineack
doesnt make sense.
ungluedflyer is offline  


Quick Reply: Who do I throw my money at to test a dead MS3X?



All times are GMT -4. The time now is 02:47 PM.