What does TS request for identify can device

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
Alfagta
Experienced MS/Extra'er
Posts: 239
Joined: Wed Aug 21, 2013 2:54 am

What does TS request for identify can device

Post by Alfagta »

Hello,

what does TunerStudio request from the can device when i try to add one.
At the moment i think TS ask for the signature and the revision.
But in the ini file only the signature is covered.

BR
Alfa 156 GTA
Alfa 75 Race Car MS III -- alway latest FW
Alfa 164 V6 Turbo
Alfa 155 2,5TD RIP
Test MS II --always latest FW
Tunerstudio V2.6.11 Registered
MegaLog Viewer V3.4.04 Registered
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: What does TS request for identify can device

Post by jsmcortina »

That's what it should ask for.

The serial format is to identify the correct ini file. The title is to show to the user.

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".
Alfagta
Experienced MS/Extra'er
Posts: 239
Joined: Wed Aug 21, 2013 2:54 am

Re: What does TS request for identify can device

Post by Alfagta »

Okay, because tuner studio pop up a message that there is no ini file for the device.
In the message box the revision and signature is one big string. Maybe thats the reason why TS is searching with the incorrect signature.

BR
Alfa 156 GTA
Alfa 75 Race Car MS III -- alway latest FW
Alfa 164 V6 Turbo
Alfa 155 2,5TD RIP
Test MS II --always latest FW
Tunerstudio V2.6.11 Registered
MegaLog Viewer V3.4.04 Registered
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: What does TS request for identify can device

Post by jsmcortina »

Screenshot?
Device?
Comms log?

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".
Alfagta
Experienced MS/Extra'er
Posts: 239
Joined: Wed Aug 21, 2013 2:54 am

Re: What does TS request for identify can device

Post by Alfagta »

Hello,

i have a Megasquirt 3 TunerStudio is V2.9.127.

Screenshots attached.
Screenshot 2016-06-30 21.23.31.png
Screenshot 2016-06-30 21.23.48.png
When i load the ini manual and then go online everything work okay.
TS have comm to the device.
BR
Alfa 156 GTA
Alfa 75 Race Car MS III -- alway latest FW
Alfa 164 V6 Turbo
Alfa 155 2,5TD RIP
Test MS II --always latest FW
Tunerstudio V2.6.11 Registered
MegaLog Viewer V3.4.04 Registered
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: What does TS request for identify can device

Post by LT401Vette »

Code: Select all

    private static final String infoCommand = "r\\CAN_ID\\x0e\\x00\\x00\\x00\\x3c";// Title bar, this is the code version.
    private static final String sigCommand   = "r\\CAN_ID\\x0f\\x00\\x00\\x00\\x14"  ;// Verify against signature.
TS uses the same commands as defined in the ini files with CAN_COMMANDS set.

With Comm Debug turned on you should be able see just what is getting sent and received.
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
Post Reply