Hello team,
I want to pack the item on pallet on station 1. operator will pick the item from rack and pack when pallet is arrived.
Please find the attached model.
Thank you
Hello team,
I want to pack the item on pallet on station 1. operator will pick the item from rack and pack when pallet is arrived.
Please find the attached model.
Thank you
It is a moveobject operation by command. Item in Station is a container. Item arriving is object moved into container. It is possible do this by a moveobject activity in Process Flow.
You can also unload arriving item from rack by a taskexecuter directly into container item.
Please can you update in sample model and share
Thanks for your Support.
Sure, a simplified model is attached: Unload_to_item_at_station.fsm
In On Receive Tasksequence trigger of Operator is a source code:
There are many other tasks to do like how to identify items to get assembled. Or how can an operator stay outside of a conveyor.
treenode itemtoAssemble = Model.find("Queue1").first; treenode itemToUnloadTo = taskSequence.tasks[4].involved1; taskSequence.addTask(TASKTYPE_LOAD,itemtoAssemble,itemtoAssemble.up).rank = 1; taskSequence.addTask(TASKTYPE_UNLOAD,itemtoAssemble,itemToUnloadTo).rank = 2;
You should be able to do this from a simple description.
Try creating a process flow for that and then look at my implementation. The key with most models is how you find/make references to other objects.
In my model that's done using :
13 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved