Example curve alteration

In this example, you can see how to use a curve alteration. For instance, when you have LED dimmable lights, they tend to respond differently to the dimming scale from 0 - 100% then regular light bulbs or halogen lights. LED lights often increase very much in brightness the first 20% and then only slowly become brighter near the higher values.



To realize this, we have created a dimming component in the project, which we make available in the visualization and connect to the light switches. The real actuator for the LED dimmer is connected as the output. We then "translate" the requested dimming values to an altered scale, which is sent to the actuator. For instance, a dimming value of 10% results in a set dimming value of 1%, corresponding to a reasonable actual low light value, but a value of 70% results in a set dimming value of 75%. This can create a more natural feel for the user, where the actual brightness of the LED lights correspond better to the requested dimming value.