Art-Net
Map the Slider to a DMX channel value from 0 to 255.
Open Art-Net guide →Practical recipe
Send a continuous value in the range expected by your target and keep the control synchronized with feedback.
Recipe outcome
Moving the slider sends a mapped value. Changes made on the device or in the application move the slider back to the reported position.
Build it
Add a Slider to a panel, give it a clear title, and choose the orientation and appearance that fit the panel.
Show the most important visual Slider settings and the resulting item.
recipe-slider-01-item.jpegSet the minimum, maximum, and initial value. Use a range that makes sense to the person operating the panel.
Show the range fields and the value displayed by the configured Slider.
recipe-slider-02-range.jpegSelect the outgoing interface and a command that accepts the current item value. Configure mapping when the target uses a different range.
Show interface, command, target range, and the field that receives the current Slider value.
recipe-slider-03-command.jpegCreate an Event for the reported value and use the matching Remote Option to apply that value to the Slider.
Show the incoming value, any reverse mapping, and the Remote Option that changes the Slider position.
recipe-slider-04-event.jpegInterface examples
Map the Slider to a DMX channel value from 0 to 255.
Open Art-Net guide →Control a camera function and follow values reported by the XML gateway.
Open Grass Valley guide →Control a mixer parameter and keep the panel synchronized with changes on the console.
Open mixer guide →