Search found 7 matches

by darkcorp
Tue Feb 03, 2026 9:43 pm
Forum: Feature Suggestions
Topic: Lookup tables for calculations
Replies: 12
Views: 37108

Re: Lookup tables for calculations

For instance, GM OBDI computers have a cylinder select to choose between 4 cyl, 6 cyl, 8 cyl, etc. The values are $80, $C0, and $00 respectively. Instead of relying on the user to enter the right (rather arbitrary) value of 80, C0, or 00, why not have a lookup table (AKA an "enumeration")...
by darkcorp
Mon Feb 02, 2026 6:25 am
Forum: Feature Suggestions
Topic: Feat. Direction of linked Table configureable
Replies: 3
Views: 12413

Re: Feat. Direction of linked Table configureable

Mangus wrote: Tue Jan 27, 2026 9:12 am This should work with a global equation.
Solved by

Code: Select all

THAT(29414; ROW(); COL(); FALSE)
by darkcorp
Mon Jan 26, 2026 9:54 am
Forum: Feature Suggestions
Topic: Feat. Direction of linked Table configureable
Replies: 3
Views: 12413

Re: Feat. Direction of linked Table configureable

Don't want to start a new thread. Question regarding linking the data of similar tables for example O2 goal for left and right banks. I use THAT(id; row; col; precalc) function but it requires entering the corresponding formula into each individual conversation cell of the table. Is there an easier ...
by darkcorp
Sat Jan 24, 2026 12:05 am
Forum: Feature Suggestions
Topic: Binary View
Replies: 7
Views: 28356

Re: Binary View

Mangus wrote: Wed Jan 21, 2026 7:36 am you could do this with an equation today.
Mangus, could you please give me a hint how to do this with an equation please?
by darkcorp
Thu Jan 22, 2026 10:29 am
Forum: Feature Suggestions
Topic: Binary View
Replies: 7
Views: 28356

Re: Binary View

XDF flags definitely work when you have a couple of them.
In my case configuration has 11 bytes and each 8 bits, so my parameter tree is very long (on the screenshot you see only 4 configs)

Image
by darkcorp
Thu Jan 22, 2026 2:25 am
Forum: Feature Suggestions
Topic: Binary View
Replies: 7
Views: 28356

Re: Binary View

Hi, Mangus! Thanks for immediate reply. For examle, ENGINE CONFIGURE (RMB 1) BIT ASSIGNMENTS 0080 V8_59 0040 (SPARE) 0020 V10 0010 V8_52 0008 I4_25 0004 25_DIESEL 0002 V6 0001 I6 At this point there are 8 Flags on single Config parameter only that are hard to check one-by-one. Is there an easier and...
by darkcorp
Wed Jan 21, 2026 4:03 am
Forum: Feature Suggestions
Topic: Binary View
Replies: 7
Views: 28356

Re: Binary View

Yes, this improvement would be very useful. It would be great to put the large list of configuration flags into a single table.
Or implement a function that will indicate a particular value corresponding to a bit mask.