コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1094 ビュー

How to properly set the end date calculation for producing 10000 units of a product with 16sec cycle time under 350 machine under odoo 17 manufacturing order 



アバター
破棄
最善の回答

Step 1: Calculate Total Production Time

  1. Determine Total Units to Produce: 10,000 units.
  2. Cycle Time per Unit: 16 seconds.
  3. Total Production Time Needed:
    • Total Time=Total Units×Cycle Time per Unit\text{Total Time} = \text{Total Units} \times \text{Cycle Time per Unit}Total Time=Total Units×Cycle Time per Unit
    • Total Time=10,000×16 seconds=160,000 seconds\text{Total Time} = 10,000 \times 16 \text{ seconds} = 160,000 \text{ seconds}Total Time=10,000×16 seconds=160,000 seconds
  4. Convert to Hours (if needed):
    Total Time in Hours=160,0003600≈44.44 hours\text{Total Time in Hours} = \frac{160,000}{3600} \approx 44.44 \text{ hours}Total Time in Hours=3600160,000​≈44.44 hours

Step 2: Calculate Actual Production Time Using Machine Count

Since you have 350 machines working in parallel:

  1. Effective Production Time (given 350 machines):
    • Actual Time=Total Production TimeNumber of Machines\text{Actual Time} = \frac{\text{Total Production Time}}{\text{Number of Machines}}Actual Time=Number of MachinesTotal Production Time​
    • Actual Time=160,000350≈457.14 seconds\text{Actual Time} = \frac{160,000}{350} \approx 457.14 \text{ seconds}Actual Time=350160,000​≈457.14 seconds
  2. Convert to Minutes or Hours (optional):
    Actual Time in Minutes=457.1460≈7.62 minutes\text{Actual Time in Minutes} = \frac{457.14}{60} \approx 7.62 \text{ minutes}Actual Time in Minutes=60457.14​≈7.62 minutes
    Actual Time in Hours=7.6260≈0.127 hours\text{Actual Time in Hours} = \frac{7.62}{60} \approx 0.127 \text{ hours}Actual Time in Hours=607.62​≈0.127 hours

Step 3: Set Up Manufacturing Order in Odoo

  1. Open Manufacturing Order in Odoo.
  2. Enter Quantity to Produce as 10,000 units.
  3. Set Cycle Time per Unit as 16 seconds (this is typically done in the work center configuration).
  4. Use the calculated end time or work with Odoo’s scheduling feature to auto-calculate the end date based on your machine availability, cycle time, and shift timings.

アバター
破棄