<?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>Model-Based Design Toolbox (MBDT)中的主题 Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2109387#M10271</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251177"&gt;@as2025&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your interest into Model-Based Design Toolbox for S32K3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Besides the error that occurs during the toolbox installation verification, have you tried activating the license and using the toolbox? We will attempt to reproduce the issue you encountered, but please try using the toolbox itself to see if there are any problems there or if the installation validation is simply incorrect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let us know about the progress,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2025 09:39:13 GMT</pubDate>
    <dc:creator>dragostoma</dc:creator>
    <dc:date>2025-06-03T09:39:13Z</dc:date>
    <item>
      <title>Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2108842#M10270</link>
      <description>&lt;P&gt;I'm encountering an error when using the&amp;nbsp;"Verify MBD Toolbox Installation"&amp;nbsp;button in the&amp;nbsp;NXP Support Package for &lt;STRONG&gt;S32K3 (v1.6.0)&amp;nbsp;on&amp;nbsp;MATLAB R2024b.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="as2025_0-1748889689701.png" style="width: 356px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/340924i5D5366F4D34387D9/image-dimensions/356x335?v=v2" width="356" height="335" role="button" title="as2025_0-1748889689701.png" alt="as2025_0-1748889689701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here’s the error trace:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt;&amp;gt; NXP_Support_Package_S32K3
Error using contains
First argument must be text.

Error in NXP_Support_Package_S32K3/OpenToolbox_Callback (line 250)
                result(i) = contains(toolboxes(i).Name, 'NXP_MBDToolbox_S32K3');
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 165)
                callback(appOrUserComponent, event);
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.apps.AppBase&amp;gt;@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 60)
            newCallback = @(source, event)executeCallback(ams, ...
                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.UicontrolRedirectStrategy/executeCallback (line 203)
                    feval(callback{1}, src, event, callback{2:end});
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.PushButtonRedirectStrategy/handleCallbackFired (line 13)
            executeCallback(obj, src, event);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.PushButtonRedirectStrategy&amp;gt;@(varargin)obj.handleCallbackFired(varargin{:}) (line 19)
            component.ButtonPushedFcn = @obj.handleCallbackFired;
                                         ^^^^^^^^^^^^^^^^^^^^^^^
 
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.&lt;/LI-CODE&gt;&lt;P&gt;I did confirm manually if the toolbox is installed:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt;&amp;gt; disp(matlab.addons.installedAddons)
               Name                Version    Enabled                  Identifier              
    ___________________________    _______    _______    ______________________________________

    "NXP_Support_Package_S32K3"    "1.6.0"     true      "7addb8fc-087e-4490-b128-67745df27cab"
    "MATLAB Coder"                 "24.2"      true      "ME"                                  
    "Simulink"                     "24.2"      true      "SL"                                  
    "Simulink Coder"               "24.2"      true      "RT"                                  
    "NXP_MBDToolbox_S32K3"         "1.6.0"     true      "7ac8b4ba-7b61-44b0-a91d-5925288823f8"
    "AUTOSAR Blockset"             "24.2"      true      "AS"                                  
    "Stateflow"                    "24.2"      true      "SF"                                  
    "Embedded Coder"               "24.2"      true      "EC"                       &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 18:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2108842#M10270</guid>
      <dc:creator>as2025</dc:creator>
      <dc:date>2025-06-02T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2109387#M10271</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251177"&gt;@as2025&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your interest into Model-Based Design Toolbox for S32K3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Besides the error that occurs during the toolbox installation verification, have you tried activating the license and using the toolbox? We will attempt to reproduce the issue you encountered, but please try using the toolbox itself to see if there are any problems there or if the installation validation is simply incorrect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let us know about the progress,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 09:39:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2109387#M10271</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2025-06-03T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2109598#M10273</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199423"&gt;@dragostoma&lt;/a&gt;&amp;nbsp;I get a similar issue when trying to activate the NXP MBD Toolbox:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Error using contains
First argument must be text.

Error in NXP_Support_Package_S32K3/ActivateLicense_Callback (line 320)
                    result(i) = contains(toolboxes(i).Name, 'NXP_MBDToolbox_S32K3');
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 165)
                callback(appOrUserComponent, event);
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.apps.AppBase&amp;gt;@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 60)
            newCallback = @(source, event)executeCallback(ams, ...
                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.UicontrolRedirectStrategy/executeCallback (line 203)
                    feval(callback{1}, src, event, callback{2:end});
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.PushButtonRedirectStrategy/handleCallbackFired (line 13)
            executeCallback(obj, src, event);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.ui.internal.controller.uicontrol.PushButtonRedirectStrategy&amp;gt;@(varargin)obj.handleCallbackFired(varargin{:}) (line 19)
            component.ButtonPushedFcn = @obj.handleCallbackFired;
                                         ^^^^^^^^^^^^^^^^^^^^^^^
 
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.

&amp;gt;&amp;gt; &lt;/LI-CODE&gt;
&lt;P&gt;And so this causes an error in verifying the MBDT License:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="as2025_0-1748960235135.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/341134i27AB1B2856947E40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="as2025_0-1748960235135.png" alt="as2025_0-1748960235135.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since the issue seemed to do with activation of the toolbox, I haven't tried actually using the toolbox. I can try that and update you on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 15:44:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2109598#M10273</guid>
      <dc:creator>as2025</dc:creator>
      <dc:date>2025-07-15T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2138661#M10356</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251177"&gt;@as2025&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I just had the same problem with the 1.5.0 version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In NXP_Support_Package_S32K3xx.m, replace these lines :&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;result(i) = contains(toolboxes(i).Name, 'NXP_MBDToolbox_S32K3xx');&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;with:&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;if isempty(toolboxes(i).Name)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;result(i) = contains(toolboxes(i).Name, 'NXP_MBDToolbox_S32K3xx');&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;In my case, it seems like the toolboxes variable had an empty member, which caused the error.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexCloutierDyname_0-1753212718436.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/348887i6121C39B02A805D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexCloutierDyname_0-1753212718436.png" alt="AlexCloutierDyname_0-1753212718436.png" /&gt;&lt;/span&gt;&lt;P&gt;Your toolbox list seems to have this too (notice the empty space before the first toolbox in the list).&lt;/P&gt;&lt;P&gt;You need to do this replacement three times in the .m.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2138661#M10356</guid>
      <dc:creator>AlexCloutierDyname</dc:creator>
      <dc:date>2025-07-22T19:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2163679#M10419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a work around for this? I tried installing the version 1.6.0 few times and i am not able to navigate the issue&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;yr1205&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:35:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2163679#M10419</guid>
      <dc:creator>yr1205</dc:creator>
      <dc:date>2025-09-04T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2163690#M10420</link>
      <description>&lt;P&gt;Having the same issue,still cant install the toolbox.&lt;BR /&gt;i tried changing the callback function and got a error message showing toolbox not found on path but it is actually available in the path it is mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2163690#M10420</guid>
      <dc:creator>Akil_Visai</dc:creator>
      <dc:date>2025-09-04T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2173964#M10435</link>
      <description>&lt;P&gt;Use shorter installation path. Go to settings-&amp;gt;Add-ons on MATLAB home page and choose a smaller path for installation. i had the same issue, its now resolves. Currently i am using MATLAB 2025a version&lt;/P&gt;&lt;P&gt;Note: Before doing this uninstall the nxp ad ons and go to the default matlab toolbox folder and delete the nxp support folder of s32k3xx or s32k1xx, then choose new shorter location for installation (these things should be done manually) otherwise while installation you will get the message that uninstall or delete previously installed nxp toolbox&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 05:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2173964#M10435</guid>
      <dc:creator>Paul50000</dc:creator>
      <dc:date>2025-09-23T05:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2173967#M10436</link>
      <description>&lt;P&gt;This error occurs because of longer installation path. Go to settings-&amp;gt;Add-ons on MATLAB home page and select a shorter installation path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: before reinstalling the add-ons. go to the default add-ons folder and delete the nxp s32k3xx or s32k1xx support packages folder, otherwise you might face another error which states delete previous version of nxp package. therefore, you might not be able to verify the installation and activate license&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 05:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2173967#M10436</guid>
      <dc:creator>Paul50000</dc:creator>
      <dc:date>2025-09-23T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in OpenToolbox_Callback When Verifying MBDT Installation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2181675#M10442</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251177"&gt;@as2025&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254444"&gt;@Akil_Visai&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254447"&gt;@yr1205&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252967"&gt;@AlexCloutierDyname&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have recently released a new version of the toolbox (&lt;A href="https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/NXP-Model-Based-Design-Toolbox-for-S32K3-version-1-7-0-Product/ta-p/2177988" target="_self"&gt;&lt;STRONG&gt;Model-Based Design Toolbox for S32K3 version 1.7.0&lt;/STRONG&gt;&lt;/A&gt;). You may upgrade to this version and try reinstalling the toolbox using the Support Package installer. Please note once again that the toolbox can also be installed without using the Support Package utility—simply by dragging and dropping the .mltbx file. This method allows you to use the toolbox without encountering the verification issues experienced previously.&lt;/P&gt;
&lt;P&gt;Please let us know about the progress.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dragos&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 07:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Error-in-OpenToolbox-Callback-When-Verifying-MBDT-Installation/m-p/2181675#M10442</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2025-10-08T07:11:16Z</dc:date>
    </item>
  </channel>
</rss>

