This is an old revision of the document!


Terms

Estimated Quantity

The Estimated Quantity that is set in the Part.

Actual Usage

The quantity that is used of the Part.

Used Estimated

The calculated portion of the Estimated Quantity that has been used.

Unused Estimated

The calculated portion of the Estimated Quantity that has not been used. (ie Quantity Reserved)

Used Beyond Estimated

The calculated amount of actual usage that is over the Estimated Quantity

Examples of these terms in various scenarios

~ Estimated
Quantity
~ Actual
Usage
~ Used
Estimated
~ Unused
Estimated
~ Used Beyond
Estimated
> 10 > 0 > 0 > 10 > 0
> 10 > 5 > 5 > 5 > 0
> 10 > 10 > 10 > 0 > 0
> 10 > 15 > 10 > 0 > 5
> 10 > -5 > 0 > 10 > -5
> 0 > 5 > 0 > 0 > 5
> 0 > -5 > 0 > 0 > -5
> -10 > 0 > 0 > -10 > 0
> -10 > -5 > -5 > -5 > 0
> -10 > -10 > -10 > 0 > 0
> -10 > -15 > -10 > 0 > -5
> -10 > 5 > 0 > -10 > 5

Notes

  • Used Estimated + Unused Estimated will always equal Estimated Quantity
  • Used Estimated + Used Beyond Estimated will always equal Actual Usage
  • The only time Unused Estimated and Used Beyond Estimated will both be non-zero is when Estimated Quantity greater than zero and Actual Usage is less than zero or vice-versa.

Sequence for distributing usage

When usage is added, Control will go through each of these steps, applying as much usage in each step. Once the new usage remaining get to zero, the process is complete and it does not continue to the next step.

Added usage (when the Added Usage is greater than zero)

  1. If any parts have a Used Beyond Estimate amount that is less than zero, apply the usage to them to attempt to raise the amount to zero.
  2. If any parts have a Used Estimates amount that is less than zero, apply the usage to them to attempt to raise the amount to zero.
  3. If any parts have an Unused Estimated amount that is greater than zero, apply the usage to them to attempt to lower the amount to zero.
  4. Attempt to rebalance actual usage of parts that have an Estimated Quantity that is greater than zero.
  5. Distribute proportionately among parts that have an Estimated Quantity that is greater than zero. If every part has an Estimated Quantity of zero, then distribute evenly among all the parts. If every part has an Estimated Quantity that is less than or equal to zero, then distribute proportionately among parts with an Estimated Quantity that is less than zero.

Removing usage (when then Added Usage is less than zero)

  1. If any parts have a Used Beyond Estimate amount that is greater than zero, apply the usage to them to attempt to lower the amount to zero.
  2. If any parts have a Used Estimates amount that is greater than zero, apply the usage to them to attempt to lower the amount to zero.
  3. If any parts have an Unused Estimated amount that is less than zero, apply the usage to them to attempt to raise the amount to zero.
  4. Attempt to rebalance actual usage of parts that have an Estimated Quantity that is less than zero.
  5. Distribute proportionately among parts that have an Estimated Quantity that is less than zero. If every part has an Estimated Quantity of zero, then distribute evenly among all the parts. If every part has an Estimated Quantity that is greater than or equal to zero, then distribute proportionately among parts with an Estimated Quantity that is greater than zero.

Note:

  • If there are parts with an Estimated Quantity of zero, but not all of the parts have an Estimated Quantity of zero, then those parts with never get usage added to them with this method.
  • Though, any actual usage that is applied to parts with zero Estimated Quantity can be backed out.

Details of the steps

Steps 1-3:

If the quantity added is greater than the total amount it is being applied to, then the full amount will be applied and the remainder will be carried over to the next step. Otherwise, the quantity added will be distributed proportionately based on the amounts being applied to.

Example:

You have 3 parts with estimated quantities of 10, 20, and 30, and zero actual quantity for all three.

If you were to add an actual quantity of 70, then 10, 20, and 30 would be added to the actual quantities, and a quantity of 10 would be carried on to the next step.

If you were to add an actual quantity of 30, then 5, 10, and 15 would be added to the actual quantities, and the distribution of the added actual quantity would be complete.

Step 4:

In this step, the current actual usage plus the newly added usage from steps 1-3 for each part is examined to compare the actual distribution with the distribution of the estimated quantity. From there will will attempt to use the remaining added quantity to adjust the actual usage so the distribution matches the estimated distribution.

Note:

The existing actual usage will not be reduced.

Step 5:

At this point, any remaining added usage will be distributed based on the distribution of the estimated quantities. If all of the estimated quantities are zero, then the added amount will be distributed evenly.

See Also

You could leave a comment if you were logged in.