question

Mario García López avatar image
0 Likes"
Mario García López asked Jason Lightfoot commented

Taskexecuter wait after unload

How can the task executer wait after unloading the items in the second queue? I want the task executer to wait 10 seconds before retourning for the next box.


waitTE.fsm

FlexSim 24.0.4
tasksequencetaskexecutorswait time
waitte.fsm (30.4 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot commented

Delay_next_job.fsm

do it on unload event.

create and dispatch a tasksequence with a delay of 10 seconds,

Priority is higher than standard.


delay-next-job.fsm (35.1 KiB)
· 2
5 |100000

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

Mario García López avatar image Mario García López commented ·
Great! Thanks! And if i want the task executer to wait in a particular network node. How can be done?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ Mario García López commented ·
Tell it to travel to that network node either as part of the task sequence (by adding an extra travel task) or using the trigger on resource available.
0 Likes 0 ·
Stella avatar image
0 Likes"
Stella answered

You can set up the time in the Unload time or Load time as shown in the image.

1723560626384.png


1723560626384.png (19.8 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.