2D curve tables without the "curve" graph

For discussion of Phil Tobin's Tuner Studio software (Only about the tuning software itself, not about how to tune or firmware features)

Moderator: LT401Vette

Post Reply
Reverant
Super MS/Extra'er
Posts: 1234
Joined: Sat Apr 15, 2006 12:39 am
Location: Athens, Greece

2D curve tables without the "curve" graph

Post by Reverant »

Hi, for some settings I want seven 2D tables on the same window. However on most 1080p displays, they will not fit in a single window, because there is no way to hide the "graph". So I only want to display the cells.

Is there a way to define a 2D table (aka curve) without displaying the curve, only the cells? Ideally through the ini of my controller as I want to define this per curve and not globally.
The man behind MS Labs
2005 Audi A3 2.0L TFSI DSG AWD - Extreme MS3
2002 Mazda Miata 1.8 6sp - Enhanced MS3 1.4.0, sequential injection, sequential ignition, big turbo, lots of boost
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: 2D curve tables without the "curve" graph

Post by LT401Vette »

No, but that is a separate component. So, it would not be terribly difficult to either add them as a separate ini entry, or add an option to the curve in CurveEditor to hide the graph.

In the mean time, have you tried the indexCard layout?
That squishes all the curves except the 1 in focus.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Reverant
Super MS/Extra'er
Posts: 1234
Joined: Sat Apr 15, 2006 12:39 am
Location: Athens, Greece

Re: 2D curve tables without the "curve" graph

Post by Reverant »

LT401Vette wrote: Mon Oct 30, 2023 9:49 amadd an option to the curve in CurveEditor to hide the graph.
That is what I pretty much would like to have, but I guess older TS versions won't honor this option.
LT401Vette wrote: Mon Oct 30, 2023 9:49 am In the mean time, have you tried the indexCard layout?
That squishes all the curves except the 1 in focus.
I've never seen/noticed it in an ini file. Where can I find documentation on it or an example entry?

Thanks!
The man behind MS Labs
2005 Audi A3 2.0L TFSI DSG AWD - Extreme MS3
2002 Mazda Miata 1.8 6sp - Enhanced MS3 1.4.0, sequential injection, sequential ignition, big turbo, lots of boost
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: 2D curve tables without the "curve" graph

Post by LT401Vette »

Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Reverant
Super MS/Extra'er
Posts: 1234
Joined: Sat Apr 15, 2006 12:39 am
Location: Athens, Greece

Re: 2D curve tables without the "curve" graph

Post by Reverant »

Hi Phil,

just a reminder to put this on the table if possible.

Thank you.
The man behind MS Labs
2005 Audi A3 2.0L TFSI DSG AWD - Extreme MS3
2002 Mazda Miata 1.8 6sp - Enhanced MS3 1.4.0, sequential injection, sequential ignition, big turbo, lots of boost
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: 2D curve tables without the "curve" graph

Post by LT401Vette »

Actually, when I checked. I had most of this enabled. Then I guess it fell off the radar and was never quite finished.
I just buttoned up the remainder for next release.

I will update the ini doc, but to use it. Define a curve as usual. Add 1 line to the definition:

Code: Select all

			suppressGraph = true ; Can be true or false, false by default
or use an expression:

Code: Select all

			suppressGraph = { some expression } ; if the expression resolves to true, only the table will be displayed. 
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Reverant
Super MS/Extra'er
Posts: 1234
Joined: Sat Apr 15, 2006 12:39 am
Location: Athens, Greece

Re: 2D curve tables without the "curve" graph

Post by Reverant »

Excellent, thank you so much!
The man behind MS Labs
2005 Audi A3 2.0L TFSI DSG AWD - Extreme MS3
2002 Mazda Miata 1.8 6sp - Enhanced MS3 1.4.0, sequential injection, sequential ignition, big turbo, lots of boost
Post Reply