question

mark zhen avatar image
0 Likes"
mark zhen asked Ryan Clark commented

process flow problem

flexsim-2021060soncarandcapacitylogicsolved-2 (1).fsm

為什麼我的進程卡住了!請幫我

FlexSim 20.0.10
agvflexsim 20.0.10
· 3
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

Eric M avatar image
0 Likes"
Eric M answered Eric M commented

Hi @霈倫 I followed the steps of the elevator tutorial in the manual found here to connect the elevator to the top floor. The nice thing about elevators is that there's already a pre built process flow for them (meaning we don't need to recreate the logic every time). All you need to do is create a new AGV Elevator process flow, connect the elevator to the flow, and then set up the paths necessary.

I also included a 2nd process flow that shows how much more simplified your logic could mostly by using labels and lists instead of all of the decide activities. Anytime you have similar logic blocks, you can find a way to combine them into one. The most important change I made was to add two labels to each of the Floor Storages called Type and Order. The Type will match 1 or 2 depending on which pallets you want to go to which storages. The Order determines which should be filled first (1 first, then 2, etc.). I then made a "fixed resource" list. In my process flow, I can then pull the storage I want using queries to make sure the Type matches and the Order is followed. The only thing left is to connect things up in such a way that the AGV will always be able to travel / unload the items at the correct floor storage.

Let me know if you have any questions!

flexsim-elevator simplified flow.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.