Translations:BW-010/13/en

From Larnitech wiki page
Jump to navigation Jump to search

HW settings

Name Type, range SUBID Default Description
def integer 0-250 1-4 100 The default brightness level in case of a power reset (1..250). Example: def=250
min integer 0-100 1-4 0 Minimum dimming level, example: min=10
max integer 0-100 1-4 100 Maximum dimming level, example max=95
start integer 0-100 1-4 0 The Start function is used for lamps that lack the minimal voltage to get turned on. If the set value is lower than the start value, the lamp is turned on at the start value and them the light is dimmed down to the set level. Example: start=60
force integer 0-100 1-4 10 Time duration of the starting value (measured in milliseconds). Example: force=20
runtime integer 0-60000 1-4 1000 Runtime is the speed of changing the brightness from 'min' to 'max' (measured in milliseconds). Example: runtime=1000
dm char[4] 98 'vvvv' Each char is responsible for the type of a particular channel
  • 'g' – use like halogen dimmer-lamp
  • 's' – Soft Switch, lamp, when on/off power is supplied/deenergised smoothly (500msec)
  • 'k' – Switch, lamp, when on/off power is supplied/deenergised immediately
  • 'l' – LED Function, dimmable LED lamps
  • 'v' – linear Function of dimming
  • '-' – Channel disabled
  • '+' – Regular channel

Example: dm='skl-'