Anda di halaman 1dari 30

Go to Main TOC

SONOLINE Elegra
Ultrasound Imaging System

Error Messages

December, 2000 Function

48 45 801 REV 00
Wiedergabe sowie Vervielfältigung dieser Unterlage, Verwertung und Mitteilung Copyright  2000 Siemens Medical Systems, Inc.
ihres Inhalts nicht gestattet, soweit nicht ausdrücklich zugestanden. Zuwieder- Proprietary data, company confidential. All rights reserved.
handlungen verpflichten zu Schadenersatz. Alle Rechte für den Fall der Patent- Confié à titre de secret d´entreprise. Tous droits réservés.
erteilung oder GM-Eintragung vorbehalten. Confiado como secreto industrial. Nos reservamos todos los derechos.
Go to Main TOC

SONOLINE Elegra Ultrasound Imaging System - Error Messages

Table of Contents

1.0 Error Code Information ........................................................................ 3


1.1 Installation Errors .................................................................................................. 3
1.2 Boards Corresponding to Error Codes for Spurious Interrupts ............................. 4
1.3 NVRAM Boot Flag Settings .................................................................................. 4
1.4 Exception Handler Error Codes ............................................................................ 5
1.5 Board Fault Messages .......................................................................................... 6
1.5.1 TI Board Faults ......................................................................................... 6
1.5.2 TR Board Faults ....................................................................................... 7
1.5.3 AC Board Faults ....................................................................................... 8
1.5.4 RB Board Faults ....................................................................................... 9
1.5.5 TS Board Faults ........................................................................................ 10
1.5.6 FC Board Faults ....................................................................................... 11
1.5.7 RM Board Faults ....................................................................................... 12
1.5.8 SA Board Faults ....................................................................................... 16
1.5.9 DR Board Faults ....................................................................................... 17
1.5.10 EP Board Faults ....................................................................................... 18
1.5.11 FP0 Board Faults ...................................................................................... 19
1.5.12 FP1 Board Faults ...................................................................................... 20
1.5.13 TP Board Faults ........................................................................................ 21
1.5.14 AP Board Faults ....................................................................................... 23
1.5.15 IM Board Faults ........................................................................................ 25
1.5.16 SC Board Faults ....................................................................................... 26
1.5.17 RP Board Faults ....................................................................................... 27
1.5.18 VM Board Faults ....................................................................................... 28
1.5.19 VA Board Faults ........................................................................................ 29
1.5.20 CP Board Faults ....................................................................................... 30

Page 2 of 30 48 45 801 REV 00 Siemens Medical Systems, Inc.


December, 2000
Go to Main TOC

SONOLINE Elegra Ultrasound Imaging System - Error Messages

1.0 Error Code Information

1.1 Installation Errors


Software installation error codes have a four digit code added to the beginning of the code.
They appear in this manner:
000A0008
Detailed software installation logs are saved on the system hard disk drive. The error logs can
be downloaded through the GDUI utility and then used to examine software load errors. The
error logs may also be requested by technical support for error analysis.

Error Definition Corrective Action

0001 MO installation disk may be bad. Replace the MO disk.

0002 MO disk drive may be bad. Replace the MO disk drive.

0004 Possible SCSI device controller error. Replace the RM board.

0008 Possible hard disk error. Replace or format the hard drive.

0010 Firmware loading errors. Replace the defective board.

0020 Software error. Reinstall the software; replace the MO disk; or


replace the RM board.

0040 User error Train the user.

0080 RM board error. Replace the RM board.

0100 Error loading VM firmware. Replace the VM board.

0200 Unknown S/W installation error. Engineering analysis required.

Siemens Medical Systems, Inc. 48 45 801 REV 00 Page 3 of 30


December, 2000
Go to Main TOC

SONOLINE Elegra Ultrasound Imaging System - Error Messages

1.2 Boards Corresponding to Error Codes for


Spurious Interrupts

Board IRQ Level Interrupt Code

SA 6 0x0020

DRO 2 0x0002

DRI 2 0x0002

EP 1 0x0001

FP0 3 0x0004

FP1 3 0x0004

TP 5 0x0010

IM 4 0x0008

SC 3 0x0004

IP 3 0x0004

RP 1 0x0001

VM 2 0x0002

VA 1 0x0001

AP 5 0x0010

The interrupt code is in hex with each bit corresponding to an interrupt IRQ level. If there
was more than one board giving a spurious interrupt then the code would be additive for the
bits that were related to the IRQ levels. As an example, a code of 0x0028 would correspond
to IRQ levels 4 and 6 indicating the possibility of a bad SA and IM board.

1.3 NVRAM Boot Flag Settings

Flag Value Flag Definition

0x00000 Boot from hard disk, no symbols loaded.

0x00200 Load software, do not start system operation.

0x01000 Boot from NVRAM parameters.

0x02000 Default setting, load operational software with global symbols

0x04000 Boot system for diagnostics only.

0x10000 Disable POST.

NOTICE These values can be entered into the Boot Flag parameter through the VxWorks console using the
bootChange command or through the DUI.

NOTICE The flag value is additive in hex. As an example, if you wish to boot up diagnostics only and not load
all symbols, you would insert 0x06000 in the Boot Flag parameter.

Page 4 of 30 48 45 801 REV 00 Siemens Medical Systems, Inc.


December, 2000
Go to Main TOC

SONOLINE Elegra Ultrasound Imaging System - Error Messages

1.4 Exception Handler Error Codes


The exception handler error codes are decoded as follows:
X XX XXX
Digits: 0 1 2 3 4 5

Exception Handler Error Decoder

Digit 0: Source Specifier Digit 1-2: HW Specifier Digit 3-5: Error Specifier

1 = Front-end Hardware see table below see tables on following pages


2 = Back-end Hardware
3 = Software Error

Exception Handler Error HW Source Specifiers

Source Specifier = 1 Source Specifier = 2 Source Specifier = 3

Hardware Specifier Values Hardware Specifier Values Hardware Specifier Values

01 = TI 01 = RM N/A
02 = AC 04 = SA
06 = TRA 05 = DR0
07 = TRB 06 = DR1
08 = TRC 09 = EP
09 = TRD 10 = FP0
10 = Unknown TR 11 = FP1
33 = FC 12 = TP
36 = TS 14 = IM
37 = RBA 15 = IP
38 = RBB 16 = SC
39 = RBC 19 = RP
40 = RBD 21 = VM
41 = RBE 22 = VA
42 = RBF 23 = AP
43 = RBG 30 = CP
44 = RBH
53 = Unknown RB

Siemens Medical Systems, Inc. 48 45 801 REV 00 Page 5 of 30


December, 2000
Go to Main TOC
Page 6 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.1 TI Board Faults

1.5 Board Fault Messages


TI Board Faults

Name Description Software Action Fault Message Fault Code Notes


High voltage fault When this interrupt is enabled, Disable Transmitters. Display The system has detected a 101000
an interrupt is generated when- information message to the power supply out of tolerance.
ever the multiplexer high voltage user. Log error to log file con- Imaging is disabled. There will
supply falls out of range (high or taining high voltage supply val- be a 10 second delay while the
low). ues. Delay 10 seconds. Clear system attempts to correct this
high voltage interrupt. If high problem.
voltage interrupt reoccurs within
100 ms, log an unrecoverable
high voltage fault.
Unrecoverable High Voltage Refer to high voltage fault Safe system, display fault mes- Supply still out of range. System 101001
fault description. sage, and disable all live imag- halted.
ing functions. (1) Turn system OFF, then ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000

Relay switch fault If this interrupt is enabled, an Attempt to switch TI a second None 101002
interrupt is generated whenever time if fault is sensed. Log initial
a transducer relay switch fault is fault. If recovery is unsuccessful
sensed. after second attempt, report a
level-2 relay switch fault to
exception handler.
Unrecoverable relay switch Refer to relay switch fault Safe system, display fault mes- Supply still out of range. System 101003
fault description. sage, and disable all live imag- halted.
ing functions (1) Turn system OFF, then ON.
(2) Call Service is problem per-
sists.
Safety fault interrupt If this interrupt is enabled and Safe system, display fault mes- All live imaging functions dis- 101004
either high voltage is sensed on sage, and disable all live imag- abled -- system problem.
a transducer signal line or an ing functions. (1) Turn system OFF, then ON.
unoccupied probe connector (2) Call Service if problem per-
pin, a high voltage fault interrupt sists.
Siemens Medical Systems, Inc.

is generated.
Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 101005
valid address range causing sage, and disable all live imag- abled - system problem.
VMEbus error fault interrupt on ing functions. (1) Turn system OFF, then ON.
RM. (2) Call Service if problem per-
sists.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.2 TR Board Faults


TR Board Faults

Name Description Software Action Fault Message Fault Code Notes

TPM thermal overload/over- If this interrupt is enabled and a Safe system and run BIT/CAL System diagnostics are being 10(6-9)001 Refer to Appen-
current TREG over temperature condi- diagnostics to identify and map run to correct imaging problem. (code depends dix for more
tion is sensed or a TPM overcur- out affected channels. If more A slight degradation of imaging upon which TR detailed informa-
rent is sensed, an interrupt is than 10 channels affected or if performance may occur. board is the tion regarding
generated. fault condition cannot be Maximum delay: 1 minute source of the TR fault man-
Note: The same interrupt signal cleared, report a level-2 thermal (1) Select a different transducer fault) agement.
is shared with TPM overcurrent overload/overcurrent fault to to clear problem.
and thermal overload faults. exception handler. Otherwise (2) Call Service if problem per-
log fault and display fault mes- sists.
sage.
Selecting a different transducer
shall re-enable normal imaging
(i.e. all channels active)
48 45 801 REV 00

Unrecoverable TPM thermal Refer to TPM thermal overload/ Safe system, display fault mes- All live imaging with current 10(6-9)002
December, 2000

overload/overcurrent overcurrent description. sage, and disable all live imag- transducer disabled. (code depends
ing functions. (1) Attempt to clear fault condi- upon which TR
Re-enabled imaging functions if tion by selecting different trans- board is the
a new transducer is selected. ducer. source of the

SONOLINE Elegra Ultrasound Imaging System - Error Messages


(2) Call Service if problem per- fault)
sists.

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 10(6-9)007
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if the problem
persists.
Page 7 of 30
Go to Main TOC
Page 8 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.3 AC Board Faults
AC Board Faults

Name Description Software Action Fault Message Fault Code Notes

Temperature thermistor If the TEE temperature ther- Live imaging functions with TEE All live imaging with transducer 102002 Refer to Appen-
faults. mister (A) and/or (B) interrupts transducer are disabled, a fault (TEE) disabled -- transducer dix for more
are enabled, an interrupt is gen- is logged, and a fault message is temperature problem. details regard-
erated if either transducer array displayed. (1) Allow transducer to cool ing TEE ther-
temperature exceeds a fixed Re-enable imaging functions if down. mistor fault
threshold. another transducer is selected. (2) Try imaging again once TEE management.
transducer temperature is in
normal range. If live imaging is
disabled again, temperature is
still too high.
(3) Call Service if problem per-
sists.

TXBF calculation error. If TXBF interrupt is enabled, an Log fault. None. 102003
48 45 801 REV 00

interrupt is generated if an over-


December, 2000

flow condition occurs during any


transmit delay calculation.

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 102004
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.4 RB Board Faults


RB Board Faults

Name Description Software Action Fault Message Fault Code Notes

Illegal R/W to EEPROM If EEPROM protect bit is Log fault. None 1(37-44)001 Protect bit is cleared and
set and interrupt is (code depends upon the interrupt is masked
enabled, an interrupt is which RB board was the after any type of system
generated if a write is source of the fault) reset occurrence. Inter-
attempted. Intended to rupt may be enabled or
protect against invalid disabled at anytime under
write cycles to flash software control. Protect
EEPROM. bit must be set to allow
reprogramming of
EEPROM.

Global read cycle If global read interrupt bit Log fault. None 1(37-44)002 Interrupt can be enabled
is set, an interrupt is gen- (code depends upon or disabled at anytime
erated if a global read which RB board was the under software control.
48 45 801 REV 00

cycle is attempted. A glo- source of the fault) No actual read cycle


December, 2000

bal read is always treated occurs if attempted.


as in invalid operation.

Board access fault VMEbus access time-out Safe system, display fault All live imaging functions 1(37-44)003

SONOLINE Elegra Ultrasound Imaging System - Error Messages


to valid address range message, and disable all disabled -- system prob-
causing VMEbus error live imaging functions. lem.
fault interrupt on RM. (1) Turn the system OFF,
then ON.
(2) Call Service if problem
persists.
Page 9 of 30
Go to Main TOC
Page 10 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.5 TS Board Faults
TS Board Faults

Name Description Software Action Fault Message Fault Code Notes

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 136001
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.6 FC Board Faults


FC Board Faults

Name Description Software Action Fault Message Fault Code Notes

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 133001
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000

SONOLINE Elegra Ultrasound Imaging System - Error Messages


Page 11 of 30
Go to Main TOC
Page 12 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.7 RM Board Faults
RM Board Faults

Name Description Software Action Fault Message Fault Code Notes

Access fault error For more specific information Safe system, display fault mes- All system functions disabled -- 201001
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide. sists.

Address error For more specific information Safe system, display fault mes- All system functions disabled -- 201003
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide. sists.

Illegal instruction fault. For more specific information Safe system, display fault mes- All system functions disabled -- 201005
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
48 45 801 REV 00
December, 2000

MVME177 Programmer’s Refer- (2) Call Service if problem per-


ence Guide. sists.

Floating point error For more specific information Safe system, display fault mes- All system functions disabled -- 201007
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide. sists.

Privilege violation For more specific information Safe system, display fault mes- All system functions disabled -- 201009
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide. sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

RM Board Faults (cont.)

Name Description Software Action Fault Message Fault Code Notes

Format error For more specific information Safe system, display fault mes- All system functions disabled -- 201011
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide. (2) Call Service if problem per-
sists.

Local bus error For more specific information Safe system, display fault mes- All system functions disabled -- 201013
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide. (2) Call Service if problem per-
sists.

DMAC VMEbus error For more specific information Safe system, display fault mes- All system functions disabled -- 201015
48 45 801 REV 00
December, 2000

refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide. (2) Call Service if problem per-

SONOLINE Elegra Ultrasound Imaging System - Error Messages


sists.

DMAC parity error For more specific information Disable DMAC and use non- 201017
refer to the Motorola M68060 DMAC means of communica-
User’s manual and the tion.
MVME177 Programmer’s Refer-
ence Guide

DMAC off-board error For more specific information Disable DMAC and use non- 201019
refer to the Motorola M68060 DMAC means of communica-
User’s manual and the tion.
MVME177 Programmer’s Refer-
ence Guide
Page 13 of 30
Go to Main TOC
Page 14 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


RM Board Faults (cont.)

Name Description Software Action Fault Message Fault Code Notes

DMAC LTO error For more specific information Safe system, display fault mes- All system functions disabled -- 201021
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide (2) Call Service if problem per-
sists.

DMAC unidentified error. For more specific information Disable DMAC and use non- 201023
refer to the Motorola M68060 DMAC means of communica-
User’s manual and the tion.
MVME177 Programmer’s Refer-
ence Guide

LAN parity error For more specific information Safe system, display fault mes- All system networking functions 201025
refer to the Motorola M68060 sage, log fault, and disable all disabled -- system problem.
48 45 801 REV 00
December, 2000

User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide (2) Call Service if problem per-
sists.

LAN off-board error For more specific information Safe system, display fault mes- All system networking functions 201027
refer to the Motorola M68060 sage, log fault, and disable all disabled -- system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide (2) Call Service if problem per-
sists.

LAN LTO error For more specific information Safe system, display fault mes- All system networking functions 201029
refer to the Motorola M68060 sage, log fault, and disable all disabled -- system problem.
User’s manual and the system functions. (1) Turn the system OFF, then
MVME177 Programmer’s Refer- ON.
ence Guide (2) Call Service if problem per-
Siemens Medical Systems, Inc.

sists.
Go to Main TOC
Siemens Medical Systems, Inc.

RM Board Faults (cont.)

Name Description Software Action Fault Message Fault Code Notes

SCSI parity error For more specific information Safe system, display fault mes- All system functions disabled -- 201031
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide sists.

SCSI off-board error For more specific information Safe system, display fault mes- All system functions disabled -- 201033
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
MVME177 Programmer’s Refer- (2) Call Service if problem per-
ence Guide sists.

SCSI LTO error For more specific information Safe system, display fault mes- All system functions disabled -- 201035
refer to the Motorola M68060 sage, log fault, and disable all system problem.
User’s manual and the system functions. (1) Turn the system OFF, then ON.
48 45 801 REV 00
December, 2000

MVME177 Programmer’s Refer- (2) Call Service if problem per-


ence Guide sists.

AC Fail Non-maskable interrupt is gen- Begin a power-down


erated whenever the AC in-out sequence that includes

SONOLINE Elegra Ultrasound Imaging System - Error Messages


is removed or there is a 40 ms saving the state of the sys-
interruption (dropout) in AC line tem, and gracefully halt-
voltage. ing. The software has 40
ms to save system status.

SCP watchdog timer error SA failed to support reset watch- Safe system, display fault mes- All system functions disabled -- 201037 Due to importance of
dog timer protocol properly. sage, and disable all system system problem. fault, no recovery shall be
functions. (1) Turn the system OFF, then ON. attempted. There should
(2) Call Service if problem per- be enough design margin
sists. in the watchdog design to
accommodate some
slight variations in update
rates.
Page 15 of 30
Go to Main TOC
Page 16 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.8 SA Board Faults
SA Board Faults

Name Description Software Action Fault Message Fault Code Notes

Acoustic watchdog timer If enabled, an acoustic watch- Refer to SCP Software Require- All live imaging functions dis- 204003
fault. dog timer interrupt will occur if ments Specification for SCP abled -- system problem.
the RM neglects to reload timer control requirements for acous- (1) Turn system OFF, then ON.
periodically. tic watchdog timer fault. (2) Call Service if problem per-
If the RM acknowledges the sists.
SCP fault message, the RM
safes the system, displays the
fault message, and disable all
live imaging functions.

Sequence control processor If this interrupt is enabled and a Safe system, display fault mes- All live imaging functions dis- 204004
fault. sequence control processor sage, and disable all live imag- abled -- system problem.
fault is detected during boot or ing functions. (1) Turn the system OFF, then
run-time, an interrupt is gener- ON.
48 45 801 REV 00

ated. (2) Call Service if problem per-


December, 2000

sists.

Phase correction control If this interrupt is enabled and a Disable all phase correction All phase correction imaging 204007
processor fault. phase aberration correction soft- imaging functions, log fault, and functions disabled -- system
ware error occurs, an interrupt is display fault message. problem.
generated. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 204009
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.9 DR Board Faults


DR Board Faults

Name Description Software Action Fault Message Fault Code Notes

DR1 board access fault VMEbus access time-out to Log fault, display fault message, Frame rate degradation -- sys- 206001 A fault to DR1
valid address range causing and disable all parallel receive tem problem. eliminates paral-
VMEbus error fault interrupt on imaging functions. Continues to (1) Turn the system OFF, then lel receive pro-
RM. support live imaging at reduced ON. cessing
frame rates. (2) Call Service if problem per- capability.
sists.

DR0 board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 206002
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000

SONOLINE Elegra Ultrasound Imaging System - Error Messages


Page 17 of 30
Go to Main TOC
Page 18 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.10 EP Board Faults
EP Board Faults

Name Description Software Action Fault Message Fault Code Notes

Xilinx configuration error If a Xilinx part is not properly Software must poll this bit during None. 209001
configured on power up or sys- system initialization to insure EP
tem reset, a bit is set in the EP is properly configured. If fault is
GCR register. sensed, log fault and attempt
software reset of board. If fault
occurs again, report level-1 Xil-
inx configuration error to excep-
tion handler.

Unrecoverable Xilinx config- Refer to Xilinx configuration Safe system, display fault mes- All live imaging functions dis- 209002
uration error. error description. sage, and disable all live imag- abled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
48 45 801 REV 00

sists.
December, 2000

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 209003
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.11 FP0 Board Faults


FP0 Board Faults

Name Description Software Action Fault Message Fault Code Notes

FP0 board fault If this interrupt is enabled, an Log error and attempt recovery. None. 210001
interrupt is generated if a Xilinx If recovery is unsuccessful,
boot failure occurs. report level-2 FP0 board fault to
exception handler.

Unrecoverable FP0 board Refer to FP0 board fault descrip- Log fault, display fault message, All color flow system functions 210002
fault tion. and disable all color flow imag- disabled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Clutter processor (CP) boot If this interrupt is enabled, an Log error and attempt recovery. None. 210003
fault interrupt is generated if a CP If recovery is unsuccessful,
DSP fault is detected during report level-2 clutter processor
48 45 801 REV 00
December, 2000

boot. fault to exception handler.

Unrecoverable CP boot Refer to CP fault description. Log fault, display fault message, All color flow system functions 210004
fault. and disable all color flow imag- disabled -- system problem.
ing functions. (1) Turn the system OFF, then

SONOLINE Elegra Ultrasound Imaging System - Error Messages


ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Log fault, display fault message, All color flow system functions 210005
valid address range causing and disable all color flow imag- disabled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Page 19 of 30
Go to Main TOC
Page 20 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.12 FP1 Board Faults
FP1 Board Faults

Name Description Software Action Fault Message Fault Code Notes

FP1 board fault If this interrupt is enabled, an Log error and attempt recovery. None. 211001
interrupt is generated if a Xilinx If recovery is unsuccessful,
boot failure occurs. report level-2 FP1 board fault to
exception handler.

Unrecoverable FP0 board Refer to FP0 board fault descrip- Log fault, display fault message, All color flow system functions 211002
fault tion. and disable all color flow imag- disabled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Quantitative color flow If this interrupt is enabled, an Log error and attempt recovery. None. 211003
(QCF) processor fault interrupt is generated if a QCF If recovery is unsuccessful,
processor is detected. report level-2 clutter processor
48 45 801 REV 00
December, 2000

fault to exception handler.

Unrecoverable QCF fault. Refer to QCF fault description. Log fault, display fault message, All color flow system functions 211004
and disable all color flow imag- disabled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Log fault, display fault message, All color flow system functions 211005
valid address range causing and disable all color flow imag- disabled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.13 TP Board Faults


TP Board Faults

Name Description Software Action Fault Message Fault Code Notes

TP board fault If this interrupt is enabled, an Log error and attempt recovery None. 212001
interrupt is generated if a hard- by generating a local TP board
ware fault is detected during reset and reinitializing TP. If a
system boot by on-board pro- second successive board fault is
cessor. detected, report level-2 TP
board fault to exception handler.

Unrecoverable TP board Refer to TP board fault descrip- Log fault, display fault message, All live and CINE Doppler/M- 212002
fault. tion. and disable all Doppler/M-mode Mode imaging functions dis-
imaging functions. abled -- system problem.
(1) Turn the system OFF, then ON.
(2) Call Service if problem per-
sists.

TP FIFO fault If this interrupt is enabled, an Log fault, display fault message, None. 212003
48 45 801 REV 00
December, 2000

interrupt is generated if either and attempt fault recovery. If


FIFO underflow or overflow con- recovery is unsuccessful, report
ditions are detected. level-2
TP FIFO fault to exception han-

SONOLINE Elegra Ultrasound Imaging System - Error Messages


dler.

Unrecoverable TP FIFO Refer to TP FIFO fault descrip- Log fault, display fault message, All live and CINE Doppler/M- 212004
fault. tion. and disable all Doppler/M-mode Mode imaging functions dis-
imaging functions. abled -- system problem.
(1) Turn the system OFF, then ON.
(2) Call Service if problem per-
sists.

TP run-time fault If interrupt is enabled, an inter- Log fault and attempt fault None. 212005
rupt is generated when the TP recovery. If recovery is unsuc-
DSP detects a run-time fault. cessful, report level-2 TP run-
time fault to exception handler.
Page 21 of 30
Go to Main TOC
Page 22 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


TP Board Faults (cont.)

Name Description Software Action Fault Message Fault Code Notes

Unrecoverable TP run-time Refer to TP run-time fault Log fault, display fault message, All live and CINE Doppler/M- 212006
fault. description. and disable all Doppler/M-mode Mode imaging functions dis-
imaging functions. abled -- system problem.
(1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Log fault, display fault message, All live and CINE Doppler/M- 212007
valid address range causing and disable all Doppler and M- Mode imaging functions dis-
VMEbus error fault interrupt on Mode imaging functions. abled -- system problem.
RM. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
48 45 801 REV 00

sists.
December, 2000
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.14 AP Board Faults


AP Board Faults

Name Description Software Action Fault Message Fault Code Notes

AP FIFO underflow fault If this interrupt is enabled, an Log fault, display fault message, None. 223001
interrupt is generated if a FIFO and attempt fault recovery. If
underflow fault occurs. recovery is unsuccessful, report
level-2 AP FIFO underflow fault
to exception handler.

Unrecoverable AP FIFO Refer to AP FIFO underflow fault Log fault, display fault message, All Doppler imaging functions 223002
fault. description. and disable all Doppler imaging disabled -- system problem.
and audio functions. (1) Turn the system OFF, then ON.
(2) Call Service if problem per-
sists.

AP FIFO overflow fault. If this interrupt is enabled, an Log fault, display fault message, None. 223003
interrupt is generated if a FIFO and attempt fault recovery. If
overflow fault occurs. recovery is unsuccessful, report
48 45 801 REV 00
December, 2000

level-2 AP FIFO overflow fault to


exception handler.

Unrecoverable AP FIFO Refer to AP FIFO overflow fault. Log fault, display fault message, All Doppler imaging functions 223004
overflow fault. and disable all Doppler imaging disabled -- system problem.

SONOLINE Elegra Ultrasound Imaging System - Error Messages


and audio functions. (1) Turn the system OFF, then ON.
(2) Call Service if problem per-
sists.

Low air flow interrupt. If this interrupt is enabled, this Disable interrupt, log fault and System functions may be dis- 223005 Level sensitive
interrupt is generated when a display fault message warning abled if high temperature condi- interrupt. Multi-
low air flow condition is sensed user of high temperature condi- tion is not corrected -- low air ple interrupts will
in the back-end card cage. tion. flow problem. be generated if
(1) Refer to Operator’s Manual: interrupt is
Safety and Care Chapter. enabled before
(2) Call Service if problem per- fault is cleared.
sists.
Page 23 of 30
Go to Main TOC
Page 24 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


AP Board Faults (cont.)

Name Description Software Action Fault Message Fault Code Notes

No air interrupt. If this interrupt is enabled, this Safe system, display fault mes- All system functions disabled -- 223006 Level sensitive interrupt.
interrupt is generated when a no sage, and disable all system low air flow problem. Multiple interrupts will be
air flow condition is sensed in functions. (1) Turn system power OFF. generated if interrupt is
the back-end card cage. (2) Allow system to cool down. enabled before fault is
(3) Refer to Operator’s Manual - cleared.
- Safety and Care Chapter.
(4) Call Service if problem persists.

Power supply air flow inter- 223007 This interrupt is not imple-
rupt. mented. It is taken care of
through the Thermal Over-
load interrupt. See Power
Supply Thermal Overload
Fault.
48 45 801 REV 00
December, 2000

Power supply Thermal This interrupt is generated when Safe system, display fault mes- System is overheating Power 223008 If a thermal overload failure
Overload fault. a thermal overload in the Power sage. supply may shutdown. Actions occurs, the power supply
Supply occurs. This interrupt is The software response to this have been taken to cool the sys- will automatically shut down
issued when the temperature of fault should be the same as the tem: if the temperature continues
the Power Supply is to within 80 AC fail condition described in (1) Please clean System air fil- to climb. There is a mini-
±5 °C. Section 10.3.3.1. ters. mum range of 5 to a maxi-
(2) Refer to Operator’s Manual: mum of 30 degrees C rise
Safety and Care Chapter. before the Power Supply will
(3) Call Service if problem per- automatically shut down.
sists. The system should be shut
down and reset with a power
up sequence.

Board access fault VMEbus access time-out to Log fault, display fault message, All system functions disabled -- 223009
valid address range causing and refer to Table 2. system problem.
VMEbus error fault interrupt on (1) Turn the system OFF, then ON.
Siemens Medical Systems, Inc.

RM. (2) Call Service if problem per-


sists.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.15 IM Board Faults


IM Board Faults

Name Description Software Action Fault Message Fault Code Notes

IM board fault If this interrupt is enabled, an Log fault, display fault message, None. 214001
interrupt is generated when the and attempt local board reset. If
IM board fails to initialize prop- recovery is unsuccessful, report
erly after system reset. level-2 IM board fault to excep-
tion handler.

Unrecoverable IM board Refer to IM board fault descrip- Log fault, display fault message, All 2-D CINE functions disabled 214002
fault. tion. and disable all FOV (grayscale -- system problem.
and color flow) CINE functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

IM run-time fault. If interrupt is enabled, an inter- Log fault, display fault message, 214003
rupt is generated if a IM run-time and attempt local board reset. If
48 45 801 REV 00
December, 2000

errors occurs. recovery is unsuccessful, report


level-2 IM run-time fault to
exception handler.

Unrecoverable IM run-time Refer to IM run-time fault Log fault, display fault message, All 2-D CINE functions disabled 214004

SONOLINE Elegra Ultrasound Imaging System - Error Messages


fault. description. and disable all FOV (grayscale -- system problem.
and color flow) CINE functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Log fault, display fault message, All 2-D CINE functions disabled 214005
valid address range causing and disable all FOV (grayscale -- system problem.
VMEbus error fault interrupt on and color flow) CINE functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Page 25 of 30
Go to Main TOC
Page 26 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.16 SC Board Faults
SC Board Faults

Name Description Software Action Fault Message Fault Code Notes

SC board fault An interrupt is generated if a SC Log error and attempt recovery None. 216001 Non-maskable
board failure is detected. by generating a local SC board interrupt.
reset and reinitializing SC. If
fault recovery is unsuccessful,
report level-1 SC board fault to
exception handler.

Unrecoverable SC board Refer to SC board fault descrip- Safe system, display fault mes- All live imaging functions dis- 216002
fault. tion. sage, and disable all live imag- abled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

SC run-time fault An interrupt is generated if a Log fault and attempt recovery. None. 216003
48 45 801 REV 00
December, 2000

run-time fault is detected. If recovery is unsuccessful,


report level-1 SC run-time fault
to exception handler.

Unrecoverable SC run-time Refer to SC run-time fault Safe system, display fault mes- All live imaging functions dis- 216004
fault. description. sage, and disable all live imag- abled -- system problem.
ing functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 216005
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.17 RP Board Faults


RP Board Faults

Name Description Software Action Fault Message Fault Code Notes

Board access fault VMEbus access time-out to Safe system, display fault mes- All live imaging functions dis- 219001
valid address range causing sage, and disable all live imag- abled -- system problem.
VMEbus error fault interrupt on ing functions. (1) Turn the system OFF, then
RM. ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000

SONOLINE Elegra Ultrasound Imaging System - Error Messages


Page 27 of 30
Go to Main TOC
Page 28 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.18 VM Board Faults
VM Board Faults

Name Description Software Action Fault Message Fault Code Notes

VM board fault An interrupt is generated if a VM Log error and attempt recovery None. 221001 In some cases a VM board
board failure is detected. by generating a local VM board fault may prevent the display
reset and reinitializing VM. If of fault messages. The soft-
fault recovery is unsuccessful, ware design shall assume
report level-1 VM board fault to that the VM is always capable
exception handler. of displaying information.

Unrecoverable VM board Refer to VM board fault descrip- Safe system, display fault mes- All system functions disabled -- 221002 In some cases a VM board
fault. tion. sage, and disable all system system problem. fault may prevent the display
functions. (1) Turn the system OFF, then of fault messages. The soft-
ON. ware design shall assume
(2) Call Service if problem per- that the VM is always capable
sists. of displaying information.

VM run-time fault An interrupt is generated if a VM Log fault and attempt recovery. None. 221003 In some cases a VM board
48 45 801 REV 00
December, 2000

run-time fault is detected. If recovery is unsuccessful, fault may prevent the display
report level-1 VM run-time fault of fault messages. The soft-
to exception handler. ware design shall assume
that the VM is always capable
of displaying information.

Unrecoverable VM run-time Refer to VM run-time fault Safe system, display fault mes- All system functions disabled -- 221004 In some cases a VM board
fault. description. sage, and disable all system system problem. fault may prevent the display
functions. (1) Turn the system OFF, then of fault messages. The soft-
ON. ware design shall assume
(2) Call Service if problem per- that the VM is always capable
sists. of displaying information.

Board access fault VMEbus access time-out to Safe system, display fault mes- All system functions disabled -- 221005
valid address range causing sage, and disable all system system problem.
VMEbus error fault interrupt on functions. (1) Turn the system OFF, then ON.
RM. (2) Call Service if problem persists.
Siemens Medical Systems, Inc.
Go to Main TOC
Siemens Medical Systems, Inc.

1.5.19 VA Board Faults


VA Board Faults

Name Description Software Action Fault Message Fault Code Notes

Board access fault VMEbus access time-out to Log fault, display fault message, All video input/output functions 222001
valid address range causing and disable all video I/O func- disabled -- system problem.
VMEbus error fault interrupt on tions. (1) Turn the system OFF, then
RM.3 ON.
(2) Call Service if problem per-
sists.
48 45 801 REV 00
December, 2000

SONOLINE Elegra Ultrasound Imaging System - Error Messages


Page 29 of 30
Go to Main TOC
Page 30 of 30

SONOLINE Elegra Ultrasound Imaging System - Error Messages


1.5.20 CP Board Faults
CP Board Faults

Name Description Software Action Fault Message Fault Code Notes

CP board fault If a CP board failure is detected, Log error and attempt recovery None. 230001
CP attempts to send error mes- by generating a local CP board
sage to RM. reset and reinitializing CP. If fault
recovery is unsuccessful, report
level-1 CP board fault to excep-
tion handler.

Unrecoverable CP board Refer to CP board fault descrip- Safe system, display fault mes- All system functions disabled -- 230002
fault. tion. sage, and disable all system system problem.
functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.

CP run-time fault An interrupt is generated if a CP Log fault and attempt recovery. None. 230003
48 45 801 REV 00
December, 2000

run-time fault is detected. If recovery is unsuccessful,


report level-1 CP run-time fault
to exception handler.

Unrecoverable CP run-time Refer to CP run-time fault Safe system, display fault mes- All system functions disabled -- 230004
fault. description. sage, and disable all system system problem.
functions. (1) Turn the system OFF, then
ON.
(2) Call Service if problem per-
sists.
Siemens Medical Systems, Inc.

Anda mungkin juga menyukai