Difference between revisions of "Startup"

From Voyager Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
Line 53: Line 53:
 
<br />
 
<br />
  
*Voyager2.exe /run "fully qualified script filename"
+
*Voyager2.exe /run:"fully qualified script filename"
  
  
Line 59: Line 59:
  
 
*Voyager2.exe /run:"C:\documents\pippo\voyager\script\script.vos"
 
*Voyager2.exe /run:"C:\documents\pippo\voyager\script\script.vos"
 +
 +
 +
You can also automatically launch a DragScript when you start Voyager from the command line without using the path but only file name, the file will be loaded from the default Voyager DragScript folder:
 +
*Voyager2.exe /rundefault:"fully qualified script filename"
 +
 +
 +
Example:
 +
 +
*Voyager2.exe /rundefault :"script.vos"
  
 
[[Category:All]]
 
[[Category:All]]
 
[[Category:Manual|I]]
 
[[Category:Manual|I]]

Latest revision as of 11:26, 23 April 2021

The Startup workspace is where you connect Voyager to the equipment and software used to run your session.

You can reach the Startup workspace two ways:

Click-startup-gear.jpg

  1. Click the gear icon in the top command bar

Click-gear.jpg

2. Click the Section menu and then the Startup gear icon


Startup Workspace

The Statup workspace lists all the types of equipment and software you can connect to with Voyager, followed by the name of the device type you chose in the respective setup form for the current Profile.

When Voyager is disconnected from your gear, the Startup workspace looks like this, but of course with the names of devices, device drivers and software you chose in setup of the current Profile.

Startup-disconnected.png

  • CONNECT: Click this button and Voyager attempts to connect to all of your equipment and software
  • DISCONNECT: Click this button and Voyager attempts to disconnect from all of your connected equipment and software
Important Note! To avoid connection problems, start Voyager first, before all other software. Make sure Voyager is running as an administrator. Let Voyager start all the other programs. If you start another program in user mode outside of Voyager, Windows may not allow Voyager to connect to it.


Connection takes place sequentially starting with the Camera device and continuing to the Dome.

As of Voyager 2.0.14e, buttons to connect and disconnect individual components have been added at the far right of each equipment line.

In Voyager 2.0.14e, only the SafetyMonitor button works. Click it to connect only the SafetyMonitor. This can be useful in connection with a DragScript to monitor conditions and Suspend or Resume operations based on UnSafe and Safe signals from the safety monitor without the need to keep all your equipment connected. If you use this, make sure your Emergency Resume block in your DragScript contains the action to connect all equipment.

In Voyager 2.2.4c, Planetarium was added to single connection controls. Click it to connect only the Planetarium. This can be useful to retrieve target information for sequence without connecet all the setup

In Voyager 2.2.10, Flat Device #1 e #2 was added to single connection controls. Click it to connect only the Flat Device 1# and/or 2#. This can be useful when is time to take flat sub without before having the device connected.

Startup Workspace - Successful Connections

If Voyager connects successfully to your configured equipment and software, the driver names and version numbers, if known, appear in green in the third column of the Startup workspace:

Startup-connected-2.png

Startup Workspace - Unsuccessful Connections

If Voyager is unable to connect to a device or piece of software, a red error message will appear indicating the problem and if possible, suggesting a solution:

Starttup-window-no-connection.jpg

In this example, a QSI Camera was selected in the Camera Setup workspace, but no QSI camera was connected to this computer. Voyager shows a red error message for the camera and filter wheel indicating it was unable to connect.


Important Note! If Voyager is terminated abruptly either by the user or a software error, with equipment and software still connected, control of that equipment and software will be interrupted. No graceful disconnect or shutdown will happen and the operation of the equipment and software may continue to function based on the last command from Voyager.


Command Line Arguments to Launch DragScript

You can automatically launch a DragScript when you start Voyager from the command line with the syntax:

  • Voyager2.exe /run:"fully qualified script filename"


Example:

  • Voyager2.exe /run:"C:\documents\pippo\voyager\script\script.vos"


You can also automatically launch a DragScript when you start Voyager from the command line without using the path but only file name, the file will be loaded from the default Voyager DragScript folder:

  • Voyager2.exe /rundefault:"fully qualified script filename"


Example:

  • Voyager2.exe /rundefault :"script.vos"