Calculations Reference
Calculating Shift Duration
In the context of manufacturing, calculating shift duration is crucial for effective scheduling, resource allocation, and overall operational efficiency.
#Key Concepts
- Node: This represents a specific workstation or area within the manufacturing process that might have its own unique shift settings.
- Value Stream: This represents the overall manufacturing process, which includes default shift settings applicable to the entire operation.
#Formula
The shift duration is calculated using the following steps:
- Determine Hours per Shift:
- Custom Shift Settings: If the node has custom shift settings enabled, use the number of hours specified for this particular node.
- Default Settings: If there are no custom shift settings for the node, use the default number of hours per shift provided for the entire manufacturing process.
- Determine Break Time:
- Custom Shift Settings: If the node has custom shift settings enabled and a specific break time is provided, use this break time.
- Default Settings: If there are no custom shift settings or specific break times for the node, use the default break time provided for the entire manufacturing process.
-
Calculate Working Hours: Subtract the break time from the total hours per shift.
-
Convert to Seconds: Multiply the working hours by 3600 (the number of seconds in an hour) to get the shift duration in seconds.
#Example
-
Node Properties:
- Custom Shift:
true
- Hours per Shift:
8
- Break Time:
1
- Custom Shift:
-
Value Stream Properties:
- Hours per Shift:
9
- Break Time:
0.5
- Hours per Shift:
In this case, since custom shift settings are enabled for the node:
- Hours per Shift:
8
- Break Time:
1
- Working Hours:
- Shift Duration in Seconds:
The total shift duration is (25,200) seconds (7 hours).