question

Manus K avatar image
0 Likes"
Manus K asked Manus K commented

Robot transport triggered upstream

robot.fsmFor a robot handling transport, can it be triggered by the upstream processed being finished before the downstream process is completed? In that sense, the robot acts as a buffer between the 2 processes.


So that it would pick up and free processor 1 in this situation:


1658168661297.png

FlexSim 22.1.3
robot
1658168661297.png (70.3 KiB)
robot.fsm (35.4 KiB)
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

·
Andrew O avatar image
1 Like"
Andrew O answered Manus K commented

Hi @Manus K,

Attached below are two models that could potentially solve your issue. The first only uses the 3D environment, and the second uses process flow.

In the first model, a Queue with a max content of 1 placed after the first processor could free up the first processor before the second processor finishes.

In the second, process flow is used to make the robot hold the box until the second processor finishes.

robot-test.fsm

robot (1)_1.fsm



robot-1-1.fsm (43.4 KiB)
robot-test.fsm (35.2 KiB)
· 1
5 |100000

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

Manus K avatar image Manus K commented ·

Thank you so much! The first one is ineffective because I need load and unloading interactions with both processors. But the second one is exactly what I was looking for.

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.