Search found 30 matches

by ericruhl
Tue May 22, 2007 8:34 am
Forum: TunerPro Discussion
Topic: Questions regarding signed values in Tunerpro
Replies: 1
Views: 4548

Questions regarding signed values in Tunerpro

As I understand it, in signed binaries the first bit indicates whether the number is positive (0) or negative (1). For example, if using signed values the binary number 1 0100110 represents -38 and 0 0100110 = +38 (note: if not using signed values, 10100110 = 166). What has me confused is that Tuner...
by ericruhl
Mon Nov 13, 2006 10:38 am
Forum: Report A Bug
Topic: Emulation mode - Table alteration doesn't update checksum
Replies: 2
Views: 7826

Thanks Mark, I changed the mask ID to AA as suggested :)
by ericruhl
Tue Oct 31, 2006 2:31 pm
Forum: Report A Bug
Topic: Emulation mode - Table alteration doesn't update checksum
Replies: 2
Views: 7826

Emulation mode - Table alteration doesn't update checksum

TPRT v4.14, Ostrich, GM 8746 ECU with the 61v2.xdf. While emulating I offset the entire VE table and when I clicked Update the engine stalled. After some investigative work I discovered that the checksum wasn't being updated. If I saved the changes to a file first and then uploaded the entire bin to...
by ericruhl
Mon Aug 28, 2006 8:12 am
Forum: Report A Bug
Topic: Ostrich download issue
Replies: 5
Views: 11973

Mark is the man, he set me straight :) I had the Bin Size wrong in the XDF header (was 7FFF and should have been 8000). Tested and verified, that fixed my problem. Thanks Mark!
by ericruhl
Fri Aug 25, 2006 5:53 am
Forum: Report A Bug
Topic: Ostrich download issue
Replies: 5
Views: 11973

Because none of the displayed values are correct. A parameter that should say "7200" instead says "4200"... another that should be "220" is "53000", etc. etc. If I download it to a file and then open the file in TunerPro, the data is displayed correctly. I've ...
by ericruhl
Wed Aug 23, 2006 8:22 pm
Forum: Report A Bug
Topic: Ostrich download issue
Replies: 5
Views: 11973

Update: I tried the beta 4.14 build tonight and got the exact same result. Downloading to file and uploading to Ostrich both work great. However downloading directly to Tunerpro results in corrupted data displayed which somehow still passes the Verify test with the emulator ram contents. Any ideas? ...
by ericruhl
Wed Aug 16, 2006 6:24 am
Forum: Report A Bug
Topic: Ostrich download issue
Replies: 5
Views: 11973

Ostrich download issue

I noticed something with my Ostrich and TunerPro RT last night that I didn't notice in earlier versions of TunerPro. When I downloaded the emulator contents directly to Tunerpro the contents were getting corrupted. However if I downloaded the contents to a file (also using Tunerpro) the contents wer...
by ericruhl
Mon Jul 24, 2006 7:30 am
Forum: Feature Suggestions
Topic: paste cells in excell to columns and rows
Replies: 5
Views: 11679

Works fine for me. Copy the row labels in Excel and paste them into the first label cell in tunerpro. You don't need to highlight all of the cells in TP, just paste into the first cell and TP does the rest.
by ericruhl
Wed Apr 12, 2006 2:14 pm
Forum: TunerPro Discussion
Topic: How to display ascii data?
Replies: 13
Views: 27885

Mangus wrote: Totally a reasonable request. I'll consider adding it!
Thanks Mark :)
by ericruhl
Tue Apr 11, 2006 6:04 pm
Forum: TunerPro Discussion
Topic: How to display ascii data?
Replies: 13
Views: 27885

There isn't a way of doing that, unfortunately. Can I ask why this would be important? Ford embeds strings into their bins I bet, huh? Actually Nissan does :D The prom ID is stored in ascii. The request is more of a novelty, the ascii data has no importance from a tuning aspect, I was trying to eli...
by ericruhl
Mon Apr 10, 2006 11:46 am
Forum: TunerPro Discussion
Topic: How to display ascii data?
Replies: 13
Views: 27885

How to display ascii data?

When I'm viewing a bin using the built-in hex editor I can see the ascii representation in the right column. How can I display this ascii value as a table (or constant) item? For example, let's say the values at 7000-7004 are: 48 45 4C 4C 4F When I open the table item which points to this location I...
by ericruhl
Thu Mar 02, 2006 2:27 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Nissan spark tables use the most significant bit to signify that a cell is "knock enabled". However, TunerPro uses that bit as a sign bit (that is, if that bit is a '1' the number is negative, if it's 0, it's positive). I'll have to think up a good way to get around that so that the spark...
by ericruhl
Tue Feb 28, 2006 3:09 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Thanks Mark, don't forget us :D IMO this multi-conversion issue is the last "quirky" part of using TunerPro on the Nissan. Linking the column and row lables was another one but you've taken care of that already 8) and I don't mind the inverted rows so much, I'm used to that now. Just wante...
by ericruhl
Tue Feb 28, 2006 2:00 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

So if you put the two pieces of the puzzle together, this is what I'd like to see: http://www.photodump.org/stored4/stockfuelmap_combined3.jpg Similarly the 3-D plot would display the values from this single "combined" table. Ideally I could then select a cell, or group of cells, right-cli...
by ericruhl
Tue Feb 28, 2006 1:31 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Re: Thought

I had an idea on that table issue that may work. What if you put in a "Y2" scale and allow that to be selectable. that may be what was suggested but in different terms. Maybe a "combine table" flag to use a second table data set to be displayed on the "Y2" while sharin...
by ericruhl
Tue Feb 28, 2006 1:27 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

I am not sure if this pertains to all nissan fuel maps but I was able to use this conversion to view AFRs(in a negative value).. (x-128)*.1-14.7 Try it out, it works for me. :D Edit.. try this for a positive value ((x-128)*.1-14.7)*-1 :lol: Perhaps I'm misunderstanding your reply, but my concern wa...
by ericruhl
Tue Feb 28, 2006 1:17 pm
Forum: Report A Bug
Topic: File download using "latest version" feature
Replies: 1
Views: 6212

File download using "latest version" feature

I've tried it on three different computers with both TunerPro and TunerPro RT with the same results. It correctly detected that there was a new version available, but when I went to download the file I got a page not found error. Grabbed the file from the downloads section easily enough, but thought...
by ericruhl
Thu Jan 19, 2006 2:06 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Are any others offering interface hardware? There are a few different sources for the hardware/cable ranging from DIY instructions to complete cables. I got mine from http://blazt.biz/ and I liked it because it integrates the electronics into the serial connector so they're essentially hidden (othe...
by ericruhl
Wed Jan 18, 2006 5:06 pm
Forum: Feature Suggestions
Topic: Table X and Y axis data from bin
Replies: 9
Views: 17674

I got it working using the Internal, Pure option, but I wasn't able to figure out how to use the Internal, Scale/Norm. option. When I click on Browse it won't let me select any of the tables. I already have the axes converted as separate tables so I was hoping I could just point to those tables. I c...
by ericruhl
Wed Jan 18, 2006 4:59 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Sounds great!

That would be fantastic Mark, thank you for looking into this! Looks like it might be possible to re-work TunerPro to log the Nissan datastream too? I'm interested in finding more info on that. Any primers? There is some good info on the Nissan Consult (datastream) protocol here: http://plmsdevelopm...
by ericruhl
Tue Jan 17, 2006 10:15 pm
Forum: Feature Suggestions
Topic: Dealing with two different conversions within the same table
Replies: 18
Views: 36870

Dealing with two different conversions within the same table

I don't know the best way to deal with this, but first perhaps a pic will help. This is a Nissan fuel map which contains both open and closed loop data. http://www.photodump.org/stored3/fuelmap.jpg The section of the map which makes sense is the AFR for the Open Loop portion of the map. The section ...
by ericruhl
Sun Dec 18, 2005 6:12 pm
Forum: Report A Bug
Topic: Images are broken in the help file
Replies: 5
Views: 11448

Mangus wrote:Glad you opened the help file! :)
Of course :D

Thanks for tracking this down!
by ericruhl
Sun Dec 18, 2005 6:06 pm
Forum: Report A Bug
Topic: Images are broken in the help file
Replies: 5
Views: 11448

Re-downloaded, re-installed (with virus scan disabled this time), no change. I have downloaded and installed this on two PC's so far and both have the same issue. On one it was a fresh install of TunerPro (the one I just reinstalled), and on the other PC I was upgrading an earlier version. The pictu...
by ericruhl
Sun Dec 18, 2005 5:52 pm
Forum: Report A Bug
Topic: Axes lables (units) aren't displayed on 3D plots
Replies: 2
Views: 7144

Thank you for the clarification :)
by ericruhl
Sun Dec 18, 2005 5:51 pm
Forum: Feature Suggestions
Topic: Table X and Y axis data from bin
Replies: 9
Views: 17674

Re: How do we use it?

It's not in 1751. I've got it in and working, but I'm now adding the ability to link to other XDF items. Hopefully it won't take too much longer. Sorry about the delay. Thanks for the clarification Mark, and no problem at all with the delay. I appreciate the software and your efforts. Thanks for co...
by ericruhl
Fri Dec 16, 2005 9:26 pm
Forum: TunerPro Discussion
Topic: What am I doing wrong (upside down tables)
Replies: 4
Views: 9409

Mangus wrote:In a future version of TunerPro I'll probably make this ordering an option so you can mirror both rows and columns.
Please do, I'm also working with a Nissan ECU and I would like to reverse the order of the rows.
by ericruhl
Fri Dec 16, 2005 9:19 pm
Forum: TunerPro Discussion
Topic: Can in the assistance file no pictures regard
Replies: 11
Views: 18662

Same problem here, I created a post in the Bugs forum before I saw this one.
by ericruhl
Fri Dec 16, 2005 9:17 pm
Forum: Report A Bug
Topic: Images are broken in the help file
Replies: 5
Views: 11448

Images are broken in the help file

I installed TunerPro (4.12.1751.00) and all of the images in the Help file come up as the dreaded red X's. If I right-click on an image and view the image location under Properties I believe the image location is incorrect. For example, open the Help file and go to Getting Started / Preferences. The...
by ericruhl
Fri Dec 16, 2005 9:10 pm
Forum: Feature Suggestions
Topic: Table X and Y axis data from bin
Replies: 9
Views: 17674

How do we use it?

The embedded axis definitions will be in the next version of TunerPro, due out Sunday. Can you explain how to do this? I have the latest version of TunerPro (4.12.1751.00), but I don't see how to link the row and column lables to locations within the bin file (or better yet, to another XDF item's o...
by ericruhl
Fri Dec 16, 2005 8:57 pm
Forum: Report A Bug
Topic: Axes lables (units) aren't displayed on 3D plots
Replies: 2
Views: 7144

Axes lables (units) aren't displayed on 3D plots

TunerPro version 4.12.1751.00

If I view a 2D plot I can see the axes labels (Row Units and Column Units), but these don't appear on 3D plots. Only the row and column lables are appearing, not the units. I tried every option under preferences to no avail.