Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
## WHAT IS IT?
This model simulates a factory.
Mechanisms are partially inspired from:
> Martin, K. and Wilensky, U. (2021). NetLogo Robotic Factory model.
Moving agents are robotic crates with parts inside.
Static agents are workstations. Manufacturing machines, control posts, shipping and sales.
The following mechanisms have been implemented:
- Operations now take time and only one operation can be achieved at the same time. This is done by relying on decaying links.
## HOW IT WORKS
Robots move toward a destination.
The destination is defined workstation per workstation.
Each time a robot come a workstation, it recieve a next destination.
Howerver, when they are at a workstation, the robots are linked to it.
The duration of the link represents the duration of the manufacturing, shipping, or control operation. Links also infer a cost.
There are different types of operations:
- Get and cut the material. A steel rod.
I wrote a detailed tutorial, so you can refer to it for more information:
- English: [Introduction to simulation with NetLogo: how to create a small factory?](https://thibaut-deveraux.medium.com/introduction-to-simulation-with-netlogo-how-to-create-a-small-factory-2955d45076b)
## HOW TO USE IT
### Base
* **setup** Install the workstations and robots inside the factory
### Global parameters
* **crates** defines the number of robotic crates
### Per workstation
* **cost_...** defines the cost of the operation (monetary)
## THINGS TO NOTICE
** /!\ This model is not meant to simulate an actual factory.**
The author will take no liability. This is a simplified simulation for learning. It may be used as an extendable base if you know what you are doing and why. Then, you are responsible for what you do with this model.
## THINGS TO TRY
Try to deleted intermediary controls. Except for the last one.
If there is a relatively high amount of defects and/or the controls are economic, you will lose money.
With a small number of defects and/or economic controls, you may have a positive income.
## EXTENDING THE MODEL
We are far from a realistic manufacturing process. In the real world:
- it is probable that only x% of a crate has defects.
## NETLOGO FEATURES
- agents
## Licence
This model is released under a [CC BY SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) licence.
## How to cite
> Thibaut DEVERAUX (2022). Small Factory.
## RELATED MODELS
With inspirations from:
> Martin, K. and Wilensky, U. (2021). NetLogo Robotic Factory model.
|
(back to the NetLogo User Community Models)