Skip to content

GoodbyeKittyy/Scalable-Pallet-Mole-FIFO-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Solution Explained

This is a simple Flexsim 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.



3D Animation

Recording.2024-04-18.211736.mp4





Live Process Flowcharts

Recording.2024-04-18.211633.mp4

About

Supply Chain Solution - Scalable Pallet Mole FIFO System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published