EN 86
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_ASP_NTCGet
Nucleus Number
1606
Description
This nucleus reads the value of the NTC-resistor connected to the ASP, which
tells the ambient temperature to the processor.
Technical
-
Read the ADC input pin of the ASP that is connected to the NTC-resistor.
-
Display this value.
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
160600
Getting the NTC-value succeeded
160601
The IIC bus failed
Example
DS:> 1606
160600: Temperature(NTC) ADC input value = 0x94
Test OK @
Nucleus Name
DS_ASP_FanSpeedSet
Nucleus Number
1607
Description
This nucleus sets the speed of the fan that controls the temperature within the
set.
Technical
-
Decode user input.
-
Set pio-pins FAN_C1 and FAN_C2.
Execution Time
Less than 1 second.
User Input
Speed to be set: off, low, medium, high
Error Number
Description
160700
Setting the new fan speed succeeded
160701
The IIC bus failed
160702
The user provided wrong input
Example
DS:> 1607 low
160700:
Test OK @
Nucleus Name
DS_ASP_LightDisplay
Nucleus Number
1608
Description
This nucleus lights the entire display.
Technical
-
Set all segments on in the display buffer.
-
Set the grids correct in the display buffer.
-
Send the display buffer to the ASP.
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
160800
Lighting the entire display succeeded
160801
IIC-bus communication failed
Example
DS:> 1608
160800:
Test OK @