Skip to content
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

Add fixture lcg/ultra-led-beam #4257

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

FloEdelmann
Copy link
Member

  • Update manufacturers.json
  • Add fixture lcg/ultra-led-beam

Fixture warnings / errors

  • lcg/ultra-led-beam
    • ⚠️ Mode '12CH' should have shortName '12ch' instead of '12CH'.
    • ⚠️ Mode '12CH' should have shortName '12ch' instead of '12CH'.
    • ⚠️ Unused wheel slot(s): Color Wheel (slot 16), Color Wheel (slot 18)

Thank you Sebastien MARQUIS!

@FloEdelmann FloEdelmann added new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website. labels Sep 27, 2024
Copy link

Export files validity

(Output of test script tests/github/exports-valid.js.)

Test the exported files of selected fixtures against the plugins' export tests.
You can run a plugin's export tests by executing:
$ node cli/run-export-test.js -p <plugin name> <fixtures>

✔️ lcg / ultra-led-beam: d-light / attributes-correctness
  • ✔️ lcg/ultra-led-beam-12CH.xml
lcg / ultra-led-beam: dmxcontrol3 / channel-numbers
  • ❌ lcg-ultra-led-beam-12CH.xmlCapability 64…95 in channel 7 overlaps with other capabilities.
    Channel 6 "Gobo Wheel" is missing capabilities. Used ranges: 0…89, 226…255
✔️ lcg / ultra-led-beam: dragonframe / json-schema-conformity
  • ✔️ lcg/ultra-led-beam.json
  • ✔️ manufacturers.json
✔️ lcg / ultra-led-beam: millumin / json-schema-conformity
  • ✔️ lcg/ultra-led-beam.json
✔️ lcg / ultra-led-beam: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/LCG-ULTRA-LED-BEAM.qxf
✔️ lcg / ultra-led-beam: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/LCG-ULTRA-LED-BEAM.qxf

"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "ULTRA LED BEAM",
"shortName": "LCG-MHB150L",
"categories": ["Color Changer", "Dimmer", "Effect", "Moving Head", "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", "Moving Head", "Strobe"],
"categories": ["Color Changer", "Moving Head"],

Comment on lines +12 to +14
"manual": [
"https://www.lc-group.ca"
]
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
"manual": [
"https://www.lc-group.ca"
]
"manual": [
"https://www.lc-group.ca/index.php?page=shop.getfile&file_id=3844&product_id=3466&option=com_virtuemart"
],
"productPage": [
"https://www.lc-group.ca/en/entertainment-lighting/led-effect/moving-head/detail/17/flypage/3466?sef=hcfp"
]

"physical": {
"dimensions": [177, 362, 362],
"weight": 7.1,
"power": 142,
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
"power": 142,
"power": 195,

},
"modes": [
{
"name": "12CH",
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
"name": "12CH",
"name": "12-channel",

}
},
"modes": [
{
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
{
{
"name": "10-channel",
"channels": [
"Pan",
"Tilt",
"Color Wheel",
"Gobo Wheel",
"Shutter / Strobe",
"Dimmer",
"Focus",
"Prism Rotation",
"Pan/Tilt Speed",
"Reset"
]
},
{

{
"dmxRange": [186, 193],
"type": "WheelShake",
"slotNumber": 31
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
"slotNumber": 31
"shakeSpeedStart": "slow",
"shakeSpeedEnd": "fast",
"slotNumber": 14

{
"dmxRange": [194, 201],
"type": "WheelShake",
"slotNumber": 32
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
"slotNumber": 32
"shakeSpeedStart": "slow",
"shakeSpeedEnd": "fast",
"slotNumber": 15

{
"dmxRange": [202, 209],
"type": "WheelShake",
"slotNumber": 33
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
"slotNumber": 33
"shakeSpeedStart": "slow",
"shakeSpeedEnd": "fast",
"slotNumber": 16

{
"dmxRange": [210, 217],
"type": "WheelShake",
"slotNumber": 34
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
"slotNumber": 34
"shakeSpeedStart": "slow",
"shakeSpeedEnd": "fast",
"slotNumber": 17

{
"dmxRange": [218, 225],
"type": "WheelShake",
"slotNumber": 35
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
"slotNumber": 35
"shakeSpeedStart": "slow",
"shakeSpeedEnd": "fast",
"slotNumber": 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants