EN 87
3139 785 31532
5.
Firmware Upgrading & Diagnostic Software
Nucleus Name
DS_ASP_BlinkDisplay
Nucleus Number
1609
Description
This nucleus lights the entire display, and lets it blink. Only for ASP
Technical
-
Set all segments on in the blink buffer.
-
Set the grids correct in the blink buffer.
-
Send the blink buffer to the ASP.
Execution Time
Less than 1 second.
User Input
None or ‘on’ to start the blinking of the display.
‘off’ To stop the blinking of the display.
Error Number
Description
160900
The test succeeded
160901
IIC-bus communication failed
160902
The user provided wrong input
Example ASP
DS:> 1609
160900:
Test OK @
DS:> 1609 off
160900:
Test OK @
Example MCU
DS:> 1609
160900: Empty function
Test OK @
Nucleus Name
DS_ASP_DimmingDisplay
Nucleus Number
1610
Description
This nucleus lights the entire display, and dims it.
Technical
-
Change in a loop the display brightness from maximum to minimum.
Execution Time
Less than 1 second.
User Input
‘ON’ or ‘OFF’
Error Number
Description
161000
The test succeeded
161001
IIC-bus communication failed
161002
The user provided wrong input
Example
DS:> 1610 ON
161000:
Test OK @
Nucleus Name
DS_ASP_ClearDisplay
Nucleus Number
1611
Description
This nucleus clears the display and deactivates dimming/blinking functionality
Technical
-
Make the display buffer empty.
-
Make the blink buffer empty.
-
Send the display buffer to the ASP.
-
Send the blink buffer to the ASP.
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
161100
The test succeeded
161101
IIC-bus communication failed
Example
DS:> 1611
161100:
Test OK @