Help with XDF Conversion per cell

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
hnracing
Posts: 23
Joined: Sun May 30, 2010 8:43 am

Help with XDF Conversion per cell

Post by hnracing »

Hi,
Need some help to find a easier way to implement the following:
XDF Conversion per cell with value from another map.

I have a bin with
- one mainfuelmap (mfm) 16X16
- one rearoffset fuelmap(rofm) 16X16.
The fuel for the front (ff) is mfm
The fuel for the rear (rf) is mfm + rofm
To make a rf map i use the rofm map with another conversion.
I have used a conversion formula in each cell.
Which is Y+X where
X = the cells raw value.
Y = the raw value from the adress which is the "same" cell in the mfm as the one in rofm.

Unfortunately this do not work if I use a bin with another base offset in the XDF header.

Is there a simplier way to do this conversion ?
User avatar
Six_Shooter
Posts: 590
Joined: Sun May 06, 2007 7:32 am

Post by Six_Shooter »

I don't understand exactly understand what you are trying to do.

But it sounds like you are trying to change the value of an entire table by a constant number.

If that is the case, you can highlight the entire table, use the tools editor to change the entire table, by multiplying, dividing, offsetting (adding or subtracting), and a couple other options.

If you're trying to copy a table from another part of the bin (within the XDF), and essentially paste it into the new table with an offset, I'm not entirely sure how that could be done easily.
hnracing
Posts: 23
Joined: Sun May 30, 2010 8:43 am

Post by hnracing »

If you're trying to copy a table from another part of the bin (within the XDF), and essentially paste it into the new table with an offset, I'm not entirely sure how that could be done easily.

Correct!
I have two different maps within the same bin in the XDF that I want to combine into one and by the new map adjust the value of one of the two maps.
Post Reply