User Tools

Site Tools


en:documentation:system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:documentation:system [2011/07/01 10:20] pchen:documentation:system [2018/06/16 17:10] (current) – [Indi driver] pch
Line 1: Line 1:
-====== System ======+====== General ====== 
 + 
 +===== General =====
  
-===== System ===== 
-{{  en:documentation:system_system.jpg|}} 
 In this window, you can manage the SkyChart database. It contains the orbital elements of comets and asteroids, SAC picture information, information about the DSS/RealSky pictures and information of  observatory locations.\\  In this window, you can manage the SkyChart database. It contains the orbital elements of comets and asteroids, SAC picture information, information about the DSS/RealSky pictures and information of  observatory locations.\\ 
 In order to display comets and asteroids, SkyChart needs to calculate the ephemeris, and store them in a database. But before SkyChart can do that, you need to download fresh files with **[[http://en.wikipedia.org/wiki/Orbital_elements|orbital elements]]** for comets and asteroids. See the **[[solar_system#comet|comet]]** and **[[solar_system#asteroid|asteroid]]** tabs from the **Setup -> Solar System** dialog box.\\  In order to display comets and asteroids, SkyChart needs to calculate the ephemeris, and store them in a database. But before SkyChart can do that, you need to download fresh files with **[[http://en.wikipedia.org/wiki/Orbital_elements|orbital elements]]** for comets and asteroids. See the **[[solar_system#comet|comet]]** and **[[solar_system#asteroid|asteroid]]** tabs from the **Setup -> Solar System** dialog box.\\ 
 +{{ en:documentation:system_system.jpg|}}\\
 +
 You may also want to create the SAC pictures information database. For more about installing and downloading SAC pictures, see the **[[pictures#objects|Object]]** tab from the **Configuration -> Pictures** dialog box.\\  You may also want to create the SAC pictures information database. For more about installing and downloading SAC pictures, see the **[[pictures#objects|Object]]** tab from the **Configuration -> Pictures** dialog box.\\ 
 The information about countries and the detailed information of Observatory locations are also stored in a database. You can create them by **Configuration -> [[observatory|Observatory]]**. The information about countries and the detailed information of Observatory locations are also stored in a database. You can create them by **Configuration -> [[observatory|Observatory]]**.
 +\\ \\ \\ \\ \\ \\ \\
 A standard SkyChart installation creates a SQLite database. SQLite is very fast and for everyone simple to use. Use SQLite. Maybe you have reason to choose MySQL as DBMS. For example, maybe you wish to search comet and asteroid data external from Skychart, with other applications. Or you want to share one single database with many computers. You need to have at least basic knowledge about MySQL to do your queries. Another warning: When you decide to load the data from MPCORB without any limitation into your MySQL DBMS, it can take some hours. If you use Windows XP, copy the file libmySQL.dll from the bin directory of your MySQL installation to the installation directory of Skychart.  A standard SkyChart installation creates a SQLite database. SQLite is very fast and for everyone simple to use. Use SQLite. Maybe you have reason to choose MySQL as DBMS. For example, maybe you wish to search comet and asteroid data external from Skychart, with other applications. Or you want to share one single database with many computers. You need to have at least basic knowledge about MySQL to do your queries. Another warning: When you decide to load the data from MPCORB without any limitation into your MySQL DBMS, it can take some hours. If you use Windows XP, copy the file libmySQL.dll from the bin directory of your MySQL installation to the installation directory of Skychart. 
   * **SQLite**: an input area contains the path to SQLite DB. With Windows XP, it is stored in \My documents\[user]\Local Settings\Skychart\database\. You can specify an alternate location.    * **SQLite**: an input area contains the path to SQLite DB. With Windows XP, it is stored in \My documents\[user]\Local Settings\Skychart\database\. You can specify an alternate location. 
-{{  en:documentation:system_mysql.jpg|}}+{{  en:documentation:system_mysql.jpg|}}\\ 
   * **MySQL**: You need a MySQL server to connect to. A local server connection is proposed, which works fine with a MySQL local server installation. You can specify an alternate connection with default parameters:   * **MySQL**: You need a MySQL server to connect to. A local server connection is proposed, which works fine with a MySQL local server installation. You can specify an alternate connection with default parameters:
     * **DB Name** cdc     * **DB Name** cdc
Line 27: Line 30:
  
 ===== Server ===== ===== Server =====
-{{  en:documentation:system_server.jpg|}}+{{  en:documentation:system_server.jpg|}}\\ 
 Here you can set connection parameters to use Skychart as a server. Here you can set connection parameters to use Skychart as a server.
-You can verify the connection states in **View -> [[server_information|Server information]]**+You can verify the connection states in **View -> [[menuview#server_information|Server information]]**
   * SkyChart accepts connections by checking **Use TCP/IP Server**.   * SkyChart accepts connections by checking **Use TCP/IP Server**.
   * SkyChart verifies the attendance of the client and closes the connection if the client is not active by checking **Client Connection Keep Alive**.   * SkyChart verifies the attendance of the client and closes the connection if the client is not active by checking **Client Connection Keep Alive**.
-  * If the client is remote, you set your SkyChart Server IP address in **Server IP Interface**.+  * **Server IP interface** define the network interface Skychart is listening on. The default 127.0.0.1 allow only for local connection. If the client is remote, you need to set your interface IP address or 0.0.0.0 to listen on all the interfaces.
   * SkyChart is listening on the port set in **Server IP Port**, if you change this, you must change  client software correspondingly.\\ \\    * SkyChart is listening on the port set in **Server IP Port**, if you change this, you must change  client software correspondingly.\\ \\ 
  
Line 41: Line 45:
 \\ \\ \\ \\
 Before you can use SkyChart to work with your telescope, you need to do some basic settings here. First, select which interface driver you will use. Depending on your choice, the content of the dialog box changes. You can choose from: Before you can use SkyChart to work with your telescope, you need to do some basic settings here. First, select which interface driver you will use. Depending on your choice, the content of the dialog box changes. You can choose from:
 +
 +==== ASCOM ====
 +
 +Use this on Windows only. With [[telescope_ascom|ASCOM]] you can drive most astronomical equipment like your mount and dome. If you don't have the Ascom driver installed, you can download it from http://ascom-standards.org/ \\
  
 ==== Indi driver ==== ==== Indi driver ====
  
-Use this on Linux or Mac only. The [[http://indi.sourceforge.net/index.php/Main_Page|Indi package]] is designed to use with all sorts of astronomical devices. Many computer operated mounts and domes can be driven by Indi. You can **[[http://indi.sourceforge.net/index.php/Download_INDI|download]]** this driver if it didn't come with your Linux distribution. When you want to use the Indi driver, make your specific settings in the dialog. +Use this on Linux or Mac only. The [[http://www.indilib.org|Indi package]] is designed to use with all sorts of astronomical devices. Many computer operated mounts and domes can be driven by Indi. You can **[[http://www.indilib.org/download.html|download]]** this driver if it didn't come with your Linux distribution. When you want to use the Indi driver, make your specific settings in the dialog.  
 + 
 +{{:en:documentation:tel_indi1.jpg?350|}} 
 + 
 +After setting the server host and port, click "Connect and get device list" to fill the list of driver supported by your INDI server. Then select the telescope driver from the list. 
  
-It may be difficult to know the port name if you have many adapter or if you use a USB-serial adapter. In this case use the dmesg command to find this name. \\ 
-In the following example you must indicate /dev/ttyS0 for the motherboard port or /dev/ttyUSB0 for the USB port.  
-<code> 
-serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 
-usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB0 
-</code> 
  
 ==== Manual Mount ==== ==== Manual Mount ====
Line 60: Line 67:
 From now on, you can find instructions how to turn the knobs of your mount to move from one object to another. To find these, first click the object on the chart to which your telescope is pointed. Next, click on the object you want to observe. Now click on the label to retrieve the information details. The last lines show you who to turn the knobs on your mount. From now on, you can find instructions how to turn the knobs of your mount to move from one object to another. To find these, first click the object on the chart to which your telescope is pointed. Next, click on the object you want to observe. Now click on the label to retrieve the information details. The last lines show you who to turn the knobs on your mount.
  
-==== ASCOM ==== 
-With [[telescope_ascom|ASCOM]] you can drive most astronomical equipment like your mount and dome. If you don't have the Ascom driver installed, you can download it from http://ascom-standards.org/ \\ 
  
-====Encoder==== 
-You can use this with an [[telescope_encoder|encoder]] box using Tangent protocols like the Ouranos, AAM or NGC-MAX.  
  
-====LX200==== 
-This driver supports LX200, Autostar, Magellan I/II and other systems using the LX200 protocol. When you are using **[[http://www.bbastrodesigns.com/BBAstroDesigns.html#Computer_Operated_Telescopes|Mel Bartels' stepper motor system]]** to drive your mount, you can use this driver.  
-\\ \\ 
-On the main bar, you will find the **[[main_bar#telescope_group|telescope group]]** icons. After you made the proper basic settings for your computer operated telescopes, you need to configure the your driver by a click on the {{en:documentation:i48.png|}} icon to drive your telescope in the right way. \\ 
-You need the {{en:documentation:i51.png|}} and {{en:documentation:i50.png|}} icons from the main bar to synchronize your mount with an object on the chart or to slew it to another object. See for more information about this the menu **[[menutelescope|Telescope]]**. 
  
 ===== Language ===== ===== Language =====
-{{  en:documentation:system_language.jpg|}}+{{  en:documentation:system_language.jpg|}}\\ 
 Simply select the language from the combo box that you want SkyChart to use. \\ \\ Simply select the language from the combo box that you want SkyChart to use. \\ \\
 If your language isn't there, why not make your own GUI translation? It 's not hard, only takes a few hours. Have look **[[http://www.ap-i.net/skychart/en/translations#software_translation|here]]**. If your language isn't there, why not make your own GUI translation? It 's not hard, only takes a few hours. Have look **[[http://www.ap-i.net/skychart/en/translations#software_translation|here]]**.
 +
 +===== SAMP =====
 +{{ en:documentation:samp_setup.png|}}\\
 +
 +Set the default options for the [[vo_samp|SAMP interface]].
 +  * **Try to auto-connect** : Connect automatically to a running SAMP hub when the program start. 
 +  * **Receive coordinates** : Allow the program to jump to coordinates received from other applications. For example a click in Aladin.
 +  * **Receive FITS images** : Allow the program to receive an image from other applications. From Aladin use the menu "Interop / Broadcast selected image to..."
 +  * **Receive VO table data** : Allow the program to receive data table from other applications. From Aladin use the menu "Interop / Broadcast selected table to..."
 +
 +You can request a confirmation before to accept any data and keep the data you receive for offline use. The default is to cleanup the data when the SAMP connection is closed.
 +
 +It is also possible to send data from Skychart to the other applications. 
 +  * To connect to a hub after the program is started, or to get the connection status, use the menu [[menufile#samp|File -> SAMP]].
 +  * To send coordinates use the right click menu [[pop_up_windows#the_chart_pop-up_window|SAMP send coordinates]] 
 +  * You can send table data from the [[catalog#vo_catalog|VO catalog]] setup.
 +  * To send a FITS image use the right click menu [[image_list|Image list]], the "Send image" button.
 +
en/documentation/system.1309508415.txt.gz · Last modified: 2015/11/06 20:34 (external edit)