question

Sharan Nitin avatar image
0 Likes"
Sharan Nitin asked Sharan Nitin commented

Which task sequence gets the priority for active Task Sequence?

In my model I have normal task sequence and coordinated task sequence. I want to give priority to coordinated TS instead of normal task sequence for active task sequence. what should I do???

FlexSim 18.1.1
task sequencecoordinated task sequence
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Sharan Nitin commented

Each time a taskexecuter gets available the first tasksequence of the tasksequencequeue is chosen. Right before that the standard mechanism reorders the tasksequencequeue descending by the priority parameter. You have to change or use this mechanism to get the desired order.

Edit:

Coordinated tasksequences put allocate tasksequences into the tasksequencequeue. They are coupled to the coordinated tasks. If a dispatcher receives a tasksequence containing only an allocate task you can change the priority. Otherwise you can set the priority already in the allocation tasks of the coordinated tasksequence.

The allocation can be partly done. An operator can be already allocated while the other is still doing a standard tasksequence.

tscts2.fsm Version 18.1.2


tscts2.fsm (29.1 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.

Sharan Nitin avatar image Sharan Nitin commented ·

Hi Jörg Vogel but what if I want to get the priority among tasksequencequeue and coordinatedtask sequence to get into active tasksequence?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Sharan Nitin commented ·

@Sharan Nitin,I updated my answer

0 Likes 0 ·
Sharan Nitin avatar image Sharan Nitin Joerg Vogel commented ·

Thanks Jörg Vogel for your Support!!

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.