Suzuki Forum Suzuki Forum Header Right
Google Links

Sponsors

Go Back   Suzuki Forums: Suzuki Forum Site > Suzuki Models > Suzuki Sidekick, Escudo, Vitara & Geo Tracker Forum (1989-1998)
Register Home Forum Active Topics Gallery Search Today's Posts Mark Forums Read

       

Reply
 
LinkBack Thread Tools Display Modes
Old 07-02-2008, 10:03 PM   #51 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

must be fun looking at the actual machine code in your rom.
I will add that to my list to check all upper and lower limits,
and to see if they are flagged, like this ECT with code 70hex.

your are only looking at snippets and never get the whole rom to see at once?
i have more experiece with ICE and not the logic analyser.
be cool to have hex or binary image of your rom.
or even a full dissembly , but i know how hard that is to get data and code seperate.
blush , mostly on old intel. uP.

have a great morning, jerry
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Sponsored Links
Advertisement
 
Old 07-02-2008, 10:04 PM   #52 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

yes TPS (accel and decel , enrich and fuel cut) delta TPS.
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Old 07-03-2008, 07:46 AM   #53 (permalink)
Senior
 
Rhinoman's Avatar
 
Join Date: Jun 2008
Location: High Wycombe, UK
Posts: 225
Gallery: 0
Rhinoman is on a distinguished road
Default

The code is all on the website but it might not be obvious that theres a clicky. There are two main files, the disassembly and another file called what_I_Know which has some notes in. They are both a little bit out of date. I also need to recheck where I have LSR instructions, I think that I translated some as Left Shift Register (PIC code) and not Logical Shift Right (Motorola code).
The ECU schematics are there too in Seetrax format, I haven't exported them to bmp
__________________
Faster than the speed of dark.
Rhinoman is offline   Reply With Quote
Old 07-04-2008, 06:22 PM   #54 (permalink)
Senior
 
Rhinoman's Avatar
 
Join Date: Jun 2008
Location: High Wycombe, UK
Posts: 225
Gallery: 0
Rhinoman is on a distinguished road
Default

I've rechecked the code. I think that L005A is the O2 sensor voltage multiplied by 2.
__________________
Faster than the speed of dark.
Rhinoman is offline   Reply With Quote
Old 07-04-2008, 08:16 PM   #55 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

way cool.
i will test it out , by hook or crook.

even if i have to play a propane torch on the end of a real sensor, can do that too.

or pull data off running enigne. 2 choices, then simulation last.

you are right an offset signwave is best.
my guess. ?
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Old 07-05-2008, 09:00 AM   #56 (permalink)
Senior
 
Rhinoman's Avatar
 
Join Date: Jun 2008
Location: High Wycombe, UK
Posts: 225
Gallery: 0
Rhinoman is on a distinguished road
Default

I have the exact formula for the battery voltage monitor. It is derived from a 33K/12K potential divider. So the battery monitor is battery voltage * 13.653.
To get battery volts, the output from the diagnostic interface is divided by 1/13.653 = 0.07324. We were very close with our measurements.
__________________
Faster than the speed of dark.
Rhinoman is offline   Reply With Quote
Old 07-05-2008, 01:10 PM   #57 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

your measurement is exact. coorelation, proven both ways.
thanks !

o2?
if $005a 02 x2 which is OE command.
0F = MAF ( I wonder if MAF is 16 bit , if true what is its cmd port#)
10 = (injector plus width ?) it cuts to zero at red line too.
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Old 07-06-2008, 12:47 AM   #58 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

i updated our page

addr-hacking1a

i am still fiddling with VSS and O2.
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Old 07-06-2008, 06:34 AM   #59 (permalink)
Senior
 
Rhinoman's Avatar
 
Join Date: Jun 2008
Location: High Wycombe, UK
Posts: 225
Gallery: 0
Rhinoman is on a distinguished road
Default

12 is MAP - MAP is 8 bits only.

10,11 is a 16-bit word at L00FE,FF - maybe injector pulse width.

Incidently my ECU is from a year 2000 model. The 1998 on 1st gen Vitaras (Santana built - not available in US) all have EPROM ECUs.
The ECU has a sticker that shows

33920 -70E10 = model number
70E1 6T = something else
E2T47472E = the second E means EPROM.
9514 = serial number

There are also letters other than E. I've not played with enough to work out what they mean. Some may be One Time Programmable devices, others may be reprogrammable FLASH.
__________________
Faster than the speed of dark.

Last edited by Rhinoman : 07-06-2008 at 06:45 AM.
Rhinoman is offline   Reply With Quote
Old 07-06-2008, 01:22 PM   #60 (permalink)
Veteran
 
jtgh's Avatar
 
Join Date: Apr 2007
Location: USA and PERU
Posts: 5,021
Gallery: 0
jtgh is on a distinguished road
Default

thank you,

addr-hacking1a

rev 3
__________________
http://carfix.stufftoread.com/
click me.
91'-8v,2dr,4wd,Conv. Market#E03
My server has Engine Repair proc/data. Check it out.
jtgh is offline   Reply With Quote
Sponsored Links
Advertisement
 
Reply

  Suzuki Forums: Suzuki Forum Site > Suzuki Models > Suzuki Sidekick, Escudo, Vitara & Geo Tracker Forum (1989-1998)



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -5. The time now is 10:28 AM.



Content Relevant URLs by vBSEO 3.1.0