Changes for page ShowRunnerCLC™ BACnet

Last modified by Alexander Mott on 2024/06/14 18:19

From version 17.1
edited by Mark Kohlmann
on 2022/03/17 18:10
Change comment: There is no comment for this version
To version 27.1
edited by Mark Kohlmann
on 2023/07/21 21:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -ShowRunner BACnet
1 +ShowRunnerCLC™ BACnet
Content
... ... @@ -1,5 +1,12 @@
1 -ShowRunner uses Crestron's BACnet stack and is bound by its licensing and limits.  ShowRunner's BACnet feature is licensed.  Integrations of 50 points or less may use the free Crestron BACnet license.  More than 50 points require the Crestron paid license and total points are limited by the platform.  The processor itself consumes a point.  BACnet points are assigned during commissioning.  A csv export of the points may be downloaded from the system.
1 +ShowRunnerCLC™ uses Crestron's BACnet/IP stack and is bound by its licensing and limits. ShowRunnerCLC™'s BACnet feature is licensed, a license from Chief Integrations is required. Integrations of 50 points or less may use the free Crestron BACnet license. More than 50 points require the Crestron paid license and total points are limited by the platform (ZUM-HUB4 processors include a BACnet license, but require a separate license from Crestron to enable ShowRunnerCLC™ installation on the processor). The processor itself consumes a point. BACnet points are assigned during commissioning. A .csv export of the points may be downloaded from the system.
2 2  
3 +BACnet Stack Features:
4 +
5 +* BACnet/IP
6 +* Configurable BACnet UDP port (options may be limited by processor firmware)
7 +* BBMD w/ Foreign Device Registration (Enabled if necessary)
8 +* Points can be discovered using traditional BACnet discovery tools
9 +
3 3  === Crestron BACnet Stack Details ===
4 4  
5 5  |=Control System|=Max # of Points
... ... @@ -30,23 +30,29 @@
30 30  * PRO3
31 31  * PRO4
32 32  )))|2000
40 +|(((
41 +* ZUM-HUB4
42 +)))|10,000
33 33  
34 34  [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
35 35  
36 -=== ShowRunner BACnet Points ===
46 +=== ShowRunnerCLC™ BACnet Points ===
37 37  
38 38  ==== Area BACnet Points ====
39 39  
40 -AreaBaseIDs are assigned automatically and maintained.  Points are discoverable.  Each of the points may be enabled or disabled by area to optimize the integration.  This is the default ShowRunner BACnet mode.
50 +Provides control/status for a single area within ShowRunnerCLC™. AreaBaseIDs are assigned automatically and maintained. Points are discoverable. Each of the points may be enabled or disabled by area to optimize the integration. This is the default ShowRunnerCLC™ BACnet mode.
41 41  
52 +{{{Offset is 1000 in configs generated in ShowRunner 3.30 or newer (V2 definition). Offset is 10000 in older configs or using V1 definition.
53 +AreaBaseID = BACnetIndex * Offset}}}
54 +
42 42  |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
43 -|Area Scene|Current Scene Active on the Area|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
44 -|Occupancy Mode|Current Occupancy Mode for the Area|MV|AreaBaseID + 2|{AreaId}:{AreaName} Occupancy Mode|RW|Mode
56 +|Area Scene|Current Scene Active on the Area / Change Scene|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
57 +|Occupancy Mode|Current Occupancy Mode for the Area / Change Occupancy Mode|MV|AreaBaseID + 2|{AreaId}:{AreaName} Occupancy Mode|RW|Mode
45 45  |Occupancy Status|Current Occupancy Status for the Area|BI|AreaBaseID + 1|{AreaId}:{AreaName} Occupied|R|Boolean
46 46  |Area Intensity|Current Area Average Intensity/Load Level (v3.010 or later)|AV|AreaBaseID + 3|{AreaId}:{AreaName} Intensity|RW|Percentage
47 -|Area Power|Current Area Power Consumption in Watts (Requires EM License & v3.010 or later)|AI|AreaBaseID + 4|{AreaId}:{AreaName} Power|R|Watts
48 -|Loads|Individual Load intensities for each Load in the Area|AV|AreaBaseID + 1000 + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
49 -|Photocell Level|Photocell sensor reading for each Photocell in the Area|AI|AreaBaseID + 100 + PhotocellIndex|{AreaId}:{AreaName} Photocell{PhotocellId}:{PhotocellName}|R|Percentage
60 +|Area Power|Current Area Power Consumption in Watts (Requires SR EM License & v3.010 or later)|AI|AreaBaseID + 4|{AreaId}:{AreaName} Power|R|Watts
61 +|Loads|Individual Load intensities for each Load in the Area|AV|AreaBaseID + (V2: 100, V1: 1000) + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
62 +|Photocell Level|Photocell sensor reading for each Photocell in the Area|AI|AreaBaseID + (V2: 50, V1: 100) + PhotocellIndex|{AreaId}:{AreaName} Photocell{PhotocellId}:{PhotocellName}|R|Percentage
50 50  
51 51  ==== Global BACnet Points ====
52 52  
... ... @@ -60,15 +60,16 @@
60 60  |Device Offline Count|Indicates the number of devices that are offline|AV|20|Device Offline Count|R|Integer
61 61  |Alarm|Indicates a critical failure, see user interface for more information|BV|21|Alarm|R|Boolean
62 62  
63 -=== Zum Floor Hub BACnet Point Emulation ===
76 +=== Zūm Floor Hub BACnet Point Emulation ===
64 64  
65 -ShowRunner can emulate the Zum Floor Hubs BACnet points as an alternative to the standard ShowRunner mode.  Each point may be enabled/disabled individually by Area.
78 +ShowRunnerCLC™ can emulate the Zūm Floor Hubs BACnet points as an alternative to the standard ShowRunnerCLC™ mode. Each point may be enabled/disabled individually by Area.  ShowRunner does not expose every point per area that the Zum Hub does, just the points listed below are exposed.
66 66  
67 67  Set the following Area properties:
68 68  
69 -{{{BACnetIndex: (ID of the Room, this number of multiplied times 2048 to get the BACnet points, start at 1)
70 -BACnetMode: "ZumEmulation"}}}
82 +{{{BACnetIndex: (ID of the Room, this number of multiplied by 2048 to get the BACnet points, starts at 1)
83 +BACnetMode: "ZumEmulation"
71 71  
85 +AreaBaseID = BACnetIndex * 2048}}}
72 72  
73 73  |=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
74 74  |Area Scene|(% style="width:149px" %)MV|(% style="width:341px" %)AreaBaseID + 8|{AreaName}>{AreaId}>ActiveScene>BI|View or change the current scene.  Off scene is 17, Scenes 1 through 16 depend on area configuration.|RW|Scene
... ... @@ -77,4 +77,5 @@
77 77  |Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
78 78  |On|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 1|{AreaName}>{AreaId}>RoomOn>BI|Current room load state.  If any load is on this will be true.|R|Boolean
79 79  
80 -{{{AreaBaseID = BACnetIndex * 2048}}}
94 +{{{
95 + }}}