question

Osama A6 avatar image
0 Likes"
Osama A6 asked Connor A commented

simulation without source 2

Use the attached model. Let's assume I have more objects 3 and 4. The model has a task sequence or built-in dispatcher (built-in, assume it was a default setup from a special library, let's say I have inherited from a former programmer). Can I incorporate the current task sequence (or the dispatcher) with the process flow to make the following route (I don't want to change the reset code, more user-friendly simulation)? TaskExecuter1 go to object1,2,3,4. 1,2 task sequence, 3,4 process flow.

FlexSim 21.2.1
process flowdispatcher
· 6
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
1 Like"
Joerg Vogel answered Jason Lightfoot commented

Yes you can control an existing logic from Process Flow. A tasksequence execution is tree node bound. You can alter any tree node data. For example you can change order of sub tree nodes, you can change tasktype. you can replace not begun tasksequences.
I would collect data from an existing model in lists and decide then how to manipulate the current control mechanism that it acts like I want it. I take away the possibility to decide on multiple available tasksequences and insert only necessary tasksequences.

· 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.