question

safa avatar image
0 Likes"
safa asked Jeanette F commented

Machine process conditions

I want to make a simulation of a machine : The machine should start working when it has an input of 5 cans ( the source with interarrival time =4 min) , the machine give an output product each 15 min, when it reaches 4 output product , it releases the 5 input cans (empty) ; so we can say that we have 5 cans consumed in 60 min then they need to replace it , and output cans every 15 min

FlexSim 25.0.1
machine processmachine process parameters
· 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

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

This could be done by open/closing the input/output of a processor once a queue reaches a content of 5 items. A label on the processor controls how many items it can process before the queue is emptied and needs to be replenished.

processor_auxiliary_input.fsm

You could also use the Material Consumption and Replenishment Process Flow template. It offers a framework to implement logic like this.

capture1.png


5 |100000

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