Hog 2 personality : intensity & strobe combined

Hi Guys

I've come across a LED fixture with intensity and strobe on the same DMX channel :

0-188 Intensity 0-100%
189-255 Strobe slow-fast

I was hoping to write a personality where the intensity encoder went from 0-100% intensity clockwise from 'rest' and strobe speeds (just a few fixed values to test the idea) anticlockwise. So I wrote :


parameter = Intensity
default = 0
highlight = 188
crossfade = 0
type = htp8bit
range = 255, strobe 6
range = 240, strobe 5
range = 230, strobe 4
range = 220, strobe 3
range = 205, strobe 2
range = 190, strobe 1
[range = 0, idle]
range = 0, 188, %


I tried with and without an extra line as in the brackets above (without the brackets!)

In both cases, the personality worked as expected using the encoder, but If I typed AT FULL the unit went to strobe 1 and if I typed AT 0 it went to strobe 6 - so the AT values were working on the wrong side of the default. Have I got something wrong?

Thanks
Related