question

Karina GM2 avatar image
0 Likes"
Karina GM2 asked Karina GM2 commented

Forced to wait time question

sample-operator-work.fsm The machine CT is 24s.

1. The operator takes the component from the queue.

2. It takes 12s to manually pre-assemble the component he takes from the queue

3. While the operator is forced to wait 24s, he can go back to the queue and use the 12s to pre-assemble and be ready to load it to the machine when it is done.

Is there a way I could simulate this scenario?

FlexSim 19.1.0
forced to wait time
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

·
Braydn T avatar image
1 Like"
Braydn T answered Karina GM2 commented

@Karina GM2

I made this model in 19.2, let me know if this is what you are looking for, or what needs to be different.

forced-wait.fsm


forced-wait.fsm (61.9 KiB)
· 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.

Karina GM2 avatar image Karina GM2 commented ·

It looks like the operator on your model is using the forced to wait time to pick up the next piece but I notice some inconsistencies in his commands (drops off two of the pieces from the end of the processor then one by one?). Why is that? Could the operator just drop off one at the time once each piece is done being processed? Thanks!

0 Likes 0 ·
Braydn T avatar image Braydn T Karina GM2 commented ·

I am sorry this has taken so long to get back to.

The reason is that FlexSim looks at each of those items as an individual item, not as a group. If you want them to all be picked up at once, then you would have to create a separate instance of process flow that will push all of those items into an array, which would be stored as a label on a flow item. That would not be that difficult, but the reason that FlexSim does it that way is because it would be much more difficult to pick up an individual item when the default is to pick up a group than the other way around.

0 Likes 0 ·
Karina GM2 avatar image Karina GM2 Braydn T commented ·

Thanks for your input Braydn. I have figured it all out with practice!

0 Likes 0 ·

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.