<?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 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><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 06:29:32 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/413.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Oct 2023 14:00:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MTLT335D Acceleration Sensor Error and Angular Rate Degraded on Tue, 10 Oct 2023 14:00:26 GMT]]></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//post/1566</link><guid isPermaLink="true">https://forum.aceinna.com//post/1566</guid><dc:creator><![CDATA[Jason Majchrzak]]></dc:creator><pubDate>Tue, 10 Oct 2023 14:00:26 GMT</pubDate></item></channel></rss>