IF Statement in Table conversion

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
Frank_and_Beans
Posts: 17
Joined: Mon Feb 08, 2010 4:48 pm

IF Statement in Table conversion

Post by Frank_and_Beans »

Maybe this should be in the bug section, or maybe I'm a dumbass, and I'm not doing this properly.

In any case, I have an 8 bit lookup table that has a piecewise linear conversion.

In order to accomplish the piecewise part, I was hoping to use nested IF statements based on the value in the table. But, I can't seem to even get a simple IF statement to work in the conversion.

I have:
IF(X<20;X;X*2)

in the conversion, and the output is all zeros, even though there are differing Hex values in the table.

Any ideas?
Post Reply