Search found 3 matches
- Wed Apr 06, 2011 8:32 pm
- Forum: Bosch
- Topic: TunerPro V5.00.7330.00 Motronic 1.3 Automatic Axis Info
- Replies: 9
- Views: 26644
bosch axis
Here's how I did the RPM axis for LH2.4 which is similar... I did most of it in Notepad+ :shock: This is the equation for the "highest" RPM cell. The axis starts at 0x3971. You have to repeat this with one less variable, for every cell until you get to the first... <MATH row="1" ...
- Mon Apr 04, 2011 12:09 pm
- Forum: Report A Bug
- Topic: Expression editor woes.
- Replies: 2
- Views: 9820
(500000.0 * 30) / (POW(2;((X+128)/32)) * 64) Function parameters are separated by semicolons. D'oh. Thanks. I swear I know how to do this, I have a binch that work! I swear! :oops: You can also greatly simplify your equation, which will help performance. Some hints: - Multiply out the numerator - 6...
- Sun Apr 03, 2011 7:07 pm
- Forum: Report A Bug
- Topic: Expression editor woes.
- Replies: 2
- Views: 9820
Expression editor woes.
Greetings! First I want to say thanks for this excellent program. Nothing I've accomplished wouldn't be possible without TunerPro. The issue I am running into is with the expression editor. Here is the expression I am trying to use: (500000.0 * 30) / (POW(2,((X+128)/32)) * 64) The actual equation is...