Part 26 — Analog Scaler with I/O Limits
The Analog Scaler with I/O Limits in Crestron SIMPL Windows allows you to scale an analog input (ain) between specified limits and output the scaled value (aout) within another defined range. This symbol is particularly useful when you need to ensure that the analog values stay within specific bounds for both input and output.
Input Limits:
InputLowerLimit: The lower bound for the input value (ain). If the input value is less than or equal to this limit, the output will be set to the OutputLowerLimit.
InputUpperLimit: The upper bound for the input value (ain). If the input value is greater than or equal to this limit, the output will be set to the OutputUpperLimit.
Output Limits:
OutputLowerLimit: The lower bound for the scaled output value (aout).
OutputUpperLimit: The upper bound for the scaled output value (aout).