FindSlot overload problem

FindSlot overload problem

VikSin
Not applicable
6 Views
1 Reply
Message 1 of 2

FindSlot overload problem

VikSin
Not applicable

[ FlexSim 22.2.2 ]

Hi, I am trying to assign slot which match the slot items labels. At first (due to some other things i have to add in script in main model) i decided to write my own query in FlexScript. But i had following problem with overloading. What am I missing ?

storagesystemfindslot.pngWhen I solved with FindSlot it works normally. But because its the exact same querry it is weird to me.
I attached also my testing model test_FindSlot.fsm

Thanks, Victor

0 Likes
Accepted solutions (1)
7 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

You're missing the flags parameter (usually zero) before the token parameter. Documentation here.