123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- Configuration File
- [HostConfig]
- InBoxPath=Test Pic Note: Path of image preservation.
- SaveImage=1 Note: 1:Zmanager will save images.0:Zmanager will not save images.
- Sensitivity=0 Note: Control of image sensitivity in aed mode. If the average pixel value of the image is
- greater than this value, the image is acquired. 0 means to get any image. Stay 0 by default.
- SynBoxPort=0 Note: port number of Synchronous box .
- SDKDebug=0 Note: sdk debug switch . Only for R&D personnel debugging. Stay 0 by default.
- RetransInfo=0 Note: The switch of image transfer information in log. The default setting is 0.
- LOGClose=0 Note: sdk log switch .0: sdk will record log. 1: sdk no longer record log .
- SDKEnhance=0 Note: Image enhancement enable switch. 0:disable .1:enable
- log_path=log_tmp Note: Log path of sdk .
- RecoveryTime=10 Note: In aed state, the recovery seconds of the panel after the image is acquired.
- GetTypeFromPCcfg=0 Note: Automatic panel type recognition. 0:enable. 1: Obtain the panel type through the field ¡°FPType¡±.
- BufferDepth=1 Note: The type of memory space allocated by the SDK for receiving images. For static FP, set to 1, the sdk will allocate the minimum memory. For dynamic FP, set to 2.
- BATTLOW1=25 Note: If the battery power is lower than this percentage, the EVENT_BATTLOW1 callback event will be triggered. The default value is 25(25%).
- BATTLOW2=20 Note: If the battery power is lower than this percentage, the EVENT_BATTLOW2 callback event will be triggered. The default value is 20(20%).
- [Template]
- FPType=4343 Note: Flat panel type.
- ShiftRow=0 Note: The number of invalid rows above the image data.
- ShiftCol=0 Note: The number of invalid columns on the left side of the image data.
- PicRow=3072 Note: The total number of rows of image data.
- PicCol=3072 Note: The total number of columns of image data.
- PostProcessing=6 Note: Image post-processing method. 0:raw. 1:offset. 2:gain. 4:defect , 6 means to perform gain and defect calibration.
- tpl_path=raw Note: The path of the template used for sdk calibration.
- dark_count=8 Note: The number of dark images to be acquired during the TestUI calibration operation.
- flood_count=8 Note: The number of flood images to be acquired during the TestUI calibration operation.
- aed_count=10 Note: The number of Aed images to be acquired during the TestUI calibration operation.
- ShiftRowReverse=0 Note: The number of invalid rows below the image data.
- ShiftColReverse=0 Note: The number of invalid columns on the right side of the image data.
- RawGain=0 Note: The magnification of the pixels of the original image. The default value is 0 means no zoom. 10-99 means magnification 1.0 to 9.9 times.
- LUT=0 Note: Whether to perform LUT mapping on image data. 0:disable. Others:enable.
- Sharp=0 Note: Image sharpening settings. 0 means no sharpening operation. 1-99, the larger the value, the stronger the sharpening. The default value is 0.
- SilkPair=0 Note: Image enhancement algorithm for industry. The default value is 0.
- [DefectPara]
- Defect_STD_M=6 Note: The sigma value of the defect pixel search algorithm in the calibration operation.
- Defect_line=5 Note: If the number of defect pixels in a row or column exceeds the ratio(percent), the row or column is defined as a bad row or column.
- Defect_min=500 Note: The minimum value of dark image or flood image pixels collected during the calibration operation. If the pixel value is less than this value, it is defined as a defect pixel.
- Defect_max=60000 Note: The maximum value of dark image or flood image pixels collected during the calibration operation. If the pixel value is greater than this value, it is defined as a defect pixel.
- [IPConfig]
- IPAllocate=1 Note: SDK will allocate IP address for detector, stop this function by set it to ¡®0¡¯.
- HostIPAddr=192.168.11.252 Note: If the IP address is equal to the IP of a network card on the PC side, the sdk will bind the network port for communication. Otherwise, the sdk will automatically retrieve the network port
- and select the network port on the same subnet as the FP for communication.
- UDPPortStart=30714 Note: UDP communication port for detector and PC.
- [SynBoxTime]
- expose_clock=750 Note: In Hst mode, the maximum exposure time(ms) that the SDK can receive.
- turb_clock=1800 Note: In hst mode, the preparation time(ms) of the X-ray machine before exposure.
- ready_clock=1560 Note: In Hst mode, the internal preparation time(ms) of the panel before exposure. This value is automatically calculated by SDK.
- xwin_clock=1000 Note: Xwin time(ms) for the panel
- //////////////////////////////////////////////////////////////////////////
- Default Configuration
- The panel will return to the default configuration after executing the command COM_DefFPConf(), as follows:
- Configuration for image acquisition:
- Turb Ready(ms): 1500 // The time spent preparing the tube.
- Max X Time(ms):750 // In the synchronous mode, the tube exposure has the longest duration.
- X window(ms):1000 // The window time for receiving X-rays.
- Delay Time(ms): 0 // When continuously acquiring images, the interval between two image acquisitions.
- Repeat Times: 1 // The number of images collected after a single trigger.
- Wireless configuration:
- Sta mode Essid:ap_default // Essid in station mode.
- AP mode Essid: Same as the serial number. //Essid in Access Point mode.
- AP mode Channel:157
- AP Key:123456789 // The key of ap mode
- Sta Key:123456789 //The key of station mode
- Wifi Mode: AP
|