EN 48
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_BE_ReadTocInfo
Nucleus Number
924
Description
Read the TOC from the disc. This gives a good indication if the BE works
properly.
Technical
-
Send the TRAY_IN command
-
Send the READ_TOC command
-
Display the TOC info.
Execution Time
Approximately 10 seconds
User Input
None
Error Number
Description
92400
A disc is loaded, TOC info if echoed
92401
Unable to load the tray
92402
The BE has not returned TOC info
92403
Error received from BE
Example
DS:> 924
092400: TOC info [hex] = 91 3A 0C
Test OK @
DS:> 924
092403: The BE returned: 0x10 #{no_disc_error} No disc is detected
Error @
DS:> 924
092403: The BE returned: 0x1e #{illegal_medium_error} Engine
unable to handle current disc. Probably illegal medium.
Error @
Nucleus Name
DS_BE_DiscErase
Nucleus Number
925
Description
Perform a DC-erase on a DVD+RW disc.
Technical
-
Check if an AV2 or AV3 is connected
-
In case of an AV2
-
Execute DS_BE_GetSelftestResults
-
Send the TRAY_IN command
-
Send the READ_TOC command
-
Send the SET_INPUT_TYPE command with parameter DC_ERASE
-
Overwrite the header of the DVD+RW disc with DC erase data.
-
Send the SET_INPUT_TYPE command with parameter NORMAL.
-
In case of an AV3 display a “not supported” message
Execution Time
Approximately 1:15 minute
User Input
None
Error Number
Description
92500
A DVD+RW disc is erased
92501
This nucleus cannot be executed because the Self-Test failed
92502
The BE cannot enter normal operating mode
92503
Unable to send the tray in
92504
Unable to read TOC from disc
92505
Invalid disc is loaded, please insert a DVD+RW disc
92506
Calibrating DVD+RW failed
92507
Set Input Type command failed
92508
Erasing the DVD+RW disc failed
92509
Erasing is aborted by user
92510
This nucleus is not supported by the engine
Example (AV2)
DS:> 925
The entirely disc will be erased.
Are you sure you want this?[y/n]
092500:
Test OK @
Example (AV3)
092510: This nucleus is not supported by the engine
Error @