Changes for page Zūm Net Device Setup

Last modified by Alexander Mott on 2024/10/22 19:55

From version 41.1
edited by Alexander Mott
on 2023/05/16 14:21
Change comment: There is no comment for this version
To version 40.1
edited by Alexander Mott
on 2023/05/15 18:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,6 +8,8 @@
8 8  {{toc/}}
9 9  {{/box}}
10 10  
11 +(% class="row" %)
12 +(((
11 11  Zūm Net devices are part of Crestron's latest Zūm Wired system, acting as a the main lighting controller for a Zūm Wired room. In networked applications of Zūm Wired, they also act as bridges connecting the local Zūm Link devices in each room to the overall lighting network throughout the building. Since Zūm Link and Cresnet are [[interchangeable>>https://wiki.chiefintegrations.com/SHOWRUNNER%E2%84%A2%20Setup%20Guide/Wiring%20Guide/Wiring%20Overview/Z%C5%ABm%20Net/#HZ16BmLink]], and Zūm Net is an Ethernet protocol, this means that Zūm Net devices can be thought of as single-net DIN-CENCN-2s. As of Summer 2022, there are only two Zūm Net devices that have been announced and are in production: the ZUMNET-JBOX-16A-LV 0-10V load controller and the ZUMNET-JBOX-DALI DALI load controller. Configuring these devices for use with ShowRunnerCLC™ is identical, so they will be referred to collectively as ZUMNET-JBOXs for the purposes of this article.
12 12  
13 13  Much like DIN-CENCN-2s in ShowRunnerCLC™ installations, ZUMNET-JBOXs identify themselves to the processor via their IP-ID, so the specific IP address of any given ZUMNET-JBOX does not matter as long as it is in the same range as the processor and does not conflict with any other devices on the network. If hosted devices are moved between ZUMNET-JBOXs, or if the ZUMNET-JBOX needs to have a different IP-ID than it was initially assigned, the configuration will need to be updated (see below). Chief Integrations typically provides an SRTakeoff.xlsx spreadsheet which will list all the Zūm Net and Zūm Link devices and their associated IP-IDs. If no takeoff is provided, then the processor's IP table can be checked by running the ##ipt -t ##command from the processor after the configuration is loaded. ZUMNET-JBOX's will typically start with IP-IDs in the 30-5F range, but can potentially exceed this range.
... ... @@ -136,32 +136,20 @@
136 136  
137 137  A reboot is required if the mode is to be changed. Note that this command will also display the current Master/Slave mode, but will not allow you to change it.
138 138  
139 -== Primary/Secondary Mode ==
141 +== Master/Slave Mode ==
140 140  
141 -(% class="box warningmessage" %)
142 -(((
143 -Zūm Wired firmware v1.03.27 (device firmware v1.002.00026) updates the terminology from "master"/"slave" to "primary"/"secondary", and adds the ##zwps## command in addition to the previous ##zwms## command.
144 -Devices running this newer firmware will not accept commands using "master"/"slave" as arguments, but will still accept either ##zwms## or ##zwps## as the command.
145 -)))
143 +ZUMNET-JBOXs ship in "Master" mode by default, and generally this is how they should be configured. "Slave" mode effectively turns a ZUMNET-JBOX into a ZUMLINK-JBOX. There are two scenarios in which a ZUMNET-JBOX will need to be configured in "Slave" mode:
146 146  
147 -ZUMNET-JBOXs can be in either "Primary" or "Secondary" mode. In most situations, "Primary" is the desired mode of operations, as "Secondary" mode effectively turns a ZUMNET-JBOX into a ZUMLINK-JBOX and prevents it from discovering devices on the Zūm Link bus or performing any logic. There are two scenarios in which a ZUMNET-JBOX should be configured in "Secondary" mode:
148 -
149 149  1. It is connected to another ZUMNET-JBOX via the Zūm Link bus
150 150  1. It is being used as a Cresnet device, connected to a processor or DIN-CENCN-2 using a Cresnet/Zūm Link adapter
151 151  
152 -ZUMNET-JBOXs with firmware 1.006.00012 or newer will ship from the factory in "Primary" mode, but will go to "Secondary" mode if a hardware reset is performed. ZUMNET-JBOXs with older firmware will ship in "Secondary" mode. The commands to view or change the Primary/Secondary mode are:
148 +The commands to view or change the Master/Slave mode are:
153 153  
154 -* View current mode:
155 -** Current FW: ##zwps## or ##zwmode##
156 -** Old FW: ##zwms##
157 -* Make "master":
158 -** Current FW: ##zwps primary##
159 -** Old FW: ##zwms master##
160 -* Make "slave":
161 -* Current FW: ##zwps secondary##
162 -* Old FW: ##zwms slave##
150 +* View current mode: ##zwms##
151 +* Make "master": ##zwms master##
152 +* Make "slave": ##zwms slave##
163 163  
164 -A reboot is required if the mode is changed.
154 +A reboot is required if the mode is to be changed.
165 165  
166 166  = Changing IP-IDs =
167 167  
... ... @@ -176,3 +176,4 @@
176 176  [[image:1655247008527-737.png]]
177 177  
178 178  [[image:1655246948921-246.png]]
169 +)))