User Tools

Site Tools


en:documentation:server_commands

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:server_commands [2020/01/12 10:00] – [Chart Commands] pchen:documentation:server_commands [2022/12/08 09:56] (current) – [Chart drawing] pch
Line 28: Line 28:
 ===== Global Commands ===== ===== Global Commands =====
 ^ Command ^ Parameters ^ Comment or GUI Equivalent ^ ^ Command ^ Parameters ^ Comment or GUI Equivalent ^
 +| ?  |  | No GUI equivalent, list the available commands |
 | NEWCHART | chart_name | File -> New Chart | | NEWCHART | chart_name | File -> New Chart |
 | CLOSECHART | chart_name | File -> Close Chart | | CLOSECHART | chart_name | File -> Close Chart |
Line 37: Line 38:
 | SETCAT  | path shortname active min max | Add or change a Catgen catalog. The fields are the same as in the [[catalog#catalog1|catalog setup]]. | | SETCAT  | path shortname active min max | Add or change a Catgen catalog. The fields are the same as in the [[catalog#catalog1|catalog setup]]. |
 | LOADMPCORB | file_name | Load the specified file with asteroid element in MPCORB format. Detail result is available in file [[directories_and_files|[user_data]]]/database/LoadAsteroidFile.log | | LOADMPCORB | file_name | Load the specified file with asteroid element in MPCORB format. Detail result is available in file [[directories_and_files|[user_data]]]/database/LoadAsteroidFile.log |
-| SHUTDOWN  | | Close the program  | 
-| RESET | | Reload the default chart and options (same as signal HUP)| 
 | PLANETINFO |page_number | Open the Solar system information window at the given page | | PLANETINFO |page_number | Open the Solar system information window at the given page |
 | GETMSGBOX |  | Returns the status bar content | | GETMSGBOX |  | Returns the status bar content |
 | GETCOORBOX |  | Returns the coordinates shown in the status bar | | GETCOORBOX |  | Returns the coordinates shown in the status bar |
 | GETINFOBOX |  | Setup -> Display -> Labels - Display the chart information in the menu bar | | GETINFOBOX |  | Setup -> Display -> Labels - Display the chart information in the menu bar |
-?  |  | No GUI equivalent, list of available commands |+RESET | Reload the default chart and options (same as signal HUP)| 
 +| SHUTDOWN  | Close the program  |
  
  
Line 74: Line 74:
 | ROT- |  | Chart -> Tranformation -> Rotate Left | | ROT- |  | Chart -> Tranformation -> Rotate Left |
 | SETFOV | 00d00m00s or 00.00 | {{en:documentation:i78.png|}} Chart FOV input fields or {{en:documentation:i6.png|}} icon (Main Bar) | | SETFOV | 00d00m00s or 00.00 | {{en:documentation:i78.png|}} Chart FOV input fields or {{en:documentation:i6.png|}} icon (Main Bar) |
 +| SETFIELDNUMBER | 1..10 | Set the FOV to one of the predefined field number |
 | GETFOV | S/F |  | | GETFOV | S/F |  |
 | SETRA | RA:00h00m00s or 00.00 | {{en:documentation:i78.png|}} Chart center RA | | SETRA | RA:00h00m00s or 00.00 | {{en:documentation:i78.png|}} Chart center RA |
Line 112: Line 113:
 | SETPROJ | ALTAZ/EQUAT/GALACTIC/ECLIPTIC | Chart -> Chart Coordinate System | | SETPROJ | ALTAZ/EQUAT/GALACTIC/ECLIPTIC | Chart -> Chart Coordinate System |
 | GETPROJ |  |  | | GETPROJ |  |  |
 +| SETCHARTEQUINOX | Date/J2000 | Set the equinox when coordinate system is EQUAT |
 | SETGRIDNUM | ON/OFF | Setup -> Display -> Lines - Show Grid Label | | SETGRIDNUM | ON/OFF | Setup -> Display -> Lines - Show Grid Label |
 | SETCONSTLINE | ON/OFF | Setup -> Display -> Lines - Show Constellation Figure | | SETCONSTLINE | ON/OFF | Setup -> Display -> Lines - Show Constellation Figure |
 | SETCONSTBOUNDARY | ON/OFF | Setup -> Display -> Lines - Show Constellation Boundary | | SETCONSTBOUNDARY | ON/OFF | Setup -> Display -> Lines - Show Constellation Boundary |
 | SHOWPICTURE | ON/OFF | Chart -> Show objects -> Show pictures | | SHOWPICTURE | ON/OFF | Chart -> Show objects -> Show pictures |
-| SHOWBGIMAGE | ON/OFF | Show background image |+| SHOWBGIMAGE | ON/OFF ON/OFF | Show background image, change FOV to image size |
 | LOADBGIMAGE | fits_filename | Load new background image FITS file, also force reload of updated file if the name is the same. | | LOADBGIMAGE | fits_filename | Load new background image FITS file, also force reload of updated file if the name is the same. |
 | LOADCIRCLE | file_name | Load a list of finder mark, same as right click - Finder circle - Load from file | | LOADCIRCLE | file_name | Load a list of finder mark, same as right click - Finder circle - Load from file |
Line 130: Line 132:
 ===== Object selection ===== ===== Object selection =====
 ^ Command ^ Parameters ^ Comment or GUI Equivalent ^ ^ Command ^ Parameters ^ Comment or GUI Equivalent ^
-| GETCHARTEQSYS | | Return the current equatorial system for the chart, Date or J2000, B1950, ... |+| GETCHARTEQSYS | | Return the current equatorial system to be used with other command. Date or J2000, B1950, ... |
 | SEARCH | object_name | Search tool (Main Bar). object_name must be enclosed in double quote if it contain space | | SEARCH | object_name | Search tool (Main Bar). object_name must be enclosed in double quote if it contain space |
 | FIND  | object_class object_name | Same as search, but lets you specify the class of object you want: 0=nebula, 1=na, 2=star, 3=star, 4=variable, 5=double, 6=comet, 7=asteroid, 8=planet, 9=constellation, 10=line catalog. . object_name must be enclosed in double quote if it contain space | | FIND  | object_class object_name | Same as search, but lets you specify the class of object you want: 0=nebula, 1=na, 2=star, 3=star, 4=variable, 5=double, 6=comet, 7=asteroid, 8=planet, 9=constellation, 10=line catalog. . object_name must be enclosed in double quote if it contain space |
 | IDCENTER | | Identify object at chart center | | IDCENTER | | Identify object at chart center |
 | IDCURSOR |  | Identify object at cursor position, same as click on chart | | IDCURSOR |  | Identify object at cursor position, same as click on chart |
 +| IDSCOPE | | Identify object at telescope position |
 | GETSELECTEDOBJECT | | Return information about the last selected object | | GETSELECTEDOBJECT | | Return information about the last selected object |
 | GETRISESET |  | Get rise/transit/set time for the last selected object | | GETRISESET |  | Get rise/transit/set time for the last selected object |
Line 140: Line 143:
 ===== Telescope ===== ===== Telescope =====
 ^ Command ^ Parameters ^ Comment or GUI Equivalent ^ ^ Command ^ Parameters ^ Comment or GUI Equivalent ^
-| MOVESCOPE | RA Dec [00.00] | Move the telescope cursor to coordinates. RA in decimal hours. | 
-| MOVESCOPEH | HourAngle Dec [00.00] | Same as MOVESCOPE but hourangle instead of RA. Hourangle in decimal hours. | 
-| IDSCOPE | | Identify object at telescope cursor position | 
-| GETSCOPERADEC | S/F | Return current telescope coordinates, string or float format | 
-| TRACKTELESCOPE | ON/OFF | Same as menu Telescope / Track telescope. | 
-| CONNECTINDI |  | Connect to configured INDI telescope. | 
-| DISCONNECTINDI |  | Disconnect the INDI telescope. | 
-| SLEWINDI | RAhr Dec [in decimal] | Slew the INDI telescope to specified coordinates. | 
-| ABORTSLEWINDI |  | Abort the current slewing command. | 
-| SYNCINDI | RAhr Dec [in decimal] | Sync the INDI telescope at the specified coordinates. | 
 | CONNECTTELESCOPE |  | Connect to the default telescope. | | CONNECTTELESCOPE |  | Connect to the default telescope. |
 | DISCONNECTTELESCOPE |  | Disconnect the default telescope. | | DISCONNECTTELESCOPE |  | Disconnect the default telescope. |
Line 155: Line 148:
 | ABORTSLEW |  | Abort the current slewing command. | | ABORTSLEW |  | Abort the current slewing command. |
 | SYNC | RAhr Dec [in decimal] | Sync the default telescope at the specified coordinates. | | SYNC | RAhr Dec [in decimal] | Sync the default telescope at the specified coordinates. |
 +| GETSCOPERADEC | S/F | Return current telescope coordinates, string or float format |
 +| TRACKTELESCOPE | ON/OFF | Chart follow the telescope. Same as menu Telescope / Track telescope. |
 +| SETSCOPEREFRESHRATE | delay [ms] | Refresh the telescope position every (delay) [ms] |
 | GETSCOPERATES | | Return a list of movement rate supported by the telescope | | GETSCOPERATES | | Return a list of movement rate supported by the telescope |
 | SCOPEMOVEAXIS |axis(0/1) rate | Start moving the telescope along (axis) using (rate) | | SCOPEMOVEAXIS |axis(0/1) rate | Start moving the telescope along (axis) using (rate) |
-SETSCOPEREFRESHRATE delay [ms] | Refresh the telescope position every (delay) [ms] |+^ Obsolete command specific for a INDI telescope, prefer the command above^^^ 
 +CONNECTINDI  | Redirect to CONNECTTELESCOPE | 
 +| DISCONNECTINDI |  | Redirect to DISCONNECTTELESCOPE | 
 +| SLEWINDI | RAhr Dec [in decimal] | Redirect to SLEW | 
 +| ABORTSLEWINDI |  | Redirect to ABORTSLEW | 
 +| SYNCINDI | RAhr Dec [in decimal] | Redirect to SYNC | 
 +^ This command show a cursor on the chart for a telescope not managed by Skychart^^^ 
 +| MOVESCOPE | RA Dec [00.00| Move the telescope cursor to coordinates. RA in decimal hours. | 
 +| MOVESCOPEH | HourAngle Dec [00.00] | Same as MOVESCOPE but hourangle instead of RA. Hourangle in decimal hours. |
  
 ===== Observing list ===== ===== Observing list =====
Line 175: Line 179:
  
 ===== V2.7 compatibility DDE command ===== ===== V2.7 compatibility DDE command =====
 +Avoid to use this command that exist to help the migration for older application.
 ^ Command ^ Parameters ^ Comment or GUI Equivalent ^ ^ Command ^ Parameters ^ Comment or GUI Equivalent ^
 | MOVE  | obsolete RA: 00h00m00.00s DEC:+00d00m00.0s FOV:+00d00m00s | {{en:documentation:i78.png|}} Icon | | MOVE  | obsolete RA: 00h00m00.00s DEC:+00d00m00.0s FOV:+00d00m00s | {{en:documentation:i78.png|}} Icon |
en/documentation/server_commands.1578819643.txt.gz · Last modified: 2020/01/12 10:00 by pch