Crestron Logic Symbols

Jeff P
Oct 12, 2024

--

Part 14 — Analog Min/Max Clamp

This one is pretty straighforwards…. you provide a minimum and maximum input value, and if the input value drops below the minimum it will hod that value….similarly if the input value goes above the maximum then it will hold that value.

So if minimum was 25 and maximum was 37, then providing the input stays between 25 and 37, the output will equal the input, however if the input drops to say 20, then the output will clamp to 25. If the input value goes to 45, then the output will clamp to 37.

--

--

Jeff P
Jeff P

Written by Jeff P

I tend to write about anything I find interesting. There’s not much more to it than that really :-)

No responses yet