question

Bing Z avatar image
0 Likes"
Bing Z asked Bing Z commented

Move item from pallet

eventtriggered-source.fsm

I want to realize this function: 1. When Queue2 is empty, move object from Combiner1 to Queue2. 2. When Processor1 is available, move item (box) from pallet of Queue2 to processor1. 3. When item(box) on pallet of Queue2 is empty, move pallet from Queue2 to Sink1. How to realize it with processflow, Can you help me?

FlexSim 19.0.0
FlexSim 20.0.3
move item from pallet
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

·
yuan zhang avatar image
1 Like"
yuan zhang answered Bing Z commented

Hi,
See the updated model 26930-eventtriggered-source-1.fsm
Two ways are used to realize :1) separator 2)processflow
FlexSim Version:V2020.0


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

Bing Z avatar image Bing Z commented ·

It's really kind of you to help me. Thank you very much.

0 Likes 0 ·
Bing Z avatar image Bing Z commented ·

May I ask another question here? @yuan zhang

I want to realize this function:

1. When Queue1 or Queue2 is empty, move item 1 from Combiner1 to Queue1 or Queue2.

2. When Queue3 or Queue4 is empty, move item 2 from Combiner2 to Queue3 or Queue4.

3. When Queue5 or Queue6 is empty, move item 3 from Combiner3 to Queue5 or Queue6.

4. When Queue7 or Queue8 is empty, move item 4 from Combiner4 to Queue7 or Queue8.

Now I have such questions:

1.TaskExecuter2 starts to work after TaskExecuter1 finishs its work, they should work at the same time,there may be something wrong in the PF model.

2.I found "pull strategy" and "pull requirement" not work, so I use code to make items to match queue, I want to know if there is better method.

3."Maximum content" of queue didn't work,either. How to tell AGVs the Queue is occupied and wait until the queue is free to work?

4.Queue1 and Queue2 are buffers of item.Type 1. Input port of Combiner8 should use one Queue1(Queue1 or Queue2). How to connect them?

move-object-use-pf-v202003.fsm

Thank you!

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.