TunerStudio MS3 support

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
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

TunerStudio MS3 support

Post by LT401Vette »

There are a number of new components in TunerStudio for MS3 support.
Some components like SD log transformation is functional but still crude, as we move through Beta testing these components will improve.

If you are involved in MS3 testing, please stay on the latest versions and please post any issues you run into with MS3 or any suggestions for new features!
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
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

One thing with the linux support. The txrx module kept segfaulting in 64-bit java. I had to install a 32-bit java in order to get TS to work.

Not really your fault, but I thought you might want to know. Also, this was with 64-bit Ubuntu 9.04.

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TunerStudio MS3 support

Post by LT401Vette »

It "Should" work, at least a few people are using the 64 bit version.

Were you using the 64 bit driver version?

I have a separate Tar file that has the 64 bit driver in place, but that is the only difference in the tar. Ther driver is in the regular distribution too. Under the TS install dir there is a lib folder.
[installDir]/lib/alternateLinuxDrivers/x86_64-unknown-linux-gnu

the file:
librxtxSerial.so

should be moved up to the lib folder, replacing the 32 bit version that is there.

Using the 64Bit tar "should" have it there already, unless i messed up in the build, I will check.
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
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

LT401Vette wrote:It "Should" work, at least a few people are using the 64 bit version.

Were you using the 64 bit driver version?
Yep, I was using that. I also tried using the module provided by ubuntu themselves with the same result.

It's not a big deal though since 32-bit works fine.

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TunerStudio MS3 support

Post by LT401Vette »

RXTX 2.2 is supposed to be getting released soon, so hopefully that fixes it. ;)
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
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

oh ok cool.

Good news for linux users as well, today I figured out where in the sys filesystem to set the delay from 16ms to 1ms.

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
joedokes
Helpful MS/Extra'er
Posts: 46
Joined: Tue Mar 24, 2009 8:00 am

Re: TunerStudio MS3 support

Post by joedokes »

Since it appears that Linux is going to be supported, are there any plans to port it to Mac OS X?

I can alway run it on windows under boot camp, or install a linux partition, but OS X support would be awesome.

Regards

Joe Dokes
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

It already runs there as far as I know.

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TunerStudio MS3 support

Post by LT401Vette »

Yes it works on Mac. I don't have an installer to make it simple yet, but I do intend to once I get caught up. 24c from the MSExtra site put together installation instructions. He has installed it on Leopard and Tiger.

Here the link to the instructions:
http://www.msextra.com/viewtopic.php?f= ... 00#p200647
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
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TunerStudio MS3 support

Post by LT401Vette »

Ken,
Spread the word, Where was it :)

that helped the usb performance quite a bit on windows :)
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
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

As root:

echo 1 > /sys/bus/usb-serial/devices/ttyUSB0/latency_timer

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Re: TunerStudio MS3 support

Post by muythaibxr »

I just tried that setting now on my ms3, and it does indeed improve performance. A reflash of the firmware went from 1 minute and 51 seconds to 30.2 seconds.

Ken
Megasquirt is not for use on pollution controlled vehicles. Any advice I give is for off road use only.
jsmcortina
Site Admin
Posts: 39614
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: TunerStudio MS3 support

Post by jsmcortina »

That setting doesn't exist on my Prolific USB-serial adapter.

But I do have it on the driver for the built-in FTDI interface. The default latency under Windows is painfully slow too and I saw a similar boost in firmware re-flash speed by dropping it to the lowest possible there.

Great - with that setting, the FTDI is now as fast at re-flashing under Linux as the Prolific - good find.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TunerStudio MS3 support

Post by LT401Vette »

Yeah it gives a similar boost to page reads and outpc data rates. A burst log is getting almost 50/s. I am getting so
e corrupt records though, I don't on the real serial, that is nothing to worry about Others have seen that on MS 2 as well. Now I have a way to reproduce it and see if I can stop it.
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
joedokes
Helpful MS/Extra'er
Posts: 46
Joined: Tue Mar 24, 2009 8:00 am

Re: TunerStudio MS3 support

Post by joedokes »

Great news, Thanks for the info.

Regards

Joe Dokes
Post Reply