Move item from pallet

Move item from pallet

bing_z
Not applicable
1 View
3 Replies
Message 1 of 4

Move item from pallet

bing_z
Not applicable

[ FlexSim 20.0.3 ]

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?

0 Likes
Accepted solutions (1)
2 Views
3 Replies
Replies (3)
Message 2 of 4

yuan_zhang
Not applicable
Accepted solution

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

Message 3 of 4

bing_z
Not applicable

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

0 Likes
Message 4 of 4

bing_z
Not applicable

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