How can i show all the flowitens during the operator transport?

How can i show all the flowitens during the operator transport?

maira_a
Not applicable
92 Views
2 Replies
Message 1 of 3

How can i show all the flowitens during the operator transport?

maira_a
Not applicable

[ FlexSim 19.1.2 ]

I did an animation to insert an equipament with the operator, and to put at the correct position i created a trigger. However, the code shows only one flowitem during the transport, what can i do to show all them?


test_operator.fsm

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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution
setloc(item,1,0.1,0.05+(current.subnodes.length-1)*item.size.z);

you have to set a different location for every loaded item. Your code put all loaded items to the same location. current.subnodes.length returns the number of loaded items in your operator

0 Likes
Message 3 of 3

maira_a
Not applicable

Perfect! This was exclatly what i needed! Thank you so much!

0 Likes