Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
"name": "Nicols",
"website": "https://nicols-lighting.fr/"
},
"nsl": {
"name": "NSL",
"website": "https://nsl.as/"
},
"orion": {
"name": "Orion Effects Lighting",
"website": "https://orion-fxlights.com/"
Expand Down
164 changes: 164 additions & 0 deletions fixtures/nsl/bws200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "BWS200",
"shortName": "BSW200",
"categories": ["Moving Head"],
"meta": {
"authors": ["NSL"],
"createDate": "2025-12-10",
"lastModifyDate": "2025-12-10"
},
"links": {
"manual": [
"https://nsl.as/"
],
"productPage": [
"https://nsl.as/"
],
"video": [
"https://nsl.as/"
]
},
"physical": {
"DMXconnector": "5-pin",
"bulb": {
"type": "LED",
"colorTemperature": 10000,
"lumens": 10000
}
},
"availableChannels": {
"Color Wheel": {
"capability": {
"type": "WheelSlot"
}
},
"Shutter / Strobe": {
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Open"
}
},
"Dimmer": {
"capability": {
"type": "Intensity"
}
},
"Gobo Wheel": {
"capability": {
"type": "WheelSlot"
}
},
"Prism": {
"capability": {
"type": "Prism"
}
},
"Prism Rotation": {
"capability": {
"type": "PrismRotation"
}
},
"Color Presets": {
"capability": {
"type": "NoFunction"
}
},
"Frost": {
"capability": {
"type": "Frost",
"frostIntensityStart": "off",
"frostIntensityEnd": "high"
}
},
"Zoom": {
"capability": {
"type": "Zoom",
"angleStart": "narrow",
"angleEnd": "wide"
}
},
"Pan": {
"capability": {
"type": "Pan",
"angleStart": "0deg",
"angleEnd": "540deg"
}
},
"Pan Fin": {
"capability": {
"type": "PanTiltSpeed",
"speed": "slow"
}
},
"Tilt": {
"capability": {
"type": "Tilt",
"angleStart": "0deg",
"angleEnd": "270deg"
}
},
"Tilt Fin": {
"capability": {
"type": "PanTiltSpeed",
"speedStart": "fast",
"speedEnd": "slow"
}
},
"Color Macros": {
"capability": {
"type": "Effect",
"effectName": "Macro"
}
},
"Reset": {
"capability": {
"type": "Maintenance"
}
},
"Shutter": {
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Open"
}
},
"Led Ring": {
"capability": {
"type": "Effect",
"effectName": "Led Ring"
}
},
"Led Ring Hastighet": {
"capability": {
"type": "EffectSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
}
},
"modes": [
{
"name": "NSL BSW200",
"channels": [
"Color Wheel",
"Shutter / Strobe",
"Dimmer",
"Gobo Wheel",
"Prism",
"Prism Rotation",
"Color Presets",
"Frost",
"Zoom",
"Pan",
"Pan Fin",
"Tilt",
"Tilt Fin",
"Color Macros",
"Reset",
"Shutter",
"Led Ring",
"Led Ring Hastighet"
]
}
]
}
Loading