question

Francisco.02 avatar image
0 Likes"
Francisco.02 asked Joerg Vogel edited

How does having three operators affect the same machine?

FlexSim 18.1.1
statistics collectorweb communication
· 1
5 |100000

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

Jeff Nordgren avatar image Jeff Nordgren commented ·
@Javier H2

Your question is not specific enough. What are you using the machine for? If you could send your model or a sample model of what you are trying to do, we would be better able to give you a specific answer.

Thanks.

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

I think, @Javier H2, want different efficiencies of the processor depending on the arrived operators. This is possible only in ProcessFlow. You set a Process Time at a label. A fraction of this time elapses when one operator arrives. A loop will test on the next fraction process start if more operators have arrived then the next fraction will last shorter but it still counts as the normal fraction.

Alternatively you can check the arrival or leaving of the operators at the processor. If such an event occurs you start the processing or you interrupt the current delay activity. Then you change the remaining delay label value at the token and you send the token back to the delay activity according to the number of operators. Or you stop the processor again.

update-process-time-by-operators.fsm


5 |100000

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

Joshua S avatar image
-1 Like"
Joshua S answered

Is this the option you are looking for?


pic1.png (97.4 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.

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.