Download as pdf or txt
Download as pdf or txt
You are on page 1of 58

Table of content

C CB ......................................................................................................................................................... 1
C CC ......................................................................................................................................................... 7
C CF ....................................................................................................................................................... 13
C CO ....................................................................................................................................................... 43
C FRFF ................................................................................................................................................... 90
C Cx 000................................................................................................................................................. 91
C CSYS .................................................................................................................................................. 93
C EBUF .................................................................................................................................................. 99
C SYS ..................................................................................................................................................... 99
P ENV .................................................................................................................................................. 101
P MEM ................................................................................................................................................. 102
P PHEP ................................................................................................................................................. 102
P POW .................................................................................................................................................. 103
P PPR.................................................................................................................................................... 103
P PSYS ................................................................................................................................................. 104
P PREC ................................................................................................................................................. 105
P PTRA ................................................................................................................................................ 106
P SDT ................................................................................................................................................... 108
W WAD ............................................................................................................................................... 113
W WPR ................................................................................................................................................ 113
W WSYS .............................................................................................................................................. 114
? UDEF................................................................................................................................................. 115

This error code list is intended for use together with AK 96, program version 3.50

HCEN12371 Rev. 10.2011 AK 96® - Error Codes


Program version 3.50
About...Arrays
An array is a defined block of computer memory. It consists of elements, and the number of
elements determine the array size. The elements are accessed by their index numbers. The
index number is placed in parenthesis after the array name, e.g. ArrayName(99). This array
consists of 100 elements (0-99):

In the AK 96, all variables of interest are placed in arrays. The array names refer to the type
of variables stored in the arrary. An example: the FRI-array stores variables from the fluid
control.

The key to the variables:


ex. FRI(FI_DEGASS$PRESS)
F is source TRACO name
R is RAM
I is the type of the variable, in this case an integer
(FI_DEGASS$PRESS) is the index in the FRI array

Source TRACO names


B: Blood
F: Fluid
O: Operator's
C: Common

AK 96® - Arrays HCEN12371 Rev. 10.2011


Program version 3.50
The AK 96® Arrays

HCEN12371 Rev. 10.2011 AK 96® - Arrays


Program version 3.50
C CB 003, Venous Pressure
C CB 003 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 006, Blood Pump Control


C CB 006 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 006 001 ERROR DURING REGISTER LOAD/READ


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CB 006 002 ERROR DURING SET DISCRETE PORT


Unconditional error, blood pump not available

General description of conditions for occurring:


- Internal software error

C CB 007, Art And Ven Clamp Control


C CB 007 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 1 (115)


Program version 3.50
C CB 008, Blood Volume
C CB 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 008 001 ERROR DURING REGISTER LOAD/READ


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CB 008 002 BLOOD PUMP TACHO ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump tacho count-up value is incorrect

Technical description of conditions for occurring:


- Tacho count up value is out of limit (<0 or >20000)

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken

2 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CB 009, Blood Flow
C CB 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 009 001 ERROR DURING REGISTER LOAD/READ


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CB 009 002 DELTA TIME ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- Timing error.

Technical description of conditions for occurring:


- The time between the two last blood flow measurements was out
of range.

Some possible explanations why the error has occurred:


- Internal software error.
- The timer IC 34 on the control driver board is broken.

C CB 009 003 NUMBER OF TACHO PULSES ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


The number of counted blood pump tacho pulses is incorrect.

Technical description of conditions for occurring:


Either 0 or more than 10000 tacho pulses have been counted since
the last time the blood flow was measured

Some possible explanations why the error has occurred:


- No connection between tacho and BM I/O board
- Blood pump error (blood pump stopped)
- The timer IC 34 on the control driver board is broken.

C CB 009 004 MEASURED BLOOD FLOW OUT OF LIMITS


Unconditional error, blood pump not available

General description of conditions for occurring:


- The measured blood flow has differed too much from the blood
flow set value.

Technical description of conditions for occurring:


- BRI(BI_BloodFlActSet) - BRI(BI_BloodFl) < -600 or
BRI(BI_BloodFlActSet) - BRI(BI_BloodFl) > 600

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 3 (115)


Program version 3.50
Some possible explanations why the error has occurred:
- The blood pump unit is broken
- The BM I/O board is broken (Q1-Q4 and components)
- The timer IC 34 on the control driver board is broken.

C CB 010, Heparin Pump


C CB 010 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 010 001 ERROR DURING REGISTER LOAD/READ


Conditional error, confirm by zero-set heparin flow

General description of conditions for occurring:


- The heparin pump timer is not working properly

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CB 010 002 ESTIMATED AND MEASURED HEPARIN VOL. DIFFER TOO


MUCH
Conditional error, confirm by zero-set heparin flow

General description of conditions for occurring


- The measured accumulated heparin volume differ more than 2 ml
from the estimated accumulated volume.

Technical description of conditions for occurring:


- BRI(BI_MeasVol)-BRI(BI_EstAcc)<=-2 or
(BRI(BI_MeasVol)-BRI(BI_EstAcc)>=2

Some possible explanations why the error has occurred:


- The heparin pump encoder is broken
- The heparin pump belt is broken
- Bad connection between heparin pump encoder and BM I/O board
- IC 5 on BM I/O board broken
- IC 48 on protective CPU board broken
- IC 29 or IC 34 on control driver board broken

C CB 010 003 ESTIMATED AND MEASURED HEPARIN BOLUS VOL. DIFFER


TOO MUCH
Conditional error, confirm by setting bolus volume and heparin flow
rate to zero.

General description of conditions for occurring


- The estimated and measured bolus heparin volume in the control
system differ more than ±10%.

4 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CB 011, Stroke Volume
C CB 011 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 011 001 ERROR DURING REGISTER LOAD/READ


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CB 011 002 NUMBER OF BLOOD PUMP TACHO PULSES ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The blood pump tacho count-up value is incorrect

Technical description of conditions for occurring:


- Tacho count up value is out of limit (<0 or >20000)

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken

C CB 014, Single Needle Time Control


C CB 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 014 001 ARTERIAL PHASE TIME OUT OF LIMITS ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- Internal software error

C CB 014 002 VENOUS PHASE TIME OUT OF LIMITS ERROR.


Unconditional error, blood pump not available

General description of conditions for occurring:


- Internal software error

C CB 015, Auto Rinse Back


C CB 015 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 5 (115)


Program version 3.50
C CB 016, Auto Priming
C CB 016 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 017, Blood Pressure Meter


C CB 017 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CB 017 001 ERROR RECEIVED FROM BPM


Unconditional error

General description of conditions for occurring:


- Internal software error

6 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CC 002, Preset Variable Storage
C CC 002 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CC 002 001 DEFAULT PRESET ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The new variables could not be set to default values after a
program change

Some possible explanations why the error has occurred:


- Internal software error

C CC 002 002 PRESET VARIABLE CHECKSUM ERROR (INIT)


Unconditional error, blood pump not available

General description of conditions for occurring:


-The preset variable checksum was incorrect during init (start-up)
phase. Make a default preset.

Some possible explanations why the error has occurred:


- Internal software error
- Broken safe-RAM (battery-RAM)

C CC 002 003 PRESET VARIABLE CALCULATION ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- During start-up was detected that the preset variables need to be
recalculated.
Make a default preset, or use external preset to represet the
machine

Technical description of conditions for occurring:


- EL(EEL_PrsMustCalculate)=TRUE

Some possible explanations why the error has occurred:


- The preset write phase was aborted (external preset)
- The preset calculation phase was aborted (external preset)

C CC 002 006 PRESET VARIABLE CHECKSUM ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


-The preset variable checksum was incorrect after init phase. If C
CC 002 002 has occurred during init, then C CC 002 006 will also
occur, following init.

Some possible explanations why the error has occurred:


- Internal software error
- Broken safe-RAM (battery-RAM)

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 7 (115)


Program version 3.50
C CC 004, MM95 A/D Conversion
C CC 004 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CC 004 001 SET DISCRETE PORT ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- Internal software error

C CC 004 002 MM95 A/D CONVERTER BUFFER POINTER ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The MM95 A/D converter interrupt function puts data in a buffer
and increments an input pointer. The MM95 A/D converter function
fetches data from that buffer and increments an output pointer. One
of these pointers had an incorrect value.

Some possible explanations why the error has occurred:


- The timer IC21 on control CPU board is broken
- RAM error

C CC 004 003 MM95 A/D CONVERTER OFFSET ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The zero voltage value was outside limits

Some possible explanations why the error has occurred:


- A/D converter IC 9 on MM I/O board is broken
- No connection between MM I/O board and control CPU board
(signal CADFQ)

C CC 004 004 MM95 A/D CONVERTER REFERENCE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The reference voltage value was outside limits

Some possible explanations why the error has occurred:


- A/D converter IC 9 on MM I/O board is uncalibrated
- A/D converter IC 9 on MM I/O board is broken
- No connection between MM I/O board and control CPU board
(signal CADFQ)

C CC 004 005 MM95 TIMER ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The MM95 timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:

8 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
- The timer IC 21 on the control CPU board is broken.

C CC 005, Analog Connection Check


C CC 005 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CC 005 001 SET DISCRETE PORT ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- Internal software error

C CC 006, Monitor Board Temperature


CC 006 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

CC 006 001 MONITOR TEMPERATURE TOO HIGH.


Unconditional error, blood pump not available

General description of conditions for occurring:


The temperature inside the monitor is above 60 degree C

Technical description of conditions for occurring:


BRI(BI_MonitorTemp) >60 degree C

Some possible explanations why the error has occurred:


- The fan has stopped
- Dirty air filter

C CC 007, Data Recovery


C CC 007 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CC 008, Transducer Parameter Init


C CC 008 001 ERROR READING PARAMETERS FROM UF CELL
Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- No connection between UF cell and control driver board (P402).
- Incorrect transducer ID. Update transducer ID (I2C scan).
- UF cell EEPROM broken
- Serial bus error on control CPU board, or I/O SIMM problem

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 9 (115)


Program version 3.50
(P310)

C CC 008 100 ERROR READING PARAMETERS FROM REG. TEMP.


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- No connection between transducer board and FM I/O board
- No connection between FM I/O board and control driver board
- Transducer board mounted in incorrect position on FM I/O board
- Incorrect transducer ID. Update transducer ID (I2C scan).
- EEPROM on transducer board is broken
- Serial bus error on control CPU board, or I/O SIMM problem
(P310)
- Uncalibrated transducer. Calibrate transducer
- Broken FM I/O board

C CC 008 101 ERROR READING PARAMETERS FROM REG. TEMP. (HEAT)


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 100

C CC 008 102 ERROR READING PARAMETERS FROM DEGASS PRESSURE


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 100

C CC 008 103 ERROR READING PARAMETERS FOR HIGH PRESSURE


GUARD
Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 100

C CC 008 104 ERROR READING PARAMETERS FOR COND A TEMP.


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- No connection between transducer and MM95 I/O board

10 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
- Incorrect connection between transducer and MM95 I/O board
- No connection between MM95 I/O and control CPU board
- Incorrect transducer ID. Update transducer ID (I2C scan).
- EEPROM on transducer board is broken
- Serial bus error on control CPU board, or I/O SIMM problem
(P310)
- Uncalibrated transducer. Calibrate transducer
- Broken MM95 I/O board

C CC 008 105 ERROR READING PARAMETERS FOR COND A TEMP. (HEAT)


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 104

C CC 008 106 ERROR READING PARAMETERS FOR COND A


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 104

C CC 008 107 ERROR READING PARAMETERS FOR COND B TEMP.


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 104

C CC 008 108 ERROR READING PARAMETERS FOR COND B TEMP. (HEAT)


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 104

C CC 008 109 ERROR READING PARAMETERS FOR COND B


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- Refer to error description for C CC 008 104

C CC 008 110 ERROR READING PARAMETERS FOR MM95 A/D REF

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 11 (115)


Program version 3.50
Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- No connection between MM95 I/O and control CPU board
- Incorrect transducer ID. Update transducer ID (I2C scan).
- EEPROM on transducer board is broken
- Serial bus error on control CPU board, or I/O SIMM problem
(P310)
- Uncalibrated transducer. Calibrate transducer
- Broken MM95 I/O board

C CC 008 111 ERROR READING PARAMETERS FOR VENOUS PRESSURE


Unconditional error, blood pump not available

General description of conditions for occurring:


- An error occurred while reading transducer parameters during init
(start-up).

Some possible explanations why the error has occurred:


- No connection between transducer board and BM I/O board
- No connection between BM I/O board and control driver board
- Transducer board mounted in incorrect position on BM I/O board
- Incorrect transducer ID. Update transducer ID (I2C scan).
- EEPROM on transducer board is broken
- Serial bus error on control CPU board, or I/O SIMM problem
(P310
- Uncalibrated transducer. Calibrate transducer
- Broken BM I/O board

C CC 010, A/D Conversion


C CC 010 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CC 010 001 A/D CONVERTER BUFFER POINTER ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- Data have not been read from A/D converter (IC 20) on the control
driver board.

Technical description of conditions for occurring:


- The A/D converter interrupt function should have stored A/D
converter data in a buffer and should have changed the value of
adInPtr to a value that is not the same as adOutPtr. The A/D
converter interrupt routine had not executed.

Some possible explanations why the error has occurred


- The A/D converter IC 20 on the control driver is broken
- The PAL IC 28 on the control CPU board is broken
- The inverter IC 4 on the control driver board is broken
- The interrupt controller IC 52 on the control CPU board is broken
(N.E.: the CPU IC 10 on control CPU board is broken)

12 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CC 010 002 AK 96 A/D CONVERTER OFFSET ERROR
Unconditional error, blood pump not available

General description of conditions for occurring:


- The zero voltage value was outside limits

Some possible explanations why the error has occurred:


- A/D converter IC 20 on control driver board is broken

C CC 010 003 AK 96 A/D CONVERTER REFERENCE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The reference voltage value was outside limits

Some possible explanations why the error has occurred:


- A/D converter IC 20 on control driver board is uncalibrated
- A/D converter IC 20 on control driver board is broken

C CC 010 004 AK 96 AD REFERENCE VOLTAGE INIT ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


- The CPU C A/D converter reference value was corrupt

Some possible explanations why the error has occurred:


- This error will show up on first start with new safe-RAM. Calibrate
A/D converter and restart AK 96.

C CF 031 001 BICART HOLDER PRESET ERROR

General description of conditions for occurring:

BiCart holder is preset "Not Inst" and should be detected as closed


but it is detected open.

Some possible explanations why the error has occurred:

Check preset for BiCart holder

C CF 001, Inlet Valve


C CF 001 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 002, Direct Valve


C CF 002 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 13 (115)


Program version 3.50
C CF 003, Disinfection/Rinse Valves
C CF 003 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

14 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CF 004, Taration Valve
C CF 004 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 005, Dia connector sensor


C CF 005 001 DIA CONNECTOR SENSORS ERROR IN SAGS TEST
(SENSORS TEST)

General description of conditions for occurring:


- Dia connector sensors are not working properly.

Technical description of conditions for occurring:


- During the dia connector sensors test the operator was asked to
remove from or attach the connectors to the safety bypass block 3
times. After operator’s confirmation about the removing or attaching
the dia connectors, no confirmation about it from dia connector
sensors had come.

Some possible explanations why the error has occurred:


- IC 28 board K16646 may be broken.
- The mechanical dia connector sensors may be stucked.

C CF 006, High Pressure Guard Transducer


C CF, 006 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFD 006 001 HIGH PRESSURE DURING SAGS TEST


Unconditional error, blood pump available

General description of conditions for occurring:


- High pressure in monitor during SAGS test. Main flow through
RIVA.

Technical description of conditions for occurring:


- FRI(FI_HPGPr)>450mmHg for more than 5 seconds

Some possible explanations why the error has occurred:


- RIVA unable to open
- Fluid path obstruction
- HPG broken/uncalibrated

C CFF 006 002 HIGH PRESSURE DURING FUNCTION CHECK


Unconditional error, blood pump available

General description of conditions for occurring:


- High pressure in monitor during function check

Technical description of conditions for occurring:


- FRI(FI_HPGPr)>450mmHg for more than 1,5 seconds

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 15 (115)


Program version 3.50
Some possible explanations why the error has occurred:
- Fluid path obstruction
- HPG broken/uncalibrated

C CFF 006 003 UNSTABLE DEGASSING PRESSURE


Unconditional error, blood pump available

General description of conditions for occurring:


- Unstable degassing pressure during function check. The
degassing pressure has been measured twice with an interval of 15
seconds. The difference between the two measurements was more
than 20mmHg

Technical description of conditions for occurring:


- oldDegassPr - FRI(FI_DegassPr) ) < -20mmHg
- oldDegassPr - FRI(FI_DegassPr) ) > 20mmHg

Some possible explanations why the error has occurred:


- Leakage on top of degassing chamber. Check the o-ring
- Unstable/broken degassing transducer
- RIVA leakage

C CFF 006 004 TOO BIG DIFFERENCE BETWEEN HPG AND DEGASS
PRESSURE
Unconditional error, blood pump available

General description of conditions for occurring:


- The difference between HPG and degassing pressure has been
too big during function check of degassing transducer.

Technical description of conditions for occurring:


- FRI(FI_HPGPr) - FRI(FI_DegassPr) <-30mmHg or
- FRI(FI_HPGPr) - FRI(FI_DegassPr) >10mmHg

Some possible explanations why the error has occurred:


- Uncalibrated/broken degassing pressure transducer

16 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CF 007, Heater Enable
C CF 007 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 007 001 HEATER SWITCH OFF ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CF 007 002 HEATER SWITCH ON ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFD 008, Heater Regulator, Disinfection/Rinse mode


C CFD 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFF 008, Heater Regulator, Function Check


C CFF 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 008, Heater Regulator


C CFM 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 008 001 FAIL TO INITIATE HEATER TIMER


Unconditional error, blood pump available

General description of conditions for occurring:


- The heater timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 21 on the control CPU board is broken.

C CFM 008 002 FAILED TO LOAD HEATER TIMER


Unconditional error, blood pump available

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 17 (115)


Program version 3.50
General description of conditions for occurring:
- The heater timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 21 on the control CPU board is broken.

C CFM 008 006 HEATER EFFICIENCY CHECK ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFM 008 007 REGULATOR TEMP SUPERVISION ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Regulator temperature differ too much from temp. in conductivity
cell A.

Technical description of conditions for occurring:


- FRI(FI_RegTemp) < 2 degree C
and
FRI(FI_MM90CondTempA) > 10 degree C
(for more than 4 seconds)

Some possible explanations why the error has occurred:


- No connection between regulator temp. board and FM I/O board
- Broken regulator temp. transducer

C CFS 008, Heater Regulator, Service Mode


C CFS 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 008, Heater Regulator, Treatment Mode


C CFT 008 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFD 009, Flow Pump Regulator, Disinfection Mode


C CFD 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

18 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CFF 009, Flow Pump Regulator, Function Check
C CFF 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFF 009 001 FLOW PUMP CURRENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Flow pump current too low

Technical description of conditions for occurring:


- FRI(FI_FlowPumpCurrent) < 50mA

Some possible explanations why the error has occurred:


- Air in flow pump
- Broken/unconnected flow pump
- The flow pump is decoupled. FRL(F_FlowPumpDecoupl)=TRUE
( The flow pump could not follow the flow pump motor rotation. The
magnetic coupling disconnected the pump from the motor. The
pump might be dirty or the flow path might be blocked).
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CFF 009 002 DEGASS PRESSURE CONTROL ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The flow pump could not create the preset degassing pressure

Technical description of conditions for occurring:


- FRI(FI_DegassPr) + EI(EEI_DegassPr) < -60mmHg
or
FRI(FI_DegassPr) + EI(EEI_DegassPr) > 60mmHg

Some possible explanations why the error has occurred:


- DRVA leakage
- Flow pump/motor broken
- The preset degassing pressure is too low
- The degassing pressure transducer is broken
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 19 (115)


Program version 3.50
C CFM 009, Flow Pump Regulator
C CFM 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 009 001 FLOW PUMP CURRENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Flow pump current too high

Technical description of conditions for occurring:


- FRI(FI_FlowPumpCurren) > 1500mA

Some possible explanations why the error has occurred:


- Pump motor broken
- Broken control driver board (R10, R11, R13, C20)
- Broken control driver board A/D system (IC17, IC18, IC20 and
components)

C CFS 009, Flow Pump Regulator, Service Mode


C CFS 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFS 009 001 FLOW PUMP CURRENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Flow pump current too low

Technical description of conditions for occurring:


- FRI(FI_FlowPumpCurrent) < 50mA

Some possible explanations why the error has occurred:


- Air in flow pump
- Broken/unconnected flow pump
- The flow pump is decoupled. FRL(F_FlowPumpDecoupl)=TRUE
( The flow pump could not follow the flow pump motor rotation. The
magnetic coupling disconnected the pump from the motor. The
pump might be dirty or the flow path might be blocked).
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CFS 009 002 DEGASS PRESSURE CONTROL ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The flow pump could not create the preset degassing pressure

Technical description of conditions for occurring:


- FRI(FI_DegassPr) > -(EI(EEI_DegassPr)-60)mmHg

20 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
Some possible explanations why the error has occurred:
- DRVA leakage
- Flow pump/motor broken
- The preset degassing pressure is too low
- The degassing pressure transducer is broken
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CFS 009 004 UNSTABLE MAIN FLOW


Unconditional error, blood pump available

General description of conditions for occurring:


- Unstable main flow during UF cell calibration

Technical description of conditions for occurring:


- The main flow has been outside limit (+/- 5ml/min)

Some possible explanations why the error has occurred:


- Broken UF cell
- Leakage in fluid path
- Air in fluid path
- The flow pump is decoupled. FRL(F_FlowPumpDecoupl)=TRUE
( The flow pump could not follow the flow pump motor rotation. The
magnetic coupling disconnected the pump from the motor. The
pump might be dirty or the flow path might be blocked).
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CFT 009, Flow Pump Regulator, Treatment Mode


C CFT 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 009 001 DEGASS PRESSURE CONTROL ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The flow pump could not create the preset degassing pressure

Technical description of conditions for occurring:


- FRI(FI_DegassPr) > -(EI(EEI_DegassPr)-60)mmHg

Some possible explanations why the error has occurred:


- DRVA leakage
- Flow pump/motor broken
- The preset degassing pressure is too low
- The degassing pressure transducer is broken
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CFT 009 002 FLOW PUMP CURRENT ERROR


Unconditional error, blood pump available

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 21 (115)


Program version 3.50
General description of conditions for occurring:
- Flow pump current too low

Technical description of conditions for occurring:


- FRI(FI_FlowPumpCurrent) < 50mA

Some possible explanations why the error has occurred:


- Air in flow pump
- Broken/unconnected flow pump
- The flow pump is decoupled. FRL(F_FlowPumpDecoupl)=TRUE
( The flow pump could not follow the flow pump motor rotation. The
magnetic coupling disconnected the pump from the motor. The
pump might be dirty or the flow path might be blocked).
- Broken control driver board (IC24, L2, Q1 and components)
- Broken control CPU board (IC32) (N.E.: Broken control CPU
board, IC10)

C CF 010, Overheat Supervision


C CF 010 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFD 014, Suction Pump Regulator, Disinfection Mode


C CFD 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFF 014, Suction Pump Regulator, Function Check


C CFF 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

22 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CFM 014, Suction Pump Regulator
C CFM 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 014 001 SUCTION PUMP CURRENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Suction pump current too high

Technical description of conditions for occurring:


FRI(FI_SucPumpCurrent) > 1500mA

Some possible explanations why the error has occurred:


- Pump motor broken
- Broken control driver board (R14, R15, R16, C24)
- Broken control driver board A/D system (IC17, IC18, IC20 and
components)

C CFS 014, Suction Pump Control, Service Mode


C CFS 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 014, Suction Pump Control, Treatment Mode


C CFT 014 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 23 (115)


Program version 3.50
C CFD 018, Valve Current Measuring, Disinfection Mode
C CFD 018 001 CURRENT TEST ERROR, DRVA VALVE
Unconditional error, blood pump available

General description of conditions for occurring:


- The current through the DRVA valve has been measured with
valve closed and then with valve opened. The current difference has
not been large enough.

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent) - refCurrent < 200mA

Some possible explanations why the error has occurred:


- Broken/unconnected magnet on DRVA valve
- Broken control driver board (Q4, V3)
- DRVA is not connected and the preset “Set flow installed” is set to
“not installed”.

C CFD 018 009 CURRENT TEST ERROR, DRVA VALVE


Unconditional error, blood pump available
General description of conditions for occurring:
- The current through the DRVA valve has been measured with valve
closed and then with valve opened. The current difference is too big
Technical description of conditions for occurring:
- FRI(FI_ValvesCurrent) - refCurrent > 200mA
Some possible explanations why the error has occurred:
- Broken control driver board
- DRVA is connected and the preset “Set flow installed” is set to
“installed”.

C CFD 018 010 CURRENT TEST ERROR, CBVA VALVE


Unconditional error, blood pump available
General description of conditions for occurring:
- The current through CBVA valve has been measured with valve
closed and then with valve opened. The current difference has not
been large enough.
- Broken/unconnected magnet on CBVA valve.

C CFF 018, Valve Current Measuring, Function Check


C CFF 018 002 CURRENT TEST ERROR, AIVA VALVE
Unconditional error, blood pump available

General description of conditions for occurring:


- The current through the AIVA valve has been measured with valve
closed and then with valve opened. The current difference has not
been large enough.

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent) - refCurrent < 200mA

Some possible explanations why the error has occurred:


- Broken/unconnected magnet on AIVA valve
- Broken control driver board (Q2, V2)

C CFF 018 004 BUBBLE CHAMBER (DEAIRATING CHAMBER) ERROR


Unconditional error, blood pump available

24 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
General description of conditions for occurring:
- AIVA and REVA opened. Suction pump active and fluid tubes
connected to safety bypass. Low level in bubble chamber is not
achieved within 90 sec.
The status from level sensor indicates high level in chamber

Technical description of conditions for occurring:


- PRL(P_BubbleTrapHigh)=TRUE

Some possible explanations why the error has occurred:


- The AIVA or REVA could not be opened
- Broken float in bubble chamber
- Broken protective driver board (IC28)

C CFF 018 005 BUBBLE CHAMBER (DEAIRATING CHAMBER) ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- AIVA and REVA opened. Suction pump active and fluid tubes
connected to safety bypass. Low level in bubble chamber is not
achieved within 90 sec.
The status from level sensor indicates middle level in chamber.

Technical description of conditions for occurring:


- PRL(P_BubbleTrapHigh)=FALSE

Some possible explanations why the error has occurred:


- The AIVA or REVA could not be opened
- Broken float in bubble chamber
- Broken protective driver board (IC28)

C CFF 018 006 NOT POSIBLE TO REGULATE HPG PRESSURE


Unconditional error, blood pump available

General description of conditions for occurring:


- Impossible to regulate HPG to -100mmHg in AIVA test (120 sec.
test-time)

Technical description of conditions for occurring:


- FRI(FI_HPGPR) could not be regulated to -100mmHg

Some possible explanations why the error has occurred:


- Air in fluid path
- Broken suction pump
- Broken control CPU board (IC4, IC5, Q12 and components)

C CFF 018 007 CURRENT TEST ERROR , FIVA VALVE (1)


Unconditional error, blood pump available

General description of conditions for occurring:


- The current through FIVA valve has been measured with valve
closed and then with valve opened, despite the UFD has been
preseted NotInst. The current difference has been large enough in
order to detect that FIVA valve is installed

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent)-refCurrent > 200mA and not
EL(EEL_UfdInstalled).

Some possible explanations why the error has occurred:

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 25 (115)


Program version 3.50
- The UFD has been preseted NotInst instead of Inst, despite the
FIVA valve and consequently the UFD is installed

C CFF 018 008 CURRENT TEST ERROR , FIVA VALVE (2)


Unconditional error, blood pump available

General description of conditions for occurring:


- The current through FIVA valve has been measured with valve
closed and then with valve opened, with the UFD preseted Inst. The
current difference has not been large enough.

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent)-refCurrent < 200mA and
EL(EEL_UfdInstalled).

Some possible explanations why the error has occurred:


- Broken/unconnected magnet on FIVA valve.
- Broken control driver board (Q10, V12).
- The UFD has been preseted Inst instead of NotInst, despite there is
no FIVA valve and consequently no UFD installed

C CFF 018 011 CURRENT TEST ERROR, FLVA VALVE


Unconditional error, blood pump available
General description of conditions for occurring:
- The current through FLVA valve has been measured with valve
closed and then with valve opened. The current difference has not
been large enough.
- Broken/unconnected magnet on FLVA valve.

C CFT 018, Valve Current Measuring, Function Check


C CF 018 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 018 001 CURRENT TEST ERROR, DRVA VALVE


Unconditional error, blood pump available

General description of conditions for occurring:


- The current through the DRVA valve has been measured with
valve closed and then with valve opened. The current difference has
not been large enough.
- This error code is not used in program version 3.00 and later

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent) - refCurrent < 200mA

Some possible explanations why the error has occurred:


- Broken/unconnected magnet on DRVA valve
- Broken control driver board (Q4, V3)

C CFT 018 002 CURRENT TEST ERROR, AIVA VALVE


Unconditional error, blood pump available

General description of conditions for occurring:


- The current through the AIVA valve has been measured with valve
closed and then with valve opened. The current difference has not
been large enough.

26 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
- This error code is not used in program version 3.00 and later

Technical description of conditions for occurring:


- FRI(FI_ValvesCurrent) - refCurrent < 200mA

Some possible explanations why the error has occurred:


- Broken/unconnected magnet on AIVA valve
- Broken control driver board (Q2, V2)

C CFT 018 003 BUBBLE CHAMBER (DEAIRATING CHAMBER) ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- AIVA and REVA opened. Suction pump active and fluid tubes
connected to safety bypass. Low level in bubble chamber is not
achieved within 90 sec. NOTE: This error code is not used in
programs later than version P2.04.

Technical description of conditions for occurring:


- PRL(P_BubbleTrapLow)=FALSE after 90 seconds

Some possible explanations why the error has occurred:


- The AIVA or REVA could not be opened
- Broken float in bubble chamber
- Broken protective driver board (IC28)

C CFD 020, Flow Meter, Disinfection Mode


C CFD 020 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFF 020, Flow Meter, Function Check


C CFF 020 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 020, Flow Meter


C CFM 020 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 020 002 UF TIMER ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The UF timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 27 (115)


Program version 3.50
Some possible explanations why the error has occurred:
- The timer IC 34 on the control driver board is broken.

C CFM 020 003 VFC CHANNEL 1 PULSE COUNTER OVERFLOW


Unconditional error, blood pump available

General description of conditions for occurring:


- The pulse counter for VFC channel 1 has counted up to its max.
value

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 14 on control driver board, or
some component around it, is broken.

C CFM 020 004 VFC CHANNEL 2 PULSE COUNTER OVERFLOW


Unconditional error, blood pump available

General description of conditions for occurring:


- The pulse counter for VFC channel 2 has counted up to its max.
value

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 15 on control driver board, or
some component around it is broken

C CFM 020 005 UF TIMER ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The UF timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CFM 020 006 VFC CHANNEL 1 REFERENCE MEASUREMENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The VFC channel 1 has been connected to the reference voltage.
The pulse counter (IC23 counter 3, control driver board) has
measured a frequency that differs too much from the frequency that
usually is measured when the reference voltage is connected.

Technical description of conditions for occurring:


VFC1.VALUE > 0.86241*VFC1.OFFSET for 2s or
VFC1.VALUE < 0.82859*VFC1.OFFSET for 2s

VFC1.OFFSET = VFC value when 0V is connected.

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 14 on control driver board, or
some component around it is broken
- IC 23 broken (control driver board)

C CFM 020 007 VFC CHANNEL 2 REFERENCE MEASUREMENT ERROR


Unconditional error, blood pump available

28 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
General description of conditions for occurring:
- The VFC channel 2 has been connected to the reference voltage.
The pulse counter (IC23 counter 4, control driver board) has
measured a frequency that differs too much from the frequency that
usually is measured when the reference voltage is connected.

Technical description of conditions for occurring:


VFC2.VALUE > 0.86241*VFC2.OFFSET for 2s or
VFC2.VALUE < 0.82859*VFC2.OFFSET for 2s

VFC2.OFFSET = VFC value when 0V is connected.

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 15 on control driver board, or
some component around it is broken
- IC 23 broken (control driver board)

C CFM 020 008 VFC CHANNEL 1 OFFSET MEASUREMENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The VFC channel 1 has been connected to 0V. The pulse counter
has measured a frequency that differs too much from the frequency
that usually is measured when 0V is connected.

Technical description of conditions for occurring:


VFC1.VALUE has been outside the allowed interval 6907-10907 for
2s

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 14 on control driver board, or
some component around it is broken
- IC 23 broken (control driver board)

C CFM 020 009 VFC CHANNEL 2 OFFSET MEASUREMENT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The VFC channel 2 has been connected to 0V. The pulse counter
has measured a frequency that differs too much from the frequency
that usually is measured when 0V is connected.

Technical description of conditions for occurring:


VFC2.VALUE has been outside the allowed interval 6907-10907 for
2s

Some possible explanations why the error has occurred:


- The VFC, (voltage to frequency) IC 15 on control driver board, or
some component around it is broken
- IC 23 broken (control driver board)

C CFM 020 010 MEASURED MAGNETIZATION CURRENT INCORRECT


Unconditional error, blood pump available

General description of conditions for occurring:


- Measured magnetization current differs to much from typical value.

Technical description of conditions for occurring:


- UF coil current is outside the limits 0.18 A - 0.28 A for 5 seconds.

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 29 (115)


Program version 3.50
Some possible explanations why the error has occurred:
- UF cell broken
- Bad connection between UF cell and control driver board
- Broken control driver board

C CFM 020 011 UF CELL TARATION NOT APPROVED


Unconditional error, blood pump available

General description of conditions for occurring:


- A self calibration (taration) was run. It failed as the values of the
variables FRR(FR_UFRTOLERANCE) and FRR(FR_UFROFFSET)
had changed too much since the last self calibration. A new self
calibration was run after 5 minutes. It did also fail for the same
reason.

Technical description of conditions for occurring:


- CalibrDiffFlowNew differed more than 1 ml/min from
CalibrDiffFlowOld
A new self calibration was done after 5 minutes.
CalibrDiffFlow again differed more than 1.0 ml/min from
CalibrDiffFlowNew AND CalibrDiffFlow again differed more than 1.0
ml/min from CalibrDiffFlowOld

Some possible explanations why the error has occurred:


- UF cell broken or dirty
- There is air through the UF cell
- Leakage through: RIVA, ZEVA, DIVA or TAVA

C CFM 020 012 UF CELL TARATION NOT APPROVED


Unconditional error, blood pump available

General description of conditions for occurring:


- A self calibration (taration) was run. It failed as the value of the
variable FRR(FR_UFRTOLERANCE) differed too much from the
value that was stored in the EEPROM or estimated at the last
performed self calibration.

Technical description of conditions for occurring:


CALIBR DIFF FLOWnew differed more than 7.5 ml/min from
CALIBR DIFF FLOWold

Some possible explanations why the error has occurred:


- UF cell broken or dirty
- There is air through the UF cell
- Leakage through: RIVA, ZEVA, DIVA or TAVA

C CFM 020 014 TOO LOW SELF CALIBRATION FLOW


Unconditional error, blood pump available

General description of conditions for occurring:


- The flow measuring unit measured a flow through channel 1 that
was less than 100 ml/min during self calibration (taration).

Technical description of conditions for occurring:


- FRR(FR_CH1RATE) < 100.0 ml/min.

Some possible explanations why the error has occurred:


- Uncalibrated or broken. pressure regulator
- Dirty flow restrictor.
- Dirty outlet restrictor

30 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
- Dirty or broken flow pump:.
- Dirty or broken suction pump.
- Broken or uncalibrated degassing pressure transducer.
- ZEVA: leakage
- RIVA: leakage

C CFM 020 015 UNSTABLE FLOW SIGNALS DURING SELF CALIBRATION


Unconditional error, blood pump available

General description of conditions for occurring:


- The self calibration (taration) failed because at least one of the
measured flow signals varied too much. A new self calibration that
was done 5 minutes later did also fail because at least one of the
measured flow signals varied too much.

Technical description of conditions for occurring:


- Variance of the flow signals were calculated
The differential flow during either the offset calibration or during the
differential flow varied too much

Some possible explanations why the error has occurred:


- Air is flowing through flow channel 1. There is too much air in the
inlet water
- Valves: RIVA, ZEVA, diva or TAVA are leaking
- Flow cell: the flow cell is dirty.
- Flow cell: the flow cell is broken
- Flow restrictor: the restrictor is dirty
- Flow pump: the pump is not working properly
- Degassing chamber: the o-ring at the top of the chamber is not in
its correct position fluid is leaking.
- Degassing pressure transducer: not working properly.

C CFM 020 016 SELF CALIBRATION TIME OUT


Unconditional error, blood pump available

General description of conditions for occurring:


- The self calibration (taration) executed for a too long time.

Technical description of conditions for occurring:


- Self calibration time > max. self calibration time (max. self
calibration time = 15s - 68s)

Some possible explanations why the error has occurred:


- Secondary error to the error C CFM 020 006
- Secondary error to the error C CFM 020 007
- Secondary error to the error C CFM 020 008
- Secondary error to the error C CFM 020 009.

C CFM 020 017 VFC CALIBRATION TIME OUT (VFC1 OFFSET).


Unconditional error, blood pump available

General description of conditions for occurring:


- Please refer to the description of C CFM 020 008

C CFM 020 018 VFC CALIBRATION TIME OUT (VFC2 OFFSET).


Unconditional error, blood pump available

General description of conditions for occurring:


- Please refer to the description of C CFM 020 009

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 31 (115)


Program version 3.50
C CFM 020 019 VFC CALIBRATION TIME OUT (VFC1 REFERENCE).
Unconditional error, blood pump available

General description of conditions for occurring:


- Please refer to the description of C CFM 020 006

C CFM 020 020 VFC CALIBRATION TIME OUT (VFC2 REFERENCE).


Unconditional error, blood pump available

General description of conditions for occurring:


- Please refer to the description of C CFM 020 007

C CFM 020 021 MEASURED MAGNETIZATION CURRENT INCORRECT


Unconditional error, blood pump available

General description of conditions for occurring:


- Please refer to the description of C CFM 020 010

C CFM 020 024 UNSTABLE SIGNAL DURING UF CELL CALIBRATION

General description of conditions for occurring:


- The UF cell calibration failed because at least one of the
measured flow signals varied too much

Some possible explanations why the error has occurred:


- Air is flowing through flow channel 1. There is too much air in the
inlet water
- Valves: RIVA, ZEVA, diva or TAVA are leaking
- Flow cell: the flow cell is dirty.
- Flow cell: the flow cell is broken
- Flow restrictor: the restrictor is dirty
- Flow pump: the pump is not working properly
- Degassing chamber: the o-ring at the top of the chamber is not in
its correct position. fluid is leaking.
- Degassing pressure transducer: not working properly.

C CFM 020 025 UNSTABLE SIGNAL DURING UF OFFSET CALIBRATION


Unconditional error, blood pump available

General description of conditions for occurring:


- The channel 1 flow signal and the channel 2 flow signal varied too
much during the main flow offset calibration in service mode. There
should be no flow through the measuring cells.

Technical description of conditions for occurring:


- The variance of the channel 1 flow and the variance of the channel
2 flow were out of limit

Some possible explanations why the error has occurred:


- The flow cell is dirty
- The flow cell is broken
- BYVA/DIVA/TAVA leakage

C CFM 020 029 UF CALIBRATION REFERENCE VOLUME OUT OF LIMIT


Unconditional error, blood pump available

General description of conditions for occurring:


- The reference volume was outside its specified limits during the
UF calibration in service mode.

32 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
Technical description of conditions for occurring:
ORI(OI_UFCalRefVol) < PI(EPI_UFCalRefVolLl) or
ORI(OI_UFCalRefVol) > PI(EPI_UFCalRefVolHl)

Some possible explanations why the error has occurred:


- Memory RAM corrupt

C CFM 020 030 CASE ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFM 020 031 CASE ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFM 020 032 CASE ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFM 020 033 UF PULS TIMER ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The UF pulse timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 34 on the control driver board is broken.

C CFM 020 034 UF INTERRUPT TIMER ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The UF interrupt timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 23 on the control driver board is broken.

C CFM 020 035 VFC BUFFER FULL ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The UF interrupt procedure has filled the VFC data buffer.

Some possible explanations why the error has occurred:


- Software error
- The timer IC 23 on the control driver board is broken.
- The interrupt controller is broken

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 33 (115)


Program version 3.50
C CFM 020 036 VFC BUFFER OVERFLOW ERROR
Unconditional error, blood pump available

General description of conditions for occurring:


- Software error

C CFM 020 037 MUX MISMATCH OCCURRED TOO MANY TIMES


Unconditional error, blood pump available

General description of conditions for occurring:


- Software error

C CFM 020 038 MUX ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Software error
C CFM 020 039 UNSTABLE FLOW SIGNALS DURING SELF CALIBRATION
Unconditional error, blood pump available

General description of conditions for occurring:


- The self calibration (taration) failed because at least one of the
measured flow signals varied too much. A new self calibration that
was done 5 minutes later did also fail because at least one of the
measured flow signals varied too much.

Technical description of conditions for occurring:


- Variance of the flow signals were calculated
The flow through one or both of the UF channels during the
differential flow calibration stage varied too much.

Some possible explanations why the error has occurred:


- Air is flowing through flow channel 1. There is too much air in the
inlet water
- Valves: RIVA, ZEVA, diva or TAVA are leaking
- Flow cell: the flow cell is dirty.
- Flow cell: the flow cell is broken
- Flow restrictor: the restrictor is dirty
- Flow pump: the pump is not working properly
- Degassing chamber: the o-ring at the top of the chamber is not in
its correct position. fluid is leaking.
- Degassing pressure transducer: not working properly.
- This error code occurs if an internal UF-calibration is made in
P5.00, P6.00 or P7.00

C CFT 020, Flow Meter, Treatment Mode


C CFT 020 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 020 001 INCORRECT FLOW FROM CHANNEL 2


Unconditional error, blood pump available

General description of conditions for occurring:


Flow deviation in channel 2

Technical description of conditions for occurring:

34 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
The flow deviation in channel 2 (compared with channel 1 + UF-
rate) exceeded 100ml/min for 30 seconds a second time during the
same treatment. The first Time this occur, a forced taration is
performed.

Some possible explanations why the error has occurred:


UF-cell broken

C CF 021, UF Rate Filter


C CF 021 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 35 (115)


Program version 3.50
C CF 022, UF Rate Regulator
C CF 022 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFS 023, Dia Pressure, Service Mode


C CFS 023 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 026, UF Volume Accumulation, Treatment Mode


C CFT 026 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 027, Disinfection Valves


C CF 027 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFD 028, MM95, Cond. Control, Disinfection Mode


C CFD 028 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFD 028 001 TOO LOW CHEMICAL MIXING RATIO


Unconditional error

General description of conditions for occurring:


- The chemical mixing ratio is too low.

Technical description of conditions for occurring:


- ORI(OI_ChemMixRatio) < 9

Some possible explanations why the error has occurred:


- Incorrect preset of concentration preset (Preset 6-0-0-10, 6-0-1-
10, 6-0-2-10 or 6-1-1-9).
- Internal software error

36 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CFF 028, MM95, Cond. Control, Function Check
C CFF 028 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 028, MM95, Cond. Control


C CFM 028 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFM 028 001 CONCENTRATE PUMP TIMER ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- The concentrate pump timer is not working properly.

Technical description of conditions for occurring:


- The timer 9513 has returned error message(s).

Some possible explanations why the error has occurred:


- The timer IC 21 on the control CPU board is broken.

C CFM 028 002 CONFIGURATION ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFM 028 003 HIGH INLET WATER CONDUCTIVITY


Unconditional error, blood pump available

General description of conditions for occurring:


- Inlet water conductivity is too high

C CFS 028, MM95, Cond. Control, Service Mode


C CFS 028 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 028, MM95, Cond. Control Treatment Mode


C CFT 028 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 37 (115)


Program version 3.50
C CF 029, Fluid composition supervision
C CF 029 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 030, Remaining Disinfection Time Calculation


C CF 030 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 031, Bicart Valve


C CF 031 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 032, AK 96, UF Logging


C CF 032 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 033, UF Gain Control


C CFT 033 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFT 036, Diascan


C CFT 036 000 CASE ERROR
No more Diascan measurements are possible.

General description of conditions for occurring:


- Internal software error

C CFT 036 201 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20
No more Diascan measurements are possible.

General description of conditions for occurring:


- Internal software error

C CFT 036 210 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

38 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
General description of conditions for occurring:
- Internal software error

C CFT 036 211 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20
No more Diascan measurements are possible.

General description of conditions for occurring:


- Internal software error

C CFT 036 212 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 220 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 221 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 222 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 223 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 224 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 225 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 226 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 227 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 39 (115)


Program version 3.50
General description of conditions for occurring:
- Internal software error

C CFT 036 231 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 298 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFT 036 299 CASE ERROR


REMOVED FROM PROGRAM VERSION 3.20

General description of conditions for occurring:


- Internal software error

C CFS 068, UF calibration box mode function


C CFS 068 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CFS 068 001 SET DISCRETE PORT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFS 068 002 SET DISCRETE PORT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFS 068 003 SET DISCRETE PORT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFS 068 004 SET DISCRETE PORT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

C CFS 068 005 SET DISCRETE PORT ERROR


Unconditional error, blood pump available

General description of conditions for occurring:


- Internal software error

40 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CFT 069, Disinfection control
C CFT 069 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 41 (115)


Program version 3.50
C CFT 080, Variable flow control
C CFT 080 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CF 080 001 VARIABLE FLOW CALIBRATION VALUE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


-The checksum of the EEPROM of control CPU is incorrect Make a
default preset, restart the machine and calibrate the variable flow
motor.

Some possible explanations why the error has occurred:


- Broken safe-RAM (battery-RAM)

C CF 080 002 VARIABLE FLOW CALIBRATION VALUE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


-The calibrated variable flow motor value was out of range. It has
been automatically changed to a default value. Make a default
preset, restart the machine and calibrate the variable flow motor.

Some possible explanations why the error has occurred:


- Internal software error
- Broken safe-RAM (battery-RAM)

C CF 080 003 VARIABLE FLOW HISTORY UPDATE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


-The variable flow history could not be updated due to some reason
below.
-The checksum of the EEPROM of control CPU is incorrect. Make a
default preset, restart the machine and calibrate the variable flow
motor.

Some possible explanations why the error has occurred:


- Broken safe-RAM (battery-RAM)

C CF 080 004 VARIABLE FLOW CALIBRATION VALUE UPDATE ERROR


Unconditional error, blood pump not available

General description of conditions for occurring:


-The calibrated value for the variable flow history could not be
updated due to some reason below.
-The checksum of the EEPROM of control CPU is incorrect. Make a
default preset, restart the machine and calibrate the variable flow
motor.

Some possible explanations why the error has occurred:


- Broken safe-RAM (battery-RAM)

42 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CO 001, E2PROM SCAN
C CO 001 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 002, Key Board


C CO 002 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 002 001 DISC. I/O ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 002 002 LOW RESOLUTION DISPLAY USED WITH CHINESE


LANGUAGE

General description of conditions for occurring:


It is not possible to use Chinese language together with the low
resolution display (240 x 64 pixels). The Display needs to be
exchanged in order to use Chinese language.

C CO 003, Venous Pressure Bargraph


C CO 003 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 004, Blood Flow Bargraph


C CO 004 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 005, Conductivity Bargraph


C CO 005 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 43 (115)


Program version 3.50
C CO 006, Temperature Bargraph
C CO 006 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 009, UF Volume Bargraph


C CO 009 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 010, UF Rate Bargraph


C CO 010 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 010 001 DISC. I/O ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 011, ON/OFF Lamp


C CO 011 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 012, Rinse Lamp


C CO 012 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 013, Reset Lamp


C CO 013 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

44 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CO 015, Isol UF Mode Lamp
C CO 015 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 016, Volume Control Mode Lamp


C CO 016 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 019, Single Needle Limits Lamp


C CO 019 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 022, Heparin Lamp


C CO 022 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 023, Time Lamp


C CO 023 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 026, UF Volume Lamp


C CO 026 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 027, UF Rate Lamp


C CO 027 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 45 (115)


Program version 3.50
C CO 030, Attention Lamp
C CO 030 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 031, Technical Error Lamp


C CO 031 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 032, Auto Heat Lamp


C CO 032 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 034, Blood Pump Lamp


C CO 034 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 035, Auto Rinse Lamp


C CO 035 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 037, Fluid Bypass Lamp


C CO 037 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 038, UF Start/Stop Lamp


C CO 038 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

46 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CO 041, Blood Flow Path Lamp
C CO 041 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 042, Fluid Flow Path Lamp


C CO 042 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 042 001 DISC. I/O ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 042 002 FLUID BYPASS ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 043, Information Display


C CO 043 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 043 256 INFORMATION DISPLAY TABLE ERROR (1)

General description of conditions for occurring:


- Internal software error

C CO 043 257 INFORMATION DISPLAY TABLE ERROR (2)

General description of conditions for occurring:


- Internal software error

C CO 043 260 LANGUAGE SELECT ERROR

General description of conditions for occurring:


- Internal software error

C CO 043 261 DISC. I/O ERROR

General description of conditions for occurring:


- Internal software error

C CO 043 262 DISC. I/O ERROR

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 47 (115)


Program version 3.50
General description of conditions for occurring:
- Internal software error

C CO 043 263 DISC. I/O ERROR

General description of conditions for occurring:


- Internal software error

C COS 043, Information Display, Service Mode


C COS 043 016 INFORMATION DISPLAY TABLE ERROR, SERVICE TEXT
Transient error

General description of conditions for occurring:


- Internal software error

C COS 043 017 INFORMATION DISPLAY TABLE ERROR, CALIBRATION TEXTS


Transient error

General description of conditions for occurring:


- Internal software error

C COS 043 018 INFORMATION DISPLAY TABLE ERROR, TRANSDUCER


NUMBER
Transient error

General description of conditions for occurring:


- Internal software error

C COS 043 019 VARIABLE SCALING ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C COM 044, Manual Input


C COM 044 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C COP 044, Manual Input, Preset Mode


C COP 044 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C COS 044, Manual Input, Service Mode


C COS 044 xxx CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

48 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C COT 044, Manual Input, Treatment Mode
C COT 044 xxx CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 045, Blood Pump Knob


C CO 045 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 045 001 INCORRECT BLOOD TUBE DIAMETER (PRESET VALUE)


Transient error

General description of conditions for occurring:


- The parameter for the set value of the blood tube diameter is out
of limit.

Technical description of conditions for occurring:


- ORI(OI_BlTubeDiam) < PI(EPI_BlTubeDiamLl) or
ORI(OI_BlTubeDiam) > PI(EPI_BlTubeDiamHl)

Some possible explanations why the error has occurred:


- Internal software error
- Read/write memory error (re-preset and restart AK 96)

C CO 045 002 DISC. I/O ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 049, Time Calculation


C CO 049 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 050, Remaining Time Calculation


C CO 050 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 051, Non Diffusion Time Calculation


C CO 051 000 CASE ERROR
Transient error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 49 (115)


Program version 3.50
General description of conditions for occurring:
- Internal software error

C CO 053, Buzzer Control


C CO 053 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 054, Time Display


C CO 054 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 060, Heparin Auto Stop Limit


C COS 060 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 062, Priming Lamp


C CO 062 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 067, Auto Priming Lamp


C CO 067 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 069, BSM, Reset Limits And Set Value


C CO 069 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 072, Conductivity
C CO 072 000 CASE ERROR
Transient error

General description of conditions for occurring:

50 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
- Internal software error

C CO 073, Conductivity Profiling


C CO 073 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 073 001 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 073 002 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 074, UF Profiling
C CO 074 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 075, Chem Lamp


C CO 075 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 076, Heat Lamp


C CO 076 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 077, Rinse Back Lamp


C CO 077 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 079, Concentrate Bank


C CO 079 000 CASE ERROR
Transient error

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 51 (115)


Program version 3.50
General description of conditions for occurring:
- Internal software error

C CO 079 001 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 079 002 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 080, Attention
C CO 080 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 080 001 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 080 002 EVALUATION STATE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

C CO 080 003 ATTENTION QUEUE ERROR


Transient error

General description of conditions for occurring:


- Internal software error
- Corrupt RAM memory

C CO 084, Disinfection Bank Selection


C CO 084 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 084 001 CASE ERROR


Transient error

General description of conditions for occurring:


- Internal software error

52 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50
C CO 087, Protective Set
C CO 087 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C CO 096, Profiling
C CO 096 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C COxx 071, WRO 300 H communication


C COFF 071 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C COFF 071 001 ERROR IN OUTPUT SIGNAL TO CPU


Transient error

General description of conditions for occurring:


Internal software error

C COFF 071 002 LOGICAL ERROR IN COMMUNICATION PROTOCOL


Transient error

General description of conditions for occurring:


Internal software error

C COxx 088, Functional Check


C CO 088 000 CASE ERROR
Transient error

General description of conditions for occurring:


- Internal software error

C COFB 088 001 AIR DETECTOR TEST ERROR, CPU P


Unconditional error, blood pump not available

General description of conditions for occurring:


- CPU P air detector does not detect “air” when the transmitted
intensity is lowered during Fch.

Technical description of conditions for occurring:


- PRI(PI_AirDetAirPErrCnt) > 10

Some possible explanations why the error has occurred:


- Air detector broken
- Broken BM I/O board (IC5, IC14 and components, IC12, IC17, Q6,
Q7, IC19 and components)

HCEN12371 Rev. 10.2011 AK 96® - Error Codes 53 (115)


Program version 3.50
- Broken protective CPU board (IC43 and components) (N.E. IC48)
- Broken protective driver board (IC6 and components, V6 and
components, IC4 and components, IC55)

C COFB 088 002 AIR DETECTOR TEST ERROR, CPU W


Unconditional error, blood pump not available

General description of conditions for occurring:


- CPU W air detector does not detect “air” when the transmitted
intensity is lowered during Fch.

Technical description of conditions for occurring:


- PRI(PI_AirDetAirWErrCnt) > 10

Some possible explanations why the error has occurred:


- Air detector broken
- Broken BM I/O board (IC5, IC14 and components, IC12, IC17, Q6,
Q7, IC19 and components)
- Broken protective CPU board (IC3 and components)
- Broken protective driver board (IC2 and components, V3 and
components, IC1 and components, IC55)

C COFB 088 003 AIR DETECTOR TEST ERROR, CPU P AND W


Unconditional error, blood pump not available

General description of conditions for occurring:


- One or both of CPU P and CPU W’s air detectors does not sense
alarm free status when the transmitted intensity is increased to
normal level. This error code should only occure if anything is done
with the air detector during the low intensity test phase, since this
condition (alarm free status) was already fulfilled at the start of the
test.

Technical description of conditions for occurring:


- PRI(PI_AirDetNoAirErrCnt) > 10

Some possible explanations why the error has occurred:


- Low level in venous drip chamber. Check the level and restart the
monitor.

C COFF 088 004 BLOOD LEAK DETECTOR TEST ERROR, VALUE TOO HIGH
Unconditional error, blood pump available

General description of conditions for occurring:


- The blood leak detector value is too high when the LED is off.

Technical description of conditions for occurring:


- PRI(PI_BlLeakOffLevelErrCnt) > 4
- Blood leak detector value > 2mV measured by ADC (CPU P)

Some possible explanations why the error has occurred:


- Blood leak detector uncalibrated
- Blood leak detector unit broken
- Too much external light in blood leak detector ( AK 96 open for
service)
- Broken protective driver board (R71 and components, IC29, IC25)
- Broken/uncalibrated A/D system, protective driver board (IC12,
IC13, IC15, and components)

C COFF 088 005 BLOOD LEAK DETECTOR TEST ERROR, VALUE OUT OF LIMIT

54 (115) AK 96® - Error Codes HCEN12371 Rev. 10.2011


Program version 3.50

You might also like