Page 2
Document Disclaimer The content of this manual may change without prior notice.。 In no event will SEKONIC, its affiliate companies nor SEKONIC licensor be liable for any lost profits, lost data, or any other indirect special, punitive, incidental or consequential damages...
1.1. About SDK C-7000 SDK and sample program are developed using Visual Basic of Microsoft Visual Studio. Assuming application developer uses it, this reference manual explains how to program based on Microsoft Visual Studio. In case to use other program language, please also refer it.
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 2. Install / Uninstall 2.1. How to install There is no installer for C-7000 SDK. Please copy below 2 files and put them in your any folder. File Content Library for interface C7000_SDK.dll (Library to access from application) Library for device communication control SkCommIo.dll...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3. Instructions 3.1. Namespace to use C-7000 SDK uses "C7000 " as the namespace. 3.2. Class name Class Content C-7000 SDK Body 3.3. Function Function Content SK_Connect () Connect with C-7000 SK_Disconnect () Disconnect with C-7000...
SKF_WAVELENGTH_5NM_COUNT Number of spectrum data by 5nm CRI(R1~R15) SKF_CRI_COUNT SKF_TM30_BINS_COUNT TM-30-18 Hue Bins (*1) *1 Available in C-7000 SDK V2.00 or higher 3.5. Status 3.5.1. SKF_STATUS_COM Show result of communication with C-7000, as return value of all functions SKF_STATUS_COM as long...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.5.4. SKF_STATUS_RING Show light selection ring position status SKF_STATUS_RING description defined value explanation UNPOSITIONED un-positioned dark calibration position Low position(without ND filter) HIGH High position(with ND filter) SKF_REMOTE 3.5.5. Show remote mode ON/OFF status...
(Available in C-7000 SDK V2.00 or higher) Show the Measuring Method in ambient light mode. ※1 C-7000 SDK is valid for setting/acquiring only. C-7000 SDK enables to use only “Single measuring method” ※2 FW V24 or lower supports only Single measuring method.
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.6. Structure 3.6.1. SKS_DEVICE_INFO SK_GetDeviceInfo()to get device information SKS_DEVICE_INFO variable type explanation Device status information Status SKF_STATUS_DEVICE (refer3.5.2 ) Remote mode information Remote SKF_REMOTE (refer3.5.5 ) Button information Button SKF_STATUS_BUTTON (refer3.5.3 ) light selection ring position information...
String 3.6.7. SKS_TM30_HUE_BIN_VECTOR (Available in C-7000 SDK V2.00 or higher) SK_GetMeasuringResult() to get the measurement result of TM-30-18 hue bin vector. Measurement result is preserved as data of single type. It shows “0.0F” in case the result is out of measurement spec or C-7000 firmware is not TM-30-18 (FW 24 or lower).
Lower than "Under" "Under" measurement spec Higher than "Over" "Over" measurement spec *1 Reference light source cannot be selected from C-7000 SDK. Select it on the screen of SSI mode in C-7000 meter. SKS_TM30 variable type explanation SSIt String SSI Tungsten...
SpectralData_5nm() Single 5nm spectral data *1 Available in C-7000 SDK V2.00 or higher. C-7000 meter FW should be ver. 25 or higher to get the measured value. *2 Measurement result is preserved as character string. It shows “Under” in case result is lower than measurement spec, and it shows “Over”...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7. Function detail 3.7.1. SK_Connect () operation Connect with C-7000 type Function SK_Connect() as Long argument none return Result of communication with C-7000(refer3.5.1) value note In case of multiple devices, it connects with first device defined by PC...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7.3. SK_GetDeviceInfo () operation Get device information type Function SK_GetDeviceInfo(ByRef DeviceInfo As SKS_DEVICE_INFO) as Long argument save destination of device info (refer3.6.1) return Result of communication with C-7000 (refer3.5.1) value To get C-7000 status info, remote mode info, button info, light selection ring position info,...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7.4. SK_SetRemoteMode () operation Set ON/OFF of remote mode type Function SK_SetRemoteMode(ByVal RemoteMode As SKF_REMOTE) as Long argument Set ON/OFF of remote mode(refer3.5.5) return Result of communication with C-7000(refer3.5.1) value Please set remote mode ON before before transacting function of SK_GetMeasConfig ()、...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7.6. SK_SetMeasConfig () opeartion To set the configuration of measurement in the device type Function SK_SetMeasConfig(ByRef MeasConfig As SKS_MEAS_CONFIG) as Long argument Configuration of measurement set in the device (refer3.6.13) return Result of communication with C-7000 (refer3.5.1)
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7.7. SK_StartMeasuring () opeartion Start measurement type Function SK_StartMeasuring() as Long argument none return Result of communication with C-7000 (refer3.5.1) value note Private C7000Device As New C7000.SDK ' generate instance of SDK Private Sub...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 3.7.8. SK_StopStandby () Forcibly stop 90 seconds stanby for flash measuremnt in case of cordless flash opeartion measurement type Function SK_StopStandby() as Long argument none return Result of communication with C-7000 (refer3.5.1) value note...
Variable of measurement result is generated by SKS_MEAS_RESULTIn this case, there is no alignment designated for 1nm spectral data, 5nm spectral data, Color Rendering Index and note TM-30 Hue Bins(Available in C-7000 SDK V2.00 or higher.), thus alignment area needs to be initialized. Private...
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 4. Sample program 4.1. Development environment Generated by Visual Basic of Visual Studio 2019 4.2. How to register When you register SDK in your project, please add “C7000_SDK.dill” you made copy at procedure of [2.1 How to install] from reference of property of generated project.
Page 23
C-7000 SDK REFERENCE MANUAL No. I401-C-700-034 7-24-14, Oizumi-Gakuen-Cho, Nerima-Ku, Tokyo 178-8686 Japan Tel +81-3-3978-2335 Fax +81-3-3978-5229 http://www.sekonic.com Page 23 2012/03/01...
Need help?
Do you have a question about the C-7000 SDK and is the answer not in the manual?
Questions and answers