Skip to content

Conversation

@FloEdelmann
Copy link
Member

  • Update manufacturers.json
  • Add fixture 'fos/lifting-ball-dmx'

Fixture warnings / errors

  • fos/lifting-ball-dmx
    • ❌ File does not match schema: fixture.matrix.pixelCount[0] -Infinity should be >= 1
    • ⚠️ Please check if manufacturer is correct and add manufacturer URL.
    • ⚠️ Please add 10-channel mode's Head initial structure #1 to the fixture's matrix. The included channels were Tilt fine, Tilt, Tilt speed, Reset, Master dimmer, Shutter, Green, Red, Blue, Color Macro.

Thank you Frank!

@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 Jun 8, 2020
@FloEdelmann FloEdelmann temporarily deployed to ofl-branch2020-06-08t14-f5ibar June 8, 2020 14:05 Inactive
@FloEdelmann
Copy link
Member Author

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>

fos / lifting-ball-dmx: d-light / attributes-correctness
  • ❌ fos/lifting-ball-dmx-10ch.xmlError parsing XML: Duplicate parameter name: FOCUS/TILT
fos / lifting-ball-dmx: millumin / json-schema-conformity
  • ❌ fos/lifting-ball-dmx.jsonTypeError: Cannot use 'in' operator to search for 'type' in null
✔️ fos / lifting-ball-dmx: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/FOS-Lifting-Ball-DMX.qxf
fos / lifting-ball-dmx: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/FOS-Lifting-Ball-DMX.qxfElement '{http://www.qlcplus.org/FixtureDefinition}Layout', attribute 'Height': '0' is not a valid value of the atomic type 'xs:positiveInteger'.

@FloEdelmann FloEdelmann marked this pull request as draft February 16, 2023 16:52
@FloEdelmann FloEdelmann changed the title Add fixture 'fos/lifting-ball-dmx' Add fixture fos/lifting-ball-dmx Feb 16, 2023
Copy link
Contributor

@kengruven kengruven left a comment

Choose a reason for hiding this comment

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

This one is a little weird, but it looks pretty good. Similar but definitely different: #4477.

Also, note that "fos" in other pull requests is "fos-technologies".

"comment": "created by Q Light Controller Plus (version 4.12.2)"
}
},
"physical": {
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
"physical": {
"links": {
"manual": [
"https://www.fos-lighting.eu/uploads/products_1_2_1_42.pdf"
]
},
"physical": {

Comment on lines +24 to +30
"matrix": {
"pixelCount": [
null,
null,
1
]
},
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
"matrix": {
"pixelCount": [
null,
null,
1
]
},

},
{
"dmxRange": [253, 255],
"type": "Maintenance"
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": "Maintenance"
"type": "Maintenance",
"comment": "Reset"

Comment on lines +124 to +125
"type": "ColorPreset",
"comment": "Off"
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",
"comment": "Off"
"type": "NoFunction"

},
{
"dmxRange": [8, 231],
"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": "Effect",
"effectPreset": "ColorFade",

},
{
"dmxRange": [232, 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": "Effect",
"effectPreset": "ColorFade",
"speedStart": "slow",
"speedEnd": "fast",

]
}
},
"templateChannels": {},
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
"templateChannels": {},

Comment on lines +38 to +39
"angleEnd": "100%",
"helpWanted": "Can you provide exact angles?"
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
"angleEnd": "100%",
"helpWanted": "Can you provide exact angles?"
"angleEnd": "100%"

This is a winch, so it's not angles. Is "Tilt" the correct type to use for this?

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.

3 participants