question

Jacob E2 avatar image
0 Likes"
Jacob E2 asked Jacob E2 commented

How to use a Robot for transport in Process Flow?

Hello,

I am trying to model a robot cell using process flow...

I tried modeling this robot cell with standard 3D model logic, but it got complicated trying to keep up with the order and getting the priorities right since 2 of the processors are used on multiple "steps" for one flowitem. With process flow, I was able to get the material to flow the way I like, but I can't figure out how to use the robot for transport between each "Step"/Processor. I tried checking "Use Transport" and connecting the robot to every processor with a centerpoint connection, but I believe my "Move Object" process flow logic overrides the "Use Transport" 3D logic.

Any help would be greatly appreciated. Thank you!

Model: Robot Cell Process Flow.fsm


robotprocessflow.png


FlexSim 21.0.6
process flowrobot
5 |100000

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

1 Answer

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Jacob E2 commented

The "use transport" checkbox assume that items can flow through ports to the next object. If 3D objects are connected with ports, then each object can figure out where the item is going, and then create a Task Sequence and give it to an operator (or robot) to move the part.

In your case, using connections that way might be tough, or lead to hard situations, so it makes sense that you went with process flow. But now, you need to make the task sequence yourself, since the 3D object's can't generate one for you.

Since the task sequence has the same steps (load a box from its current object, and unload it at the next object), I'd replace all the Move Object activities with Run Sub Flow activities. The Run Sub Flow activity could point to a single flow that moves items with the robot.

Here's a model where I replaced the first two Move Object activities that way. Check it out, and let me know if you have any questions.

robot-cell-process-flow_1.fsm


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