User's Manual
Table Of Contents
- Cables and Connections
- Video and Audio
- DC Power
- Antennas
- Control Cable
- Installation Notes
- Connections
- Square down-converter
- New Style Barrel down-converter
- Diversity, Antenna Positioning and Use of Down Converters
- Video Output Connection
- Audio Connection
- DC Power
- Control Cable
- Data Connection
- Installation Notes
- Applying power to the Solo Receiver
- Applying power to the transmitter
- Switch On RF on the transmitter
- Changing Configuration
- Standby
- Diagnostic On Screen Display
- Using the OSD as a Set-up / Diagnostic Tool
- Using the transmitter Range Mode Button
- Using the SOLBAT
- Charging the SOLBAT
- Connections
- Amplifier Connection
- DC Power and Control Cable
- Antennas
- Installation Notes
- Connections
- RF Connection
- DC Power
- Antennas
- Installation Notes
- Output Frequency (MHz)
- Bandwidth Mode
- Audio
- Default Transmit Mode
- Scrambling
- File Options
- Advanced TX Controller Window
- Output Frequency (MHz)
- Modulation Bandwidth
- Modulation Output
- Narrow Band FEC
- Narrow Band Guard Interval
- Narrow Band Modulation
- DVB-T Service Name
- DVB-T FEC
- DVB-T Guard Interval
- DVB-T Modulation
- Output Attenuation
- Video Input
- MPEG Mode
- MPEG2 GOP Length
- MPEG4 Encoding Mode
- MPEG4 Frame Rate
- Video Bitrate
- Horizontal resolution
- Audio Encoder
- Audio Input Level
- Unit Name
- Sleep Mode
- Data
- Data Baud Rate
- Chaining Input
- Chain Number
- Current Config
- Scrambling
- Video Locked (Status Only)
- Software Version (Status Only)
- FPGA Version (Status Only)
- Serial Number (Status Only)
- Chaining (Status Only)
- Options
- File
- Bandwidth Mode (Narrowband or DVB-T)
- Input Frequency (MHz)
- Service Name
- Descrambling
- File Options
- Advanced RX Controller Window
- Narrowband / DVB-T
- Input Frequency
- Down converter LO
- Down converter LO side
- OFDM Bandwidth
- OFDM Guard Interval
- OFDM Mode (Status Only)
- OFDM FEC (Status Only)
- Input SNR (Status Only)
- BER Pre Viterbi (Status Only)
- BER Post Viterbi (Status Only)
- Input Level (Status Only)
- Demod Lock Status (Status Only)
- Data
- Data Baud Rate (Status Only)
- Input Line Standard (Status Only)
- Power Up Line Standard
- NTSC Mode
- Blue Screen on Fail
- Unit Name
- Descrambling
- Decoder Lock Status (Status Only)
- Current Config
- Serial Number (Status Only)
- Software Version (Status Only)
- FPGA Version (Status Only)
- Chaining
- Options
- File
- IP Address
- Multicast Address
- Port Number
- TTL
- SAP Address
- SAP / SDP Data
- Record to file
- Enable audio
- Close window
- Signal Level Descriptions
- Signal Quality Descriptions
- Starting a Scan
- Setting the Scan Range
- Quick Scanning Stage
- Service Scanning Stage
- Completed Scan
- Front Panel Control
- Control Commands
- Original OSD Mode
- OSD Timeout
8
6
15 Control Protocols
The following section describes the control protocol employed on the
RS232 link for controlling the SOLO transmitters and receiver
equipment.
Connection details are detailed in previous sections.
Note that only features that are licensed for use in the SOLO units can be controlled. The
protocols listed here cover all possible features. Attempting to activate an unlicensed
feature will simply result in the command being ignored by the SOLO unit.
15.1 RS232 Control – General Principles
The physical interface is RS232 but this can be converted to RS 485
with an external adapter where multiple units are controlled over one RS
485 bus.
Normal operation involves sending a packet from the control device
(normally a PC) to the device being controlled. If the packet satisfies an
address integrity check, then the controlled device will action the
command and send a reply.
For compatibility with modems an ASCII style protocol is used.
Ports are set for 8 bits, No parity, 1 stop
15.2 Packet Structure Sending (from PC)
ASCII Value
STX 02h Start byte
0-9 30h-39h 4 byte unit address. In range 0-9999
R 20h-7Eh 1 byte command type. r read, w write or
m misc
I 20h-7E 1 byte indicator of internal data block
ABC 20h-7Eh Command –three byte mnemonic
; 3Bh Separator
PQR 20h-7Eh Data –Optional, variable length
; 3Bh Separator
X 20h-7Eh Sum Check
ETX 03h End byte