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 5.1
edited by Mark Kohlmann
on 2020/10/30 22:05
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
... ... @@ -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 -
40 +=== Zum Floor Hub BACnet Point Emulation ===
41 +
42 +ShowRunner can emulate the Zum Floor Hubs BACnet points.
43 +
44 +Set the following Area properties:
45 +
46 +{{{BACnetIndex: (ID of the Room, this number of multiplied times 2048 to get the BACnet points, start at 1)
47 +BACnetMode: "ZumEmulation"}}}
48 +
49 +
50 +|=Feature|=(% style="width: 149px;" %)Type|=(% style="width: 341px;" %)Point|=Label|=Description|=R/W|=Units
51 +|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
52 +|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
53 +|Occupancy Status|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID + 2|{AreaName}>{AreaId}>RoomOccupied>BI|Current room occupancy state|R|Boolean
54 +|Online|(% style="width:149px" %)BI|(% style="width:341px" %)AreaBaseID|{AreaName}>{AreaId}>RoomOnline>BI|Current room online state, this is fixed as true.|R|Boolean
55 +|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
56 +
57 +{{{AreaBaseID = BACnetIndex * 2048}}}