new version of uberdata

Thread Tools
 
Search this Thread
 
Old Jan 7, 2004 | 12:14 AM
  #576  
swlabhot's Avatar
 
Joined: Sep 2002
Posts: 1,371
Likes: 1
From: Planet BOOOST
Default Re: (b18c_00hatch)

DAMN!! I seem to have lost the link to the download site Somebody point me in the right direction so I can try it out and let u know if it works
Reply
Old Jan 7, 2004 | 12:50 AM
  #577  
Joseph Davis's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 4,417
Likes: 0
From: ashEVILle, NC, USSR
Default Re: (VTC_CiViC)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by VTC_CiViC &raquo;</TD></TR><TR><TD CLASS="quote">Something interesting of note while driving the car last night on Uberdata again, whenever the car would see greater than 500 mm/Hg vacuum (very low throttle), the A/F gauge would stay pegged on the rich end, but with less than 500 mm/Hg (more throttle) and closer to atmospheric, the A/F would cycle back and forth as the car should during closed loop. I do get the feeling this is somehow tied to the TPS, </TD></TR></TABLE>

Close, stunna, but no cigar.

I've replicated this problem on a couple of cars now, and found the common factor; ditch the fancy hot/cold/moving idle control crapola and all of a sudden the car stops popping out of closed loop for no reason whatsoever. I've told both Blake and Blundy about this, they need to listen a little better I guess.
Reply
Old Jan 7, 2004 | 01:18 AM
  #578  
Buraku's Avatar
Thread Starter
 
Joined: Nov 2003
Posts: 146
Likes: 0
From: Tampa, FL
Default Re: (swlabhot)

ok i fixed it and re-uploaded it under the same name. Had todo with the excessive memory bug I fixed, but it still ran on my comp til I added more scripts TT

http://www.ecimulti.org/uberdata/downloads/app/
Reply
Old Jan 7, 2004 | 05:22 AM
  #579  
T-RO's Avatar
Honda-Tech Member
 
Joined: Oct 2002
Posts: 1,981
Likes: 0
From: Deltona, FL, USA
Default Re: (Buraku)

Vertical slide bars please?
Reply
Old Jan 7, 2004 | 06:18 AM
  #580  
Civic TSI's Avatar
Junior Member
 
Joined: Jan 2001
Posts: 251
Likes: 0
From: Montreal, Qc, Canada
Default Re: (J. Davis)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by J. Davis &raquo;</TD></TR><TR><TD CLASS="quote">I've replicated this problem on a couple of cars now, and found the common factor; ditch the fancy hot/cold/moving idle control crapola and all of a sudden the car stops popping out of closed loop for no reason whatsoever. I've told both Blake and Blundy about this, they need to listen a little better I guess.</TD></TR></TABLE>
Strange, I've look at the script "idle" and all it does is write new values to the rom, so you must be talking about the fuel modifers, now that would make more sense. I'll give it a try. BTW, there's 2 leftovers in the script "idle" about the rev limiter.

For initiating me to this processor, I've looked at the "tpsfuel.asm" file and put some comments in it. What's the corresponding value for close TPS and WOT ?

org 0000h ; jump to 7250 from 14ac
L A, ACC ; load ACC in A (what's in ACC ?)
MOV er0, A ; move A to er0
MOV DP, #07A0Dh ; move adr 0x7a0d in DP
LC A, [DP] ; load *DP in A (0x8000)
MUL ; mul A with er0 (High 16 -&gt; er1, Low 16 -&gt; A)
ROL A ; mul A by 2 + C (move upper bit to C)
L A, er1 ; load er1 in A
ROL A ; mul A by 2 + C
ADD A, off(00144h) ; add *(0x0144) to A (what's there ? need memory map)
JGE END ; jump if A is greater or equal to 0
L A, #0ffffh ; load 0xffff in A (what does 0xffff mean ?)
END:
J 014B3h ; return from where we came from
Reply
Old Jan 7, 2004 | 07:17 AM
  #581  
Quade's Avatar
Honda-Tech Member
 
Joined: Jun 2003
Posts: 351
Likes: 0
From: Barbados
Default Re: (GimpyAccord)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by GimpyAccord &raquo;</TD></TR><TR><TD CLASS="quote">Also in reguards to datalogging, if anyone here would like I can add datalogging code to a baserom and you can then use ecucontrol with it for now http://www.ecucontrol.com for the clueless.</TD></TR></TABLE>

That would be cool Gimpy. How about adding it to the StockGSR rom?
Reply
Old Jan 7, 2004 | 07:25 AM
  #582  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (T-RO)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by T-RO &raquo;</TD></TR><TR><TD CLASS="quote">
The new Ecucontrol is supposed to work with OBD1 </TD></TR></TABLE>

Ecucontrol has supported OBD1 from the beginning

I'm actually finalizing a working Palm version for OBD1 as we speak. After I get it working the way I want I'll release it on his site for those here who like to use palmpilots like me. I hate having a laptop thats worth more than my cars bluebook value sitting in it

edit: ok i'll add some datalogging tonight... or maybe earlier if its not busy at the office.
Reply
Old Jan 7, 2004 | 07:27 AM
  #583  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (T-RO)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by T-RO &raquo;</TD></TR><TR><TD CLASS="quote">Vertical slide bars please? </TD></TR></TABLE>

buy a computer that isnt the suck
Reply
Old Jan 7, 2004 | 07:37 AM
  #584  
VTC_CiViC's Avatar
Honda-Tech Member
 
Joined: Aug 2001
Posts: 8,613
Likes: 1
From: Naples, Fl, USA
Default Re: (J. Davis)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by J. Davis &raquo;</TD></TR><TR><TD CLASS="quote">

Close, stunna, but no cigar.</TD></TR></TABLE>
Stunna? Me? WTH?
Reply
Old Jan 7, 2004 | 07:38 AM
  #585  
DA-MAX's Avatar
Honda-Tech Member
 
Joined: Jun 2002
Posts: 822
Likes: 0
From: Maryland, United States
Default Re: (GimpyAccord)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by GimpyAccord &raquo;</TD></TR><TR><TD CLASS="quote">edit: ok i'll add some datalogging tonight... or maybe earlier if its not busy at the office.</TD></TR></TABLE>

and I just sold my TTL/RS232 kit a few months ago thinking this wouldn't happen.... anways can't wait to see this
Reply
Old Jan 7, 2004 | 07:56 AM
  #586  
T-RO's Avatar
Honda-Tech Member
 
Joined: Oct 2002
Posts: 1,981
Likes: 0
From: Deltona, FL, USA
Default Re: (GimpyAccord)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by GimpyAccord &raquo;</TD></TR><TR><TD CLASS="quote">

buy a computer that isnt the suck </TD></TR></TABLE>

lol yes I admit it, I still run 800x600 resolution on all my computers... and dont get me started on my laptop talk about a POS... 133mhz with 16megs of Ram. I can barely run a ROM editor let alone adjust anything hahaha
Reply
Old Jan 7, 2004 | 08:01 AM
  #587  
VTC_CiViC's Avatar
Honda-Tech Member
 
Joined: Aug 2001
Posts: 8,613
Likes: 1
From: Naples, Fl, USA
Default Re: (T-RO)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by T-RO &raquo;</TD></TR><TR><TD CLASS="quote">

lol yes I admit it, I still run 800x600 resolution on all my computers... and dont get me started on my laptop talk about a POS... 133mhz with 16megs of Ram. I can barely run a ROM editor let alone adjust anything hahaha</TD></TR></TABLE>

&lt;-- PII 333... i'm not much betterm can't even run Crome at all
Reply
Old Jan 7, 2004 | 08:11 AM
  #588  
Civic TSI's Avatar
Junior Member
 
Joined: Jan 2001
Posts: 251
Likes: 0
From: Montreal, Qc, Canada
Default Re: (J. Davis)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by J. Davis &raquo;</TD></TR><TR><TD CLASS="quote">ditch the fancy hot/cold/moving idle control crapola....</TD></TR></TABLE>

If your like me and you already played with your fuel and ignition map, there's no turning back on this, we have to start all over again from a base map after deleting/moving the file "fuelmod.als.txt"

So here's a modified version of the script, I added a check box for the fuel modifiers, I haven't tried yet on my car but it should works. Since I can't still host the file on my site, just copy the text and paste it yourself. BTW, HT remove all uncessary tabs and spaces, sorry. Again, if someone could host the file, that would be easier.


// Author: Uberteg
;
num Uberteg = 0x01;
num nTpsFuel = 0x7A0D;
num nMainFuel = 0x7A0F;
num nColdFuel = 0x7A11;

num hTPSFuel = -1;
num hMainFuel = -1;
num hColdFuel = -1;
num hFuelEnable = -1;

void open()
{
num x = 10;
num y = 110;

CreateBorder(x, y, 200, 150, 6, 0, "Fuel Mod");
CreateStatic(x+5, y-5, 100, 20, 6, 0, "Fuel Modifiers");

x = x + 20;
y = y + 20;
hTPSFuel = CreateEdit(x, y, 40, 20, 6, 0, "");
CreateStatic(x+50, y, 90, 20, 6, 0, "TPS Enrich");
setitem(hTPSFuel, readword(nTpsFuel) / 0x8000 / 100);

y = y + 20;
hColdFuel = CreateEdit(x, y, 40, 20, 6, 0, "");
CreateStatic(x+50, y, 90, 20, 6, 0, "Cold Enrich");
setitem(hColdFuel, readword(nColdFuel) / 0x8000 / 100);

y = y + 20;
hMainFuel = CreateEdit(x, y, 40, 20, 6, 0, "");
CreateStatic(x+50, y, 90, 20, 6, 0, "Main Enrich");
setitem(hMainFuel, readword(nMainFuel) / 0x8000 / 100);

y = y + 50;
hFuelEnable = CreateCheck(x+100, y, 70, 20, 6, 0, "Enable");
if((readword(0x14AD)) == 0x7500)
setitem(hFuelEnable, 1);
else
setitem(hFuelEnable, 0);
}

void DisableCRC() // bit of a hack, this function is called when the rom is being converted to an uberdata rom
{
writeword(nTpsFuel, 0x8000);
writeword(nMainFuel, 0x8000);
writeword(nColdFuel, 0x8000);

assemble("tpsfuel.asm", 0x7500);
assemble("coldfuel.asm", 0x7580);
assemble("mainfuel.asm", 0x7600);
}

void save()
{
writeword(nTpsFuel, 0x8000 * getitem(hTPSFuel) / 100);
writeword(nMainFuel, 0x8000 * getitem(hMainFuel) / 100);
writeword(nColdFuel, 0x8000 * getitem(hColdFuel) / 100);

if((getitem(hFuelEnable)) == 0)
{
// I guess all roms have the same code here otherwise
// the fuel mods wouldn't work on those who were differents

// TPS fuel
writebyte(0x14AC, 0x87);
writeword(0x14AD, 0xCD44);

// Cold fuel
writebyte(0x1468, 0xD4);
writeword(0x1469, 0xED42);

// Main fuel
writeword(0x129B, 0x4F17);
}
else
{
// TPS fuel jump
writebyte(0x14AC, 0x03);
writeword(0x14AD, 0x7500);

// Cold fuel jump
writebyte(0x1468, 0x03);
writeword(0x1469, 0x7580);

// Main fuel jump
writeword(0x129B, 0x7600);
}
}
Reply
Old Jan 7, 2004 | 08:27 AM
  #589  
Joseph Davis's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 4,417
Likes: 0
From: ashEVILle, NC, USSR
Default Re: (GimpyAccord)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by GimpyAccord &raquo;</TD></TR><TR><TD CLASS="quote">I'm actually finalizing a working Palm version for OBD1 as we speak. After I get it working the way I want I'll release it on his site for those here who like to use palmpilots like me. I hate having a laptop thats worth more than my cars bluebook value sitting in it </TD></TR></TABLE>

That would be nice, but my Palm is worth more that my antiquated laptop... that I still need to send Colten his stuff I traded him for. :/

FWIW, instead of just adding datalogging on an interrupt basis that slows the ECU, can we go ahead ans rewrite the datalogging as it needs to be? It automatically spits out specified sensor values at a specified rate regardless of whether or not you have anything hooked to a laptop/palm.

Reply
Old Jan 7, 2004 | 08:28 AM
  #590  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (Civic TSI)

Uhh.. i own ecimulti.org ... why dont you just email it to me. spam@ecimulti.org is the address for ANYONE wishing to submit a bin or script. please send me a descriptive email about wtf you're sending me tho.
Reply
Old Jan 7, 2004 | 08:29 AM
  #591  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (J. Davis)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by J. Davis &raquo;</TD></TR><TR><TD CLASS="quote">
FWIW, instead of just adding datalogging on an interrupt basis that slows the ECU, can we go ahead ans rewrite the datalogging as it needs to be? It automatically spits out specified sensor values at a specified rate regardless of whether or not you have anything hooked to a laptop/palm.

</TD></TR></TABLE>

thats about 0 on my priority list, especially since the odb1 ecu's have no sign (to me anyway) of being taxed for cycles yet. not to mention its really beyond my ability right now.

edit: oh and Palm 3c's are like sub 50 bucks on ebay now... which is what I use. Color palm or get out !!! :D
Reply
Old Jan 7, 2004 | 09:32 AM
  #592  
baphomet's Avatar
 
Joined: Jan 2003
Posts: 1,964
Likes: 0
Default Re: (Buraku)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by Buraku &raquo;</TD></TR><TR><TD CLASS="quote">ok i fixed it and re-uploaded it under the same name. Had todo with the excessive memory bug I fixed, but it still ran on my comp til I added more scripts TT

http://www.ecimulti.org/uberdata/downloads/app/</TD></TR></TABLE>
Reply
Old Jan 7, 2004 | 09:46 AM
  #593  
Civic TSI's Avatar
Junior Member
 
Joined: Jan 2001
Posts: 251
Likes: 0
From: Montreal, Qc, Canada
Default Re: (GimpyAccord)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by GimpyAccord &raquo;</TD></TR><TR><TD CLASS="quote">Uhh.. i own ecimulti.org ... why dont you just email it to me. spam@ecimulti.org .</TD></TR></TABLE>

I didn't want to get kick in the nuts e-mail sent.
Reply
Old Jan 7, 2004 | 10:05 AM
  #594  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (Civic TSI)

Could someone please test this:

http://www.ecimulti.org/uberda...pment/

StockGSR-38400-Datalogging.bin SHOULD be a baserom w/datalogging for 38400 baud. If anyone here has the ability to test this w/ecucontrol I'd appreciate it. All items might not display right as the sensors may not be setup right, but should spit SOMETHING back. Long as I know its spitting data back I can fix the sensor locations.

Just run it through Uberdata like normal and change / apply whatever you need to. No scripts needed.

My turbo-civic is still under the knife, and my daily driver is an automatic 95 EX, ... making it hard for me to test right now
Reply
Old Jan 7, 2004 | 10:05 AM
  #595  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (Civic TSI)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by Civic TSI &raquo;</TD></TR><TR><TD CLASS="quote">

I didn't want to get kick in the nuts e-mail sent.</TD></TR></TABLE>

I should update that, but what I mean by that is don't email me asking how to USE Uberdata
Reply
Old Jan 7, 2004 | 10:35 AM
  #596  
cinq's Avatar
Junior Member
 
Joined: Jan 2002
Posts: 922
Likes: 0
From: Philadelphia, PA, USA
Default Re: (Buraku)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by Buraku &raquo;</TD></TR><TR><TD CLASS="quote">ok i fixed it and re-uploaded it under the same name. Had todo with the excessive memory bug I fixed, but it still ran on my comp til I added more scripts TT

http://www.ecimulti.org/uberdata/downloads/app/</TD></TR></TABLE>

Sir Buraku....thank you for keeping us on our toes and not abandon the project.
Also, would it be possible if you could make the color of the fuel map lighter...as in green...yellow and red...like the traffic lights.
Reply
Old Jan 7, 2004 | 11:14 AM
  #597  
Quade's Avatar
Honda-Tech Member
 
Joined: Jun 2003
Posts: 351
Likes: 0
From: Barbados
Default Re: (cinq)

Anyone did a boost cut script in case of wastegate failure?
Reply
Old Jan 7, 2004 | 02:33 PM
  #598  
ndogg's Avatar
Junior Member
 
Joined: Aug 2002
Posts: 953
Likes: 0
From: Longmont, CO, usa
Default Re: (Quade)

IMPORTANT. to anyone that dowloaded 1.64. the "myftl.asm" and "myftl.ls.txt" are worthless and should be deleted and replaced with the "ftl1.63.als.txt" from the scripts section.
Reply
Old Jan 7, 2004 | 03:15 PM
  #599  
GimpyAccord's Avatar
Honda-Tech Member
 
Joined: Aug 2002
Posts: 1,627
Likes: 0
From: Palm Bay, FL
Default Re: (ndogg)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by ndogg &raquo;</TD></TR><TR><TD CLASS="quote">IMPORTANT. to anyone that dowloaded 1.64. the "myftl.asm" and "myftl.ls.txt" are worthless and should be deleted and replaced with the "ftl1.63.als.txt" from the scripts section.</TD></TR></TABLE>

as i told you in my IM to you, i'll repackage the ZIP file tonight with the correct ones. the ones in the scripts section ARE correct incase you cant wait.
Reply
Old Jan 7, 2004 | 03:17 PM
  #600  
Buraku's Avatar
Thread Starter
 
Joined: Nov 2003
Posts: 146
Likes: 0
From: Tampa, FL
Default Re: (Civic TSI)

<TABLE WIDTH="90%" CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER><TR><TD>Quote, originally posted by Civic TSI &raquo;</TD></TR><TR><TD CLASS="quote">
If your like me and you already played with your fuel and ignition map, there's no turning back on this, we have to start all over again from a base map after deleting/moving the file "fuelmod.als.txt"
</TD></TR></TABLE>

You dont have to start over, you can "import" the fuel and ignition maps.

nate: your scritp doesnt get loaded, it only has .ls.txt, not .als.txt ;P i was being lazy so i just put all the files in the zip
Reply



All times are GMT -8. The time now is 01:20 AM.