Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/~mperrin/kermit/kermit.conf.html
Дата изменения: Thu Mar 25 13:08:38 2004 Дата индексирования: Sat Mar 1 07:16:12 2014 Кодировка: |
The first section of the file sets where kermitui software files and data are stored.
#### Where should kermitui find its files? set basedir /home/operator/aeos/ set libdir $basedir/kermitui set dataPath /home/operator/data/kermit/ set include_dir $basedir/include # Where should we save GUI state? # note you can't use ~'s in strings in tcl. set savepath "/home/operator/"
The second section sets which host is running the traffic server. You'll almost certainly never change this.
##### Which host to use for traffic? set traffic_host "sauron"
The third section contains flags which turn on or off various sections of the code. This is the section that one is most likely to need to edit.
##### What are current settings for kermitui? set coronagraph_comms 1 set coronagraph_commands 1 set useidlpipe 0 set useds9 1 set useSoundserver 0 set liveinstrument 1 set usemotors 1 set useLakeshore 1
The last section specifies the IP addresses and ports which are used to communicate with the motor controller and Coronagraph computer.
##### Where is the galil motor controller? set motorcontroller_ip "192.168.1.6" ##### Where is the coronagraph? # set AOC_IP 192.168.1.3 set AOC_port 143 set AOC_status_port 142 set AOC_listen_port 2000