question

Ilham avatar image
0 Likes"
Ilham asked Ben Wilson commented

how to define rack as a flow item and bring rack with agv and put box?

Please help me
i am newbie


1. I want to use rack as a flow item executer .
2. Rack will Bring with agv to take the box with robot.

3. and 3 box in the rack will put in the output queue

do i need to make flow item ?
Can someone help me, please

2.fsm

FlexSim 19.0.0
flexsim 19.0.0rack with agv
2.fsm (70.4 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

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.

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. Here you find an animated gif which uses pallet flow items just with a shape looking like a rack.

0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Ilham S2, 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.

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.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

Ok,the needed steps are>

  • open flow item bin.
  • make a copy of a flow item.
  • highlight the flow item in window. It is yellow framed.
  • 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()
  • you drag a rack into your model. It has got the reference Model.find(“Rack1”)
  • 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.
    moveobject(Model.find(“Rack1”),so());
  • run the script window or press reset to execute the reset source code.
  • once the code is executed, please remove it from the reset trigger.

then the object rack is inside of the flow item.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ilham avatar image Ilham commented ·
  • 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()

    i don't understand this step.
    may you help me ?
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Ilham commented ·

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 find.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Ilham commented ·

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 Edit Selected Objects. You find it in the right pane. The function is called “Move into Highlighted”. 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 Edit Selected Object. Then the Rack is moved into the treenode of the Flow item in the flow item bin.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.