Changes for page Zummesh Dynamic White/CCT

Last modified by Scott Kohlmann on 2023/04/21 14:09

From version 1.7
edited by Mark Kohlmann
on 2021/09/07 21:19
Change comment: There is no comment for this version
To version 6.1
edited by Mark Kohlmann
on 2021/09/07 22:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,9 @@
1 1  Zum wireless supports dynamic white using DALI Groups 9-16 (8 to 15 for console purposes).  Setup must be performed manually on the NETBRIDGE.  Once done, ShowRunner can use the CCT channels to provide CCT data to the fixtures.  Input from ShowRunner requires setting the scene recall for the CCT group to 255.  Any value of 0-254 will be sent to the CCT channel directly and the input from ShowRunner will be ignored.
2 2  
3 -==== Typical Setup for up to 6 zones, 5 fixture types:
4 - ====
3 +==== Typical Setup for up to 6 zones, 5 fixture types: ====
5 5  
5 +==== ====
6 +
6 6  (% border="1" style="width:500px" %)
7 7  |=DALI Group|=Name|=Fixture Type|=Control Type
8 8  |0|Downlights, Main|F0|Intensity
... ... @@ -25,7 +25,7 @@
25 25  ==== Caveats: ====
26 26  
27 27  * Only intensity/CCT fixtures are supported.  This will not work with warm/cool fixtures.
28 -* NETBRIDGE must be attached to the ZUMMESH-JOBX-DALI.  Only 1 ZUMMESH-JBOX-DALI is supported per room.  Use Zum Wired or DIN-DALI-2 if more capabilities are needed.
29 +* NETBRIDGE must be attached to the ZUMMESH-JBOX-DALI.  Only 1 ZUMMESH-JBOX-DALI is supported per room.  Use Zum Wired or DIN-DALI-2 if more capabilities are needed.
29 29  * Supports up to 8 CCT channels, DALI Groups 9-16 (8 to 15 for console purposes)
30 30  * Zum Scene must have the CCT channel set to 255 to accept input from ShowRunner.  Values of 0-254 will be sent directly to the group as fixed colors.
31 31  * Setup must be done from the gateway console
... ... @@ -48,11 +48,11 @@
48 48  **GroupType:** 0=Intensity, 1=Color
49 49  Example: (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPSETTWRITE 8 14 1//
50 50  1. Set Scene settings for Color Support.  Enables or uses a fixed value for color temperature on color groups.
51 -Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**AnalogInput**> <**FadeTime**>
52 +Command: rfrcon <**NetbridgeID**> DALIGROUPCOMMAND 4 <**GroupID**> <**SceneID**> <**SceneLevel**> <**Action**> <**FadeTime**>
52 52  **GroupID**: 8 to 15
53 53  **SceneID**: Scene number (1 to 16)
54 54  **SceneLevel**: 255 for ShowRunner control, 0-254 for fixed scene level
55 -**AnalogInput**: Analog input to use from the control system, should be equal to **GroupID **- 7
56 +**Action**: 0=Remove Scene, 1=Add Scene
56 56  **FadeTime**: Fade time in 1/10th of a second
57 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 8 1 255 1 10//
58 -Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 15 1 255 8 10//
58 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 8 1 255 1 10//
59 +Example (NETBRIDGE RF-ID 1A): //rfrcon 1A DALIGROUPCOMMAND 4 15 1 255 1 10//