Changes for page ShowRunnerCLC™ BACnet

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

From version 4.1
edited by Mark Kohlmann
on 2020/06/04 18:31
Change comment: There is no comment for this version
To version 7.1
edited by Mark Kohlmann
on 2021/06/16 17:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.MarkKohlmann
1 +XWiki.mark\.kohlmann@chiefintegrations\.com
Content
... ... @@ -1,4 +1,4 @@
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 license and total points are limited by the platform.
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.
2 2  
3 3  === Crestron BACnet Stack Details ===
4 4  
... ... @@ -11,17 +11,23 @@
11 11  )))|250
12 12  |(((
13 13  * DIN-AP3
14 +* DIN-AP4
14 14  * DIN-AP3MEX
15 15  * MC3 (Not Supported by SR)
16 16  * RMC3
18 +* RMC4
17 17  )))|500
18 18  |(((
19 19  * CP3
22 +* CP4
20 20  * CP3N
24 +* CP4N
21 21  )))|1000
22 22  |(((
23 23  * AV3
28 +* AV4
24 24  * PRO3
30 +* PRO4
25 25  )))|2000
26 26  
27 27  [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
... ... @@ -28,7 +28,7 @@
28 28  
29 29  === ShowRunner BACNET Points ===
30 30  
31 -AreaBaseIDs are assigned automatically and maintained.  Points are discoverable.  Each of the points may be enabled or disabled by area to optimize the integration.
37 +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.
32 32  
33 33  |=Feature|=Type|=Point|=Label|=R/W|=Units
34 34  |Area Scene|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
... ... @@ -37,4 +37,21 @@
37 37  |Loads|AV|AreaBaseID + 1000 + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
38 38  |Photocell Level|AI|AreaBaseID + 100 + PhotocellIndex|{AreaId}:{AreaName} Photocell{PhotocellId}:{PhotocellName}|R|Percentage
39 39  
40 -
46 +=== Zum Floor Hub BACnet Point Emulation ===
47 +
48 +ShowRunner can emulate the Zum Floor Hubs BACnet points.
49 +
50 +Set the following Area properties:
51 +
52 +{{{BACnetIndex: (ID of the Room, this number of multiplied times 2048 to get the BACnet points, start at 1)
53 +BACnetMode: "ZumEmulation"}}}
54 +
55 +
56 +|=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
57 +|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
58 +|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
59 +|Occupancy Status|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 2|{AreaName}>{AreaId}>RoomOccupied>BI|Current room occupancy state|R|Boolean
60 +|Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
61 +|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
62 +
63 +{{{AreaBaseID = BACnetIndex * 2048}}}