<?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: How to use 'Up' in the label value in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506128#M20168</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/730/kari.p.html" nodeid="730"&gt;@Kari Payton&lt;/A&gt; Sorry for my delayed response.&lt;/P&gt;
&lt;P&gt;I will try. I am working on logistics project. Model has provided input through global tables and in total there are 170 flowitems. Input table has different values of length, width, height, item number etc to flowitem. Whenever token passes, I want to assign it the respective cell's value of length, width and height. &lt;/P&gt;
&lt;P&gt;For now, I did it in writing FlexScript but I was checking if there any other easy way to do that.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 20:39:05 GMT</pubDate>
    <dc:creator>pranav_purohit</dc:creator>
    <dc:date>2017-04-10T20:39:05Z</dc:date>
    <item>
      <title>How to use 'Up' in the label value</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506124#M20164</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I want the label to read the value of width and length from input table for every particular module that is created.&lt;/P&gt;
&lt;P&gt;I read about the 'up' logic in Label value. &lt;/P&gt;
&lt;P&gt;If that will help me here, please help me with how to use it.&lt;/P&gt;
&lt;P&gt;Also any other suggestions that would work better for the logic are welcome.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pranav&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 16:59:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506124#M20164</guid>
      <dc:creator>pranav_purohit</dc:creator>
      <dc:date>2017-04-06T16:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'Up' in the label value</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506125#M20165</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/2464/pranav.p.html" nodeid="2464"&gt;@Pranav Purohit&lt;/A&gt;. From my understanding the up command references the parent node for child tokens. If you want to read the values from a table you can use the command gettablenum("table name", row number, column number).&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:28:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506125#M20165</guid>
      <dc:creator>kari_payton</dc:creator>
      <dc:date>2017-04-06T19:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'Up' in the label value</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506126#M20166</link>
      <description>&lt;P&gt;Thank you very much for your response.&lt;/P&gt;
&lt;P&gt;This is exactly what I need. But the above logic will return value for particular cell. My model input has 170 rows and token should read the label value one by one as row proceeds. Is there any other code that might be useful?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 23:15:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506126#M20166</guid>
      <dc:creator>pranav_purohit</dc:creator>
      <dc:date>2017-04-06T23:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'Up' in the label value</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506127#M20167</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/2464/pranav.p.html" nodeid="2464"&gt;@Pranav Purohit&lt;/A&gt; are you able to post an example?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 13:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506127#M20167</guid>
      <dc:creator>kari_payton</dc:creator>
      <dc:date>2017-04-07T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'Up' in the label value</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506128#M20168</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/730/kari.p.html" nodeid="730"&gt;@Kari Payton&lt;/A&gt; Sorry for my delayed response.&lt;/P&gt;
&lt;P&gt;I will try. I am working on logistics project. Model has provided input through global tables and in total there are 170 flowitems. Input table has different values of length, width, height, item number etc to flowitem. Whenever token passes, I want to assign it the respective cell's value of length, width and height. &lt;/P&gt;
&lt;P&gt;For now, I did it in writing FlexScript but I was checking if there any other easy way to do that.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 20:39:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-up-in-the-label-value/m-p/13506128#M20168</guid>
      <dc:creator>pranav_purohit</dc:creator>
      <dc:date>2017-04-10T20:39:05Z</dc:date>
    </item>
  </channel>
</rss>

