<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitoring CAN messages at the input in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1456088#M7282</link>
    <description>&lt;P&gt;check this out :&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M467" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M467&lt;/A&gt;3&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 06:17:00 GMT</pubDate>
    <dc:creator>Lawrence485</dc:creator>
    <dc:date>2022-05-11T06:17:00Z</dc:date>
    <item>
      <title>Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M4673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a S32k board and I want to monitor the number of CAN messages I am receiving at the input of my communication system. It doesn't matter if it only gives me the number of messages or the ID of the CAN messages I am receiving. How can I do this? I was trying to implement a counter but no success. Any ideas ?&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I would like to know how to do it from the S32DS, I am guessing it can be done from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, I am having trouble finding the project for importing it into the DS, I am not finding it anywhere so I asumme I am not exporting it correctly.. which is the extension it is supposed to have?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juliana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 09:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M4673</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-08-28T09:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075792#M4674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/juliana.rojas3062@ctag.com"&gt;juliana.rojas3062@ctag.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you receive any of the messages over CAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the importing issue, the model generates in the Matlabs current&amp;nbsp;directory,&amp;nbsp;&amp;nbsp;a folder with the same name as the model, ended in _mbd_rtw. In that folder, you should be able to find the ProjectInfo.xml file that helps you importing the generated code in the S32DS code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111253iD31384CD20A1ACDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111323i2FBE967D64647844/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075792#M4674</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2020-08-28T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1132835#M4952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. Yes, I do receive CAN. Let me explain, I am receiving a lot of CAN messages at a high speed. So the problem is that when I echo them back, there are a lot of lost messages. Now, I don't know why, and that's what I am trying to figure out. First I am trying to be sure that the messages arrive to the board, so that's why I am trying to make&amp;nbsp; a counter. I guess it's easier to get this data from the Design Studio, but I am having issues with it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the S32DS, yes, that worked. Now when I try to build the code I get this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_0-1598938073340.jpeg" style="width: 687px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/123793i3412E337055F61DF/image-dimensions/687x79?v=v2" width="687" height="79" role="button" title="juliana_rojas30_0-1598938073340.jpeg" alt="juliana_rojas30_0-1598938073340.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea what can that be about?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 05:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1132835#M4952</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-01T05:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1133685#M4957</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Updating this, I was able to count the messages arriving to the board by implementing a custom made counter. Now, as I am sure they don't get lost there, I am trying to understand how MB work in order to manipulate them for the transmission process, maybe this can help me improve the percentage of echoed messages. Can you give me a explanation of how the MB work? As I understand I can use the MB4-Mb15 am I wrong? I read the manual but it doesn't any clearer for me tbh.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 05:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1133685#M4957</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-02T05:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1133718#M4958</link>
      <description>&lt;P&gt;I forgot to add, now, the issue is this: I solved the problem with the transmission of messages. But, now I see a lot of more messages in the echo channel than in the original one. I checked the log and apparently, some of the 2B messages are being echoed twice (I guess that because of their size the code is expecting a bigger one so it just sends two of them). How can this be solved?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 06:06:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1133718#M4958</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-02T06:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1456088#M7282</link>
      <description>&lt;P&gt;check this out :&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M467" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1075791#M467&lt;/A&gt;3&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 06:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1456088#M7282</guid>
      <dc:creator>Lawrence485</dc:creator>
      <dc:date>2022-05-11T06:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1625278#M8116</link>
      <description>&lt;P&gt;Thanks for share this post !!!!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 11:54:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1625278#M8116</guid>
      <dc:creator>Louis21Chamberlain</dc:creator>
      <dc:date>2023-03-30T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CAN messages at the input</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1669165#M8278</link>
      <description>&lt;P&gt;As i know t&lt;SPAN&gt;he CAN bus analyzer is connected to the CAN bus network using appropriate hardware interfaces, such as a CAN interface module or a USB-to-CAN adapter. Once connected, the analyzer captures and interprets the CAN messages being transmitted on the bus.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.prepaidgiftbalance.vip/" target="_self"&gt;&lt;SPAN&gt;PrepaidGiftBalance&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 05:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Monitoring-CAN-messages-at-the-input/m-p/1669165#M8278</guid>
      <dc:creator>Perkiden34</dc:creator>
      <dc:date>2023-06-15T05:11:12Z</dc:date>
    </item>
  </channel>
</rss>

