question

Mario García López avatar image
0 Likes"
Mario García López asked Joerg Vogel commented

Taskexecuter wait in a particular network node

How can the task executer wait in a particular network node before unloading the items in the second queue? I want the task executer to wait 10 seconds before unloading and 20 seconds after unloading. Thanks!


waitTE.fsm

FlexSim 24.0.4
network nodewait timeport
waitte.fsm (30.4 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.

Joerg Vogel avatar image Joerg Vogel commented ·
@Mario García López, if you use an internal transport mechanism, FlexSim creates a standard tasksequence for this transport. It consists of tasks in order as travel to load station, load item, break to look for other queued transport tasksequence, if capacity is available, travel to unload station, unload. Now you want to add further tasks into this sequence. You have to let the vehicle travel to an treenode object (network node) that you have to identify by your destination or unload station. Then you add a delay task. Similar are added tasks after an item has been unload. You let the vehicle travel to an network node and then there happens a delay task. You can add tasks to a tasksequence when a transport sequence is received as an event. And you can change the rank of existing or new tasks.
0 Likes 0 ·

0 Answers