question

anon-user avatar image
0 Likes"
anon-user asked Joerg Vogel commented

Why find slot activity not working?

Hi Flexsim Team,

Please help me to fix findSlot activity issues. I have built a conceptual model wherein PS(AGV) takes items and delivers them to the bottom level and R8(AGV) takes those items and places at the above levels.

So, In the findslot activity, I have given the condition slot.slotItems.length < 7 but this condition is not getting followed by the activity. It is placing more than 6 items in the slots.

Thanks and Regards,

Brijesh Kumar

FlexSim 23.1.1
warehouse
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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Joerg Vogel commented

You need to choose slots from the same rack:

  1. WHERE slot.Type!=3  AND slot.slotItems.length<7 AND slot.storageObject==$1.RackName
· 6
5 |100000

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