Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
241 changes: 241 additions & 0 deletions fixtures/showpro/led-par-quad-7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "LED PAR Quad-7",
"shortName": "QUAD7",
"categories": ["Color Changer", "Effect", "Strobe"],
"meta": {
"authors": ["BSK PROD"],
"createDate": "2023-08-24",
"lastModifyDate": "2023-08-24"
},
"comment": "https://www.showtech.com.au/product/led-par-quad-7/",
"links": {
"manual": [
"https://www.showtech.com.au/webdata/LEDPAR071/downloads/QuadPAR%207%20&%20QuadPAR%2018%20-%20User%20Manual.pdf"
],
"productPage": [
"https://www.showtech.com.au/product/led-par-quad-7/"
]
},
"physical": {
"dimensions": [250, 250, 100],
"weight": 3,
"power": 120,
"DMXconnector": "3-pin and 5-pin",
"bulb": {
"type": "LED"
},
"lens": {
"degreesMinMax": [25, 25]
}
},
"availableChannels": {
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"Dimmer": {
"capability": {
"type": "Intensity"
}
},
"Color Presets": {
"capabilities": [
{
"dmxRange": [0, 10],
"type": "NoFunction"
},
{
"dmxRange": [11, 30],
"type": "ColorPreset",
"comment": "R100% G0-100% B0%"
},
{
"dmxRange": [31, 50],
"type": "ColorPreset",
"comment": "R100-0% G100% B0%"
},
{
"dmxRange": [51, 70],
"type": "ColorPreset",
"comment": "R0% G100% B0-100%"
},
{
"dmxRange": [71, 90],
"type": "ColorPreset",
"comment": "R0% G100-0% B 100%"
},
{
"dmxRange": [91, 110],
"type": "ColorPreset",
"comment": "R0-100% G0% B100%"
},
{
"dmxRange": [111, 130],
"type": "ColorPreset",
"comment": "R 100% G0% B100-0%"
},
{
"dmxRange": [131, 150],
"type": "ColorPreset",
"comment": "R100% G0-100% B0-100%"
},
{
"dmxRange": [151, 170],
"type": "ColorPreset",
"comment": "R0-100% G0-100% B100% W0-100%"
},
{
"dmxRange": [171, 200],
"type": "ColorPreset",
"comment": "R100% G100% B100% W100%"
},
{
"dmxRange": [201, 255],
"type": "ColorTemperature",
"colorTemperatureStart": "warm",
"colorTemperatureEnd": "cold"
}
]
},
"Strobe": {
"capabilities": [
{
"dmxRange": [0, 9],
"type": "NoFunction"
},
{
"dmxRange": [10, 255],
"type": "StrobeSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
]
},
"Auto Program": {
"capabilities": [
{
"dmxRange": [0, 51],
"type": "NoFunction"
},
{
"dmxRange": [52, 101],
"type": "Effect",
"effectName": "Show 1"
},
{
"dmxRange": [102, 152],
"type": "Effect",
"effectName": "Show 2"
},
{
"dmxRange": [153, 203],
"type": "Effect",
"effectName": "Show 3"
},
{
"dmxRange": [204, 254],
"type": "Effect",
"effectName": "Show 4"
},
{
"dmxRange": [255, 255],
"type": "Effect",
"effectName": "Show 5"
}
]
},
"Auto Program Show Speed": {
"defaultValue": 0,
"capability": {
"type": "Speed",
"speedStart": "slow",
"speedEnd": "fast"
}
},
"Built-in Dimmer": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 51],
"type": "Intensity",
"comment": "Set from Menu"
},
{
"dmxRange": [52, 152],
"type": "Intensity",
"comment": "Dimmer 1"
},
{
"dmxRange": [153, 203],
"type": "Intensity",
"comment": "Dimmer 2"
},
{
"dmxRange": [204, 255],
"type": "Intensity",
"comment": "Dimmer 3"
}
]
}
},
"modes": [
{
"name": "4ch",
"shortName": "4ch",
"channels": [
"Red",
"Green",
"Blue",
"White"
]
},
{
"name": "5ch",
"shortName": "5ch",
"channels": [
"Dimmer",
"Red",
"Green",
"Blue",
"White"
]
},
{
"name": "10ch",
"shortName": "10ch",
"channels": [
"Dimmer",
"Red",
"Green",
"Blue",
"White",
"Color Presets",
"Strobe",
"Auto Program",
"Auto Program Show Speed",
"Built-in Dimmer"
]
}
]
}
Loading