-
Notifications
You must be signed in to change notification settings - Fork 65
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 prolights/arcled130tri
#4566
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,77 @@ | ||||||||||||||
{ | ||||||||||||||
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||||||||||||||
"name": "ArcLed130Tri", | ||||||||||||||
"categories": ["Color Changer"], | ||||||||||||||
"meta": { | ||||||||||||||
"authors": ["Franco piccolo"], | ||||||||||||||
"createDate": "2025-01-17", | ||||||||||||||
"lastModifyDate": "2025-01-17" | ||||||||||||||
}, | ||||||||||||||
"links": { | ||||||||||||||
"manual": [ | ||||||||||||||
"https://www.prolights.it/en/product/ARCLED7314TRI#:~:text=Arcled7314tri_USER_MANUAL_ITEN.pdf" | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
], | ||||||||||||||
"productPage": [ | ||||||||||||||
"https://www.prolights.it/en/product/ARCLED7314TRI" | ||||||||||||||
], | ||||||||||||||
"video": [ | ||||||||||||||
"https://www.youtube.com/watch?v=DRJFQzjOSVc" | ||||||||||||||
Comment on lines
+16
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Dead link. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks since I am new to this site how do I reopen in edit mode to add 9-Channel mode? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AFAIK there isn't an easy way. But you could create new channels, view the JSON, and copy/paste them into a patch here. |
||||||||||||||
] | ||||||||||||||
}, | ||||||||||||||
"physical": { | ||||||||||||||
"dimensions": [240, 210, 160], | ||||||||||||||
"weight": 2.5, | ||||||||||||||
"power": 35, | ||||||||||||||
Comment on lines
+22
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
"DMXconnector": "3-pin XLR IP65", | ||||||||||||||
"bulb": { | ||||||||||||||
"type": "LED", | ||||||||||||||
"colorTemperature": 2500 | ||||||||||||||
} | ||||||||||||||
}, | ||||||||||||||
"availableChannels": { | ||||||||||||||
"Dimmer": { | ||||||||||||||
"capability": { | ||||||||||||||
"type": "Intensity" | ||||||||||||||
} | ||||||||||||||
}, | ||||||||||||||
"Red": { | ||||||||||||||
"capability": { | ||||||||||||||
"type": "ColorIntensity", | ||||||||||||||
"color": "Red" | ||||||||||||||
} | ||||||||||||||
}, | ||||||||||||||
"Green": { | ||||||||||||||
"capability": { | ||||||||||||||
"type": "ColorIntensity", | ||||||||||||||
"color": "Green" | ||||||||||||||
} | ||||||||||||||
}, | ||||||||||||||
"Blue": { | ||||||||||||||
"capability": { | ||||||||||||||
"type": "ColorIntensity", | ||||||||||||||
"color": "Blue" | ||||||||||||||
} | ||||||||||||||
} | ||||||||||||||
}, | ||||||||||||||
"modes": [ | ||||||||||||||
{ | ||||||||||||||
"name": "4ch", | ||||||||||||||
"shortName": "4ch", | ||||||||||||||
Comment on lines
+58
to
+59
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
"channels": [ | ||||||||||||||
"Dimmer", | ||||||||||||||
"Red", | ||||||||||||||
"Green", | ||||||||||||||
"Blue" | ||||||||||||||
] | ||||||||||||||
}, | ||||||||||||||
{ | ||||||||||||||
"name": "3ch", | ||||||||||||||
"shortName": "3ch", | ||||||||||||||
Comment on lines
+68
to
+69
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
"channels": [ | ||||||||||||||
"Red", | ||||||||||||||
"Green", | ||||||||||||||
"Blue" | ||||||||||||||
] | ||||||||||||||
} | ||||||||||||||
] | ||||||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.