Wiki source code of File Locations

Last modified by Mark Kohlmann on 2021/11/15 19:42

Hide last authors
Mark Kohlmann 1.1 1 ShowRunner stores various files on the processor's file system.  The locations and purpose of each file are documented below.
2
Mark Kohlmann 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 )))
Mark Kohlmann 1.1 7
8 |=Name|=Description|=Path (v3.010 or earlier)|=Path (v3.011 or later)|=
Mark Kohlmann 4.1 9 |**//BaseDataPath//**|The base path for all SR files|(((
10 Processor: //**/nvram**//
Mark Kohlmann 1.1 11
Mark Kohlmann 4.1 12 VC-4: //**(ProgramRoot)/User**//
Mark Kohlmann 1.1 13 )))|(((
Mark Kohlmann 4.1 14 Processor: //**/nvram/sr**//
Mark Kohlmann 1.1 15
Mark Kohlmann 4.1 16 VC-4: //**(ProgramRoot)/User/sr**//
Mark Kohlmann 1.1 17 )))|
Mark Kohlmann 4.1 18 |License File|Location of the license file|//**BaseDataPath**///License.lic|//**BaseDataPath**///License.lic|
Mark Kohlmann 1.1 19 |Config|Primary configuration file|(((
Mark Kohlmann 4.1 20 Default Config: //**BaseDataPath**///CiLightingConfig.json
Mark Kohlmann 1.1 21
Mark Kohlmann 4.1 22 Alternate Config: //**BaseDataPath**///CiLightingConfig-AltConfigName.json
Mark Kohlmann 1.1 23 )))|(((
Mark Kohlmann 4.1 24 Default Config: //**BaseDataPath**///default/SrConfig.json
Mark Kohlmann 1.1 25
Mark Kohlmann 4.1 26 Alternate Config: //**BaseDataPath**///alt-AltConfigName/SrConfig.json
Mark Kohlmann 1.1 27 )))|
28 |BACnet Config|Configuration for BACnet support|(((
29 Default Config: BaseDataPath/CiLightingBacnetConfig.json
30
31 Alternate Config: BaseDataPath/CiLightingBacnetConfig-AltConfigName.json
32 )))|(((
Mark Kohlmann 4.1 33 Default Config: //**BaseDataPath**///default/SrBacnetConfig.json
Mark Kohlmann 1.1 34
Mark Kohlmann 4.1 35 Alternate Config: //**BaseDataPath**///alt-AltConfigName/SrBacnetConfig.json
Mark Kohlmann 1.1 36 )))|
37 |Fusion Config|Configuration for Fusion support|(((
Mark Kohlmann 4.1 38 Default Config: //**BaseDataPath**///CiLightingFusionConfig.json
Mark Kohlmann 1.1 39
Mark Kohlmann 4.1 40 Alternate Config: //**BaseDataPath**///CiLightingFusionConfig-AltConfigName.json
Mark Kohlmann 1.1 41 )))|(((
Mark Kohlmann 4.1 42 Default Config: //**BaseDataPath**///default/SrFusionConfig.json
Mark Kohlmann 1.1 43
Mark Kohlmann 4.1 44 Alternate Config: //**BaseDataPath**///alt-AltConfigName/SrFusionConfig.json
Mark Kohlmann 1.1 45 )))|
46 |Credentials|Hold encrypted credentials|(((
Mark Kohlmann 4.1 47 Default Config: //**BaseDataPath**///SrCreds.json
Mark Kohlmann 1.1 48
Mark Kohlmann 4.1 49 Alternate Config: //**BaseDataPath**///SrCreds-AltConfigName.json
Mark Kohlmann 1.1 50 )))|(((
Mark Kohlmann 4.1 51 Default Config: //**BaseDataPath**///default/SrCreds.json
Mark Kohlmann 1.1 52
Mark Kohlmann 4.1 53 Alternate Config: //**BaseDataPath**///alt-AltConfigName/SrCreds.json
Mark Kohlmann 1.1 54 )))|
55 |Extensions|Extensions to enhance capabilities in ShowRunner|Not Supported|(((
Mark Kohlmann 4.1 56 Default Config: //**BaseDataPath**///default/extensions/
Mark Kohlmann 1.1 57
Mark Kohlmann 4.1 58 Alternate Config: //**BaseDataPath**///alt-AltConfigName/extensions/
Mark Kohlmann 1.1 59 )))|
60 |Graphics|Graphics file store|(((
Mark Kohlmann 4.1 61 Default Config: //**BaseDataPath**///sr-graphics/
Mark Kohlmann 1.1 62
Mark Kohlmann 4.1 63 Alternate Config: //**BaseDataPath**///sr-graphics/AltConfigName
Mark Kohlmann 1.1 64 )))|(((
Mark Kohlmann 4.1 65 Default Config: //**BaseDataPath**///default/graphics/
Mark Kohlmann 1.1 66
Mark Kohlmann 4.1 67 Alternate Config: //**BaseDataPath**///alt-AltConfigName/graphics/
Mark Kohlmann 1.1 68 )))|
69 |Temp|Temporary directory|Not Supported|(((
Mark Kohlmann 4.1 70 Default Config: //**BaseDataPath**///default/temp/
Mark Kohlmann 1.1 71
Mark Kohlmann 4.1 72 Alternate Config: //**BaseDataPath**///alt-AltConfigName/temp/
Mark Kohlmann 1.1 73 )))|
74
75