question

Luan Wilson De Nadal L avatar image
0 Likes"
Luan Wilson De Nadal L asked Michael Machado commented

Como retirar itens da fila para acessar um item?

Preciso acessar um determinado item de um rack (floor storage) que está lotado de itens.

Digamos que este item esteja no ponto central do rack, para isso terei que percorrer e tirar todos os elementos daquela fila afim de acessar aquele item.

Como faço isso?

FlexSim 19.0.0
rackflexsim 19.0.0floor storagefloor racks
· 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

Parker S avatar image
0 Likes"
Parker S answered Michael Machado commented

@Luan Wilson De Nadal L

You can access any object in a storage object. Please read through this:

https://docs.flexsim.com/en/19.0/Reference/3DObjects/FixedResources/Rack/Rack.html

You can use this command:

rackgetitembybayandlevel(obj rack, num bay, num level, num itemrank) - This command returns a reference to an item in a given bay and level.

There are easier ways to do this using FlexSim's Warehousing tool, but this is not available in the software version you are using.

· 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.