Wiki source code of ShowRunner BACnet

Version 13.1 by Mark Kohlmann on 2021/10/12 20:56

Show last authors
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.
2
3 === Crestron BACnet Stack Details ===
4
5 |=Control System|=Max # of Points
6 |(((
7 * FT-TSC600 (Not Supported by SR)
8 * TPCS-4SM (Not Supported by SR)
9 * TPCS-4SMD (Not Supported by SR)
10 * TSCW-730 (Not Supported by SR)
11 )))|250
12 |(((
13 * DIN-AP3
14 * DIN-AP4
15 * DIN-AP3MEX
16 * MC3 (Not Supported by SR)
17 * MC4
18 * RMC3
19 * RMC4
20 )))|500
21 |(((
22 * CP3
23 * CP4
24 * CP3N
25 * CP4N
26 )))|1000
27 |(((
28 * AV3
29 * AV4
30 * PRO3
31 * PRO4
32 )))|2000
33
34 [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
35
36 === ShowRunner BACNET Points ===
37
38 ==== Area BACNET Points ====
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 the default ShowRunner BACnet mode.
41
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
45 |Occupancy Status|Current Occupancy Status for the Area|BI|AreaBaseID + 1|{AreaId}:{AreaName} Occupied|R|Boolean
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
50
51 ==== Global BACNET Points ====
52
53 |=Feature|=Description|=Type|=Point|=Label|=R/W|=Units
54 |Master Override|Activates or Deactivates Master Override System Wide|BV|10|Master Override|RW|Boolean
55 |Demand Response|Activates or Deactivates Demand Response|BV|11|Demand Response|RW|Boolean
56 |Device Offline Count|Indicates the number of devices that are offline|AV|20|Device Offline Count|R|Integer
57 |Alarm|Indicates a critical failure, see user interface for more information|BV|21|Alarm|R|Boolean
58
59 === Zum Floor Hub BACnet Point Emulation ===
60
61 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.
62
63 Set the following Area properties:
64
65 {{{BACnetIndex: (ID of the Room, this number of multiplied times 2048 to get the BACnet points, start at 1)
66 BACnetMode: "ZumEmulation"}}}
67
68
69 |=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
70 |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
71 |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
72 |Occupancy Status|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 2|{AreaName}>{AreaId}>RoomOccupied>BI|Current room occupancy state|R|Boolean
73 |Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
74 |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
75
76 {{{AreaBaseID = BACnetIndex * 2048}}}