- Topic ID: id_11038907
- Version: 3.0
- Date: Apr 22, 2019 12:56:06 AM
Check Camera Hardware
Prerequisites
Overview
This document describes the steps necessary to check camera hardware.
1 Preliminary Checks
Procedure
- Check the printer for paper jam or other malfunction.
- Check the physical connections between components.
2 Hardware Diagnostics
Run hardware diagnostics as appropriate for the particular camera type.
2.1 DICOM Camera
Procedure
- Verify camera parameters from a Unix shell as follows:
cd /usr/g/en_US/app_defaults/devices ENTER
ls ENTER
The camera file is listed.
- Use “cat” to read the file and verify parameters.
(See following example.)
cat MIM-FLIB.dev ENTER
#first the obligatory fields
set dName "MIM-FLIB"
set dPort 5040 (Port Number)
set dComment ""
set dType digital
set dColour greyscale
set dQueueType DICM
set dQueueName /usr/g/ctuser/app-defaults/devices/MIM-FLIB.dev
set dAppTitle "MIM-FLIB" (Camera AE Title)
set dIPAddress 142.238.192.186 (Camera IP Address)
set dHostName MIM-FLIB (Camera Host Name)
- To test network connection, run the following:
ping camera_IPAddress ENTER
2.2 Laser Camera
Procedure
- To test hardware, run the following from a Unix shell:
showdasm
scsistat
- Refer to the DASM Troubleshooting procedure for additional information.