Skip to content

Commit 0907a97

Browse files
committed
Add fixture laserworld/cs-500rgb-keytex via editor
1 parent f938246 commit 0907a97

File tree

1 file changed

+202
-0
lines changed

1 file changed

+202
-0
lines changed
Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
3+
"name": "CS-500RGB KeyTEX",
4+
"categories": ["Laser"],
5+
"meta": {
6+
"authors": ["Marcel Nehlis", "M.Nehlis"],
7+
"createDate": "2025-08-29",
8+
"lastModifyDate": "2025-08-29",
9+
"importPlugin": {
10+
"plugin": "qlcplus_4.12.1",
11+
"date": "2025-08-29",
12+
"comment": "created by Q Light Controller Plus (version 4.13.1)"
13+
}
14+
},
15+
"physical": {
16+
"power": 3,
17+
"DMXconnector": "3-pin"
18+
},
19+
"availableChannels": {
20+
"Modes": {
21+
"defaultValue": 0,
22+
"capabilities": [
23+
{
24+
"dmxRange": [0, 49],
25+
"type": "Maintenance",
26+
"comment": "Laser off"
27+
},
28+
{
29+
"dmxRange": [50, 149],
30+
"type": "Maintenance",
31+
"comment": "Automatic Mode"
32+
},
33+
{
34+
"dmxRange": [150, 199],
35+
"type": "Maintenance",
36+
"comment": "Sound Mode"
37+
},
38+
{
39+
"dmxRange": [200, 249],
40+
"type": "Maintenance",
41+
"comment": "Text Mode"
42+
},
43+
{
44+
"dmxRange": [250, 255],
45+
"type": "Maintenance",
46+
"comment": "static DMX Mode (patterns)"
47+
}
48+
]
49+
},
50+
"Text Mode": {
51+
"defaultValue": 0,
52+
"capabilities": [
53+
{
54+
"dmxRange": [0, 19],
55+
"type": "Effect",
56+
"effectName": "Zoom in/out"
57+
},
58+
{
59+
"dmxRange": [20, 39],
60+
"type": "Effect",
61+
"effectName": "Static Text"
62+
},
63+
{
64+
"dmxRange": [40, 59],
65+
"type": "Effect",
66+
"effectName": "Wave"
67+
},
68+
{
69+
"dmxRange": [60, 79],
70+
"type": "Effect",
71+
"effectName": "Text Drawing"
72+
},
73+
{
74+
"dmxRange": [80, 99],
75+
"type": "Effect",
76+
"effectName": "Zoom Out"
77+
},
78+
{
79+
"dmxRange": [100, 119],
80+
"type": "Effect",
81+
"effectName": "x-axis movement"
82+
},
83+
{
84+
"dmxRange": [120, 139],
85+
"type": "Effect",
86+
"effectName": "y-axis movement"
87+
},
88+
{
89+
"dmxRange": [140, 159],
90+
"type": "Effect",
91+
"effectName": "y-axis rotation"
92+
},
93+
{
94+
"dmxRange": [160, 179],
95+
"type": "Effect",
96+
"effectName": "x-axis rotation"
97+
},
98+
{
99+
"dmxRange": [180, 255],
100+
"type": "Effect",
101+
"effectName": "z-axis rotation"
102+
}
103+
]
104+
},
105+
"2 & 3 - Pattern selection": {
106+
"defaultValue": 0,
107+
"capability": {
108+
"type": "Effect",
109+
"effectName": "Patterns selection"
110+
}
111+
},
112+
"Color Selection": {
113+
"defaultValue": 0,
114+
"capabilities": [
115+
{
116+
"dmxRange": [0, 209],
117+
"type": "Generic",
118+
"comment": "Colors selection"
119+
},
120+
{
121+
"dmxRange": [210, 255],
122+
"type": "Generic",
123+
"comment": "Patterns flashes with speed selection"
124+
}
125+
]
126+
},
127+
"Drawing": {
128+
"defaultValue": 0,
129+
"capability": {
130+
"type": "Effect",
131+
"effectName": "Patterns drawing with speed selection"
132+
}
133+
},
134+
"Zoom": {
135+
"defaultValue": 0,
136+
"capability": {
137+
"type": "Generic",
138+
"comment": "Zoom with spped selection"
139+
}
140+
},
141+
"y-axis rotation": {
142+
"defaultValue": 0,
143+
"capability": {
144+
"type": "Generic",
145+
"comment": "y-axis ratation with manual spped selection"
146+
}
147+
},
148+
"x-axis rotation": {
149+
"defaultValue": 0,
150+
"capability": {
151+
"type": "Generic",
152+
"comment": "x-axis rotation with manual speed selection"
153+
}
154+
},
155+
"z-axis rotation": {
156+
"defaultValue": 0,
157+
"capability": {
158+
"type": "Generic",
159+
"comment": "z-axis rotation with manual speed selection"
160+
}
161+
},
162+
"x-axis movement": {
163+
"defaultValue": 0,
164+
"capability": {
165+
"type": "Generic",
166+
"comment": "x-axis movement with manual speed selection"
167+
}
168+
},
169+
"y-axis movement": {
170+
"defaultValue": 0,
171+
"capability": {
172+
"type": "Generic",
173+
"comment": "y-axis movement with manual speed selection"
174+
}
175+
},
176+
"stretch effect": {
177+
"defaultValue": 0,
178+
"capability": {
179+
"type": "Generic"
180+
}
181+
}
182+
},
183+
"modes": [
184+
{
185+
"name": "Controls",
186+
"channels": [
187+
"Modes",
188+
"Text Mode",
189+
"2 & 3 - Pattern selection",
190+
"Color Selection",
191+
"Drawing",
192+
"Zoom",
193+
"y-axis rotation",
194+
"x-axis rotation",
195+
"z-axis rotation",
196+
"x-axis movement",
197+
"y-axis movement",
198+
"stretch effect"
199+
]
200+
}
201+
]
202+
}

0 commit comments

Comments
 (0)