View Single Post
  #651  
Old 04-14-2008, 06:59 AM
b3lha's Avatar
b3lha b3lha is offline
Phil & Belha
 
Join Date: Aug 2001
Location: Alcyone Limited, Buckinghamshire UK
Posts: 2,671
Quote:
Originally Posted by Nomake Wan View Post
Well, I'm not sure how it works... but if so, you could even have an indicator that's something like "IF SolB = n% THEN display_LockupIndicator" or whatever. I dunno, it just came to mind as I was driving back home from the first test drive.
Yeah that would work. Something like:
Code:
if (DutyB < x)
{
    display "unlocked"
}
else
{
    if (DutyB < y)
    {
        display "locking"
    }
    else
    {
        display "locked"
    }
}
Provided that somebody says Solenoid B is the right one and we can figure out the values for x and y.
__________________
Subaru ECU and TCU Website
1992 Alcyone SVX Version L
1992 Alcyone SVX Version L
1994 Alcyone SVX S40-II
2004 Subaru Legacy 2.5 SE Sports Tourer
1996 Subaru Legacy 2.2 GX Wagon
1988 Subaru Justy J12 SL-II
Reply With Quote