Custom Field - Math Parser Functions

Questions specific to Megalogviewer

Moderator: LT401Vette

Post Reply
W126
Experienced MS/Extra'er
Posts: 153
Joined: Sun Aug 24, 2014 10:32 am

Custom Field - Math Parser Functions

Post by W126 »

the following custom field works in TunerStudio custom.ini:

EgoDelay = { tableLookup(array.ego_delay_table, array.ego_delay_rpms, array.ego_delay_loads, rpm, afrload1) }

I've tried to do the same in Megalogviewer:

EGODelay
tableLookup([array.ego_delay_table], [array.ego_delay_rpms], [array.ego_delay_loads], [RPM], [AFR load])
EGODelay.JPG
EGODelay.JPG (25.02 KiB) Viewed 395 times
What's the correct syntax ?

Does tableLookup work in Megalogviewer ? How does Megalogviewer know the tune ?
LT401Vette
Super MS/Extra'er
Posts: 12697
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: Custom Field - Math Parser Functions

Post by LT401Vette »

In MLV there is no ini file loaded to do the table lookups on.

We are looking at putting in some way to do lookups on some sets of tables as it would be useful in several scenarios.
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
W126
Experienced MS/Extra'er
Posts: 153
Joined: Sun Aug 24, 2014 10:32 am

Re: Custom Field - Math Parser Functions

Post by W126 »

Thank you Phil, I'm looking forward to that feature.
Post Reply