question

SuhyeonK avatar image
0 Likes"
SuhyeonK asked David Seo commented

Create the desired bottleneck in operation

Simple situation: There is a box on the conveyor and there is a 'station' on the end of the conveyor. I want to implement a bottleneck. The box before the 'station' gets stuck, and the box at the rear end moves forward.

Question: I want to implement a bottleneck on top of the conveyor by selecting the "station" you want and entering the desired bottleneck time while the simulation is running. I think I can do that if I make a PF button or some other way, what would be the way? It doesn't have to be a station. It's okay to implement a bottleneck with a conveyor.

FlexSim 24.0.0
bottleneckcreate the desired bottleneck in operation
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

David Seo avatar image
0 Likes"
David Seo answered SuhyeonK commented

Bottleneck Creation - Station Process Time Changing.fsm

@SuhyeonK

You can make bottle neck by changing the station process time.

I linked the dashboard control to the station process time exactly to the global variable 'S_CT'.

If you have a question about it, please make a phone call to me.


· 3
5 |100000

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

SuhyeonK avatar image SuhyeonK commented ·

What is the feature selected in "On Apply" in dashboard control properties? And what is the meaning of value? And why did you check the minimum max in "edit" below it?

0 Likes 0 ·
SuhyeonK avatar image SuhyeonK commented ·

AND Why do you set "double" in the variable information? What does "double" mean?

0 Likes 0 ·
David Seo avatar image David Seo SuhyeonK commented ·

double means 'Real Number' not integer.

It's not needed as Double. You can use integer.

0 Likes 0 ·