User`s manual
Table Of Contents
- Preliminary remarks
- Introduction
- New functions
- Installation
- Best practice
- Requirements
- Used ports
- Setup
- Upgrade from Apollo 1.3 to Apollo 1.4
- Upgrade from Apollo 1.4 to Apollo 1.4SR1
- Upgrading from Apollo 1.4 to Apollo 1.5
- Upgrading from Apollo 1.5 to Apollo 1.6
- Upgrading from Apollo 1.6 to Apollo 1.7
- Upgrading from Apollo 1.7 to Apollo 1.8
- Upgrading from Apollo 1.8 to Apollo 1.9
- Upgrading the Display Wall configuration
- Control Room Configurator
- Viewer
- Concept
- Apollo 1.9 Viewers
- Limitations
- Memory requirements (minimal RAM size)
- Communication memory
- Requirements
- Steps required to configure the FRG Viewer
- Steps required to configure the Visu Viewer
- Steps required to configure the Cottus Viewer
- Steps required to configure the VNC Viewer
- Steps required to configure the ProViewer
- Steps required to configure the Web Viewer
- Steps required to configure the MPEG Viewer
- Steps required to configure the VTplus Viewer
- Launching Viewer
- Controlling Viewers
- VNC Viewer
- Explorer
- Starting the Explorer
- Explorer User Interface
- Object Tree
- Source Tree View
- Explorer workspace
- Explorer menu bar
- Help menu
- Remote Desktop menu
- Layout Selector menu
- Explorer tool bar
- Device Manager in the Explorer
- Explorer Context Menu
- Drag&Drop functionality
- Layout Editor
- Desktop Server
- Project Backup
- Command Interface
- Device command Interface
- Desktop command Interface
- Viewer command Interface
- Apollo Explorer command interface
- Apollo Layout Editor command interface
- Apollo Layout Selector command interface
- Apollo Remote Desktop command interface
- Apollo Database Convertor command interface
- Apollo Window Detector command interface
- Control Room Bus services
- Control Room Bus
- Serial command interface
- TCPIP command interface
- Application management
- License management
- Time synchronization
- Log file
- Security Provider
- Defining accessGroups
- Configuration of restricted objects
- Permissions
- Restrictions for regions
- Restrictions for layouts
- Restrictions for shortcuts
- Restrictions for advanced menus
- Window Properties|Description
- Window Properties|Sizable
- Window Properties|Always on Top
- Window Properties|Visible
- Edit|Invisible Windows
- Edit|Keyboardinput
- Edit|CommandLine
- Edit|Permissions
- Edit|SaveLayout
- Customized configuration and uninstallation of Apollo
- Soap API Service
- Appendix
- Hotline

11. Command Interface
342/398
________________________________________________________________________________________
Apollo Rel. 1.9 User's Manual
11.3 Viewer command Interface
Viewer Command Interface is a Windows NT/2000 application converting command line input into control
commands for the viewers.
Start MS-DOS and enter the desired command behind the prompt. The general command syntax is as follows:
viewercmd -name:<Ident> {-<specifier>[:<value>]}
<Ident> The complete device name (as listed in the tree view of the Apollo Explorer)
<specifier> Name of a parameter
<value> Value of a parameter
Please find the list of parameters and their values in Global Viewer Parameters and in the viewer specific sub chap-
ters.
Since Apollo1.7 the viewer buffers all parameters from a command line, or several command lines, until the
command line contains a ‘SourceRequested’ (sr) or ‘SourceConnected’ (sc) parameter. If one of these two pa-
rameters are specified, then all previous parameter including the sr/sc parameter are execute in one cycle!
To connect to a new source, use the source requested parameter in the usual way, specify the new source, and
the viewer will connect to this source! (SourceRequested:<new source>)
Every time you want the viewer to execute the transferred command line parameter, use this command to com-
plete the command line.
Examples:
Make the caption visible:
viewercmd.exe /name:<viewer ident> /CaptionVisible:1 /sc:<some text>
Remove caption, status bar and border:
viewercmd.exe /name:<viewer ident> /CaptionVisible:0 /BorderVisible:0 /StatusBarVisible:0 /sc:<some
text>
11.4 Apollo Explorer command interface
Please see the chapter in the Apollo Explorer section, Valid Command line options
11.5 Apollo Layout Editor command interface
Please see the chapter in the Apollo Layout Editor section.