EN 38
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_BE_GetSelftestResult
Nucleus Number
902
Description
Return the self-test results through the service port
Technical
-
Check if an AV2 or AV3 is connected
-
In case of an AV2 Send the S2B GET_SELF_TEST_RESULT command
-
In case of an AV3 Send the ATAPI REPORT_DRIVE_DIAGNOSTICS
command
-
On error display the specific error codes received from the BE
Execution Time
Less than 1 second
User Input
None
Error Number
Description
90200
Self test succeeded, no errors
90201
There was a time-out while communicating
90202
The Basic Engine returned an unexpected result
90203
The BE returned an error code
90204
No acknowledge received from BE
90205
Communicating with the Basic Engine failed
90206
Basic Engine returned no info
90207
Self test failed, errors are echoed
Example
DS:> 902
090200:
Self-test result byte : 00000000
Self-test result byte : 00000000
Self-test result byte : 00000000
Test OK @
Nucleus Name
DS_BE_VersionGet
Nucleus Number
903
Description
Get the version of the basic engine and that of the optical unit
Technical
-
Check if an AV2 or AV3 is connected
-
In case of an AV2 send the S2B GET_VERSION_NUMBER command
-
In case of an AV3 send the ATAPI INQUIRY command
-
Send the GET_OPU_VERSION command
-
Display the returned version information
Execution Time
Less than 1 second
User Input
None
Error Number
Description
90300
BE version OK
90301
There was a time-out while communicating
90302
The Basic Engine returned an unexpected result
90303
The BE returned an error code
90304
No acknowledge received from BE
90305
Communicating with the Basic Engine failed
90306
The BE returned no info
Example (AV2)
DS:> 903
090300: BE version = 20.09.18 Optical unit version = 3C.00.09.41.08
Test OK @
Example (AV3)
DS:> 903
090300:
BE version = 31.30.24. PHILIPS ,VAD8031
,31302400,REL_8031_313024 2073,
Optical unit version = 00.06.82.19.00
Test OK @