article

anthony.johnson avatar image
6 Likes"
anthony.johnson posted David Chan commented

Scalable Pallet Moles for FIFO Warehouse Storage

Attached is a simple model that implements functionality for "pallet moles." These are small vehicles that move pallets forward in a racking system. The targeted behavior is a FIFO storage mechanism like what you would see in gravity flow racks. However, for incredibly deep storage, a gravity flow mechanism would result in unacceptable pressures exerted on the pallets at the front of the rack, especially when pallets collide with each other as they roll down the slot. These pallet moles solve these issues. They provide the forward movement that enables FIFO storage, without the unacceptable pressures that come with gravity flow.

The functionality is implemented as two object process flows, one for the rack, and one for the pallet mole. As such, it is scalable to higher numbers of racks and moles. Just add the set of racks/moles that your model uses, and then make sure those objects are attached as instances of their respective object process flow.

Moles can be moved between different slots in the racking system. If a mole needs to move to a different slot, it will request transport from a team of fork lifts. The fork lift picks the mole up from the slot, and moves it to the destination slot.

RackMole.fsm

warehousingpallet moles
palletmole.gif (657.3 KiB)
rackmole.fsm (88.6 KiB)
· 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.

David Chan avatar image David Chan commented ·

@anthony.johnson

Thanks. This is awesome. They are known as Orbiter. The following is a video to that. https://youtu.be/wIKLnyO4QNM. Generally they works with drive in rack.

David


0 Likes 0 ·

Article

Contributors

anthony.johnson contributed to this article

Related Articles