question

zhuqing D avatar image
0 Likes"
zhuqing D asked jing.c commented

perform dual command cycle using process flow

Hi, I want to do a model that combines inbound and outbound operations(dual command cycle), and I use process flow for outbound operation, but not for inbound operation. If the controlpoints are only PickupPoints or DropoffPoints,the inbound or outbound operations are correct. But ,when I make the controlpoints are both PickupPoints and DropoffPoints, the inbound and outbound operations are become very messy. I don't know how to use process flow to combine outbound and inbound operations to achieve the following functions:

1.AGV' path is correct, load/unload items at corresponding PickupPoints/DropoffPoints.

2.There are both inbound task and outbound task at the same time, Outbound task have higher priority.

stock-in-and-stock-out.fsm

Thanks a lot!

FlexSim 18.2.0
agv pathagv process flow
· 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.

1 Answer

jing.c avatar image
0 Likes"
jing.c answered jing.c commented

@zhuqing D

After getting your additional information to explain your demand, I think I figure out how to do it.

stock-in-and-stock-out-bychjv182.fsm

See the model I attached, I totally recreated your ProcessFlow. And I only use ONE list for storing the tasks whatever inbound or outbound(By labe l"taskType" to identify them).

I make a subflow-like to push the item which need to be outbound. If you have any priority of different tasks, you can add "ORDER BY" query in the "pull tasks" activity.

May it helps~


· 5
5 |100000

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