Hello,
If you use the regular Scale component it's important to understand that the values you enter are not end points, the line keeps going in both directions (see image ScaleLine.png).
In the user manual for the Scale component you can read that the values (A2 - A5) do not limit the resulting output value (see image ScaleComponent.png). The risk of an overflow is imminent if you don't know what kind of signal you have.
And as BRIan pointed out, a capped component will solve this. On the capped component the output value is clamped to Max or Min value in case of an overflow (see image ScaleCappedComponent.png)
All the images and examples can be found in the component user manual.
To find the Online User Manual for the component, mark the component in the component tree and press F1 on the keyboard, or Query the component in the drawing area and click the question mark in the top right corner.
Have a nice day.