Other contributors have said "How can you decide the number of stations needed in assembly line balancing?" is the same question as "How can you decide on the number of stations needed in assembly line?" If you believe that these are not asking the same thing and should be answered differently, click here

How can you decide on the number of stations needed in assembly line?

Answer:
  1. find the cycle time which is the ratio between the target production volume and the available time. This time will be the maximum time given to every single workstation.
  2. rank the jobs according to the processing time.
  3. assign the job that has no precedence constraints first. When two jobs or more have no precedence constraints, select the one with the smallest processing time and put it in the first workstation; add more jobs until the total of the job times reaches the time allocated to the workstation; in this case, open another work station.
  4. remove the assigned jobs from the precedence constraints of other jobs.
  5. repeat until all jobs are assigned.


This problem is referred to as line balancing.
First answer by S200634120. Last edit by V42nu62k7g. Contributor trust: 302 [recommend contributor recommended]. Question popularity: 1 [recommend question].