SVN commit 441799 by mutlaqja: INDI docs updates M +64 -21 indi.docbook M +4 -0 scriptbuilder.docbook --- branches/KDE/3.5/kdeedu/doc/kstars/indi.docbook #441798:441799 @@ -24,32 +24,32 @@ LX200 8"-12" Classic -LX200 Classic +lx200classic 1.0 Autostar based telescopes -LX200 Autostar +lx200autostar 1.0 LX200 GPS 8"-16" -LX200 GPS +lx200gps 1.0 LX200 Classic 16" -LX00 16" +lx200_16 1.0 NexStar GPS, CGE, AS-GT -Celestron GPS +celestrongps 0.9 New GT, NexStar 5i/8i -Celestron GPS +celestrongps 0.9 @@ -64,19 +64,29 @@ Astro-Electronic FS-2 -LX200 Generic +lx200basic 0.1 +Argo Navis +lx200basic +0.1 + + Losmandy Gemini -LX200 Generic +lx200basic 0.1 Mel Bartels Controllers -LX200 Generic +lx200basic 0.1 + +Sky Commander +skycommander +0.1 + @@ -94,22 +104,22 @@ Meade LX200GPS Microfocuser -LX200 GPS +lx200gps 0.9 Meade 1206 Primary Mirror Focuser -LX200 Generic +lx200generic 0.9 JMI NGF Series -LX200 Generic +lx200generic 0.1 JMI MOTOFOCUS -LX200 Generic +lx200generic 0.1 @@ -189,6 +199,12 @@ v4lphilips 1.0 + +Meade Lunar Planetary Imager +meade_lpi +0.1 + + @@ -699,15 +715,13 @@ -I do not have a serial port, how can I connect to the telescope? + +What operations does KStars provide to control the telescope? + -Many modern laptops do not have a serial port. You will need a -Serial To USB adaptor that is supported under Linux. For example, -Keyspan's USA-19QW Serial to USB adaptor is well -supported under Linux and had been tested with &kstars;. You need to refer -to your adaptor's documentation to find which ports they provide (e.g. -/dev/ttyUSB0 .... /dev/ttyUSB9). + +It depends on the particular telescope you're running, but the minimum three operations are Slew, Track, and Sync, which you can issue directly from the sky map. Your telescope must be aligned for those operations to perform correctly. Some telescopes offer you more operations like site management, slew modes, focusing, parking, and more. You can access the telescopes extended features from the INDI Control Panel in the Devices Menu. @@ -715,6 +729,35 @@ +What's the difference between Slew, Track, and Sync exactly? + + + + +The command Slew orders the telescope to move to a particular target, and once the telescope reaches its target, the telescope keeps tracking that target at a sidereal rate (i.e. the rate at which stars move across the sky). This works well for stars, Messier objects, and about everything outside our solar system. But solar system objects travel differently across the sky and so the telescope must Track the objects as they move. + + +Therefore, you need to issue a track command if you want to track an object with non-sidereal motion. On the other hand, Sync is used to synchronize the telescope's internal coordinates with that of an object you select. + + + + + + + +Can I control my telescope remotely? + + + + +Yes. You can start an INDI server on the machine connected to your telescope and the server will listen to requests from &kstars; clients. Once you're connected, you can control your telescope directly from the sky map. This procedure is described in detail in the Remote device control section. + + + + + + + When I try to Connect, &kstars; reports that the telescope is not connected to the serial/USB port. What can I do? @@ -747,7 +790,7 @@ &kstars; reports that the telescope is online and ready, but I cannot find the telescope's crosshair, where is it? -&kstars; retrieves the telescopes RA and DEC coordinates upon connection. If your alignment was performed correctly, then you should see the crosshair around your target in the Sky Map. However, the RA and DEC coordinates provided by the telescope may be incorrect (even below the horizon) and you need to Sync your telescope to your current target. +&kstars; retrieves the telescopes RA and DEC coordinates upon connection. If your alignment was performed correctly, then you should see the crosshair around your target in the Sky Map. However, the RA and DEC coordinates provided by the telescope may be incorrect (even below the horizon) and you need to Sync your telescope to your current target. You can use the right-click menu to center and track the telescope crosshair in the sky map. --- branches/KDE/3.5/kdeedu/doc/kstars/scriptbuilder.docbook #441798:441799 @@ -282,6 +282,10 @@ dcop $KSTARS $MAIN waitForINDIAction "FLI CCD" EXPOSE_DURATION + + +The INDI Library provides robust scripting tools that enable developers to orchestrate very complex scripts. For more details, refer to the INDI Developer Manual. +