Calculate and Assign the Scaling Factor
- Last UpdatedMay 16, 2024
- 1 minute read
Scaling Factor is calculated based on the base Formula size and the Batch size which then helps the system to determine the new value for all Inputs/Outputs.
Scaling Factor: Batch Size/Base Formula Size
Equipment Parameter Tab Scaling Formula
The following formula is used to calculate the new values for all Inputs/Outputs:
-
New Target Value = Default Formula Target Value * Mapping Percent * Scaling Factor
-
New Min Value = MAX((Formula Min * Scaling Factor * Mapping Percent), (Equipment Min))
-
New Max Value = MIN((Formula Max * Scaling Factor * Mapping Percent), (Equipment Max))
Formula Parameter Tab Scaling Formula
The following formula is used to calculate the final values
-
Target scaling: (Value * Scaling Factor)
-
New Min Value = MAX((Formula Min * Scaling Factor), (Equipment Min / Mapping Percent))
-
New Max Value = MIN((Formula Max * Scaling Factor), (Equipment Max / Mapping Percent))
NOTE: If a Formula parameter is mapped to multiple Equipment capability parameters, then the Min and Max shown in the Formula tab will be the most constrained among all of the mappings. So you do the calculations above for each mapping and then take the largest Min value and the smallest Max value.