Initialization Errors
Definition |
Value |
Description |
DIO_ERR_SUCCESS |
0 |
Normal completed |
DIO_ERR_INI_RESOURCE |
1 |
Invalid resource reference specified. Please confirm whether the used device has been registered in Device Manager normally. |
DIO_ERR_INI_MEMORY |
3 |
Invalid memory allocated. This error would hardly occur. If this error occurred, please extend the memory. |
DIO_ERR_INI_REGISTRY |
4 |
Invalid registry access. Please confirm whether the setting is available in property page. |
DIO_ERR_SYS_RECOVERED_FROM_STANDBY |
7 |
Execute DioResetDevice function because the device has recovered from standby mode. |
DLL Errors
Definition |
Value |
Description |
TIM_ERR_DLL_INVALID_ID |
10001 |
Invalid ID specified. Please confirm whether the initialization function has completed normally. |
TIM_ERR_DLL_CALL_DRIVER |
10002 |
Not call the driver (Failure on DEVICE I/O CONTROL). |
TIM_ERR_DLL_CREATE_THREAD |
10005 |
Not create the thread (Failure on CreateThread). This error would hardly occur. |
TIM_ERR_DLL_NOT_INITIALIZED |
10010 |
It is not initialized. Please confirm whether the initialization function has completed normally. |
TIM_ERR_DLL_NOT_FIND_DEVICE |
10051 |
Not find the available device. |
TIM_ERR_DLL_BUFF_ADDRESS |
10100 |
Invalid data buffer address. |
TIM_ERR_DLL_HWND |
10200 |
Window handle beyond the limit. Error occurred in message notification function. |
TIM_ERR_DLL_CALLBACK |
10400 |
Invalid callback function address. |
TIM_ERR_DLL_INVALID_TIME |
10550 |
Setting time beyond the limit. |
TIM_ERR_DLL_INVALID_TIMER_TYPE |
10551 |
Timer type beyond the limit. |
TIM_ERR_DLL_INVALID_MEASURE_MODE |
10552 |
Measurement mode beyond the limit. |
TIM_ERR_DLL_OVER_MAX_TIMER |
10553 |
Timer beyond the available maximum number. |
Driver Errors
Definition |
Value |
Description |
TIM_ERR_SYS_MEMORY |
20000 |
Not secure memory. This error would hardly occur. If this error occurred, please extend the memory. |
TIM_ERR_SYS_NOT_SUPPORTED |
20001 |
This board couldn't use this function. |