When there are several scheduled items for the same period the application will use the following rules to determine the final result for the maximum output.
• Determine which Downscale to max is the lowest and reduce it with the sum of all Downscale with reduction’s for that period. Then compare it with the smallest Bound to max and use the lowest of the two as the resulting max output.
This can also be described with the following formula.
• MIN(MIN(Downscale to max)-SUM(Downscale with reduction),MIN(Bound to max))