In Whiteboard cycles represent the time it takes for a machine/line to produce one unit of a product. For example, if a machine is bottling some soda, how long does for the machine to produce one bottle. Cycles is not the same as the number of parts that were made. In a given cycle a machine could make eight parts but it only took one cycle. Cycle calculations come in many forms each representing a variation in the cycle calculations.
Many Cycle Calculation is whiteboard will show the actual, expected and the variance between these two calculations.
Before Listing the calculations, here is a description of few the variable used for this calculation
Uptime - the amount of time the machine actually was up
Scheduled - the amount of time the machine was expected to be up
total - the amount of parts that were actually made
expected - the amount of parts that were expected to be made
cycles - the amount of cycles that actually occurred
expectedCycles - the amount of cycles that were expected
Below are listed a few calculations:
SPH (Strikes Per Hour)
actual = uptime/cycles
expected = scheduled/expectedCycles
actual - expected
SPM (Strikes Per Minute)
actual = total/uptime
expected = scheduled/expectedCycles
actual - expected
PPH (Parts Per Hour)
actual = total/uptime
expected = expected/scheduled
actual - expected
PPM (Parts Per Minute)
actual = total/uptime
expected = expected/scheduled
actual - expected
PCT (Parts Cycle Time)
actual = uptime/total
expected = scheduled/expectedCycles
actual - expected
CPM (Cycles Per Minute)
actual = cycles/uptime
expected = expectedCycles/scheduled
actual - expected
CPH (Cycles Per Hour)
actual = cycles/uptime
expected = expectedCycles/scheduled
actual - expected