alpaca_rotator_move
Move an ASCOM Alpaca rotator to a specified position in degrees, either absolute or relative. Device must be connected first.
Instructions
Move an ASCOM Alpaca rotator to a specific position. Note: Device must be connected first using alpaca_device_connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address of the Alpaca server | |
| port | Yes | Port number of the Alpaca server | |
| absolute | No | Use absolute position (true) or relative move (false) | |
| position | Yes | Target position in degrees | |
| device_number | No | Device number (default: 0) |