Wiki source code of ShowRunnerCLC™ BACnet

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

Hide last authors
Alexander Mott 30.1 1 ShowRunnerCLC™ uses Crestron's BACnet/IP stack and is bound by its licensing and limitations. Integrations of 50 points or less may use the free Crestron BACnet license, while integrations with more than 50 points require the Crestron paid license (ZUM-HUB4 processors include a BACnet license, but require a separate license from Crestron to enable ShowRunnerCLC™ installation on the processor). The maximum number of BACnet points available is limited per processor and detailed in the table below (note that the processor itself consumes a point).
Mark Kohlmann 2.1 2
Alexander Mott 31.1 3 ShowRunnerCLC™'s BACnet feature is licensed, and an additional license from Chief Integrations is required. BACnet points are automatically created and assigned during commissioning, and a .csv export of the points may be downloaded from the system. It is recommended to wait until after ShowRunnerCLC™ has been fully started up to provide BACnet points to third parties as changes to the ShowRunnerCLC™ program made during start-up may affect the names and IDs for automatically generated BACnet points.
Alexander Mott 30.1 4
Alexander Mott 31.1 5 ShowRunnerCLC™ version 3.050 and newer includes support for fully customized BACnet points, but it is labor intensive to implement. Discuss with Chief Integrations if you believe your job requires custom BACnet points (e.g. upgrading a non-ShowRunnerCLC™ system with existing BACnet integrations to ShowRunnerCLC™).
6
Mark Kohlmann 19.1 7 BACnet Stack Features:
Mark Kohlmann 18.1 8
Mark Kohlmann 26.1 9 * BACnet/IP
10 * Configurable BACnet UDP port (options may be limited by processor firmware)
Mark Kohlmann 19.1 11 * BBMD w/ Foreign Device Registration (Enabled if necessary)
12 * Points can be discovered using traditional BACnet discovery tools
Alexander Mott 31.1 13 * ShowRunnerCLC™ version 3.050 and later support custom BACnet points. Please discuss with Chief Integrations.
Mark Kohlmann 19.1 14
Mark Kohlmann 3.1 15 === Crestron BACnet Stack Details ===
Mark Kohlmann 2.1 16
Mark Kohlmann 13.1 17 |=Control System|=Max # of Points
Mark Kohlmann 2.1 18 |(((
19 * FT-TSC600 (Not Supported by SR)
20 * TPCS-4SM (Not Supported by SR)
21 * TPCS-4SMD (Not Supported by SR)
22 * TSCW-730 (Not Supported by SR)
23 )))|250
24 |(((
25 * DIN-AP3
Mark Kohlmann 7.1 26 * DIN-AP4
Mark Kohlmann 2.1 27 * DIN-AP3MEX
28 * MC3 (Not Supported by SR)
Mark Kohlmann 13.1 29 * MC4
Mark Kohlmann 2.1 30 * RMC3
Mark Kohlmann 7.1 31 * RMC4
Mark Kohlmann 2.1 32 )))|500
33 |(((
34 * CP3
Mark Kohlmann 7.1 35 * CP4
Mark Kohlmann 2.1 36 * CP3N
Mark Kohlmann 7.1 37 * CP4N
Mark Kohlmann 2.1 38 )))|1000
39 |(((
40 * AV3
Mark Kohlmann 7.1 41 * AV4
Mark Kohlmann 2.1 42 * PRO3
Mark Kohlmann 7.1 43 * PRO4
Mark Kohlmann 2.1 44 )))|2000
Alexander Mott 20.1 45 |(((
46 * ZUM-HUB4
Alexander Mott 28.1 47 )))|9,000
Mark Kohlmann 2.1 48
49 [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
50
Scott Kohlmann 23.1 51 === ShowRunnerCLC™ BACnet Points ===
Mark Kohlmann 2.1 52
Mark Kohlmann 17.1 53 ==== Area BACnet Points ====
Mark Kohlmann 10.1 54
Scott Kohlmann 23.1 55 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.
Mark Kohlmann 2.1 56
Mark Kohlmann 25.1 57 {{{Offset is 1000 in configs generated in ShowRunner 3.30 or newer (V2 definition). Offset is 10000 in older configs or using V1 definition.
58 AreaBaseID = BACnetIndex * Offset}}}
Mark Kohlmann 22.1 59
Mark Kohlmann 8.1 60 |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
Mark Kohlmann 27.1 61 |Area Scene|Current Scene Active on the Area / Change Scene|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
62 |Occupancy Mode|Current Occupancy Mode for the Area / Change Occupancy Mode|MV|AreaBaseID + 2|{AreaId}:{AreaName} Occupancy Mode|RW|Mode
Mark Kohlmann 8.1 63 |Occupancy Status|Current Occupancy Status for the Area|BI|AreaBaseID + 1|{AreaId}:{AreaName} Occupied|R|Boolean
Mark Kohlmann 13.1 64 |Area Intensity|Current Area Average Intensity/Load Level (v3.010 or later)|AV|AreaBaseID + 3|{AreaId}:{AreaName} Intensity|RW|Percentage
Mark Kohlmann 27.1 65 |Area Power|Current Area Power Consumption in Watts (Requires SR EM License & v3.010 or later)|AI|AreaBaseID + 4|{AreaId}:{AreaName} Power|R|Watts
Mark Kohlmann 24.1 66 |Loads|Individual Load intensities for each Load in the Area|AV|AreaBaseID + (V2: 100, V1: 1000) + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
67 |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
Mark Kohlmann 2.1 68
Mark Kohlmann 17.1 69 ==== Global BACnet Points ====
Mark Kohlmann 10.1 70
71 |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
72 |Master Override|Activates or Deactivates Master Override System Wide|BV|10|Master Override|RW|Boolean
73 |Demand Response|Activates or Deactivates Demand Response|BV|11|Demand Response|RW|Boolean
Mark Kohlmann 16.1 74 |Normal / After Hours|Changes System State between Normal and After Hours|MV|12|Normal / After Hours|RW|(((
75 1: Normal
76 2: After Hours
77 )))
Mark Kohlmann 10.1 78 |Device Offline Count|Indicates the number of devices that are offline|AV|20|Device Offline Count|R|Integer
79 |Alarm|Indicates a critical failure, see user interface for more information|BV|21|Alarm|R|Boolean
80
Alexander Mott 20.1 81 === Zūm Floor Hub BACnet Point Emulation ===
Mark Kohlmann 5.1 82
Mark Kohlmann 26.1 83 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.
Mark Kohlmann 5.1 84
85 Set the following Area properties:
86
Mark Kohlmann 26.1 87 {{{BACnetIndex: (ID of the Room, this number of multiplied by 2048 to get the BACnet points, starts at 1)
88 BACnetMode: "ZumEmulation"
Mark Kohlmann 5.1 89
Mark Kohlmann 26.1 90 AreaBaseID = BACnetIndex * 2048}}}
Mark Kohlmann 5.1 91
92 |=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
93 |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
94 |Occupancy Mode|(% style="width:149px" %)BV|(% style="width:341px" %)AreaBaseID + 6|{AreaName}>{AreaId}>OccupancySensorEnabled>BV|Enable or disable the occupancy sensor.  Enable will activate the last occupancy/vacancy mode.|RW|Boolean
95 |Occupancy Status|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 2|{AreaName}>{AreaId}>RoomOccupied>BI|Current room occupancy state|R|Boolean
96 |Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
97 |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
98
Mark Kohlmann 26.1 99 {{{
100 }}}