comparison show/dance2016/deviceClass.n3 @ 1421:5c4a88bf24b4

gobo rotation support on quantum (untested) Ignore-this: a7e37b544d0cd0fb76790ad95e33753
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 02:49:32 +0000
parents 090e8f50bc17
children 6cc84beb84a4
comparison
equal deleted inserted replaced
1420:090e8f50bc17 1421:5c4a88bf24b4
1 @prefix : <http://light9.bigasterisk.com/> . 1 @prefix : <http://light9.bigasterisk.com/> .
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3 3
4 :color a :DeviceAttr; :dataType :color . 4 :color a :DeviceAttr; :dataType :color .
5 :rx a :DeviceAttr; :dataType :angle . 5 :rx a :DeviceAttr; :dataType :angle .
6 :ry a :DeviceAttr; :dataType :angle . 6 :ry a :DeviceAttr; :dataType :angle .
7 :uv a :DeviceAttr; :dataType :scalar . 7 :uv a :DeviceAttr; :dataType :scalar .
8 :brightness a :DeviceAttr; :dataType :scalar . 8 :brightness a :DeviceAttr; :dataType :scalar .
9 :zoom a :DeviceAttr; :dataType :scalar ; rdfs:comment "maybe a 'wide to narrow' type" . 9 :zoom a :DeviceAttr; :dataType :scalar ;
10 :focus a :DeviceAttr; :dataType :scalar . 10 rdfs:comment "maybe make this a separate 'wide to narrow' type" .
11 :iris a :DeviceAttr; :dataType :scalar . 11 :focus a :DeviceAttr; :dataType :scalar .
12 :quantumGoboChoice a :DeviceAttr; :dataType :choice; 12 :iris a :DeviceAttr; :dataType :scalar .
13 :goboSpeed a :DeviceAttr; :dataType :scalar ;
14 rdfs:comment "0=stopped, 1=rotate the fastest".
15 :quantumGoboChoice a :DeviceAttr; :dataType :choice;
13 :choice :open, :spider, :windmill, :limbo, :brush, :whirlpool, :stars . 16 :choice :open, :spider, :windmill, :limbo, :brush, :whirlpool, :stars .
14 17
15 :SimpleDimmer a :DeviceClass; 18 :SimpleDimmer a :DeviceClass;
16 :deviceAttr :brightness; 19 :deviceAttr :brightness;
17 :attr 20 :attr
102 [ :dmxOffset 23 ; :outputAttr :auraGreen ], 105 [ :dmxOffset 23 ; :outputAttr :auraGreen ],
103 [ :dmxOffset 24 ; :outputAttr :auraBlue ] . 106 [ :dmxOffset 24 ; :outputAttr :auraBlue ] .
104 107
105 :MacQuantum a :DeviceClass; 108 :MacQuantum a :DeviceClass;
106 :docs <http://www.martin.com/Martin.Download.aspx?file=/files/files/productdocuments/11_MANUALS/999/35000279b%20UM_MACQuantumProfile_EN_B.pdf>; 109 :docs <http://www.martin.com/Martin.Download.aspx?file=/files/files/productdocuments/11_MANUALS/999/35000279b%20UM_MACQuantumProfile_EN_B.pdf>;
107 :deviceAttr :color, :rx, :ry, :zoom, :focus, :iris, :quantumGoboChoice; 110 :deviceAttr :color, :rx, :ry, :zoom, :focus, :iris, :quantumGoboChoice, :goboSpeed;
108 :attr 111 :attr
109 [ :dmxOffset 0; :outputAttr :shutter ; rdfs:comment "use 30" ], 112 [ :dmxOffset 0; :outputAttr :shutter ; rdfs:comment "use 30" ],
110 [ :dmxOffset 1; :outputAttr :dimmerFadeHi ], 113 [ :dmxOffset 1; :outputAttr :dimmerFadeHi ],
111 [ :dmxOffset 2; :outputAttr :dimmerFadeLo ], 114 [ :dmxOffset 2; :outputAttr :dimmerFadeLo ],
112 [ :dmxOffset 3; :outputAttr :cyan ], 115 [ :dmxOffset 3; :outputAttr :cyan ],