question

Kuilin S avatar image
0 Likes"
Kuilin S asked Joerg Vogel commented

How to add new task in an exist TASKSEQUENCE?

Hello everyone,

I want to know how to add new TASKTYPE_ into an exist task sequence. In other words, could you give me details about how to use TASKTYPE_WAITFORTASK and TASKTYPE_Utilize?

FlexSim 22.0.4
tasksequenceusing codetasktype
· 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.

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Wait for task and utilize task are suspending tasks in a tasksequence. A taskexecuter (operator, vehicle) are locked in a state and won’t get available.

I call such tasks “ get them something to do”. For statistical purpose you set a useful state.

a utilize task ends by command freeoperators. A wait for task ends by any new added task to currently active tasksequence. If this added task shouldn’t have any effect a Tasktype of “tag” does this. Probably this mechanism watches the property of number of total tasks.
You find utilize tasks by default in activities calling operators for setup and processing in processor class objects.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.