<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MIT mode？ - Motors and Sensors				            </title>
            <link>https://theopenexo.nau.edu/community/motors-and-sensors/mit-mode%ef%bc%9f/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 16 Aug 2026 13:42:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: MIT mode？</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/mit-mode%ef%bc%9f/#post-200</link>
                        <pubDate>Sun, 01 Feb 2026 16:08:59 +0000</pubDate>
                        <description><![CDATA[the AK enable CAN message is built and sent in _CANMotor::enable(bool) in Motor.cpp (line 394). That function fills an 8‑byte message with 0xFF in bytes 0–6 and 0xFC (enable) or 0xFD (disabl...]]></description>
                        <content:encoded><![CDATA[the AK enable CAN message is built and sent in _CANMotor::enable(bool) in Motor.cpp (line 394). That function fills an 8‑byte message with 0xFF in bytes 0–6 and 0xFC (enable) or 0xFD (disable) in byte 7, then calls can-&gt;send(msg) at Motor.cpp (line 441).

It’s triggered from the joint code when motors are enabled, e.g. _motor-&gt;enable() in Joint.cpp (line 676).]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>Zachary Lerner</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/mit-mode%ef%bc%9f/#post-200</guid>
                    </item>
				                    <item>
                        <title>MIT mode？</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/mit-mode%ef%bc%9f/#post-199</link>
                        <pubDate>Sun, 01 Feb 2026 14:06:46 +0000</pubDate>
                        <description><![CDATA[Hello, I’d like to confirm whether the motor is operating in MIT mode when the exoskeleton is running.
 
Per the user manual for the AK60v1.1 motor, a motor configured to MIT mode via the ...]]></description>
                        <content:encoded><![CDATA[<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div dir="ltr">
<div>Hello, I’d like to confirm whether the motor is operating in MIT mode when the exoskeleton is running.</div>
<div> </div>
<div>Per the user manual for the AK60v1.1 motor, a motor configured to MIT mode via the host computer requires a specific CAN command to be sent to it before it can be activated. The relevant excerpt from the AK60v1.1 motor’s user manual is as follows:</div>
<div><br /><br /></div>
<div>Special CAN Commands</div>
<div> </div>
<ul>
<li>Enter motor control mode: {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0XFC}</li>
<li>Exit motor control mode: {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0XFD}</li>
<li>Set the motor’s current position as the zero point: {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0XFE}</li>
</ul>
<div> </div>
<div>Note: When controlling the motor via CAN communication, you must enter the motor control mode first!</div>
<div><br /><br /><br /></div>
<div>However, I don’t seem to have found this specific CAN command in the OpenExo code. When I was replicating this project, the motor failed to rotate. Do you think this might be the underlying issue? I look forward to your response. Thank you!</div>
<div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div> </div>
</div>]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>wuyang</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/mit-mode%ef%bc%9f/#post-199</guid>
                    </item>
							        </channel>
        </rss>
		