Add a object created by the process flow in a group

Add a object created by the process flow in a group

FlavioLopes
Not applicable
621 Views
2 Replies
Message 1 of 3

Add a object created by the process flow in a group

FlavioLopes
Not applicable

[ FlexSim 25.0.4 ]

In this simulation, I need a feature that adds each new 3D object created by the Process Flow to a Group. What is the best way to implement this feature?


Example1.fsm

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

gustavo_teodoroD8NVF
Advocate
Advocate
Accepted solution

First, create a Group in which the items will be placed.

Next, incorporate the following command into the process flow:

Group("Group1").addMember(token.pier);

1743530790608.png

Please refer to the attached example for further clarification.
example1_solution.fsm

0 Likes
Message 3 of 3

FlavioLopes
Not applicable

Gustavo,

After add the new object to the Group I want to use it as a Resource, but when I tried to Acquire Resource, the simulation doesn't seen to understand that are Resources avaliable in the Group, do you have a sugestion of what I have to do in this case?


Example 1.fsm

0 Likes