-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fixture
uking/mini-rgbw-moving-head
via editor
- Loading branch information
1 parent
7a8b7b6
commit d16fe32
Showing
1 changed file
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,230 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
"name": "Mini RGBW Moving Head", | ||
"categories": ["Moving Head"], | ||
"meta": { | ||
"authors": ["Mike S", "Hendrik"], | ||
"createDate": "2025-01-19", | ||
"lastModifyDate": "2025-01-19", | ||
"importPlugin": { | ||
"plugin": "qlcplus_4.12.1", | ||
"date": "2025-01-19", | ||
"comment": "created by Q Light Controller Plus (version 4.12.3 GIT)" | ||
} | ||
}, | ||
"physical": { | ||
"dimensions": [180, 240, 180], | ||
"weight": 0.45, | ||
"power": 70, | ||
"DMXconnector": "3-pin", | ||
"bulb": { | ||
"type": "LED", | ||
"lumens": 4000 | ||
}, | ||
"lens": { | ||
"name": "PC", | ||
"degreesMinMax": [15, 15] | ||
} | ||
}, | ||
"availableChannels": { | ||
"Pan": { | ||
"fineChannelAliases": ["Pan Fine"], | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "Pan", | ||
"angleStart": "0deg", | ||
"angleEnd": "540deg" | ||
} | ||
}, | ||
"Tilt": { | ||
"fineChannelAliases": ["Tilt Fine"], | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "Tilt", | ||
"angleStart": "0deg", | ||
"angleEnd": "180deg" | ||
} | ||
}, | ||
"XY Speed": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "PanTiltSpeed", | ||
"speedStart": "fast", | ||
"speedEnd": "slow" | ||
} | ||
}, | ||
"Shutter": { | ||
"defaultValue": 0, | ||
"capabilities": [ | ||
{ | ||
"dmxRange": [0, 7], | ||
"type": "Effect", | ||
"effectName": "Off" | ||
}, | ||
{ | ||
"dmxRange": [8, 134], | ||
"type": "Effect", | ||
"effectName": "Master Dimmer" | ||
}, | ||
{ | ||
"dmxRange": [135, 239], | ||
"type": "Effect", | ||
"effectName": "Strobe from", | ||
"speedStart": "slow", | ||
"speedEnd": "fast" | ||
}, | ||
{ | ||
"dmxRange": [240, 255], | ||
"type": "Effect", | ||
"effectName": "Open" | ||
} | ||
] | ||
}, | ||
"Red": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "ColorIntensity", | ||
"color": "Red" | ||
} | ||
}, | ||
"Green": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "ColorIntensity", | ||
"color": "Green" | ||
} | ||
}, | ||
"Blue": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "ColorIntensity", | ||
"color": "Blue" | ||
} | ||
}, | ||
"White": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "ColorIntensity", | ||
"color": "White" | ||
} | ||
}, | ||
"Colour": { | ||
"defaultValue": 0, | ||
"capabilities": [ | ||
{ | ||
"dmxRange": [0, 7], | ||
"type": "ColorPreset", | ||
"comment": "Mix color depends on ch7-10" | ||
}, | ||
{ | ||
"dmxRange": [8, 231], | ||
"type": "ColorPreset", | ||
"comment": "Macro Color" | ||
}, | ||
{ | ||
"dmxRange": [232, 255], | ||
"type": "ColorPreset", | ||
"comment": "Color Jumping" | ||
} | ||
] | ||
}, | ||
"Colour Jumping Speed": { | ||
"defaultValue": 0, | ||
"capability": { | ||
"type": "Speed", | ||
"speedStart": "slow", | ||
"speedEnd": "fast", | ||
"helpWanted": "Are the automatically added speed values correct?" | ||
} | ||
}, | ||
"Mode": { | ||
"defaultValue": 0, | ||
"capabilities": [ | ||
{ | ||
"dmxRange": [0, 7], | ||
"type": "Effect", | ||
"effectName": "Control depends on ch1-12" | ||
}, | ||
{ | ||
"dmxRange": [8, 63], | ||
"type": "Effect", | ||
"effectName": "Fast running" | ||
}, | ||
{ | ||
"dmxRange": [64, 127], | ||
"type": "Effect", | ||
"effectName": "Slow running" | ||
}, | ||
{ | ||
"dmxRange": [128, 191], | ||
"type": "Effect", | ||
"effectName": "Sound 1", | ||
"soundControlled": true | ||
}, | ||
{ | ||
"dmxRange": [192, 255], | ||
"type": "Effect", | ||
"effectName": "Sound 2", | ||
"soundControlled": true | ||
} | ||
] | ||
}, | ||
"Reset": { | ||
"defaultValue": 0, | ||
"capabilities": [ | ||
{ | ||
"dmxRange": [0, 149], | ||
"type": "Maintenance", | ||
"comment": "Do nothing" | ||
}, | ||
{ | ||
"dmxRange": [150, 200], | ||
"type": "Generic", | ||
"helpWanted": "Unknown QLC+ capability preset ResetAll, Res1=\"undefined\", Res2=\"undefined\"." | ||
}, | ||
{ | ||
"dmxRange": [201, 255], | ||
"type": "Maintenance", | ||
"comment": "Do nothing" | ||
} | ||
] | ||
} | ||
}, | ||
"modes": [ | ||
{ | ||
"name": "14-channel", | ||
"shortName": "14ch", | ||
"channels": [ | ||
"Pan", | ||
"Pan Fine", | ||
"Tilt", | ||
"Tilt Fine", | ||
"XY Speed", | ||
"Shutter", | ||
"Red", | ||
"Green", | ||
"Blue", | ||
"White", | ||
"Colour", | ||
"Colour Jumping Speed", | ||
"Mode", | ||
"Reset" | ||
] | ||
}, | ||
{ | ||
"name": "9-channel", | ||
"shortName": "9ch", | ||
"channels": [ | ||
"Pan", | ||
"Tilt", | ||
"Shutter", | ||
"Red", | ||
"Green", | ||
"Blue", | ||
"White", | ||
"XY Speed", | ||
"Reset" | ||
] | ||
} | ||
] | ||
} |