MotoTune Conflict: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
m (change heading levels)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
You may run into issues with [[MotoTune FAQs|MotoTune]]'s CAN messaging conflicting with other CAN communications in your system. It is possible to change the CAN IDs on which MotoTune communicates to avoid this. This <noinclude>article</noinclude><includeonly>section</includeonly> will describe how to do so.
You may run into issues with [[MotoTune|'''MotoTune''']]'s CAN messaging conflicting with other CAN communications in your system. It is possible to change the CAN IDs on which MotoTune communicates to avoid this. This <noinclude>article</noinclude><includeonly>section</includeonly> will describe how to do so.


You will need to make changes both to your model and to MotoTune configuration to support the new MotoTune communication CAN IDs.
You will need to make changes to both your model and your MotoTune configuration to support the new MotoTune communication CAN IDs.


====Model Configuration====
====Model Configuration====


#Disable the MotoTune Protocol in the CAN Definition block
#Disable the MotoTune Protocol in the CAN Definition block
#Add '''MotoTune Custom CAN Protocol Handler''' block (Idle Triggered)
#Add the '''MotoTune Custom CAN Protocol Handler''' block (Idle Triggered)
#:RX ID =  hex2dec('1A000B02')
#:RX ID =  hex2dec('1A000B02')
#:RX ID mask = hex2dec('1F00FFFF')
#:RX ID mask = hex2dec('1F00FFFF')
#:TX ID =  hex2dec('1A00020B')
#:TX ID =  hex2dec('1A00020B')
 
<!--
{{fixme|Add gallery of screenshots here}}
[[file:MTConflict ProtocolDisabled.png|500px|left|thumb|MotoTune Protocol Disabled]]
[[file:MTConflict NewIDs.png|350px|left|thumb|New CAN IDs for the MotoTune Custom CAN Protocol block]]
-->
<gallery widths=500px heights=500px>
file:MTConflict ProtocolDisabled.png|500px|MotoTune Protocol Disabled
file:MTConflict NewIDs.png|500px|New CAN IDs for the MotoTune Custom CAN Protocol block
</gallery>


====MotoTune/MotoServer Configuration====
====MotoTune/MotoServer Configuration====
#Open MotoTune, and configure MotoServer Ports
#Open MotoTune and configure the MotoServer Ports
#Edit Port Names and Create a Custom CAN Mapping
#Edit Port Names and create a Custom CAN Mapping
#:TX ID: 436210434 (this is 0x1A000B02, but use decimal here)
#:TX ID: 436210434 (this is 0x1A000B02, but use decimal here)
#:RX ID: 436208139 (this is 0x1A00020B, but use decimal here)
#:RX ID: 436208139 (this is 0x1A00020B, but use decimal here)
#Create a new Port configuration
#Create a new Port configuration
#After flashing the module, the MotoTune protocol will no longer be available on PCM-1, and will only be available on the new Custom mapping.
#After flashing the module, the MotoTune protocol will no longer be available on PCM-1 and will only be available on the new custom mapping.
 
<gallery widths=350px heights=350px perrow=4>
file:MTConflict MTMenu.png|MotoTune context menu
file:MTConflict PortConfig EditNames.png|Edit Names
file:MTConflict PortNameMappings Add.png|Add a port name
file:MTConflict CreateNewPortMapping CANCustom.png|Select 'CAN Custom'
file:MTConflict CANCustomMapping CustomPort.png|Enter your name and the appropriate CAN IDs
file:MTConflict PortConfig Add.png|Add a port configuration
File:MTConflict PortProperties.png|
file:MTConflict PortConfig CustomHighlighted.png|Now your custom port is in the ports list!
file:MTConflict ProgramDialog CustomPort.png|Don't forget to select it in the Program dialog box
</gallery>
 
====MotoTune dongle is plugged in, but MotoViewer won't open.====
In order to open up Motoviewer, a separate MotoService dongle is required.


{{fixme|Add gallery of screenshots here}}
====MotoTune has stopped working after a Re-install/Update.====
*If you are upgrading from 8.13 to 10.0, please uninstall 8.13 first then install 10.0 if you have encountered issues.
*When downgrading from 10.0 to 8.13, please uninstall 10.0 '''and''' the MotoLicense Handler '''before''' installing the 8.13 version of MotoTune

Latest revision as of 16:13, 1 March 2023

You may run into issues with MotoTune's CAN messaging conflicting with other CAN communications in your system. It is possible to change the CAN IDs on which MotoTune communicates to avoid this. This article will describe how to do so.

You will need to make changes to both your model and your MotoTune configuration to support the new MotoTune communication CAN IDs.

Model Configuration

  1. Disable the MotoTune Protocol in the CAN Definition block
  2. Add the MotoTune Custom CAN Protocol Handler block (Idle Triggered)
    RX ID = hex2dec('1A000B02')
    RX ID mask = hex2dec('1F00FFFF')
    TX ID = hex2dec('1A00020B')

MotoTune/MotoServer Configuration

  1. Open MotoTune and configure the MotoServer Ports
  2. Edit Port Names and create a Custom CAN Mapping
    TX ID: 436210434 (this is 0x1A000B02, but use decimal here)
    RX ID: 436208139 (this is 0x1A00020B, but use decimal here)
  3. Create a new Port configuration
  4. After flashing the module, the MotoTune protocol will no longer be available on PCM-1 and will only be available on the new custom mapping.

MotoTune dongle is plugged in, but MotoViewer won't open.

In order to open up Motoviewer, a separate MotoService dongle is required.

MotoTune has stopped working after a Re-install/Update.

  • If you are upgrading from 8.13 to 10.0, please uninstall 8.13 first then install 10.0 if you have encountered issues.
  • When downgrading from 10.0 to 8.13, please uninstall 10.0 and the MotoLicense Handler before installing the 8.13 version of MotoTune