kopia lustrzana https://github.com/Hamlib/Hamlib
Removes includes of stdio.h stdlib.h string.h unistd.h |
||
|---|---|---|
| .. | ||
| Android.mk | ||
| Makefile.am | ||
| README.md | ||
| meade.c | ||
| meade.h | ||
README.md
Meade Telescope Rotator Module
This module interfaces Meade telescope rotator via the LX200 serial protocol.
These rotators can easily be modified to carry antennas instead of telescopes.
Usage
- Set the telescope manually to show to north with 0 degree elevation
- Connect the Autostar and the serial cable with the telescope and control PC
- Turn on telescope rotator
- Press
Speedon the Autostar to accept "Don't look into the sun" warning - Press
Modea couple of times until the Autostar display showsObject - Start
rotctlorrotctldwith the arguments-m 1801 -s <Serial Interface>
Have Fun.
Hints
- The rotator has no lock on 360 degree azimuth. For example, if you go from 359 degrees to 002 degrees, it will go the short way. That means it is possible to make several rotations in the same directions. Please have a kind look on your cables and don't use the rotator unattended!
- If a new position gets sent to the rotor while it is in movement, it moves
immediately to the new position, but stores the old one and moves again to
the old one after the new position is reached. To avoid this, a
Stop all movementcommand gets executed if a position update reaches the rotator while in movement. That can cause a choppy movement when going to a new position which is far away.
LX200 Protocol
Current Status
The current status is ALPHA. It is tested with Meade DS-2000 with Autostar
494 (2003 Firmware) and Meade 506 i2c to RS232 interface cable, tested under
Linux with rotctl and gpredict.
What works good:
set_positionworks for azimuth and elevation (0-360,0-90 degree), high frequent update (<2s) can cause sometimes unexpected behavior.get_positionworks mostly fine, sometime the elevation gets not read properlyinit,cleanup,get_infowork as expectedopensends all setup commands needed for nowclosestops all movement of the rotormeade_stopstops finepark,resetmove the rotor to home position (north, elevation 0)
What works with some problems:
moveworks fine for elevation, but for azimuth it will sometimes move in the wrong direction caused by the short way movement.