question

max avatar image
0 Likes"
max asked max commented

How retrieve particular item from the rack using assigned value

Hello I have assigned particular value to each item using bay and level value in global table. The value is given whenever item is stored in rack. I want to retrieve an item based on the value assigned. I tried doing it with list but I have error while pulling from the list. Is it also possible whenever I give the value to asrs it should retrieve that item from rack?

model.fsm

FlexSim 19.1.2
racklistasrs vehicle
model.fsm (24.1 KiB)
· 2
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
0 Likes"
Jason Lightfoot answered max commented


First of all you should not be using value as the name of the label - this is a FlexSim keyword that is use in the tree and in List expressions. Change this to be called something else.

Then problem is that you only set the label on the entry to the rack, and have not made that label dynamic in the list properties.


· 1
5 |100000

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