Taskexecuter wait after unload

Taskexecuter wait after unload

SRmariog09
Not applicable
825 Views
4 Replies
Message 1 of 5

Taskexecuter wait after unload

SRmariog09
Not applicable

[ FlexSim 24.0.4 ]

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

0 Likes
Accepted solutions (1)
826 Views
4 Replies
Replies (4)
Message 2 of 5

stella_m_mahakian_homedepot_co
Not applicable

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

1723560626384.png

0 Likes
Message 3 of 5

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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.

0 Likes
Message 4 of 5

SRmariog09
Not applicable
Great! Thanks! And if i want the task executer to wait in a particular network node. How can be done?
0 Likes
Message 5 of 5

jason_lightfoot_adsk
Autodesk
Autodesk
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