pgmfi.org

Hacking up Honda's ECU
It is currently Fri Mar 29, 2024 6:04 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Thu Aug 17, 2006 8:10 pm 
Offline

Joined: Sun Sep 11, 2005 11:41 am
Posts: 132
Location: missouri
All info I can get is helpful. Thanks again raene.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Sep 03, 2006 5:36 am 
Offline

Joined: Tue Jul 27, 2004 2:34 am
Posts: 101
How goes it? Need more help?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 08, 2006 1:30 am 
Offline

Joined: Sun Sep 11, 2005 11:41 am
Posts: 132
Location: missouri
I have all but given up. I cannot get it right. If I add in the TPS part, the idle goes up,down,up,down. Something isn't right, but I have no idea what.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 08, 2006 1:40 am 
Offline

Joined: Tue Jul 27, 2004 2:43 am
Posts: 518
The problem is you are adding the TPS code where it was commented out. ASM writes everything in order. So lets say for instance rpm was at position 1, mbar at 2, and mph at 3. Inbetween mbar and mph there was a commented out tps. Now you add that tps back, the order changes. So now you have rpm at 1, mbar at 2, tps at 3, and mph at 4. This shifts all the memory locations down a couple bytes. Thus fucking up all the code. Get it? I hate ASM.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 08, 2006 2:03 am 
Offline

Joined: Sun Sep 11, 2005 11:41 am
Posts: 132
Location: missouri
ASM writes everything in order. So that means that the spot in the als file, where it says values, needs to read in the same order as in the asm file.

I think I tried that, not sure though.??. I will try again. Thanks you as always bigwig.

One other question: What is the place in the als file where it says
//script values + flags??


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Sep 09, 2006 8:58 pm 
Offline

Joined: Tue Jul 27, 2004 2:34 am
Posts: 101
//script values + flags is a comment... it tells you that the following are pointers to the dynamic controls created by the script. Those store the values that are entered by the user. I initialize them all to -1 except for the speed one which for some reason had to be initialized as hex or it wouldn't go in and out as the same value entered... You can see later in the als I set them equal to the controls created on the page, and I read into / out of them with setitem and getitem.

If you want, U2U me and I'll put you on my MSN...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Sep 23, 2006 10:40 pm 
Offline

Joined: Sun Sep 11, 2005 11:41 am
Posts: 132
Location: missouri
Everything is in order. Idle still screwy. I do not get it.
Do I need one of those script value lines for tps?

Raene: U2U?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group