Wiki source code of ShowRunner BACnet

Version 18.1 by Mark Kohlmann on 2022/06/10 16:12

Hide last authors
Mark Kohlmann 17.1 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.
Mark Kohlmann 2.1 2
Mark Kohlmann 18.1 3 Crestron's BACnet stack supports configurable ports and a BBMD.
4
Mark Kohlmann 3.1 5 === Crestron BACnet Stack Details ===
Mark Kohlmann 2.1 6
Mark Kohlmann 13.1 7 |=Control System|=Max # of Points
Mark Kohlmann 2.1 8 |(((
9 * FT-TSC600 (Not Supported by SR)
10 * TPCS-4SM (Not Supported by SR)
11 * TPCS-4SMD (Not Supported by SR)
12 * TSCW-730 (Not Supported by SR)
13 )))|250
14 |(((
15 * DIN-AP3
Mark Kohlmann 7.1 16 * DIN-AP4
Mark Kohlmann 2.1 17 * DIN-AP3MEX
18 * MC3 (Not Supported by SR)
Mark Kohlmann 13.1 19 * MC4
Mark Kohlmann 2.1 20 * RMC3
Mark Kohlmann 7.1 21 * RMC4
Mark Kohlmann 2.1 22 )))|500
23 |(((
24 * CP3
Mark Kohlmann 7.1 25 * CP4
Mark Kohlmann 2.1 26 * CP3N
Mark Kohlmann 7.1 27 * CP4N
Mark Kohlmann 2.1 28 )))|1000
29 |(((
30 * AV3
Mark Kohlmann 7.1 31 * AV4
Mark Kohlmann 2.1 32 * PRO3
Mark Kohlmann 7.1 33 * PRO4
Mark Kohlmann 2.1 34 )))|2000
35
36 [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
37
Mark Kohlmann 17.1 38 === ShowRunner BACnet Points ===
Mark Kohlmann 2.1 39
Mark Kohlmann 17.1 40 ==== Area BACnet Points ====
Mark Kohlmann 10.1 41
Mark Kohlmann 15.1 42 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.
Mark Kohlmann 2.1 43
Mark Kohlmann 8.1 44 |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
45 |Area Scene|Current Scene Active on the Area|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
46 |Occupancy Mode|Current Occupancy Mode for the Area|MV|AreaBaseID + 2|{AreaId}:{AreaName} Occupancy Mode|RW|Mode
47 |Occupancy Status|Current Occupancy Status for the Area|BI|AreaBaseID + 1|{AreaId}:{AreaName} Occupied|R|Boolean
Mark Kohlmann 13.1 48 |Area Intensity|Current Area Average Intensity/Load Level (v3.010 or later)|AV|AreaBaseID + 3|{AreaId}:{AreaName} Intensity|RW|Percentage
49 |Area Power|Current Area Power Consumption in Watts (Requires EM License & v3.010 or later)|AI|AreaBaseID + 4|{AreaId}:{AreaName} Power|R|Watts
Mark Kohlmann 8.1 50 |Loads|Individual Load intensities for each Load in the Area|AV|AreaBaseID + 1000 + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
51 |Photocell Level|Photocell sensor reading for each Photocell in the Area|AI|AreaBaseID + 100 + PhotocellIndex|{AreaId}:{AreaName} Photocell{PhotocellId}:{PhotocellName}|R|Percentage
Mark Kohlmann 2.1 52
Mark Kohlmann 17.1 53 ==== Global BACnet Points ====
Mark Kohlmann 10.1 54
55 |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
56 |Master Override|Activates or Deactivates Master Override System Wide|BV|10|Master Override|RW|Boolean
57 |Demand Response|Activates or Deactivates Demand Response|BV|11|Demand Response|RW|Boolean
Mark Kohlmann 16.1 58 |Normal / After Hours|Changes System State between Normal and After Hours|MV|12|Normal / After Hours|RW|(((
59 1: Normal
60 2: After Hours
61 )))
Mark Kohlmann 10.1 62 |Device Offline Count|Indicates the number of devices that are offline|AV|20|Device Offline Count|R|Integer
63 |Alarm|Indicates a critical failure, see user interface for more information|BV|21|Alarm|R|Boolean
64
Mark Kohlmann 5.1 65 === Zum Floor Hub BACnet Point Emulation ===
66
Mark Kohlmann 8.1 67 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.
Mark Kohlmann 5.1 68
69 Set the following Area properties:
70
71 {{{BACnetIndex: (ID of the Room, this number of multiplied times 2048 to get the BACnet points, start at 1)
72 BACnetMode: "ZumEmulation"}}}
73
74
75 |=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
76 |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 |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
78 |Occupancy Status|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 2|{AreaName}>{AreaId}>RoomOccupied>BI|Current room occupancy state|R|Boolean
79 |Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
80 |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
81
82 {{{AreaBaseID = BACnetIndex * 2048}}}