INDI Vixen Starbook Driver is released as a 3rd party driver and requires INDI Library >= v1.7.4.
This is article stub, and still needs update, for more actuall guide head to https://github.com/indilib/indi/tree/master/3rdparty/indi-starbook
TODO
Current features are:
TODO
Before starting the driver, power the mount and make sure it is looking at the celestial pole with the weights down.
When running the driver for the first time, go to the Connection tab and select the port to connect to. You can also try connecting directly and the driver shall automatically scan the system for candidate ports. If Vixen Starbook is connected the network via a Serial-TCP (Ethernet or WiFi) adapter, then you can select Ethernet mode and enter the IP address and port for the adapter connected to the mount. After making changes in the Connections tab, go to Options tab and save the settings.
Once Vixen Starbook is online, it loads mount, alignment, parking, and horizontal limits settings if they exist. Its location defaults to the celestial pole unless a custom parking position is set previously.
The main control tab is where the primary control of Vixen Starbook takes place. To track an object, enter the equatorial of date (JNow) coordinates and press Set. The mount shall then slew to an object and once it arrives at the target location, it should engage tracking at the selected tracking rate which default to Sidereal tracking. Slew mode is different from track mode in that it does not engage tracking when slew is complete. To sync, the mount must be already tracking. First change mode to Sync, then enter the desired coordinates then press Set. Users will seldom use this interface directly since many clients (e.g. KStars) can slew and sync the mount directly from the sky map without having to enter any coordinates manually.
Four tracking modes are supported: Sidereal, Lunar, Solar, and Custom. When using Custom mode, the rates defined in Track Rates shall be used. Tracking can be enganged and disenganged by toggling the Tracking property.
Under the options tab, you can configure many parameters before and after you connect to the mount.
If a dome is used in conjunction with the mount, a policy can be set if parking the mount or dome can interfere with the safety of either. For example, you might want to always park the mount before parking the dome, or vice versa. The default policy is to ignore the dome.
Under motion control, manual motion controls along with speed and guide controls are configured.
Time, Locaiton, and Park settings are configured in the Site Management tab.
Firmware
Firmware tab displays information on the detected mount type and firmware version. Furthermore, the RA/DE steps, frequencies, and gear ratios are displayed.
The stepper motors positions and work periods are displayed in addition to the status of each motor. If the mount is equipment with auxiliary encoders, then their position shall be displayed
By default the alignment mode is set to N-Star, every time you perform a sync, a new sync point is added to the model. You need to save the alignment points file if you want the driver to utilize them on the next startup. You can perform all these operations in the Align tab. The Vixen Starbook driver is currently transition to the INDI Alignment Subsystem and this section shall be updated when the transition is over to avoid duplicate information.
Under Options, you can select to utilize INDI's Alignment Subsystem instead of Vixen Starbook's own alignment system. However, the Alignment Subsystem is currently not stable so it is recommended to use Vixen Starbook alignment system which is on by default.
PEC training works the same way as with the handcontroller. Guide on a star, engage PEC training and the firmware will wait for the mount pass the worm indexer and then records the resulting speeds in the EEPROM of the motor microcontroller. When it has finished (worm indexer) it toggles a status bit and you can see in the INDI Control panel the status of PEC training becoming green (whereas it remains busy/yellow while training).
PEC/PEC training is enabled in INDI Vixen Starbook for mounts which supports it, EQ8, AZEQ5/6, EQ6R too apparently. It is a motor controller firmware feature, the INDI driver just sends the corresponding commands to start/stop PEC/PEC training and do not then bother about it. Please note that the firmware PEC+guiding may not be a good idea as the firmware changes the motor speed unconditionnally, so some guide commands may be lost.
For horizon limit just slew to the points along the horizon you want to set and hit the Add current button. The order of points is significant as Horizon uses a linear approximation between them. When you have finished hit the Write File button (saved in ~/.indi/HorizonData.txt which you can manually edit also).