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

12. Control Room Bus services
Barco – Apollo – DOC-3197-2 – user's manual – Revision 08 – November 2006
_________________________________________________
349/402
12.3 TCPIP command interface
This Apollo component is available only if the TransForm A has been connected with the
Command Source (shape in Barco 3
rd
Party Devices) in the Visio file.
TCPIP Command Interface makes it possible to connect Apollo with external systems. TCPIP Command Inter-
face receives data via the Ethernet interface and converts it to Apollo-specific commands.
TCPIP Command Interface uses the default LAN connection. Port is set to 4585. In case a different port has to be
used, enter desired port in the shape of TCP command in the Control Room Configurator. Make sure then that this
port is opened (firewall).
You may also edit the file TCPCommandInterfaceBasic.ini
The TCPIP Command Interface represents a device which can be controlled via the Device Command. As for all
devices, it has to be configured in the Apollo Control Room Configurator (shape: TCP CMD). When exporting the
Visio drawing, the respective ini-file is created and has, like all other configuration files, to be copied to the
Apollo Project.
12.3.1 Mode of operation
Data received via the LAN interface are stored by the application until the character indicating the end of the
command has been received as well (terminator). The application then compares all samples saved in
TCPCommandInterface.ini with the received data. In case of a match, the program launches the corresponding
application with the configured parameters.
Example:
Configuration:
$assign pattern program parameter terminator
assign "LoadFree" "ApolloProgram\DesktopCmd.exe" "-name:" CR
string sent:
„LoadFree Wall1 –region:Left –LoadLayout:English1<CR>“