<?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: Problem with setting Callback node for MQTT connection in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589987#M86058</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/9429/fionak.html" nodeid="9429"&gt;@Fiona Kattenstroth&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.&lt;/P&gt;&lt;P&gt;If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can &lt;A href="https://flexs.im/contact"&gt;contact your local FlexSim distributor&lt;/A&gt; for phone or email help.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 17 Jun 2024 16:38:24 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2024-06-17T16:38:24Z</dc:date>
    <item>
      <title>Problem with setting Callback node for MQTT connection</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589983#M86054</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;I have an issue with setting the callback node for my MQTT connection over FlexScript. First I set up the client like it's said in the user manual. That worked fine, I tested a couple of messages sent from the FlexSim model to my MQTT broker. Then I tried to receive a message from the broker using the client from the treenode with getMessage(). This also worked fine. Just the next step with setting up the default callback caused problems. I wanted it to listen to the broker and give me the topic and message whenever something is published on the broker, but I don't get any info. Maybe I messed it up during the configuration. This is how my callback node looks like (it's also linked in the client treenode).&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2024-05-21-15h46-11.jpeg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524002i83CC86F579826569/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-05-21-15h46-11.jpeg" alt="2024-05-21-15h46-11.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Unfortunately I cannot upload the whole model. &lt;BR /&gt;It'd be really helpful, if you see my mistake or if someone can provide a model with a working callback node, so I can compare if mine is set up correctly. Thank you in advance.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 May 2024 13:58:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589983#M86054</guid>
      <dc:creator>fiona_k</dc:creator>
      <dc:date>2024-05-21T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with setting Callback node for MQTT connection</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589984#M86055</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Have you built the node as FlexScript?  Did you remove the getMessage call?  The syntax looks correct.  &lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2024 09:37:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589984#M86055</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-05-29T09:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with setting Callback node for MQTT connection</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589985#M86056</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 I did both, but still don't get anything printed
&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:17:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589985#M86056</guid>
      <dc:creator>fiona_k</dc:creator>
      <dc:date>2024-06-10T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with setting Callback node for MQTT connection</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589986#M86057</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's an example you can use to cross reference. It has two scripts - one to publish to the broker and another to subscribe to the topic. To test it I would first publish (retaining the message) and then subscribe to check you can receive the message.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83538-testmosquittoeclipseproject.fsm" target="_blank"&gt;TestMosquittoEclipseProject.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jun 2024 09:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589986#M86057</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-10T09:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with setting Callback node for MQTT connection</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589987#M86058</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/9429/fionak.html" nodeid="9429"&gt;@Fiona Kattenstroth&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.&lt;/P&gt;&lt;P&gt;If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can &lt;A href="https://flexs.im/contact"&gt;contact your local FlexSim distributor&lt;/A&gt; for phone or email help.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jun 2024 16:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-setting-callback-node-for-mqtt-connection/m-p/13589987#M86058</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-06-17T16:38:24Z</dc:date>
    </item>
  </channel>
</rss>

