Warning, /education/kstars/doc/ekos-profile-editor.docbook is written in an unsupported language. File is not indexed.

0001 <sect1 id="ekos-profile-editor">
0002     <title>Profile Editor</title>
0003     <indexterm>
0004         <primary>Tools</primary>
0005         <secondary>Ekos</secondary>
0006         <tertiary>Profile Editor</tertiary>
0007     </indexterm>
0008     <screenshot>
0009         <screeninfo>
0010             Profile Editor
0011         </screeninfo>
0012         <mediaobject>
0013             <imageobject>
0014                 <imagedata fileref="profile_editor.png" format="PNG"/>
0015             </imageobject>
0016             <textobject>
0017                 <phrase>Profile Editor</phrase>
0018             </textobject>
0019         </mediaobject>
0020     </screenshot>
0021     <variablelist>
0022         <varlistentry>
0023             <term>Profiles</term>
0024             <listitem>
0025                 <para>
0026                     You can define profiles for your equipment and their connection mode using the <guilabel>Profile Editor</guilabel>. Ekos comes pre-installed with the <guimenuitem>Simulators</guimenuitem> profile which can be used to start simulator devices for demonstration purposes:
0027                 </para>
0028                 <itemizedlist>
0029                     <listitem>
0030                         <para>
0031                             <guilabel>Connection Mode</guilabel>: Ekos can be started either locally or remotely. Local mode is when Ekos is running in the same machine as INDI server, &ie; all the devices are connected directly to the machine. If you run INDI server on a remote machine (for example, on a Raspberry PI), you need to set the INDI server host and port.
0032                         </para>
0033                     </listitem>
0034                     <listitem>
0035                         <para>
0036                             <guilabel>Auto Connect</guilabel>: Check this option to enable automatic connection to all your devices after INDI server is started. If unchecked, INDI devices are created but not automatically connected. This is useful when you want to make changes to the driver (&eg; change baud rate or IP address or any other settings) <emphasis>before</emphasis> you connect to it.
0037                         </para>
0038                     </listitem>
0039                     <listitem>
0040                         <para>
0041                             <guilabel>Port Selector</guilabel>: Check this option to enable Port Selector. When creating a new profile, it is checked by default. Port Selector is used to select initial serial and network communication parameters for the devices in the equipment profile. After connecting to equipment for the first time, the Port Selector popup is displayed where the communication parameters can be set before establishing connection. Once connected, the Port Selector option is turned off. It can be toggled to checked in the profile editor to enable it back.
0042                         </para>
0043                     </listitem>
0044                     <listitem>
0045                         <para>
0046                             <guilabel>Site Info</guilabel>: Optionally, you can check the <guilabel>Site Info</guilabel> checkbox and Ekos will load the <emphasis role="bold">current</emphasis> city and timezone whenever is Ekos is started with this profile. This can be useful when connecting to the remote geographic site so that Ekos is in sync location and time wise.
0047                         </para>
0048                     </listitem>
0049                     <listitem>
0050                         <para>
0051                             <guilabel>Guiding</guilabel>: Select which Guide application you want to use for guiding. By default, the Ekos internal Guide Module is utilized. External guiders include PHD2 and LinGuider.
0052                         </para>
0053                     </listitem>
0054                     <listitem>
0055                         <para>
0056                             <guilabel>INDI Web Manager</guilabel>: StellarMate Web Manager is a web-based tool to start and stop INDI drivers. You should always check this option when connecting remotely to a StellarMate unit.
0057                         </para>
0058                     </listitem>
0059                     <listitem>
0060                         <para>
0061                             <guilabel>Device Selection</guilabel>: Select your devices from each category. Please note that if you have a CCD with a guide head, you can leave the guider drop-down menu <emphasis>blank</emphasis> as Ekos will auto-detect the guide head from the CCD camera. Similarly, if your CCD includes embedded filter wheel support, then you do <emphasis>not</emphasis> need to specify the filter wheel device in the filter drop-down menu.
0062                         </para>
0063                     </listitem>
0064                     <listitem>
0065                         <para>
0066                             <guilabel>Scripts</guilabel>: Adjust pre-driver and post-driver delays and scripts for each driver. A rule can be defined for each driver in case there is a need to introduce delays before and/or after starting a particular driver. The fields before the driver selection dropdown are to be executed <emphasis>before</emphasis> the driver is started, whereas the fields after the driver selection dropdown are to be executed <emphasis>after</emphasis> the driver started. The script field, if specified, should include the full path to an executable script with the appropriate permissions. All drivers configured in the scripts editor would be started first and in order before the rest of the equipment profile drivers.
0067                         </para>
0068                         <screenshot>
0069                         <screeninfo>
0070                             Profile Editor Scripts
0071                         </screeninfo>
0072                         <mediaobject>
0073                             <imageobject>
0074                                 <imagedata fileref="profile_editor_scripts.png" format="PNG"/>
0075                             </imageobject>
0076                             <textobject>
0077                                 <phrase>Profile Editor Scripts</phrase>
0078                             </textobject>
0079                         </mediaobject>
0080                     </screenshot>
0081                     </listitem>
0082                 </itemizedlist>
0083             </listitem>
0084         </varlistentry>        
0085         <varlistentry>
0086             <term>Start &amp; Stop INDI</term>
0087             <listitem>
0088                 <para>
0089                     Start and Stop INDI services. Once INDI server is established, INDI Control Panel will be displayed. Here you can change some driver options such as which port the device is connected to &etc;
0090                 </para>
0091             </listitem>
0092         </varlistentry>
0093         <varlistentry>
0094             <term>Connect &amp; Disconnect Devices</term>
0095             <listitem>
0096                 <para>
0097                     Connect to INDI server. Based on the devices connected, Ekos modules (CCD, Focus, Guide, &etc;) will be established and available to use.
0098                 </para>
0099                 <para>
0100                     Once you are ready, click <guibutton>Start INDI</guibutton> to establish INDI server and connection to your equipment. Ekos shall create the various module icons (Mount, Capture, Focus, &etc;) as the connection is established with the device.
0101                 </para>
0102             </listitem>
0103         </varlistentry>
0104     </variablelist>    
0105 </sect1>