<?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 define rack as a flow item and bring rack with agv and put box? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564930#M66655</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Ok,the needed steps are&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;open flow item bin.&lt;/LI&gt;&lt;LI&gt;make a copy of a flow item.&lt;/LI&gt;&lt;LI&gt;highlight the flow item in window. It is yellow framed. &lt;/LI&gt;&lt;LI&gt;make this object to an selected object from the right mouse button menu. Then you have a functional reference to this flow item by so()&lt;/LI&gt;&lt;LI&gt;you drag a rack into your model. It has got the reference &lt;CODE&gt;Model.find(“Rack1”)&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;you need to execute a command to move the rack into the flow item. In licensed version you use the script console window. In an express license you put the code into a reset trigger.&lt;PRE&gt;moveobject(Model.find(“Rack1”),so());&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;run the script window or press reset to execute the reset source code.&lt;/LI&gt;&lt;LI&gt;once the code is executed, please remove it from the reset trigger.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;then the object rack is inside of the flow item.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 23 Jan 2021 19:53:39 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2021-01-23T19:53:39Z</dc:date>
    <item>
      <title>how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564928#M66653</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.0.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Please help me&lt;BR /&gt;i am newbie&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;1. I want to use rack as a flow item executer .&lt;BR /&gt;2. Rack will Bring with agv to take the box with robot.&lt;/P&gt;
 &lt;P&gt;3. and 3 box in the rack will put in the output queue&lt;BR /&gt;&lt;BR /&gt;do i need to make flow item ?&lt;BR /&gt;Can someone help me, please&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/36213-2.fsm" target="_blank"&gt;2.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 23 Jan 2021 19:14:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564928#M66653</guid>
      <dc:creator>M10811061</dc:creator>
      <dc:date>2021-01-23T19:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564929#M66654</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Why would you do this? It is possible to move an object into a flow item. But as long as you don’t need the statistical output or the functionality to call taskexecuters for transport, you can do simply a storage operation in a container flow item like a pallet or tote.&lt;/P&gt;&lt;P&gt;If you need a dynamic rack system to spare aisle space, you can put a rack into a taskexecuter. Or you need a robot to move on a railway, then you combine objects. But to put a box into a rack and move the rack as a flow item, I don’t see the need from your description. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/answers/25619/view.html" target="_blank"&gt;Here you find an animated gif&lt;/A&gt; which uses pallet flow items just with a shape looking like a rack.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 23 Jan 2021 19:28:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564929#M66654</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-01-23T19:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564930#M66655</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Ok,the needed steps are&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;open flow item bin.&lt;/LI&gt;&lt;LI&gt;make a copy of a flow item.&lt;/LI&gt;&lt;LI&gt;highlight the flow item in window. It is yellow framed. &lt;/LI&gt;&lt;LI&gt;make this object to an selected object from the right mouse button menu. Then you have a functional reference to this flow item by so()&lt;/LI&gt;&lt;LI&gt;you drag a rack into your model. It has got the reference &lt;CODE&gt;Model.find(“Rack1”)&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;you need to execute a command to move the rack into the flow item. In licensed version you use the script console window. In an express license you put the code into a reset trigger.&lt;PRE&gt;moveobject(Model.find(“Rack1”),so());&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;run the script window or press reset to execute the reset source code.&lt;/LI&gt;&lt;LI&gt;once the code is executed, please remove it from the reset trigger.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;then the object rack is inside of the flow item.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 23 Jan 2021 19:53:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564930#M66655</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-01-23T19:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564931#M66656</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;UL&gt;&lt;LI&gt;make this object to an selected object from the right mouse button menu. Then you have a functional reference to this flow item by so()&lt;BR /&gt;&lt;BR /&gt;i don't understand this step.&lt;BR /&gt;may you help me ?&lt;/LI&gt;&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Jan 2021 08:15:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564931#M66656</guid>
      <dc:creator>M10811061</dc:creator>
      <dc:date>2021-01-24T08:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564932#M66657</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;you press and hold the right mouse button then a menu pops up (Context menu). There you choose set as selected object. Otherwise you have to set a string path to the flow item in the bin. This path is much longer than simply the name in the model. You need access to the tree feature. It is only available in licensed version or you copy the path from the context menu and edit the string that it fits to the container node “Model” for the method &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/19.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Tree/treenode.html#Method-find" target="_blank"&gt;find&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Jan 2021 11:02:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564932#M66657</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-01-24T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564933#M66658</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If you own a licensed version you can forget all coding and use a tool instead. The tool is found in Edit in Main Menu. The tool is called &lt;EM&gt;Edit Selected Objects. &lt;/EM&gt;You find it in the right pane. The function is called “&lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/19.0/Reference/Tools/EditSelected/" target="_blank"&gt;Move into Highlighted&lt;/A&gt;”. You select the rack by hold CTRL-key or SHIFT-key in the 3D view window. The object is surrounded by a read wireframe. You highlight the flow item in flow item bin 3D view window that it gets a surrounding yellow wireframe and you press the field “Highligthed” in the tool &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/19.0/Reference/Tools/EditSelected/" target="_blank"&gt;Edit Selected Object&lt;/A&gt;. Then the Rack is moved into the treenode of the Flow item in the flow item bin. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Jan 2021 11:31:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564933#M66658</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-01-24T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to define rack as a flow item and bring rack with agv and put box?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564934#M66659</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/27493/ilhams2.html" nodeid="27493"&gt;@Ilham S2&lt;/A&gt;, was Jörg Vogel's answer helpful? If so, please click the red "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;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jan 2021 18:04:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-define-rack-as-a-flow-item-and-bring-rack-with-agv-and/m-p/13564934#M66659</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2021-01-27T18:04:04Z</dc:date>
    </item>
  </channel>
</rss>

