■Initialization Errors
Definition |
Value |
Description |
ZM_ERR_SUCCESS |
0 |
Normality completion |
ZM_ERR_INI_RESOURCE |
1 |
Failed in the acquisition of the resource. |
ZM_ERR_INI_INTERRUPT |
2 |
Failed in the registration of the interruption routine. |
ZM_ERR_INI_MEMORY |
3 |
Failed in the allocation of the memory. This error would hardly occur. If this error occurred, please extend the memory. |
ZM_ERR_INI_REGISTRY |
4 |
Failed in the access of registry. Please confirm whether the setting is available in property page. If this error still occurred, please reinstall the device. |
ZM_ERR_SYS_RECOVERED_FROM_STANDBY |
7 |
Execute ZmResetDevice function because the device has recovered from standby mode. |
ZM_ERR_INI_NOT_FOUND_SYS_FILE |
8 |
Initialization failed because czm.sys is not found. |
ZM_ERR_INI_DLL_FILE_VERSION |
9 |
Initialization failed because the file version of czm.dll cannot be acquired. |
ZM_ERR_INI_SYS_FILE_VERSION |
10 |
Initialization failed because the file version of czm.sys cannot be acquired. |
ZM_ERR_INI_NO_MATCH_DRV_VERSION |
11 |
Initialization failed because the file version of czm.dll is not same as czm.sys. |
■DLL Errors
Definition |
Value |
Description |
ZM_ERR_DLL_DEVICE_NAME |
10000 |
The devicename which wasn't registered by a device manager was specified. Please confirm the property page settings. |
ZM_ERR_DLL_INVALID_ID |
10001 |
Invalid ID was specified. Please confirm whether the initialization function has completed normally. |
ZM_ERR_DLL_CALL_DRIVER |
10002 |
Driver can't be called (Failed in the device I/O control). Please confirm whether the initialization function has completed normally. |
ZM_ERR_DLL_CREATE_FILE |
10003 |
Failed in the creation of the file (Failed in CreateFile). Please confirm whether the device driver can activate normally using Device Manager. |
ZM_ERR_DLL_CLOSE_FILE |
10004 |
Failed in the closing of the file (Failed in CloseFile). It is possible that you have executed the termination processing for the device which was not initialized. |
ZM_ERR_DLL_CREATE_THREAD |
10005 |
Failed in the creation of the thread (Failed in CreateThread). This error would hardly occur. If this error occurred, please confirm the number of threads activated by the application. |
ZM_ERR_INFO_INVALID_DEVICE |
10050 |
Specified device name is not found. Please check spelling. Please confirm the device name used in the application and the device name set in Device Manager. |
ZM_ERR_INFO_NOT_FIND_DEVICE |
10051 |
No more device. Please confirm whether the device has been registered in Device Manager. |
ZM_ERR_DLL_BUFF_ADDRESS
|
10100 |
Invalid data buffer address. The buffer address is NULL(0). Please make sure of the application's source code. |
■Driver Errors
Definition |
Value |
Description |
ZM_ERR_SYS_MEMORY |
20000 |
Failed in the allocation of the memory. |
ZM_ERR_SYS_NOT_SUPPORTED |
20001 |
This function can't be used by this device. |
ZM_ERR_SYS_BOARD_EXECUTING |
20002 |
Can not use because the device is working. |
ZM_ERR_SYS_USING_OTHER_PROCESS |
20003 |
Can not use because another process is using the device. Please confirm the restrictions on using more than one process. |
ZM_ERR_SYS_CHANNEL_NO |
20100 |
Channel No is out of the settable range. |
ZM_ERR_SYS_FREQUENCY |
20101 |
Frequency is out of the settable range. |
ZM_ERR_SYS_LEVEL |
20102 |
Level is out of the settable range. |
ZM_ERR_SYS_SPEED |
20103 |
Speed is out of the settable range. |
ZM_ERR_SYS_AVERAGE_COUNT |
20104 |
AverageCount is out of the settable range. |
ZM_ERR_SYS_CIRCUIT |
20105 |
Circuit is out of the settable range. |
ZM_ERR_SYS_RANGE |
20106 |
Range is out of the settable range. |
ZM_ERR_SYS_TYPE |
20108 |
Type is out of the settable range. |
ZM_ERR_SYS_ENABLE |
20109 |
Enable is out of the settable range. |
ZM_ERR_SYS_TIME |
20112 |
Time is out of the settable range. |
ZM_ERR_SYS_FORMAT |
20113 |
Format is out of the settable range. |
ZM_ERR_SYS_CONTACTCHECK |
20115 |
ContactCheck is out of the settable range. |
ZM_ERR_SYS_MEASURE_STOP |
20116 |
Measurement stopped. |
ZM_ERR_SYS_CONTACTCHECK_ENABLE |
20118 |
This setting is not possible because the contact check function is enabled. |