Wiki source code of File Locations
Version 3.1 by Mark Kohlmann on 2021/10/29 22:23
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | ShowRunner stores various files on the processor's file system. The locations and purpose of each file are documented below. |
2 | |||
![]() |
2.1 | 3 | (% class="box warningmessage" %) |
4 | ((( | ||
5 | Version 3.011 will automatically move all files to their new locations. Old directories and config backups will be removed during this process. | ||
6 | ))) | ||
![]() |
1.1 | 7 | |
8 | |=Name|=Description|=Path (v3.010 or earlier)|=Path (v3.011 or later)|= | ||
9 | |BaseDataPath|The base path for all SR files|((( | ||
10 | Processor: /nvram/ | ||
11 | |||
12 | VC-4: (ProgramRoot)/User/ | ||
13 | )))|((( | ||
![]() |
3.1 | 14 | Processor: /nvram/**sr/** |
![]() |
1.1 | 15 | |
![]() |
3.1 | 16 | VC-4: (ProgramRoot)/User/**sr/** |
![]() |
1.1 | 17 | )))| |
18 | |License File|Location of the license file|BaseDataPath/License.lic|BaseDataPath/License.lic| | ||
19 | |Config|Primary configuration file|((( | ||
20 | Default Config: BaseDataPath/CiLightingConfig.json | ||
21 | |||
22 | Alternate Config: BaseDataPath/CiLightingConfig-AltConfigName.json | ||
23 | )))|((( | ||
24 | Default Config: BaseDataPath/default/SrConfig.json | ||
25 | |||
26 | Alternate Config: BaseDataPath/AltConfigName/SrConfig.json | ||
27 | )))| | ||
28 | |BACnet Config|Configuration for BACnet support|((( | ||
29 | Default Config: BaseDataPath/CiLightingBacnetConfig.json | ||
30 | |||
31 | Alternate Config: BaseDataPath/CiLightingBacnetConfig-AltConfigName.json | ||
32 | )))|((( | ||
33 | Default Config: BaseDataPath/default/SrBacnetConfig.json | ||
34 | |||
35 | Alternate Config: BaseDataPath/AltConfigName/SrBacnetConfig.json | ||
36 | )))| | ||
37 | |Fusion Config|Configuration for Fusion support|((( | ||
38 | Default Config: BaseDataPath/CiLightingFusionConfig.json | ||
39 | |||
40 | Alternate Config: BaseDataPath/CiLightingFusionConfig-AltConfigName.json | ||
41 | )))|((( | ||
42 | Default Config: BaseDataPath/default/SrFusionConfig.json | ||
43 | |||
44 | Alternate Config: BaseDataPath/AltConfigName/SrFusionConfig.json | ||
45 | )))| | ||
46 | |Credentials|Hold encrypted credentials|((( | ||
47 | Default Config: BaseDataPath/SrCreds.json | ||
48 | |||
49 | Alternate Config: BaseDataPath/SrCreds-AltConfigName.json | ||
50 | )))|((( | ||
51 | Default Config: BaseDataPath/default/SrCreds.json | ||
52 | |||
53 | Alternate Config: BaseDataPath/AltConfigName/SrCreds.json | ||
54 | )))| | ||
55 | |Extensions|Extensions to enhance capabilities in ShowRunner|Not Supported|((( | ||
56 | Default Config: BaseDataPath/default/extensions/ | ||
57 | |||
58 | Alternate Config: BaseDataPath/AltConfigName/extensions/ | ||
59 | )))| | ||
60 | |Graphics|Graphics file store|((( | ||
61 | Default Config: BaseDataPath/sr-graphics/ | ||
62 | |||
63 | Alternate Config: BaseDataPath/sr-graphics/AltConfigName | ||
64 | )))|((( | ||
65 | Default Config: BaseDataPath/default/graphics/ | ||
66 | |||
67 | Alternate Config: BaseDataPath/AltConfigName/graphics/ | ||
68 | )))| | ||
69 | |Temp|Temporary directory|Not Supported|((( | ||
70 | Default Config: BaseDataPath/default/temp/ | ||
71 | |||
72 | Alternate Config: BaseDataPath/AltConfigName/temp/ | ||
73 | )))| | ||
74 | |||
75 |