telescope_and_observatory_control
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
telescope_and_observatory_control [2024/02/22 01:49] – holtz | telescope_and_observatory_control [2025/05/21 15:20] (current) – holtz | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Telescope control system ====== | ===== Telescope control system ====== | ||
- | Telescope is a Planewave PW1000. | + | Telescope is a Planewave PW1000. |
- | under Windows, and provides a graphical user interface, as well as an ASCOM driver and also a custom | + | |
- | Planewave HTTP API. This is run from a Windows | + | |
- | pwi1m has two network interfaces. One connects to the telescope internal network | + | Software control is through Planewave' |
- | the telescope is 192.168.10.60. | + | |
- | ==== Planewave | + | Normal telescope control is done remotely through the ASCOM interface, but interacting with PWI4 directly provide additional functionality. In particular, PWI4 incorporates its own pointing model software. |
- | Normal operation is from a remote Linux host, but the Windows computer that is connected | + | The telescope ASCOM driver should be registered through ASCOM Remote |
- | accessible via VNC to pwi1m if direct interaction with the telescope system is desired. | + | |
- | On starting PWI4, devices are controlled from the left panel, which has five tabs: Mount/ | + | ===== Camera |
- | you can enable/ | + | |
- | focuser and enable/ | + | |
- | the Temp tab, you connect the OTA, which allows you to get temperature monitoring, | + | |
- | focuser. | + | |
- | {{scope: | + | Acquisition camera is connected to pwi1m via USB. PWI4 has the capability to connect to an ASCOM camera, and this is needed for doing pointing models. |
- | {{scope: | + | Normal camera control is done remotely through the ASCOM interface. The camera ASCOM driver should be registered through ASCOM Remote to make it available through an ASCOM/ |
- | {{scope: | + | |
- | {{scope: | + | |
- | {{scope: | + | |
- | {{scope: | + | |
- | You can slew the telescope using the SkyViewer tab: click on the desired location, then confirm with Goto | + | ===== Observatory control system ====== |
- | button. You can also just enter coordinates directly on the Goto tab. Tracking should be started after the slew. You can monitor the tracking performance with the Tracking tab. Temperatures can be viewed on the | + | |
- | Temperature tab. Finally, a camera can be controlled through the Camera tab; you need to select the camera (ASCOM or MaximDL), and then connect to it. | + | |
- | ==== Remote software | + | ==== Dome hardware |
- | Software | + | The dome has motorized upper and lower slit sections. Control of the upper slit and dome rotation |
- | can be done using VNC with an openVPN or tunneling connection. On song1m, the software environment | + | |
- | The control software | + | There is an encoder (BEI Motion Systems Optical Encoder E206-1000-3G) coupled |
- | To access | + | There is a magnetic home sensor installed on the E side of the dome; the home position when the magnet on the dome lines up with the sensor places the slit at an azimuth of 80 degrees. |
- | < | + | ==== Dome control ==== |
- | from aposong import * | + | |
- | </ | + | |
- | ==== Robotic | + | Dome control is implemented through |
+ | 4-pin connector J808A : Watchdog (dome box needs +24V or else shutter will close on Automatic) | ||
+ | | Dome box | | ||
+ | | 1 | gnd, white | ||
+ | | 3 | +24V DC, purple | 28 | ||
+ | | | | ||
+ | | | | ||
- | ===== Observatory | + | Note that connectors J805A and J0806A, both 4-pin, go to a single 9-pin connector, as originally implemented in Autoscope |
- | ==== Dome hardware ==== | + | connector J805A : Supplies power and ground to box, and relay for dome power (org yel blu wires) |
+ | |J805A pin | 9 pin connector | function | comment | | ||
+ | | 4 | 4 | +24V red | voltage always supplied | | ||
+ | | 3 | 1 | gnd white | ground always supplied | ||
+ | | 2 | 2 |relay 1 grey | trigger connects pin to ground | | ||
- | The dome has motorized upper and lower slit sections. Control of the upper slit and dome rotation is done through a custom relay box on the S side of the dome constructed by the Autoscope Corporation; | + | connector J806A : Supplies (redundant? |
+ | |J806A pin | 9 pin connector| function | comment | | ||
+ | | 4 | 9 |+24 red | voltage always supplied | | ||
+ | | 3 | 8 | gnd white | ground always supplied | ||
+ | | 2 | 7 | relay 3 brown | trigger connects pin to ground | ||
- | There is an encoder coupled | + | connector J807A : Supplies relays for shutter power and direction |
+ | | J807A pin| function | comment | | ||
+ | | 2 | relay 2 purple | trigger connects pin to ground | | ||
+ | | 3 | gnd black| ground always supplied | | ||
+ | | 4 | relay 4 orange | trigger connects pin to ground | | ||
+ | | 5 | gnd black | ground always supplied | | ||
- | There is a magnetic home sensor installed on the E side of the dome; the home position when the magnet on the dome lines up with the sensor places the slit at an azimuth of 80 degrees. | ||
+ | ===== Encoder ===== | ||
- | ==== Dome control ==== | + | The dome encoder gets +5V and ground from the RPi, and receives 5VDC signals from the A and B phases of the quadrature encoder. These are wired into RPi GPIO ports through a level converter that converts 5V to 3.3V. DC +5 and ground are connected to RPi power, A and B outputs are connected to level shifter input channels; level shifter output channels are connected to RPi GPIO pins. An independent ground from the |
- | + | ||
- | Dome control is implemented through software running on a Raspberry Pi (dome1m). Initial implementation controls dome motors through the Autoscope box with Opto 22 relays, but goal would be to just control the dome relays directly. The Raspberry Pi has a RELAYPlates card with 7 relays, which control shutter direction, shutter power, dome direction, dome power, and watchdog reset. These relays connect the control lines to ground. | + | |
- | + | ||
- | The dome encoder gets +5V and ground from the RPi, and receives 5VDC signals from the A and B phases of the quadrature encoder. These are wired into RPi GPIO ports through a level converter that converts 5V to 3.3V. | + | |
- | DC +5 and ground are connected to RPi power, A and B outputs are connected to level shifter input channels; level shifter output channels are connected to RPi GPIO pins. An independent ground from the | + | |
cable shield may be very important, do not ignore! | cable shield may be very important, do not ignore! | ||
Line 78: | Line 75: | ||
| 8 | A | 8 | brn | B1 - A1 - GPIO 5 | | | 8 | A | 8 | brn | B1 - A1 - GPIO 5 | | ||
| | shield| 9 | grey | independent ground | | | | shield| 9 | grey | independent ground | | ||
+ | |||
+ | ===== Home sensor ===== | ||
The home sensor gets +5VDC and ground from the RPi, and receives a signal on a GPIO port that is normally low, but goes high when the home magnet is in proximity to the sensor.S | The home sensor gets +5VDC and ground from the RPi, and receives a signal on a GPIO port that is normally low, but goes high when the home magnet is in proximity to the sensor.S | ||
Line 86: | Line 85: | ||
| grn | +DC | 4 | red | RPi +5V | | | grn | +DC | 4 | red | RPi +5V | | ||
- | ==== Dome software ==== | ||
- | Dome control is implemented through software running on a Raspberry Pi (dome1m). | + | ===== Cabling ===== |
+ | |||
+ | - four-pin AMP to dome box | ||
+ | - four-pin AMP to dome box | ||
+ | - nine-pin AMP to dome box | ||
+ | - four-pin AMP to home sensor | ||
+ | - Ethernet cable | ||
+ | - power cord for power supply | ||
+ | - power cord for Raspberry Pi ? | ||
+ | - ground wire | ||
+ | - cable for lower dome | ||
+ | |||
+ | ===== Old setup for relays ===== | ||
- | Low-level functions are implemented in the APOAshDome.py module. An ASCOM Alpaca interface was implemented using the templates from the [[https:// | + | OLD Setup through Autoscope control box, which uses 5V Opto 22 relays. |
- | Software is archived at [[https:// | + | |
- | User account on dome1m is ocs.To run Alpaca device, cd APOAshdome/ | + | |OCS |RPi | |
+ | |50 grn | 5 | watchdog | | ||
+ | |49 Pur | 7 | | | ||
+ | |48 org | 2 | shutter power | | ||
+ | |47 yel | 1 | dome power | | ||
+ | |2 blu | 6 | | | ||
+ | |3 brn | 4 | shutter direction | | ||
+ | |4 red | 3 | dome direction | | ||
+ | | 42 blk | gnd | | | ||
+ | An ASCOM/ | ||
+ | be started when dome1m is rebooted. | ||
telescope_and_observatory_control.1708566594.txt.gz · Last modified: 2024/02/22 01:49 by holtz