question

chiang avatar image
0 Likes"
chiang asked Jeanette F commented

process flow

I want to make a model where people will go to rest when there is no work, but will perform work when there is work, but my current problem is that when work suddenly occurs when I am about to take a break, I will go to rest first I think there is something wrong with this logic, but I don’t know how I can correct it.上課用.fsm

FlexSim 23.0.0
proces flowbreakdown
上課用.fsm (47.5 KiB)
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @chiang, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Instead of giving the operator individual tasks that each represent an entire task sequence, you can use the Create TS activity to chain them together into a single task sequence. This, importantly, let's you set the priority and preemption values for that task sequence. So you can have new work interrupt/abort the movement to the break location.

capture1.png

preempt-break-fm.fsm


capture1.png (61.3 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.