Setting "High Trigger Threshold In Cranking" to 0.6 did not work. The car would "start" and then stay at cranking rpm.
I changed "High Trigger Threshold In Cranking" to 0.9 and it seems OK. Today started successfully at -18C.
Search found 19 matches
- Wed Feb 01, 2012 11:18 am
- Forum: Subaru
- Topic: Cold "cold start"
- Replies: 4
- Views: 13412
- Tue Jan 31, 2012 3:10 pm
- Forum: Subaru
- Topic: Cold "cold start"
- Replies: 4
- Views: 13412
Re: Cold "cold start"
Thanks a lot, Pat!
I'll give it a try.
I'll give it a try.
- Tue Jan 31, 2012 9:44 am
- Forum: Subaru
- Topic: Cold "cold start"
- Replies: 4
- Views: 13412
Cold "cold start"
To my surprise this morning my car refused to start. The engine is 2004 USDM EJ257 with drive by cable throttle body from EJ207 running Syvecs S6PNP. Outside temperature was -16 C or a little bit less. The engine cranked OK - a little bit slower, but perfectly normal. However, the engine did NOT eve...
- Sat Jul 23, 2011 9:34 am
- Forum: S6 GP/PnP Technical
- Topic: Sharing inputs
- Replies: 5
- Views: 13647
Re: Sharing inputs
Yes, that's what I'm trying to do.pavlo wrote: From the sounds of it you are going to have to use some additional logic in order to get a blip to work on what I presume is a synchro gearbox.
Thanks for the reply!I think I got it right now.
- Fri Jul 22, 2011 6:33 am
- Forum: S6 GP/PnP Technical
- Topic: Sharing inputs
- Replies: 5
- Views: 13647
Re: Sharing inputs
Thanks!
One more question - Is it somehow possible to use the input from two pins to decide whether to activate a function?
e.g. If (clutch==DEPRESSED && brake==DEPRESSED) Blip();
That can be achieved by adding some hardware (an AND Gate) but a software solution would be nicer.
One more question - Is it somehow possible to use the input from two pins to decide whether to activate a function?
e.g. If (clutch==DEPRESSED && brake==DEPRESSED) Blip();
That can be achieved by adding some hardware (an AND Gate) but a software solution would be nicer.
- Tue Jul 19, 2011 7:57 am
- Forum: S6 GP/PnP Technical
- Topic: Sharing inputs
- Replies: 5
- Views: 13647
Sharing inputs
Is it possible to use single input pin for several tasks? (e.g. Clutch Depressed Switch / Gear Blip Request / Gear Cut Request)
I tried unsuccessfully to use pin AN15 for both Gear Blip and Cut.
Thanks!
I tried unsuccessfully to use pin AN15 for both Gear Blip and Cut.
Thanks!
- Tue Apr 26, 2011 6:24 pm
- Forum: Technical Deposit
- Topic: Water / oil / fuel temp sensors
- Replies: 8
- Views: 75915
Re: Water / oil / fuel temp sensors
Rterm - thermistor resistance
Rbias - bias resistor resistance
AFAIK bias resistor value for Syvecs is not published.
Take a look here:
Z1 - bias resistor
Z2 - thermistor

Rbias - bias resistor resistance
AFAIK bias resistor value for Syvecs is not published.
Take a look here:
Z1 - bias resistor
Z2 - thermistor

- Tue Apr 26, 2011 3:18 pm
- Forum: Technical Deposit
- Topic: Water / oil / fuel temp sensors
- Replies: 8
- Views: 75915
Re: Water / oil / fuel temp sensors
As far as I remember this is what you are looking for:
Code: Select all
Vout = Vin * Rterm / (Rbias + Rterm)
- Wed Dec 15, 2010 8:20 pm
- Forum: Software
- Topic: Possible Bug
- Replies: 2
- Views: 8906
Possible Bug
If I try to enter expression for MAP linearization I get the following exception.
- Mon Nov 29, 2010 5:50 am
- Forum: Subaru
- Topic: Subaru IAC valve
- Replies: 2
- Views: 9490
Re: Subaru IAC valve
Thanks Pat!
It turns out that my IACV is damaged - the shaft is bent slightly and a piece of the magnet is missing. However, with a little bit of luck and your thorough instructions I got it working until I buy a replacement. 1 kHz and Active Low worked like a charm.
It turns out that my IACV is damaged - the shaft is bent slightly and a piece of the magnet is missing. However, with a little bit of luck and your thorough instructions I got it working until I buy a replacement. 1 kHz and Active Low worked like a charm.