question

TalHzf avatar image
0 Likes"
TalHzf asked TalHzf commented

waiting in Queue untill the desired quantity reached

Hi all,

I am doing a simulation for a Rework-Process for the modell attached and I have some questions:

1. I need to send the Items from Processor 2 to the Queue by Type( Type1,2 and 3)and wait untill I have 2 boxes in every queue and then I can send it to the next operation.

2. The Cell1 and Cell2 represent the same Machine but every Cell has it own Processing time, The problem is that I can't release The Box from Cell2 untill the ende of the Processing time in Cell1.


Thank you so much

Model Kd test.fsm

FlexSim 22.2.0
reworkitem release
model-kd-test.fsm (35.6 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered TalHzf commented

1. Would the queues be closed for further input until the six items have moved on? Or is it more of an ongoing condition (only release if there are at least two in each)?

2. This can be done by opening/closing the output of the second cell. Close it when an item enters cell2 (On Entry trigger) and open it again when an item finishes processing on cell 1 (On Process Finish trigger)

· 7
5 |100000

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