EN 62
3139 785 31150
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_SYS_DisplayFatalGet
Nucleus Number
1225
Description
Get the display-fatal flag of the recorder
Technical
-
Issue the command to get the status of the display-fatal functionality to the
analogue board
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
122500
Getting the display-fatal flag succeeded
122501
Getting the display-fatal flag failed
122502
The returned errorcode from the analogue board is unknown:
122503
No DS errCode known for analogue board error:
122504
There was no response from the analogue board.
122505
Reading
the
display fatal
flag failed
122506
Initialisation of IIC or reaching NVRAM failed
122507
Unexpected version read from NVRAM section
122508
Reading the fatal flag from NVRAM failed
Example
DS:> 1225
122500: The Display Fatal functionality is ON
Test OK @
Nucleus Name
DS_SYS_SettingsSet
Nucleus Number
1226
Description
Programs the digital board settings into the boot EEPROM on the digital board.
Technical
-
Evaluate user input.
-
Set-up IIC-bus.
-
Write data to boot EEPROM.
-
Update checksum.
Execution Time
1 second
User Input
A large hexadecimal value that represents the digital board settings obtained
from the
XDIVTOOL.exe
program or from a reference set.
Error Number
Description
122600
The settings were successfully programmed.
122601
User input is invalid.
122602
IIC access failed.
Example
DS:> 1226 646961677473746201010200010101010101000020080000
122600:
Test OK @