Hi,
I have about 38 references, each having a specific item type. I would like to define the location of the cell (of the rack) for each of my items.
So far I created a global table named 'location" with 3 columns (itemtype, bay, level)
In the rack option, i have put code in :
Place in Bay :
gettablecell("location",getitemtype(item),1)
Place in level :
gettablecell("location",getitemtype(item),2)
Nonetheless, FlexSim tells me that I have an error somewhere with this syntax. However, I don't know another way to do it.
Any help would be welcome :D