EN 53
3139 785 31532
5.
Firmware Upgrading & Diagnostic Software
Nucleus Name
DS_SYS_SoftwareVersionDiagnosticsGet
Nucleus Number
1204
Description
Get the version of the diagnostics software on the digital board
Technical
-
Read the segment header in FLASH and determine Diagnostics software
version
Execution Time
Less than 1 second
User Input
None
Error Number
Description
120400
Getting the Diagnostics software version succeeded
120401
Getting the Diagnostics software version failed
Example
DS:> 1204
120400: Software Diagnostics Version = 0001
Test OK @
Nucleus Name
DS_SYS_EepromUpload
Nucleus Number
1205
Description
Upload the contents of the NVRAM on the analogue board or the digital board
to the service PC, by using the X-modem protocol
Technical
-
Decode the user input
-
Determine whether to upload the analogue board or digital board NVRAM
-
Start uploading using the XMODEM protocol
-
Determine whether all was uploaded OK
Execution Time
This depends on the chosen NVRAM and the User.
User Input
Choose one of the following parameters for the nucleus:
1. Upload the contents of the NVRAM of the digital board
2. Upload the contents of the NVRAM of the analogue board
Choose in the terminal on the control PC
-> transfer -> receive file
.
Select
X-modem
protocol. Then click
receive
in the dialogue and fill in the file
name in which you want to store the data.
Note
: If no analogue board NVRAM is in the product no user input is needed.
Error Number
Description
120500
Download succeeded.
120501
User input is not valid.
120502
Something went wrong while copying the data from NVRAM to
SDRAM .
120503
Something went wrong while transferring the data.
120504
User cancelled the upload.
Example
DS:> 1205 1
120500:
Test OK @