Help with Cabin Temp Mode
-
So using axis and ohs I can assign an axis for the cabin temp mode and it work perfectly moving to the different modes.
However, I the cooling and heating become inop. I have a strong feeling that it's bc I roll the knob as apposed to snapping it from one mode to the next. So it's not picking up what mode I am in. Is there a way to achieve this with an axis. Or how do I use the 0-7 range to button switches like the CH Products Throttle Quad 3 way switch?
-
This should absolutely be possible. Are you currently assigning decimal values to L:var_EnvironmentalModeKnob? That would definitely cause it not to work, but the animation may show correctly. To solve this, you would just have to round the value your hardware is setting to the nearest integer. If you're using RPN, you would accomplish this with one of the two following options:
near (>L:var_EnvironmentalModeKnob, number) div (>L:var_EnvironmentalModeKnob, number)
Am I guessing the situation correctly? Let me know, and we can definitely figure out how to do this for you.
-
I figured it out in the axis and ohs setting. Here's a quick video to show the before and after
-
Excellent! I'm glad there is a built-in setting for it. Thanks for the video. It's always good to know what these things look like on the other side for my users.