In my model when the operators start to pick up the item on the conveyor they walk through the conveyor.
Is there a way we can avoid that?
I have tried using network nodes and Astar, but neither seem to work.
See attached,
In my model when the operators start to pick up the item on the conveyor they walk through the conveyor.
Is there a way we can avoid that?
I have tried using network nodes and Astar, but neither seem to work.
See attached,
you can add pickoffsettasks to the tasksequence previous to the frloadtask. In the Parameters you set the ratio of the load location the traveler uses.
Another approach (not tested on my own) is to move the exit or entry objects of your conveyor system to the side edges. The size is variable, too.
If you're using AStar, short of intricately defining the motion of each operator, my best suggestion is to change the acceleration and deceleration of the operators to 0. One big problem in this model is that the pickup prediction heuristic (the thing that's figuring out where along the conveyor to go to pick up the item, based on its position and speed) isn't working very well because acceleration/deceleration are significant portions of an operator's motion, which the prediction heuristic does not take into account. So the operators are predicting where to pick the item up, then going there, then realizing they're behind, so they then start chasing the item down the conveyor, and in doing that, they start walking over the center of the conveyor. By removing the acceleration/deceleration component, the operators make a much better prediction of where to pick the item up, so they don't start chasing it down the conveyor.
This solution won't make it perfect, especially when the operators still approach the conveyor at close to parallel. But it should make it better.
Try to use network nodes and set "Do not travel offsets for load/unload tasks" which is the reason the operator walk through the conveyor within "travel offsets".
5 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