| <<O>> Difference Topic SoftwareConfigurationFiles (r1.3 - 06 Feb 2008 - DavidRose) |
| Changed: | |
| < < |
Use the following procedures to check and modify configuration files as necessary |
| > > | * Use the following procedure to check configuration files as necessary. |
| Deleted: | |
| < < |
Editing Configuration Files1. Steps TBD |
| Changed: | |
| < < | -- DavidRose - 03 Mar 2005 |
| > > | -- DavidRose - 6 Feb 2008 |
| <<O>> Difference Topic SoftwareConfigurationFiles (r1.2 - 08 Mar 2005 - DavidRose) |
| Changed: | |
| < < | -- DavidRose - 08 Dec 2003 |
| > > | -- DavidRose - 03 Mar 2005 |
| <<O>> Difference Topic SoftwareConfigurationFiles (r1.1 - 08 Dec 2003 - DavidRose) |
| Added: | |
| > > |
%META:TOPICINFO{author="DavidRose" date="1070898180" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="TelescopeOperations"}%
TELESCOPE OPERATIONSSOFTWARE CONFIGURATION FILESUse the following procedures to check and modify configuration files as necessary Checking Configuration FilesReceiver and other important configuration (config) files are located in the directory: /home/gbt/etc/config/ These files have names like: RcvrPF_1.conf, Rcvr4_6.conf, etc. They are all text type files that can be read with the commands "cat" or "more", and can be modified with any Unix text editor provided you have the proper permissions. An example of the first few lines of the RcvrPF_1.conf file follows: prospero::/home/gbt/etc/config : more RcvrPF_1.conf # Prime Focus Receiver # 0= OFF, 1 = ON, 2 == STANDBY
managerStateDefault := 0
# 2 = parameterEnums::refrigCool ( 0 = refrigOff, 1 = refrigHeat, 3 =
refrigPump )
cryoStateDefault := 2
In the example above, the lines that start with # are comments. You can see that the manager defaults to OFF, and the refrigerator control defaults to COOL. The defaults are used whenever the single-board (in this case gbtaio1) is rebooted. To change, for example, the PF1 manager default state to STANDBY, the parameter will be changed to 2, by editing the third line like:
managerStateDefault := 2
Editing Configuration Files1. Steps TBD -- DavidRose - 08 Dec 2003 |
| Topic SoftwareConfigurationFiles . { View | Diffs | r1.3 | > | r1.2 | > | r1.1 | More } |
|
Revision r1.1 - 08 Dec 2003 - 15:43 GMT - DavidRose Revision r1.3 - 06 Feb 2008 - 18:18 GMT - DavidRose |
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. |