Inventory Routing Edit routing Routing positions Calculation of target time - robinfeng/beashelp GitHub Wiki

目标时间计算


Navigation: Inventory > Routing > Edit routing > Routing positions: help-ablauf Calculation of target time No contents entries on this page Contents The actual plan time in minutes is calculated as follows:

help-achtung.zoom69Special feature: As with bills of materials, there is also a fixed quantity calculation for routings. If the "quantity per" factor is 0, the assembly quantity is not considered.

Capacity Planning ( ( (Machine time + Labor time + Mach+labor time) if "per assembly" > 0 then (* (Order Quantity + Scrap) : (per assembly)) : Utility factor

  • Work steps
    • (1 + scrap factor : 100) )
  • Set-up time )
  • Time factor (1 for minute, 60 for hours)
  • 100/Efficiency rate in %

Precalculation, batch calculation ( ( (Machine time + Labor time + Mach+labor time) if "per assembly" > 0 then (* Lot size : (per assembly)) : Utility factor

  • Work steps
    • (1 + scrap factor : 100) )
  • Setup for calculation )
  • Time factor (1 for minute, 60 for hour)

The lot size itself depends on a) calculated quantity b) defined reject factor c) stored calculation lot size

Final costing ( ( (Machine time + Labor time + Mach+labor time) if "per assembly" > 0 then (* (Order Quantity + Scrap) : (per assembly)) : Utility factor * * (1 + scrap factor : 100) )

  • Setup for calculation )
  • Time factor (1 for minute, 60 for hours)

返回 主页