<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MTLT335D]]></title><description><![CDATA[MTLT335D]]></description><link>https://forum.aceinna.com//category/15</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 10:58:52 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//category/15.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Jan 2026 18:32:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[MTLT335D - IMUs do not communicate automatically over CAN bus]]></title><description><![CDATA[<p>The MTLT335 is configured in Autobaud mode by default where the part listens for valid CAN traffic, matches the baud rate on the bus and then begins transmitting.</p>
<p>For the other set of IMUs that transmit once powered, at least one of those devices has autobaud turned off.<br />
Details of how to enable/disable autobaud mode are given in section 5.1.5.7 of the user manual.</p>
]]></description><link>https://forum.aceinna.com//topic/455/mtlt335d-imus-do-not-communicate-automatically-over-can-bus</link><guid isPermaLink="true">https://forum.aceinna.com//topic/455/mtlt335d-imus-do-not-communicate-automatically-over-can-bus</guid><dc:creator><![CDATA[StephenH]]></dc:creator><pubDate>Wed, 07 Jan 2026 18:32:36 GMT</pubDate></item><item><title><![CDATA[MTLT335D could not get  the roll and pitch data]]></title><description><![CDATA[<p>Could someone please help? I am using the MTLT335D and in NAV-VIEW, I can only see the raw data but not the roll and pitch information.&quot;</p>
]]></description><link>https://forum.aceinna.com//topic/444/mtlt335d-could-not-get-the-roll-and-pitch-data</link><guid isPermaLink="true">https://forum.aceinna.com//topic/444/mtlt335d-could-not-get-the-roll-and-pitch-data</guid><dc:creator><![CDATA[Seyoum Gebreyesus]]></dc:creator><pubDate>Mon, 08 Jul 2024 21:14:03 GMT</pubDate></item><item><title><![CDATA[Could someone please help? I am using the MTLT335D and in NAV-VIEW, I can only see the raw data but not the roll and pitch data.]]></title><description><![CDATA[<p>No  roll and pitch</p>
]]></description><link>https://forum.aceinna.com//topic/443/could-someone-please-help-i-am-using-the-mtlt335d-and-in-nav-view-i-can-only-see-the-raw-data-but-not-the-roll-and-pitch-data</link><guid isPermaLink="true">https://forum.aceinna.com//topic/443/could-someone-please-help-i-am-using-the-mtlt335d-and-in-nav-view-i-can-only-see-the-raw-data-but-not-the-roll-and-pitch-data</guid><dc:creator><![CDATA[Seyoum Gebreyesus]]></dc:creator><pubDate>Mon, 08 Jul 2024 20:06:06 GMT</pubDate></item><item><title><![CDATA[where is the *.bin firmware files?]]></title><description><![CDATA[<p>I can not find the link.<br />
Please help me.</p>
]]></description><link>https://forum.aceinna.com//topic/419/where-is-the-bin-firmware-files</link><guid isPermaLink="true">https://forum.aceinna.com//topic/419/where-is-the-bin-firmware-files</guid><dc:creator><![CDATA[dinoweek]]></dc:creator><pubDate>Tue, 12 Dec 2023 19:47:55 GMT</pubDate></item><item><title><![CDATA[MTLT335D IMU angular rate degraded, acceleration sensor error.]]></title><description><![CDATA[<p>Hello ACEINNA support,</p>
<p>I am using the MTLT335D IMU by ACEINNA. I have it positioned on my desktop. It is powered externally. I am successfully communicating over RS232 (NAV-VIEW) and CAN.</p>
<p>When I request Acceleration Sensor (PGN 61485, <code>0xF02D</code>), the 7 byte is <code>0x80</code>. This is &quot;Lateral Acceleration FOM=Error&quot;.</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#2DF000
(2023-10-10 09:01:50.275485)  can5  TX - -  18EAFFC8   [3]  2D F0 00
(2023-10-10 09:01:50.280401)  can5  RX - -  08F02D80   [8]  9A 7C B7 7C CC 80 80 06
</code></pre>
<p>When I request Angular Rate (PGN 61482, <code>0xF02A</code>), the 7 byte is <code>0x40</code>. This is &quot;Yaw Rate FOM (Extended Range)=Degraded&quot;.</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#2AF000
(2023-10-10 09:02:29.194594)  can5  TX - -  18EAFFC8   [3]  2A F0 00
(2023-10-10 09:02:29.196262)  can5  RX - -  0CF02A80   [8]  FD 7C FE 7C 0B 7D 40 06
</code></pre>
<p>Per Table 79 and Table 72:</p>
<p>There does not appear to be anything set in the Master BIT (below)</p>
<p>Get Master BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#54FF00
(2023-10-10 09:05:02.374915)  can5  TX - -  18EAFFC8   [3]  54 FF 00
(2023-10-10 09:05:02.378613)  can5  RX - -  18FF5480   [8]  00 00 78 56 AA AA AA AA
</code></pre>
<p>The Software BIT is interesting. Per MTLT335D Series User's Manual, Table 19, bit 28 &quot;Transmit queue overflow Error&quot; is present.</p>
<p>Get Software BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#53FF00
(2023-10-10 09:05:40.474225)  can5  TX - -  18EAFFC8   [3]  53 FF 00
(2023-10-10 09:05:40.479845)  can5  RX - -  18FF5380   [8]  00 00 00 08 AA AA AA AA
</code></pre>
<p>There does not appear to be anything set in the Hardware BIT:</p>
<p>Get Hardware BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#52FF00
(2023-10-10 09:06:14.441768)  can5  TX - -  18EAFFC8   [3]  52 FF 00
(2023-10-10 09:06:14.446138)  can5  RX - -  18FF5280   [8]  00 00 AA AA AA AA AA AA
</code></pre>
<p>For reference, Get Unit Behavior:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#59FF00
(2023-10-10 09:06:48.318967)  can5  TX - -  18EAFFC8   [3]  59 FF 00
(2023-10-10 09:06:48.322905)  can5  RX - -  18FF5980   [8]  C8 DE 84 AA AA AA AA AA
</code></pre>
<p>Also per Table 79 and Table 72, cycling power on the device does not clear Acceleration Sensor, Angular Rate byte 7 status. Each time I apply power it is the same result (<code>0x80</code> and <code>0x40</code>).</p>
<p>I have the following questions:</p>
<ul>
<li>What is causing Acceleration Sensor byte 7 and Angular Rate byte 7 to get set?</li>
<li>What causes a SW BIT &quot;Transmit queue overflow Error&quot; to happen?</li>
<li>I have &quot;7430-3003-06 User Manual MTLT335D.pdf&quot; dated &quot;Aug 9, 2023 -06 06.05&quot;. Is this the latest version?</li>
<li>Per NAV-VIEW 3.5.12, I have firmware <code>5020-3327-01 06.03</code>. Is this the latest version?</li>
<li>Per NAV-VIEW 3.5.12, &quot;Sensor Status Enable Fields, Sensor Over Range&quot; appears to be set. What causes this to happen?</li>
</ul>
<p>Kind regards,<br />
Jason Majchrzak</p>
]]></description><link>https://forum.aceinna.com//topic/414/mtlt335d-imu-angular-rate-degraded-acceleration-sensor-error</link><guid isPermaLink="true">https://forum.aceinna.com//topic/414/mtlt335d-imu-angular-rate-degraded-acceleration-sensor-error</guid><dc:creator><![CDATA[Jason Majchrzak]]></dc:creator><pubDate>Thu, 12 Oct 2023 12:35:08 GMT</pubDate></item><item><title><![CDATA[MTLT335D Acceleration Sensor Error and Angular Rate Degraded]]></title><description><![CDATA[<p>Hello ACEINNA support,</p>
<p>I am using the MTLT335D IMU by ACEINNA. I have it positioned on my desktop. It is powered externally. I am successfully communicating over RS232 (NAV-VIEW) and CAN.</p>
<p>When I request Acceleration Sensor (PGN 61485, <code>0xF02D</code>), the 7 byte is <code>0x80</code>. This is &quot;Lateral Acceleration FOM=Error&quot;.</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#2DF000
(2023-10-10 09:01:50.275485)  can5  TX - -  18EAFFC8   [3]  2D F0 00
(2023-10-10 09:01:50.280401)  can5  RX - -  08F02D80   [8]  9A 7C B7 7C CC 80 80 06
</code></pre>
<p>When I request Angular Rate (PGN 61482, <code>0xF02A</code>), the 7 byte is <code>0x40</code>. This is &quot;Yaw Rate FOM (Extended Range)=Degraded&quot;.</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#2AF000
(2023-10-10 09:02:29.194594)  can5  TX - -  18EAFFC8   [3]  2A F0 00
(2023-10-10 09:02:29.196262)  can5  RX - -  0CF02A80   [8]  FD 7C FE 7C 0B 7D 40 06
</code></pre>
<p>Per Table 79 and Table 72:</p>
<p>There does not appear to be anything set in the Master BIT (below)</p>
<p>Get Master BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#54FF00
(2023-10-10 09:05:02.374915)  can5  TX - -  18EAFFC8   [3]  54 FF 00
(2023-10-10 09:05:02.378613)  can5  RX - -  18FF5480   [8]  00 00 78 56 AA AA AA AA
</code></pre>
<p>The Software BIT is interesting. Per MTLT335D Series User's Manual, Table 19, bit 28 &quot;Transmit queue overflow Error&quot; is present.</p>
<p>Get Software BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#53FF00
(2023-10-10 09:05:40.474225)  can5  TX - -  18EAFFC8   [3]  53 FF 00
(2023-10-10 09:05:40.479845)  can5  RX - -  18FF5380   [8]  00 00 00 08 AA AA AA AA
</code></pre>
<p>There does not appear to be anything set in the Hardware BIT:</p>
<p>Get Hardware BIT:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#52FF00
(2023-10-10 09:06:14.441768)  can5  TX - -  18EAFFC8   [3]  52 FF 00
(2023-10-10 09:06:14.446138)  can5  RX - -  18FF5280   [8]  00 00 AA AA AA AA AA AA
</code></pre>
<p>For reference, Get Unit Behavior:</p>
<pre><code class="language-bash">cansend can5 18EAFFC8#59FF00
(2023-10-10 09:06:48.318967)  can5  TX - -  18EAFFC8   [3]  59 FF 00
(2023-10-10 09:06:48.322905)  can5  RX - -  18FF5980   [8]  C8 DE 84 AA AA AA AA AA
</code></pre>
<p>Also per Table 79 and Table 72, cycling power on the device does not clear Acceleration Sensor, Angular Rate byte 7 status. Each time I apply power it is the same result (<code>0x80</code> and <code>0x40</code>).</p>
<p>I have the following questions:</p>
<ul>
<li>What is causing Acceleration Sensor byte 7 and Angular Rate byte 7 to get set?</li>
<li>What causes a SW BIT &quot;Transmit queue overflow Error&quot; to happen?</li>
<li>I have &quot;7430-3003-06 User Manual MTLT335D.pdf&quot; dated &quot;Aug 9, 2023 -06 06.05&quot;. Is this the latest version?</li>
<li>Per NAV-VIEW 3.5.12, I have firmware <code>5020-3327-01 06.03</code>. Is this the latest version?</li>
<li>Per NAV-VIEW 3.5.12, &quot;Sensor Status Enable Fields, Sensor Over Range&quot; appears to be set. What causes this to happen?</li>
</ul>
<p>NAV-VIEW Capture:</p>
<p><img src="https://navview.blob.core.windows.net/forum/upload/2023-10-10_09_08_49-NAV-VIEW-lnkdxgsz.png" alt="2023-10-10 09_08_49-NAV-VIEW.png" class="img-responsive img-markdown" /></p>
<p>Read Unit Configuration shows &quot;Sensor Over Range&quot; set.</p>
<p><img src="https://navview.blob.core.windows.net/forum/upload/2023-10-10_09_10_30-Read_Unit_Configuration-lnkdy73c.png" alt="2023-10-10 09_10_30-Read Unit Configuration.png" class="img-responsive img-markdown" /></p>
<p>Your help in this matter is greatly appreciated.</p>
<p>Kind regards,<br />
Jason Majchrzak</p>
]]></description><link>https://forum.aceinna.com//topic/413/mtlt335d-acceleration-sensor-error-and-angular-rate-degraded</link><guid isPermaLink="true">https://forum.aceinna.com//topic/413/mtlt335d-acceleration-sensor-error-and-angular-rate-degraded</guid><dc:creator><![CDATA[Jason Majchrzak]]></dc:creator><pubDate>Tue, 10 Oct 2023 14:00:26 GMT</pubDate></item><item><title><![CDATA[Nav view 3.5.12]]></title><description><![CDATA[<p><a href="https://navview.blob.core.windows.net/forum/upload/NavView_3.5.12-l4mf2sjv.rar" rel="nofollow">NavView 3.5.12.rar</a></p>
]]></description><link>https://forum.aceinna.com//topic/350/nav-view-3-5-12</link><guid isPermaLink="true">https://forum.aceinna.com//topic/350/nav-view-3-5-12</guid><dc:creator><![CDATA[zrs]]></dc:creator><pubDate>Mon, 20 Jun 2022 07:29:51 GMT</pubDate></item></channel></rss>