<?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 can I use globaltable to set position in a rack? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559519#M62318</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There are some major changes between FlexSim 17 and 19.&lt;/P&gt;&lt;PRE&gt;itemtype doesn't exist anymore as an attribute&amp;nbsp;
Now: item.Type &amp;nbsp;where Type is just a label
++++
Table.query(...) with dumpquery(reftable("myResult"),1)
Now: Table forDump = Table.query(...);
&amp;nbsp; &amp;nbsp; &amp;nbsp;forDump.cloneTo(Table("myResult");
++++
reftable("myGlobalTable")
Now: Table("myGlobalTable")&lt;/PRE&gt;&lt;P&gt;I made those changes in attached model only for Queue1. Because the method cloneTo() cannot work with an empty table, I changed some code lines, too.&lt;/P&gt;&lt;P&gt;Additionally I copy the base table on reset to cellsTbl. And because I didn't find an error fast, I changed the random distributed interarrival times to a constant value. And there is now a Queue3 in the model to receive items not storable.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/29077-20200529-jv.fsm" target="_blank"&gt;20200529-JV.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 29 May 2020 12:06:30 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2020-05-29T12:06:30Z</dc:date>
    <item>
      <title>How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559509#M62308</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.1.6 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi,&lt;/P&gt;
 &lt;P&gt;I'm working on the simulation of a warehouse. I want to assign my strategy in the rack. Can I use globaltable to set my specific position? And how to do it,please help me!!&lt;/P&gt;
 &lt;P&gt;Thank you.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:43:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559509#M62308</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-04-22T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559510#M62309</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There are a lot of ways to do warehouse simulation in FlexSim. You can use tokens that are connected to each location or the rack's logic itself or labels on items. Do you have a model that you're working with already? And could you also show the table that you're using to set positions? That will help us provide the best answer for your needs. &lt;/P&gt;&lt;P&gt;As an additional note: beginning in FlexSim 2020, there are additional warehousing tools, specifically custom racks, that make things easier.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Apr 2020 18:48:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559510#M62309</guid>
      <dc:creator>tanner_p</dc:creator>
      <dc:date>2020-04-23T18:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559511#M62310</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The rack placement needs a bay and a level to identify a rack cell. If a table organizes the cell management, you put labels for bay and level at the items, which you evaluate in the rack functions Place in Bay and Place in Level. There is a Pick List Option to choose By Expression where you read the labels for bay or level. Your table contains all cells, the address by level, by bay, state if being filled or empty. BEFORE an item enters the rack object, a logic will find a suitable cell in your rack table, update the table data, and assign the labels at the item to be read in place in bay and level function in the rack object.&lt;/P&gt;&lt;P&gt;If you need a more detailed answer, then we need a simplified model of your task, that has got relevant data implemented like &lt;A rel="user" href="https://answers.flexsim.com/users/8186/tannerp.html" nodeid="8186"&gt;@tanner.p&lt;/A&gt; suggested.&lt;/P&gt;&lt;P&gt;There are many other concepts to manage rack placement like rack cell labels, lists, process flow tokens. But in the end you will always need a bay and a level to identify a cell. And if you update to a version beginning with 19.2 you will identify instead of a cell a slot that is hierarchy level deeper in an address scheme. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Apr 2020 04:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559511#M62310</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-04-24T04:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559512#M62311</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;DIV class="fr-view clearfix"&gt;
  &lt;P&gt;Thank u for your help! But I still can't know how to do it. Following is my model sample,and global table "rack1" is that I want to set specific place for "itemt ype1" and "itemt ype2".&lt;/P&gt;
  &lt;P&gt;please tell me how to do it in flexsim 2017? thank you so much!!&lt;/P&gt;
  &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/27680-specific-location-for-different-item.fsm" target="_blank"&gt;specific location for different item.fsm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27694-specific-place.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501891i8B7E4FC6B753DCF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="27694-specific-place.png" alt="27694-specific-place.png" /&gt;&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:59:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559512#M62311</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-04-27T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559513#M62312</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;here is an example to get bay and level from a global table to labels at items. Example is from FlexSim 17.0, because I haven't installed 17.1. Additionally I mark cells already been selected. And I give cells free, when an item leaves the rack. The code is in Send To Port in Queue in front of racks' flow.&lt;/P&gt;&lt;P&gt;If you reset the model, when there are items stored, you have to update the cellsTbl manually to work as intended. Populated cells values are a bit greater than empty cells. The value in the cells are set to match with the itemtype.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/27717-find-cell-by-table.fsm" target="_blank"&gt;find_cell_by_table.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:39:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559513#M62312</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-04-27T17:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559514#M62313</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/14591/jun-weip.html" nodeid="14591"&gt;@JUN-WEI P&lt;/A&gt;, answer enhanced by an example model in a comment. If you need help on the model, then please ask, where you need help!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:09:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559514#M62313</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-04-27T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559515#M62314</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; Thank u so much for your help! I will try to excute.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:35:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559515#M62314</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-04-30T08:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559516#M62315</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/8186/tannerp.html" nodeid="8186"&gt;@tanner.p&lt;/A&gt; thank u for your help. I will try to excute!!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:36:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559516#M62315</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-04-30T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559517#M62316</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt;Excuse me!! I still try to do it, but I can't totally understand "The code is in Send To Port in Queue ". Can u describe how to set the "cellsTbl" and "dump" and how to query? &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 08:47:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559517#M62316</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-05-29T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559518#M62317</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Following is my test model, I reference your step, but I didn't know where is the problem.&lt;/P&gt;
 &lt;P&gt;Please help, thanls.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/29073-20200529.fsm" target="_blank"&gt;20200529.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 08:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559518#M62317</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-05-29T08:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559519#M62318</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There are some major changes between FlexSim 17 and 19.&lt;/P&gt;&lt;PRE&gt;itemtype doesn't exist anymore as an attribute&amp;nbsp;
Now: item.Type &amp;nbsp;where Type is just a label
++++
Table.query(...) with dumpquery(reftable("myResult"),1)
Now: Table forDump = Table.query(...);
&amp;nbsp; &amp;nbsp; &amp;nbsp;forDump.cloneTo(Table("myResult");
++++
reftable("myGlobalTable")
Now: Table("myGlobalTable")&lt;/PRE&gt;&lt;P&gt;I made those changes in attached model only for Queue1. Because the method cloneTo() cannot work with an empty table, I changed some code lines, too.&lt;/P&gt;&lt;P&gt;Additionally I copy the base table on reset to cellsTbl. And because I didn't find an error fast, I changed the random distributed interarrival times to a constant value. And there is now a Queue3 in the model to receive items not storable.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/29077-20200529-jv.fsm" target="_blank"&gt;20200529-JV.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 12:06:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559519#M62318</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-05-29T12:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559520#M62319</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; thank u for your help. I'm already update my FlexSim version to 19 and I will try to excute.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 13:54:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559520#M62319</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-05-29T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559521#M62320</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/14591/jun-weip.html" nodeid="14591"&gt;@JUN-WEI P,&lt;/A&gt; I know, because your uploaded model was built in flexSim 19.0, that is why I write my comment pointing to the differences between these two versions. But if you upgrade to Flexsim 19.2.4, then there is a complete new warehousing class. Then you can forget the table approach completely, because there is internally a more advanced backend to manage the distribution of items into many storage zones.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 14:08:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559521#M62320</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-05-29T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559522#M62321</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; I stll have FlexSim19.0, so I think I will just do I want in this version. thank u so much! But can u show me if I use FlexSim19.2.4 what can I do the location distribution easier. It make me exciting!!&lt;/P&gt;
 &lt;P&gt;By the way, I still have some problem in my Mmodel.I follow your steps and it can do it sucessfully, but I want to know if I have 2 racks and just one vehicle and one queue like the following model, how can I do the same things in my different location assignment("cellsTbl1 &amp;amp; cellsTbl2").And I want my assignment for random not the DESC.Please help and thank you so much!!&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/29099-20200530.fsm" target="_blank"&gt;20200530.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 06:10:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559522#M62321</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-05-30T06:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559523#M62322</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can think about a different structure of a query. Currently you transfer the front face of a rack into a table. Actually you need this structure only to mark cells to match with attributes. Later it is easier to find a cell if you have a table which contains unique columns for levels, bays and racks. You flatten the structure like I started in my &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/answers/70064/view.html" target="_blank"&gt;post&lt;/A&gt; here. But you don‘t do it over the racks but over the base tables and the rack objects. In the end you will get a table, which has got a unique column for an index, all bays, all levels, all racks, type, occupied state and other attributes if you like. Then you do a table query to get a not-occupied cell. And the result is the index, maybe the rack object, bay and level. But important is only the index, because other needed attribute values are bound to the row by the index. &lt;/P&gt;&lt;P&gt;You extract by the index value the rack object or output port in the queue, bay, level and transfer this in the Send To port function to release the item through the right port, and to assign labels for bay, level and index at the item. After that you mark the cell as occupied in the table.&lt;/P&gt;&lt;P&gt;On Exit of the rack you reset the occupied state in the table, because the index in label of the item tells you the row to change the value. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 07:10:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559523#M62322</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-05-30T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559524#M62323</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Can you use my model and demo for me? I stilI can't understand how to do it, thank u.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 07:52:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559524#M62323</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-05-30T07:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559525#M62324</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Perhaps you create a new question. There you describe exactly, what is your problem? Maybe you identify a solution, when you describe the problem yourself.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 11:18:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559525#M62324</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-05-30T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use globaltable to set position in a rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559526#M62325</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;OK, thank you. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Jun 2020 07:58:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-use-globaltable-to-set-position-in-a-rack/m-p/13559526#M62325</guid>
      <dc:creator>jun_wei_p</dc:creator>
      <dc:date>2020-06-02T07:58:06Z</dc:date>
    </item>
  </channel>
</rss>

