Easy Installation Manual
Easy Installation Manual
1
Easy Installation Strictly Confidential
• EVS 4343A
• EVS 4343AG
• EVS 4343W
• EVS 4343WG
• EVS 3643A
• EVS 3643AG
• EVS 3643W
• EVS 3643WG
How To Run:
• Run
• Warning! For Windows 10, you should run this program as Administrative Authority.
2
Program User Interface Strictly Confidential
detector to setup.
① ⑨
② Detector’s model type, serial number, and IP address.
⑧ detector automatically.
⑨ Exit.
3
How To Use – When using single detector (1) Strictly Confidential
ⓓ Map filename.
4
How To Use – When using single detector (2) Strictly Confidential
Map downloading
This step will be done automatically.
Please wait.
How To Use – When using single detector (4) Strictly Confidential
Gain Calibration
Shoot X-ray to the detector if Detector is READY.
Then, Easy Installation checks x-ray does by mean
value of image.
X-ray is weak.
Mean: 99 (Recommended 38000 ~ 43000 )
X-ray is weak. Please increase x-ray and try again. Please increase x-ray and try again.
X-ray is strong.
Mean: 50000 (Recommended 38000 ~ 43000 ) Please decrease x-ray and try again.
X-ray is strong. Please decrease x-ray and try again.
X-ray is fine.
Mean: 40000 (Recommended 38000 ~ 43000 ) Please take more images with the same x-ray dose.
X-ray is Good! [1/7].
When you get seven fine images, the gain calibration will be finished.
How To Use – When using single detector (4) Strictly Confidential
Please do workflow for ‘When using single detector’ with the first detector.
Then, select ‘2nd (index 1)’ at ⓐ in below picture, then set others like the first detector.
If you use three detectors, select ‘3rd (index 2)’ and set others for the third detector,
after the second.
Strictly Confidential
10
Easy Installation Configuration Strictly Confidential
• Example
Model type is EVS 4343A (51)
Serial number
12
Easy Installation Simple Customization (2/2) Strictly Confidential
2) After setting by Easy Installation, load the configuration files by your software, and run DRTECH API with the
configuration information.
• Read the first line (Detector model type number) and call InitializeDetector DLL function with the
number.
• Read the fourth and fifth lines (map folder and filename) and call LoadPixelMap, LoadGainMap,
LoadPanelMap DLL functions with the path.
LoadPixelMap(“C:\Econsole1\Map\WE93P3A9501.AMAP”);
LoadGainMap(“C:\Econsole1\Map\WE93P3A9501.AGMP”);
LoadPanelMap(“C:\Econsole1\Map\WE93P3A9501.APMP”);
13
Programming Interface of Easy Installation Strictly Confidential
For more detailed information, please refer EasyInstallation sample program source code in DRTECH API SDK.
14