Replace Sub flow with TS

Replace Sub flow with TS

oceanbluesky1993
Contributor Contributor
150 Views
2 Replies
Message 1 of 3

Replace Sub flow with TS

oceanbluesky1993
Contributor
Contributor

[ FlexSim 22.2.0 ]

I followed the instruction to build a sub flow program. However, when I tried to replace the sub flow with TS, the operator was stuck at load task.

TS.fsmsub flow.fsm

0 Likes
Accepted solutions (1)
151 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Advocate
Advocate
Accepted solution

In the Load (and Unload) activity you refer to the label "box" on the token which does not exist. Weird that this doesn't prompt an error message.

In addition a single load or unload task can only handle one item, hence why a sub flow is necessary to move all items via Process Flow.

And why did you add an A-connection from the Queue to the rack? There are now two parallel control logics that both move the same items.

0 Likes
Message 3 of 3

oceanbluesky1993
Contributor
Contributor

I'll try to correct the process, thanks!

0 Likes