-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ascom_park_menu.html
136 lines (113 loc) · 3.87 KB
/
Ascom_park_menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Gemini ASCOM Park Menu</title>
<link rel="stylesheet" href="ajxmenu.css" type="text/css">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en-us" http-equiv="Content-Language" />
<link href="gemini-2.css" rel="stylesheet" title = "light" type="text/css">
<link href="gemini-2-dark.css" rel="stylesheet" title = "dark" type="text/css">
<script src="style_switcher.js"></script>
<link href="theme-selector.css" rel="stylesheet" type="text/css">
<script src="w3data.js"></script></head>
<body onload="set_style_from_cookie()">
<div w3-include-html="header.html" ></div>
<div class="AJXMenueDFaTFD" w3-include-html="navigation.html"></div><script>w3IncludeHTML();</script>
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr>
<td class="h3">Config ASCOM Gemini.net Park menu</td>
</tr>
</table>
<br />
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr>
<td class="style6">
</td>
</tr>
<tr>
<td class="style6">
To configure the park commands, right mouse click on the PARK button. You should see a menu similar Fig 1 below.<br /><br />
</td>
</tr>
<tr>
<td class="style7">
<img alt="" height="546" src="gemini-images/ascom/select_park_Menu.jpg" width="281"><br />Fig 1.<br />
</td>
</tr>
<tr>
<td class="style6">
The menu options are:
<ol>
<li>
Park
- when you hit this this ASCOM driver will ask you if you want to park
at the current mode selected in the Park Behavior menu. See Park
Behavior menu. See
Fig 2. below.</li>
<li>
Park at Start-up Position (CDW) - As stated the mount will slew to
CDW and the park.</li>
<li>
Park at Home Position - The mount will slew to the Defined Home
position and park.</li>
<li>
Part at Current Mount Position - The mount will park where it is.</li>
<li>
Unpark Gemini - unparks the Gemini and starts tracking.</li>
<li>
Configure Park Position...
- opens up the Park Behavior Setting menu. See Fig 2.</li>
</ol>
</td>
</tr>
</table>
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr>
<td class="style6">
<br>To get to the Park Behavior setting menu click on the Configure Park
Position.
</td>
</tr>
<tr>
<td class="style7">
<img alt="" height="286" src="gemini-images/ascom/config_park_Alt-AZ_coordinates.jpg" width="420"><br />Fig 2.<br />
</td>
</tr>
<tr>
<td class="style6">
The menu
for Park Behavior options are:
<ol>
<li>
No Slew before Parking
- the mount will park where it is at.</li>
<li>
Slew to Home before Parking - When Park is selected, the mount will
slew to Home then Park.</li>
<li>
Slew tp CDW before Parking - The mount will slew to CDW then
Park.</li>
<li>
Slew to Alt/AZ coordinates before parking.</li>
</ol>
Below that is two enter boxes. 1 for Altitude an another for Azimuth.
Enter the desired coordinates into these boxes if you want to have
the mount slew to them and Park. If you position the mount to
where you want this park command to park at, the hit the "Get Current
Alt/AZ Coordinates" box, the Altitude and Azimuth box will be populated
with where the mount is pointing at.<br><br>The next check box "Prevent
accidental unparking by software, if checked will prevent any programs
such as TheSky from unparking the mount.<br /><br />
</td>
</table>
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr>
<td class="style6">
</td>
</tr>
</table>
<link rel="stylesheet" href="ajxmenu_bottom.css" type="text/css">
<div w3-include-html="footer.html" ></div>
</body>