question

dougdurbin avatar image
0 Likes"
dougdurbin asked dougdurbin edited

Process Flow Tree Location

I somehow ended up with my process flow in the "Operator 1" treenode location and am having a difficult time copying and pasting it into the "ProcessFlow" folder in my attached model. It seems like this is the correct location but I'm getting error messages when I do this.

Docks 5.25.22.fsm

FlexSim 22.0.0
process flowtreenodetreemodel tree
docks-52522.fsm (295.0 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.

1 Answer

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered dougdurbin edited

I transferred the node back into the folder without needing to copy or delete it by using this one line script:

Model.find("Operator1/ProcessFlow").up = Model.find("Tools/ProcessFlow");

docks-52522_1.fsm

I'm getting an error at time 33.27, but that's because token 6 has its ParkingSpot label set to 0 and then in the second Travel activity it hits the "default" case and returns token.item for the destination.


docks-52522-1.fsm (295.2 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.

dougdurbin avatar image dougdurbin commented ·

Thanks Matthew, I've noticed that as well. Is there a reason it's set to 0? It looks like the wait for event activity is releasing both tokens instead of just 1 to match the token. I can ask another question instead of piggybacking off this one if needed.

Edit: I was able to solve the issue by matching the Entering Item as the truck.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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