question

Willian E avatar image
0 Likes"
Willian E asked Willian E commented

operators taking turns operating the machines

HI,


My process has an operator for each machine, and every 30 minutes, they exchange the operated machine for ergonomic issues. How can I simulate this machine exchange for an estimated time?

FlexSim 20.1.2
flexsim 20.1.2operatorsmultiple operatorsergonomics features in flexsimmachine operators
· 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.

tannerp avatar image tannerp commented ·

@Willian E,

Just to clarify, do you want the operators to switch while using the same machine, or do you want to switch to a different machine?

0 Likes 0 ·
Willian E avatar image Willian E tannerp commented ·


for example, at this time operator A operates machine "X1" and operator "B" operates machine "Y2". Every 30 minutes, they exchange each other: operator "A" starts operating "Y2" for 30 minutes and operator "B" operates "X1" at this time.


0 Likes 0 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered Willian E commented

@Willian E,

Thank you for clarifying. There a many ways that you could accomplish this. Without a model to use, I arbitrarily chose to use labels on the processor as the easiest method for assigning an operator. The label "Operator" on the processor is used by the Pick Operator function to assign an operator based on the center port.

The Process Flow generates a token every 100 seconds (this can be 30 minutes, but I just did 100 for purposes of this example). The token assigns the operator labels on the processors to either 1 or 2 in a round robin fashion. This means that the processors will start using the operators connected to their other center port every 100 seconds in this model.

Take a look at this example and let me know what questions you have.

switch operators_1.fsm


· 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.

Willian E avatar image Willian E commented ·

@tanner.p , Thank you!

It is simpler than I imagined.

I will apply this method, it will certainly solve my ergonomic issues.

1 Like 1 ·

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.