article

Markus Cueva avatar image
3 Likes"
Markus Cueva posted Logan Gold commented

Bottling Line Sample Model w/ Mass Flow Conveyor + Custom Shapes

mass-flow-conveyor.png

This sample model shows the flexibility and power of the mass flow conveyor object. It contains many examples of stations found in this production process, from depalletizing glass bottles all the way through final packaging. The model makes use of many custom shapes that add realism and visual appeal to the simulation.

Mass-Flow-Bottling-Line-Custom-Shapes.fsm

mass flow conveyorbottling
· 4
5 |100000

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

Het avatar image Het commented ·

Hello Markus,

I am fascinated to learn more about this model. As I am practicing to build a bottling demo model. I do have few bottle graphics that I can able to save in library. But Not able to retrieve on mass flow conveyor. Also, I couldn't locate the source, which transfers pallets with slugged empty bottles to Depalletize machine. How did you build that graphics? Also, amazing things is empty bottles get transferred layer by layer.

1702917556093.png1702917655408.png

0 Likes 0 ·
1702917556093.png (204.1 KiB)
1702917655408.png (406.9 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Het commented ·

Run this script to unlock/show the whole model.

forobjecttreeunder(model()) {
    switch_protected(a,0);
    switch_noselect(a,0);
    switch_hideshape(a,0);
    switch_hidecontents(a,0);
}

If you were going to create a library of objects you'd probably want to place more of the objects in containers and use the internal connections to route to the correct objects within it. For example the depalletizer is currently a combiner and conveyors rather than a shape containing the conveyors and combiner - which would be the logical 'composite' construction.

0 Likes 0 ·
Het avatar image Het Jason Lightfoot ♦ commented ·

Thanks Jason.

From what I understood, you currently have a process where a combiner is used to pack bottles by stack them on pallets. Then, a separator (depalletizer) is used to separate the individual layers.

Now, Let's say, you have a different scenario where the empty bottles are stored in a warehouse, stacked on pallets. A forklift driver brings these pallets to the depalletizer. After depalletizing, the bottles move to a mass conveyor to undergo filling, capping, labeling, and repacking in cases. Finally, the bottles go to a palletizer.

I have attached single bottle graphic. I like the idea of your model. But, is it possible to have this new scenario where the pallets with racked empty bottles in a warehouse (Source) and then processed as described. And If yes, Then how I build the graphic that has pallet with stacked empty bottles. 1702923550048.png1702923516268.png


No rush!

0 Likes 0 ·
1702923516268.png (243.1 KiB)
Show more comments

Article

Contributors

markus.cueva contributed to this article