Hi,
I want to let the operator move 5 item at a time. And I used pull from list in my model, the request and require number set as 5. Why the operator always transport 1 item at a time?
Hi,
I want to let the operator move 5 item at a time. And I used pull from list in my model, the request and require number set as 5. Why the operator always transport 1 item at a time?
Hi @J, was one of Sri_vikas K's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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.
Hi @J
Since the data type of five pulled items would be in the form of array, you can use run sub flow to achieve this. Refer the model attached below.
Hi @Sri_vikas K ,
I used the sub-flow to achieve it. But I'm wondering why I don't have to use the sub-flow and it can achieve it.
The difference is that by using the Load task you invoke the load time of the task executer for each item.
Your unload technique isn't even invoking that once since you're using MoveObject - and for that you don't even need to pop objects off the array you can just tell it to move the array in one visit to the activity.
You pull from list five items. They are stored in an array. But there doesn’t exists an automatism to create a tasksequence job to transport all items of an array. By default an input from an array returns only the first element of this array. You must build a logical code loop structure to load all items of this array and later to unload all items of this array again.
similar request with answer
https://answers.flexsim.com/questions/134328/operator-pick-parts-in-batch.html
Hi @Joerg Vogel,
I used the sub-flow to achieve it. But I'm wondering why I don't have to use the sub-flow and it can achieve it.
Your unload technique isn't even invoking that once since you're using MoveObject - and for that you don't even need to pop objects off the array you can just tell it to move the array in one visit to the activity.
15 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