Git Product home page Git Product logo

interactive-assembly-line-balancer's Introduction

Interactive Assembly Line Balancer

โš ๏ธ Note: Since the release of this app, Dear PyGui has been updated considerably. This app will not run in the newer versions of Dear PyGui. Please note that this app is not being maintained currently.

A python based GUI built using Dear PyGui Python GUI Framework to add multiple tasks and link them together to create and balance an assembly line by assigning tasks to various workstations to achieve the desired output rate with the smallest number of workstations according to the longest or shortest work element rule.

This helps create well-balanced workloads for each workstation and minimizes bottlenecks.

Demonstration

Intro

Instructions

  1. Make sure you have Python 3.9 installed and working

  2. Clone the repo:

git clone https://github.com/RahulShagri/Interactive-Assembly-Line-Balancer.git

  1. Install prerequisites using pip, preferably in a virtual environment:

pip install -r requirements.txt

  1. Run the assembly_line_balancer.py file to start the application

  2. Click on the "Add a new task" button to add a new task. Assign a unique name to the task and set the type

  3. Adjust the task time and link each task in the line to each other to complete the assembly line. You can choose to delete or update any of the task details at any point

  4. Click on the Finalize button to open up the precedence table. This table lists all the different tasks that have added, any immediate predecessors detected, and their respective tasks times

  5. Make sure you do not see any errors on the top of the window. If you do, please resolve it before proceeding

  6. Set the cycle time (or leave blank if you want the cycle time to be equal to the maximum task time in the line). Check the total time for producing one unit of product, and the minimum theoretical number of tasks

  7. Select an appropriate priority rule and click on the Calculate button

  8. In the Solution window, you can see that all the tasks have been assigned a workstation according to the priority rule you selected

  9. In the results box below, you can view the actual number of workstations, efficiency of the line if these stations were introduced, and the balance delay

  10. If you wish to save the assembly line, you can go to File > Save assembly line. Similarly, you can open an assembly line by going to File > Open assembly line*

*Due to the limitations of the GUI framework being used, the tasks are added one over each other after the assembly line is opened. You need to drag all the tasks to their respective places for a better view of the line.

[Note: The software does not convert any units. The user should take care of the units.]

interactive-assembly-line-balancer's People

Contributors

rahulshagri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.