I have tried a few options - none work:
<prism dmxchannel = "17" >
<prismrotation />
<step type = "open" mindmx = "0" maxdmx = "3" caption = "Open" />
<step type = "prism" mindmx = "3" maxdmx = "255" caption = "3-facet radial prism" >
<step type = "stop" handler = "prism rotation" mindmx = "3" maxdmx = "4" />
<range type = "ccw" handler = "prismrotation" mindmx = "127" maxdmx ="5" minval = "0.1" maxval = "5" />
<range type = "cw" handler = "prismrotation" mindmx = "128" maxdmx = "255" minval = "0.1" maxval = "5" />
</step>
</prism>
<prism dmxchannel = "17" >
<prismrotation />
<step type = "open" mindmx = "0" maxdmx = "3" caption = "Open" />
<step type = "prism" mindmx = "3" maxdmx = "255" caption = "3-facet prism" >
<step type = "stop" handler = "prism rotation" mindmx = "128" maxdmx = "131" />
<range type = "ccw" handler = "prismrotation" mindmx = "127" maxdmx ="4" minval = "0.1" maxval = "5" />
<range type = "cw" handler = "prismrotation" mindmx = "132" maxdmx = "255" minval = "0.1" maxval = "5" />
</step>
</prism>
Despite what the manual(s) say, the unit responds to the dmx values:
0..3 open (no prism)
4..127 slower to faster clockwise rotation
128..132 prism in place, no rotation
133..255 counterclockwise rotation.
It looks as though some other setting is inhibiting it - it just remains open. But I can't see any other place it could being inhibited.
Bye the way: what is the significance of 'mindmx = "191" maxdmx ="128"' in the example - with mindmx > maxdmx?
Thanks again