question

Kari Payton avatar image
0 Likes"
Kari Payton asked Matt Long answered

Task Executor Sub Flow recreates task executors when connected to dispatcher.

In my model, I have a subflow that synchronizes the movement of two cranes at once. However I run into a problem when entering the acquire resource. The cranes start multiplying. Any ideas how I can stop this from happening? I tried putting the cranes in a group, but on reset they disappear.

7113-collisionavoidingcranes-autosave.fsm

Other
Other (please specify)
cranes
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

·
Matt Long avatar image
0 Likes"
Matt Long answered

You need to set your Resource to be a Global type. It's duplicating the crane because it's set to Local so it creates new resources as you create instances.

5 |100000

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

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.