Line | |
---|
1 | #
|
---|
2 | # .cosyrc
|
---|
3 | #
|
---|
4 | # Default values are commented out
|
---|
5 | #
|
---|
6 |
|
---|
7 | # Number of motor revolution necessary to turn the
|
---|
8 | # telescope 360deg. (Remark: Here we do not talk about
|
---|
9 | # revolutions of the 'real' motor, but about revolutions
|
---|
10 | # 'seen' by the Macs)
|
---|
11 |
|
---|
12 | # CANbus Id of the three MACS. -1 means not connected.
|
---|
13 | # MAC1 is Azimuth-1
|
---|
14 | # MAC2 is Azimuth-2
|
---|
15 | # MAC is Zenith Angle
|
---|
16 | Az_Id: 1
|
---|
17 | Zd_Id: 3
|
---|
18 |
|
---|
19 | # CANbus Id of the three Shaftencoders.
|
---|
20 | # SE1 is Zenith Angle-1
|
---|
21 | # SE2 is Zenith Angle-2
|
---|
22 | # SE is Azimuth
|
---|
23 | Az_Id-SE: 16
|
---|
24 | Zd_Id-SE1: 17
|
---|
25 | Zd_Id-SE2: 18
|
---|
26 |
|
---|
27 | # Software endswitch
|
---|
28 | #Az_Min[deg]: -100.01
|
---|
29 | #Zd_Min[deg]: -75.0
|
---|
30 | Az_Max[deg]: 316.0
|
---|
31 | Zd_Max[deg]: 100.01
|
---|
Note:
See
TracBrowser
for help on using the repository browser.