DIY PROM Do It Yourself PROM chip burning help. No PROM begging. No PROMs for sale. No commercial exchange. Not a referral service.

TunerPro Rt missing a feature

Thread Tools
 
Search this Thread
 
Old Jun 25, 2009 | 02:43 AM
  #1  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
TunerPro Rt missing a feature

Hello everyone. I have a question that I did not find an answer to using the search function. I am just getting into prom tuning and decided to use tunerpro rt. I have the 16197427 pcm with the $0D mask. From what I have seen everywhere, that pcm with that mask and the BJLH bin should have an option in the flags to select a non-electronic transmission. However, mine contains no such option. I have downloaded the $0D .xdf file and the BJLH bin but the option just isn't there. Is this due to an error in the .xdf/bin/pcm combo I have or is it something else? If this has been answered else where, I appologize in advance. Please help me out.
Reply
Old Jun 25, 2009 | 08:20 AM
  #2  
Six_Shooter's Avatar
Moderator
20 Year Member
iTrader: (2)
 
Joined: Mar 2006
Posts: 4,367
Likes: 15
Car: 1973 Datsun 240Z/ 1985 S-15 Jimmy
Engine: Turbo LX9/To be decided
Transmission: 5-speed/T-5
Axle/Gears: R200 3.90/7.5" 3.73
Re: TunerPro Rt missing a feature

.XDFs are rarely complete. They are created by users of TP RT, like you and I, from source documents or possibly some experimentation. There are also frequently multiple .XDFs, for the same code, so sometimes you need to find a second or third .XDF, to find all of the features you want or need.

You may also need to dive into adding that item to the .XDF, taking information from a "Hack", also called a "source document".
Reply
Old Jun 25, 2009 | 03:00 PM
  #3  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

I just went over to moates and downloaded the only other two .xdf files they had for the $0D and all though they contain a LOT more constants, tables, and flags, I still cannot find the option for a non-electronic transmission. Would you be able to help me that flag from a hack? I looked up the hack at moates but I did not see the option I need in it either unless I don't know exactly what I was look for.
Reply
Old Jun 25, 2009 | 05:13 PM
  #4  
Six_Shooter's Avatar
Moderator
20 Year Member
iTrader: (2)
 
Joined: Mar 2006
Posts: 4,367
Likes: 15
Car: 1973 Datsun 240Z/ 1985 S-15 Jimmy
Engine: Turbo LX9/To be decided
Transmission: 5-speed/T-5
Axle/Gears: R200 3.90/7.5" 3.73
Re: TunerPro Rt missing a feature

Is there a "manual transmission" option flag in the .XDFs you have?
Reply
Old Jun 25, 2009 | 05:19 PM
  #5  
JP86SS's Avatar
Supreme Member
20 Year Member
iTrader: (1)
 
Joined: Apr 2004
Posts: 3,180
Likes: 3
From: Browns Town
Car: 86 Monte SS (730,$8D,G3,AP,4K,S_V4)
Engine: 406 Hyd Roller 236/242
Transmission: 700R4 HomeBrew, 2.4K stall
Axle/Gears: 3:73 Posi, 7.5 Soon to break
Re: TunerPro Rt missing a feature

The TCC has a selection for non-electric trans.
If that is what you are referring to it is shown below from the hac.
Code:
L400F:  FCB $18            ; MODE WD, DIG I/O 0001 1000
                           ; b7 1 = MAN, (0 = TCC)
                           ; b6 1 = TCC (Non Elect xmish)
                           ; b5 1 = not used 
                           ; b4 1 = CONV OVER HEAT
                           ;
                           ; b3 1 = KNK RETARD
                           ; b2 1 = A/C CLUTCH CNT'L, 0 = VAR TUNE
                           ; b1 1 = not used
                           ; b0 1 = 1 DO RPM/MPH LMT
                           ;---------------------------------
To add this in TP use address 0004
(because the definition already starts at $4000)
Use the "bit" code for bit #6, Save and use it.
If you are unsure of how to do this there is a good description in "help" of TP or the whitepaper on the site.
Reply
Old Jun 25, 2009 | 06:06 PM
  #6  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

There is a manual transmission option flag.

I am not totally sure that the option for the TCC is what I am looking for. I was reading through a post by Ben73 about converting from the 747 ecm to the 427 pcm. I know this has been some years but I wasn't old enough to drive at the time and didn't have the knowledge or the interest to do these things. However, now I do. Ben mentions there being a flag to select a 4L60 4L60E or a manual transmission in the hack. I will post the link to the thread for easy reference. It is mentioned in post #25.

The link is
https://www.thirdgen.org/forums/diy-...-its-time.html

I do not see the option shown above for the tcc so I will add it for just in case that is definately what I am looking for.
Reply
Old Jun 25, 2009 | 07:14 PM
  #7  
93V8S10's Avatar
Junior Member
 
Joined: Dec 2007
Posts: 94
Likes: 0
Re: TunerPro Rt missing a feature

My $0D xdf has this flag and everything else you will need all ready set up. It's available at Moates, titled Advanced 0D v175.zip. Check out the "Item Comments" for "Shift Light Enable", "Manual Transmission", "Torque Converter Clutch Only" and other transmission related items for more info on switching to a non electronic trans.
Reply
Old Jun 25, 2009 | 08:12 PM
  #8  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

I had downloaded your version but I must be missing where it says item comments. By the way, great job with the file. It contains everything I will ever want/need to change. I just went back to the moates site and opened the zip file and only found the xdf, ads and xdf revisios history file. Is there something I am overlooking?
Reply
Old Jun 26, 2009 | 02:44 AM
  #9  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

I guess I should explain what I am wanting to do before this gets too far in. As you have probably figured out, I am wanting to use the 700r4 with my 427 pcm until this fall when I get a 4L60E. I am not wanting to have the pcm control the lockup on my 700r4. I have had it wired without the pcm for quite some time. However, what I am wanting to do is make sure the computer can tell I am in park/neutral for idle purposes and I want it to interpret my vss appropriately. The park/neutral is wired up via a relay through the neutral safety switch since the truck did not originally have efi. The vss that I have on there is the one that the 700r4 used. I believe it was a 2,000 pulse per mile one. From what I read in the link I posted above by Ben73, he said he just switched the vss ratio from 40 to 2 pulses and it works perfect. Does this sound right? If I can get it to tell when I am in park/neutral and get it to read the vss signal correctly, it shouldn't matter what transmission I am using in the bin right? Just to make it aware, I have already disabled all 4L60E tranny codes until I get one. Is this all I should have to do?
Reply
Old Jun 26, 2009 | 07:45 PM
  #10  
93V8S10's Avatar
Junior Member
 
Joined: Dec 2007
Posts: 94
Likes: 0
Re: TunerPro Rt missing a feature

Originally Posted by Chevy_C10
Is there something I am overlooking?
Yes!
In TunerPro, up at the top, click on the View menu. Drop down to Item Comments and click. A screen will open at the bottom in the same place as the dashboard would be displayed while dataloging. Then open the "read me" at the top of the Constants list.
Reply
Old Jun 26, 2009 | 09:20 PM
  #11  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

Thank you so much. This will certainly make life easier! So with this option checked, will the pcm still see the park/neutral switch and the vss function? (may sound like a stupid question but I just want to be positive for when I burn the chip)
Reply
Old Jun 26, 2009 | 09:26 PM
  #12  
Chevy_C10's Avatar
Thread Starter
Junior Member
 
Joined: Jan 2009
Posts: 17
Likes: 0
Re: TunerPro Rt missing a feature

I forgot to ask, since my vss is a 2,000 pulses per mile one, all I have to do is enter two pulses under the 4L60e vss ratio right?
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Mark_ZZ3
TPI
15
May 24, 2018 01:02 PM
Cam-aro
Camaros Wanted
2
Nov 12, 2015 03:35 PM
BrianI
Tech / General Engine
2
Oct 3, 2015 12:57 PM
ULTM8Z
DIY PROM
12
Oct 2, 2015 01:25 PM
bjpotter
History / Originality
21
Oct 2, 2015 09:12 AM




All times are GMT -5. The time now is 06:50 PM.