Loosing CAN connection to MS3
Loosing CAN connection to MS3
Any thoughts?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Loosing CAN connection to MS3
The most common cause of what you are seeing is either:
- a mismatch between the INI and code (on either the engine controller or the GPIO), or
- a mistake in one of the INIs (such as the wrong size specified for the OutputChannels, for example).
So you might want to make sure that you have the correct INIs for your codes. If that doesn't help, you should post a TunerStudio communications log, see 'Communications -> Debug Log Comm' in TS.
If you have more than one CAN device (i.e. more than an engine controller with a GPIO), make sure only the two end-point devices have the 120 Ohm termination resistor installed, and make sure the CAN IDs don't conflict.
You should also tell us exactly what code(s) you are running ("latest version" doesn't tell us much), post your MSQs and ideally a datalog too. And tell us about any other CAN devices you have in your chain.
Lance.
Re: Loosing CAN connection to MS3
Thanks for the quick reply. I posted that late last night as I was falling asleep, so it wasn't very informative.
Last night I loaded 1.3.1 beta 3 into the MS3 and 4.139 into the GPIO. I had the GPIO on 4.131 before with no issues when doing some testing on my stim. I just did minor testing with MS3 and GPIO connected, but never had this happen which is the main reason I originally suspected a noise problem.
I have no other CAN devices set up on this vehicle. It is just the MS3 and GPIO.
Thanks for the help,
Andrew
- Attachments
-
- test 2.msl
- this is one of the short logs I got right when it shut down.
- (104.7 KiB) Downloaded 1584 times
-
- 4.6L rough tune.msq
- (212.89 KiB) Downloaded 1743 times
-
- new 4R75W rough tune.msq
- (45.15 KiB) Downloaded 1572 times
Re: Loosing CAN connection to MS3
Thanks,
Andrew
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Loosing CAN connection to MS3
I will ask the forum admin team to add "txt" to the allowed extensions list.
Nothing has changed in the CAN/serial code for MShift in a long time (from at least version 4.100 through 5.012). And I just checked that the pass-through CANbus comms are okay with 2.920 and 5.012 (but I will do more testing of course).
Another user is reporting a similar issue to what you are seeing ( viewtopic.php?f=12&t=834 ) so you might want to post in that thread.
Lance
Re: Loosing CAN connection to MS3
Andrew