Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Abstract operations work time = Cycle time * Numer of operations cycles needed in order + if

  • if include setup time then

...

    • Abstract operations work time += Setup time * Number of workstations
  • if include additional time them:

...

    • Abstract operations work time += Additional time * Number of workstations

Operations machine work timeAbstract operations work time * Machine utilization

...

Operations duration time = Setup time + Additional time + if

  • not Divisible cycle timethen
    • Operations duration time += Cycle time * roundUp(Numer of cycles needed in order / Number of workstations)
  • else
    • Operations duration time += Cycle time * Numer of cycles needed in order / Number of workstations

Operations block end date = if

...