<?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: Pallet label in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541497#M48138</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Currently, I would just use the first option of the label because I am not sure what you are wanting accomplish with the information. &lt;/P&gt;&lt;P&gt;The script I gave you was just in case you found that useful.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Jul 2022 03:37:30 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2022-07-28T03:37:30Z</dc:date>
    <item>
      <title>Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541493#M48134</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi, I have a model where I want to show the pallet status whether it is empty or not by creating label.&lt;/P&gt;
 &lt;P&gt;once the box is present in pallet it should show full pallet. once box is removed it should show empty pallet status. How can I assign it.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/55572-pallet-status.fsm" target="_blank"&gt;pallet status.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Jul 2022 10:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541493#M48134</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-07-26T10:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541494#M48135</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;For what purpose do you want to use the label? As I see it, if you have access to the label, you must also have access to the object itself, so why not just read the content directly whenever you need it?&lt;P&gt;Having a label seems unnecessarily complicated. Because I can't think of a general event that would indicate the last item leaving. To update the label you would have to check the content each time an item is removed from the pallet.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jul 2022 06:00:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541494#M48135</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-27T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541495#M48136</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/34096/priyankag.html" nodeid="34096"&gt;@mary&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can add a label to the FlowItem. Then in the model you can add triggers that set the value to 1 for Full and 0 for empty at times you know the pallet is being filled and emptied.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1658936495133.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511703iD675760B7F39FCB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1658936495133.png" alt="1658936495133.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another way to access and see if the pallet has contents is &lt;/P&gt;&lt;PRE&gt;Pallet.subnodes.length&lt;/PRE&gt;&lt;P&gt;Pallet is the reference to the pallet&lt;/P&gt;&lt;P&gt;subnodes is the array what is contained in the pallet&lt;/P&gt;&lt;P&gt;length returns the length of the array which is also the number of items contained in the pallet&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:47:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541495#M48136</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-07-27T15:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541496#M48137</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; where shall i add the Pallet.subnodes.length in my model 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541496#M48137</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-07-28T03:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541497#M48138</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Currently, I would just use the first option of the label because I am not sure what you are wanting accomplish with the information. &lt;/P&gt;&lt;P&gt;The script I gave you was just in case you found that useful.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:37:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541497#M48138</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-07-28T03:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541498#M48139</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; Can you send a first option sample model.
&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:40:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541498#M48139</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-07-28T03:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541499#M48140</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/55721-pallet-status-1.fsm" target="_blank"&gt;pallet-status_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2022 16:36:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541499#M48140</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-07-28T16:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pallet label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541500#M48141</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/34096/priyankag.html" nodeid="34096"&gt;@mary&lt;/A&gt;, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Aug 2022 18:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pallet-label/m-p/13541500#M48141</guid>
      <dc:creator>andrew_o2</dc:creator>
      <dc:date>2022-08-02T18:22:12Z</dc:date>
    </item>
  </channel>
</rss>

