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.

Jason Lightfoot avatar image Jason Lightfoot ♦♦ commented ·

Hi @safa,

It looks like this question may be part of a homework assignment or academic project. The professors who assign simulation modeling exercises using FlexSim expect that the academic integrity of their assignments will be maintained. In addition, we are supportive of Honor Codes or Pledges that regulate the behavior surrounding academic assignments.

I recommend reading our best practices page on the subject, which includes some resources that you should find helpful as you use FlexSim for academic purposes. I also highly recommend Dr. Allen Greenwood's FlexSim Primer, which was written specifically for students and professors.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @safa, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

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.