"sub flow" question

"sub flow" question

_2072625
Not applicable
21 Views
7 Replies
Message 1 of 8

"sub flow" question

_2072625
Not applicable

[ FlexSim 19.0.0 ]

My model uses the "on message" function to distribute the work to the machine, and as shown in the picture, three workers are operating all three machines below and all three machines above.

The problem here is that I want workers to rest in rest space when they are not working. Can I use "subflow" only to move the worker to the "rest" position when he or she is not working even though he or she is not modeling with "Process Flow"?

I want to use the "subflow" function to go to "rest" when the operator's label-working is "2", and to work when the operator's label-working is "1". 2021.04.29.start.fsm 38925-donggulee-question.png

0 Likes
Accepted solutions (1)
22 Views
7 Replies
Replies (7)
Message 2 of 8

support5CRPZ
Advocate
Advocate

What do you mean operators' rest exactly? Coffee Break Time like 10 minutes? Or Lunch Time of 1 hour? If so, you can use 'Time Table' feature in toolbox. You can use it for operators to move the rest place like waiting rest on break time.

Message 3 of 8

_2072625
Not applicable

The operator's rest means that if the work does not arrive at the machine and there is nothing to do, rest in rest space.

In the current model, workers are required to stand in front of the machine if the work does not arrive.

However, I would like to make the operators go to the rest space if they don't have work, and to go back to the machine when the work arrives.

0 Likes
Message 4 of 8

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

I think your process is the other way around. The basic job your operators do is waiting in the rest area for a very long time with a low priority. Whenever there is work to do, they get a preempting Tasksequence to assist the processors with a higher priority than waiting. If the assisting job has been done, they return to their low priority job of waiting.

Attached is your model with creating the wait task sequence in On reset Trigger of Dispatcher, changing the Break To Property of the dispatcher and setting Priority and Preempt Only fpr the operators.

rest_and_work.fsm

0 Likes
Message 5 of 8

support5CRPZ
Advocate
Advocate

You can use 'On Resource Available' trigger in the operators or dispatcher. You set 'Travel to Location' pick list option in 'On Resource Available' trigger.

The location is the rest place. You can set it using sampling icon.

Message 6 of 8

_2072625
Not applicable

Thank you for your good advice.

0 Likes
Message 7 of 8

_2072625
Not applicable

Thank you for your good advice.

0 Likes
Message 8 of 8

support5CRPZ
Advocate
Advocate

This is more simple and easy model for your issue.

20210429start_FK.fsm

I set On Resource Available to 'Travel to Home Location' in the Dispatcher1.

And I changed also the destination to rest.