Wiki source code of ShowRunner BACnet

Version 4.1 by Mark Kohlmann on 2020/06/04 18:31

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 license and total points are limited by the platform.
2
3 === Crestron BACnet Stack Details ===
4
5 |=Control System|=Max # of Objects
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-AP3MEX
15 * MC3 (Not Supported by SR)
16 * RMC3
17 )))|500
18 |(((
19 * CP3
20 * CP3N
21 )))|1000
22 |(((
23 * AV3
24 * PRO3
25 )))|2000
26
27 [[Crestron PICS Statement>>attach:Crestron_PICS.PDF]]
28
29 === ShowRunner BACNET Points ===
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.
32
33 |=Feature|=Type|=Point|=Label|=R/W|=Units
34 |Area Scene|MV|AreaBaseID|{AreaId}:{AreaName} Scene|RW|Scene
35 |Occupancy Mode|MV|AreaBaseID + 2|{AreaId}:{AreaName} Occupancy Mode|RW|Mode
36 |Occupancy Status|BI|AreaBaseID + 1|{AreaId}:{AreaName} Occupied|R|Boolean
37 |Loads|AV|AreaBaseID + 1000 + LoadIndex|{AreaId}:{AreaName} Load{LoadId}:{LoadName}|RW|Percentage
38 |Photocell Level|AI|AreaBaseID + 100 + PhotocellIndex|{AreaId}:{AreaName} Photocell{PhotocellId}:{PhotocellName}|R|Percentage
39
40