EN 119
3139 785 31681
5.
Firmware Upgrading & Diagnostic Software
Nucleus Name
DS_DTTM_AvMojoBeepOff
Nucleus Number
2220
Description
Stops generating the Mojo beep.
Technical
-
Send the DTTM command ID 1606.
Execution Time
< 1 sec.
User Input
None
Error Number
Description
222000
The Mojo beep has been turned off successfully
222001
The Mojo beep could not be turned off
222002
Communication with the DTT Module failed
222003
DTT Module initialisation failed.
Example
DS:> 2220
222000:
Test OK @
Nucleus Name
DS_DTTM_ AvAudioVideoStreamPlay
Nucleus Number
2221
Description
Selects a predefined stream, and configures the peripherals to enable
streaming, and starts playing the selected audio and video streams.
Technical
-
Send the DTTM command ID 1002 with the selected stream number
-
Send the DTTM command ID 1001.
-
Ignore possible error code 2203 (AV play test already started)
Execution Time
< 2 sec.
User Input
Stream number: Stream number to be selected. [0-9]
Error Number
Description
222100
The given predefined stream has been selected and started
successfully
222101
Insufficient number of input data supplied
222102
The given stream could not be selected
222103
The given stream number is not within range
222104
The predefined stream has an out-of-range value
222105
No carrier found
222106
The selected predefined stream could not be started
222107
Communication with the DTT Module failed
222108
DTT Module initialisation failed.
Example
DS:> 2221 2
222100:
Test OK @
Nucleus Name
DS_DTTM_ AvPredefinedStreamGet
Nucleus Number
2222
Description
Retrieves the settings of the currently selected stream.
Technical
-
Send the DTTM command ID 1003
-
Parse and format the response values.
Execution Time
< 1 sec.
User Input
None
Error Number
Description
222200
The settings of the currently selected predefined stream are
retrieved successfully
222201
The settings of the currently selected predefined stream could
not be retrieved
222202
Communication with the DTT Module failed
222203
DTT Module initialisation failed.
Example
DS:> 2222
222200: The settings of the selected stream are:
current video standard : 0 = PAL
current video PID : 0x0083
current audio PID : 0x0084
current PCR PID : 0x0083
tuner frequency : 506000000 Hz
tuner bandwidth : 8000000 Hz
tuner spectral inversion: 0 = Normal
Test OK @