Skip to content

Add fixture chauvet-dj/slimpar-t12-ils #4610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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
219 changes: 219 additions & 0 deletions fixtures/chauvet-dj/slimpar-t12-ils.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "SlimPAR T12 ILS",
"categories": ["Color Changer", "Dimmer", "Effect", "Strobe"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"categories": ["Color Changer", "Dimmer", "Effect", "Strobe"],
"categories": ["Color Changer"],

"meta": {
"authors": ["Mouflon"],
"createDate": "2025-02-03",
"lastModifyDate": "2025-02-03"
},
"links": {
"manual": [
"https://fr.chauvetdj.com/wp-content/uploads/2022/05/SlimPAR_T12_ILS_QRG_ML6_Rev2.pdf"
],
"productPage": [
"https://fr.chauvetdj.com/products/slimpar-t12-ils/"
],
"video": [
"https://www.youtube.com/watch?v=ilRPKtgWJNs"
]
},
"physical": {
"dimensions": [224.5, 225.5, 246],
"weight": 1.6,
"power": 60,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED",
"lumens": 1415
},
"lens": {
"degreesMinMax": [17, 17]
}
},
"availableChannels": {
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"Color Macros": {
"capabilities": [
{
"dmxRange": [0, 15],
"type": "NoFunction"
},
{
"dmxRange": [16, 255],
"type": "ColorPreset"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "ColorPreset"
"type": "ColorPreset",
"helpWanted": "What colors at what values?"

}
]
},
"Strobe": {
"defaultValue": 5,
"constant": true,
Comment on lines +66 to +67
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 5,
"constant": true,

"capabilities": [
{
"dmxRange": [0, 15],
"type": "NoFunction"
},
{
"dmxRange": [16, 255],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast"
}
]
},
"Program": {
"capabilities": [
{
"dmxRange": [0, 31],
"type": "NoFunction"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "NoFunction"
"type": "NoFunction",
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Strobe"
}

},
{
"dmxRange": [32, 63],
"type": "ShutterStrobe",
"shutterEffect": "RampUp",
"comment": "when Ch. 1-3 are active"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"comment": "when Ch. 1-3 are active"
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [64, 95],
"type": "ShutterStrobe",
"shutterEffect": "RampDown",
"comment": "when Ch. 1-3 are active"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"comment": "when Ch. 1-3 are active"
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [96, 127],
"type": "ShutterStrobe",
"shutterEffect": "RampUpDown",
"comment": "when Ch. 1-3 are active"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"comment": "when Ch. 1-3 are active"
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [128, 159],
"type": "Effect",
"effectName": "Automatic fade"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"effectName": "Automatic fade"
"effectName": "Automatic fade",
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [160, 191],
"type": "Effect",
"effectName": "Automatic 3-color snap"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"effectName": "Automatic 3-color snap"
"effectName": "Automatic 3-color snap",
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [192, 223],
"type": "Effect",
"effectName": "Automatic 7-color snap"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"effectName": "Automatic 7-color snap"
"effectName": "Automatic 7-color snap",
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Program speed"
}

},
{
"dmxRange": [224, 255],
"type": "Effect",
"effectName": "Sound-active 7-color snap",
"soundControlled": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"soundControlled": true
"soundControlled": true,
"switchChannels": {
"Strobe / Program speed / Sound sensitivity": "Sound sensitivity"
}

}
]
},
"Dimmer": {
"capability": {
"type": "Intensity"
}
},
"Dimmer speed": {
"capabilities": [
{
"dmxRange": [0, 51],
"type": "Generic",
"comment": "Dimmer speed set from display menu"
},
{
"dmxRange": [52, 101],
"type": "Speed",
"speed": "stop"
},
{
"dmxRange": [102, 152],
"type": "Speed",
"speed": "fast"
},
{
"dmxRange": [153, 203],
"type": "Speed",
"speed": "50%"
},
{
"dmxRange": [204, 255],
"type": "Speed",
"speed": "slow"
}
Comment on lines +136 to +160
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"dmxRange": [0, 51],
"type": "Generic",
"comment": "Dimmer speed set from display menu"
},
{
"dmxRange": [52, 101],
"type": "Speed",
"speed": "stop"
},
{
"dmxRange": [102, 152],
"type": "Speed",
"speed": "fast"
},
{
"dmxRange": [153, 203],
"type": "Speed",
"speed": "50%"
},
{
"dmxRange": [204, 255],
"type": "Speed",
"speed": "slow"
}
{
"dmxRange": [0, 51],
"type": "Maintenance",
"comment": "Dimmer speed set from display menu"
},
{
"dmxRange": [52, 101],
"type": "Maintenance",
"speed": "Dimmer speed mode off"
},
{
"dmxRange": [102, 152],
"type": "Maintenance",
"speed": "Dimmer speed mode 1 (fast)"
},
{
"dmxRange": [153, 203],
"type": "Maintenance",
"speed": "Dimmer speed mode 2 (medium)"
},
{
"dmxRange": [204, 255],
"type": "Maintenance",
"speed": "Dimmer speed mode 3 (slow)"
}

In other fixtures, OFL uses Maintenance for dimmer speed. I can't find a definition of a generic "Speed" parameter but I think it's generally intended for effects. In particular, "off" here probably means "instantaneous", which is very different from "stop".

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to learn that, thanks for correction

]
},
"Sound Sensitivity": {
"defaultValue": 5,
"constant": true,
Comment on lines +164 to +165
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 5,
"constant": true,

"capabilities": [
{
"dmxRange": [0, 10],
"type": "SoundSensitivity",
"soundSensitivity": "off",
"comment": "when Ch. 6 is 32<=>223"
Comment on lines +170 to +171
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"soundSensitivity": "off",
"comment": "when Ch. 6 is 32<=>223"
"soundSensitivity": "off"

},
{
"dmxRange": [11, 255],
"type": "SoundSensitivity",
"soundSensitivityStart": "low",
"soundSensitivityEnd": "high",
"comment": "when Ch. 6 is 224<=>255"
Comment on lines +177 to +178
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"soundSensitivityEnd": "high",
"comment": "when Ch. 6 is 224<=>255"
"soundSensitivityEnd": "high"

}
]
},
"Program Speed": {
"defaultValue": 5,
"constant": true,
Comment on lines +183 to +184
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultValue": 5,
"constant": true,

"capability": {
"type": "Speed",
"speedStart": "slow",
"speedEnd": "fast"
}
}
},
"modes": [
{
"name": "3-channel",
"shortName": "3ch",
"channels": [
"Red",
"Green",
"Blue"
]
},
{
"name": "8-channel",
"shortName": "8ch",
"channels": [
"Red",
"Green",
"Blue",
"Color Macros",
"Strobe",
"Program",
"Dimmer",
"Dimmer speed",
"Sound Sensitivity",
"Program Speed"
Comment on lines +210 to +215
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Strobe",
"Program",
"Dimmer",
"Dimmer speed",
"Sound Sensitivity",
"Program Speed"
"Strobe / Program speed / Sound sensitivity",
"Program",
"Dimmer",
"Dimmer speed"

]
}
]
}
Loading