question

Ale avatar image
0 Likes"
Ale asked Jacob Gillespie commented

Item not being pulled

my model is a bit big and I'm trying to incorporate a smaller sample into it but I cant figure out why the list is not pulling the item.

I believe the issue happens because on the load activity I was previously using token.MyBin as shows below :

now I'm using another list and trying to combine it with token.Pulled[token.index] as shows below:

Below is the part of my model were the item doesn't get pulled

FlexSim 17.2.2
list pull
hw6sj.png (100.3 KiB)
tuqxb.png (8.2 KiB)
avehp.png (14.4 KiB)
apu2-final-6.fsm (1.0 MiB)
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

Jacob Gillespie avatar image
2 Likes"
Jacob Gillespie answered Jacob Gillespie commented

@Ale, You are pushing tokens to the list. That means that token.Pulled[] contains tokens and not a Tote object like your MyBin label does.

Maybe you want to use the following?

  1. token.Pulled[token.index].MyBin
· 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.