Error Code List

Initialization error

Definition

Return code

[Dec]

Details of Error

LOGGER_ERR_SUCCESS

0

Normal completed

LOGGER_ERR_INI_RESOURCE

1

Failed in the acquisition of the resource

LOGGER_ERR_INI_MEMORY

3

Failed in the allocation of the memory

LOGGER_ERR_INI_REGISTRY

4

Registry access failed. (including app not installed)

LOGGER_ERR_NOOPEN

50

The corresponding application is not opened. (use OpenApplication to initialize)

LOGGER_ERR_MAKE_OBJECT

100

Failed in the creation of the object

LOGGER_ERR_OPEN_APPLICATION

102

Cannot use C-LOGGER because other application is using

LOGGER_ERR_CTRL_APPLICATION

103

Failed to application control

 

Common error

Definition

Return code

[Dec]

Details of Error

LOGGER_ERR_APPLICATION_SIZE

10000

Unable to specify screen size.

LOGGER_ERR_STATUS

10001

Unable to get status.

LOGGER_ERR_FILEPATH

10002

The setting file path is invalid.

LOGGER_ERR_FILETYPE

10003

The setting file type is invalid.

LOGGER_ERR_FILESAVE

10005

Failed to save file. (Used as ch0)

LOGGER_ERR_STARTED

10006

Cannot execute because the device is in operation.

LOGGER_ERR_DEVICENAME

10007

A device name isn't stored in DeviceName.

LOGGER_ERR_DEVICE_START

10008

Operation start error occurred.

LOGGER_ERR_DEVICE_STOP

10009

Operation stop error occurred.

LOGGER_ERR_INVALID_ID

10010

Invalid AppId was specified.

LOGGER_ERR_BUFF_ADDRESS

10100

Invalid data buffer address.

LOGGER_ERR_NO_DEVICE

10101

The device is not configured.

LOGGER_ERR_DLL

10102

dll loading error.

LOGGER_ERR_DRIVER

10103

A driver error occurred.

 

C-LOGGER specific error

Definition

Return code

[Dec]

Details of Error

LOGGER_ERR_DEVICENAME_ANALOGIN

20001

The specified device does not have analog input capability.

LOGGER_ERR_SEQUENCE_NUM

20002

The number of sequence is out of the configurable range.

LOGGER_ERR_CHANNEL_NO

20003

The channel number is out of the configurable range.

LOGGER_ERR_INPUTMETHOD

20004

The input method is out of the configurable range.

LOGGER_ERR_CLOCKTYPE

20005

The clock type is out of the configurable range.

LOGGER_ERR_SEQUENCE_NO

20006

The sequence number is out of the configurable range. (more than the specified number of channels)

LOGGER_ERR_SEQUENCE_FUNCTION

20007

The specified device does not have sequencing capability.

LOGGER_ERR_CHANNEL_NAME

20008

The channel name is out of the configurable range. (characters too long, etc.)

LOGGER_ERR_RANGE

20009

Range is out of the settable range.

LOGGER_ERR_RANGE_INDIVIDUAL

20010

Individual range setting is not possible.

LOGGER_ERR_SCALE_ENABLE

20012

Scale enable/disable value is out of the settable range.

LOGGER_ERR_SCALE_DATA

20013

The same value cannot be set for ScaleData 0 and 1.

LOGGER_ERR_UPDATEINTERVAL

20014

Update interval is out of the settable range.

LOGGER_ERR_SAMPLINGCLOCK

20015

Sampling clock period is out of the settable range.

LOGGER_ERR_SAMPLINGCLOCK_UNIT

20016

Sampling clock period unit is out of the settable range.

LOGGER_ERR_SAMPLING_TIME

20017

Sampling count is out of the settable range.

LOGGER_ERR_SCANCLOCK

20018

Conversion speed is out of the settable range.

LOGGER_ERR_REPEAT_TIMES

20019

Repeat count is out of the settable range.

LOGGER_ERR_START_TRIGGER

20020

The start trigger is out of the configurable range.

LOGGER_ERR_START_TRIGGER_NO_SOFTWARE

20021

To enable the number of repeats, set the start trigger to something other than "None, Time."

LOGGER_ERR_STOP_TRIGGER

2002l2

The stop trigger is out of the configurable range.

LOGGER_ERR_TRIGGER_STARTSTOP

20023

The trigger start/stop setting is out of the configurable range.

LOGGER_ERR_STOP_TRIGGER_INFINITEv

20024

To specify the stop trigger, set the sampling frequency to infinity.

LOGGER_ERR_CLOCKEDGE

20025

The external clock direction (rise/fall) is out of the configurable range.

LOGGER_ERR_TRIGGER_DIRECTION

20026

The trigger direction is out of the configurable range.

LOGGER_ERR_TRIGGER_VALUE

20027

The threshold is out of the configurable range.

LOGGER_ERR_TRIGGER_VALUE_UPPER

20028

The upper threshold is out of the configurable range.

LOGGER_ERR_TRIGGER_VALUE_LOWER

20029

The lower threshold is out of the configurable range.

LOGGER_ERR_TRIGGER_STATE_TIMES

20030

The number of retention times is outside the configurable range.

LOGGER_ERR_TIMETYPE

20031

The time and hour are outside the configurable range.

LOGGER_ERR_TIME_TIME

20032

The time is outside the configurable range.

LOGGER_ERR_TIME_HOUR

20033

The hour is outside the configurable range.

LOGGER_ERR_TIME_MINUTE

20034

The minute is outside the configurable range.

LOGGER_ERR_TIME_SECOND

20035

The second is outside the configurable range.

LOGGER_ERR_DELAY_TIME

20036

The delay sampling time is outside the configurable range.

LOGGER_ERR_DELAY_DEVICE

20037

The specified device does not have delay sampling capability.

LOGGER_ERR_DELAY_STOPTRIGGER_TYPE

20038

The auto save type is outside the configurable range.

LOGGER_ERR_AUTOSAVE_TYPE

20039

The data transfer enable/disable is outside the configurable range.

LOGGER_ERR_DATASAVE_ENABLE_EXCEL

20040

Enabling or disabling data transfer to Excel is outside the configurable range.

LOGGER_ERR_MEMORYSIZE

20041

Memory size is outside the configurable range.

LOGGER_ERR_CALLBACK_ADRESS

20042

Failed to get address.

LOGGER_ERR_CALLBACK_EVENT

20043

Event value is outside the configurable range.

LOGGER_ERR_NOTIFY_PARAM_ADRESS

20044

Parameter address is outside the configurable range.

LOGGER_ERR_SAMPLINGDATA_TIME

20045

Pointer for sampling count of data to be acquired is invalid.

LOGGER_ERR_SAMPLINGDATA_TYPE

20046

Data type is outside the configurable range.

LOGGER_ERR_SAMPLINGDATA_MEMORY

20047

Memory is empty.

LOGGER_ERR_SAMPLINGDATA_MODE

20048

Sampling data mode is invalid.

LOGGER_ERR_WINDOW_OPERATION

20049

Window purpose is outside the configurable range.

LOGGER_ERR_WINDOW_TRIGGER

20050

The target range of the window is outside the configurable range.

LOGGER_ERR_MEMORY_ALLOC

20051

Memory could not be allocated.

LOGGER_ERR_TRANSFERMODE

20052

The conversion data type is outside the configurable range.

LOGGER_ERR_MEMORYTYPE

20053

The memory type is outside the configurable range.

LOGGER_ERR_CLOSE_APP_FILE

20054

Cannot end because there is a collected file that has not been saved.

LOGGER_ERR_FILE_TREE

20055

Cannot acquire the file tree.

LOGGER_ERR_SAMPLING_MEMORY_NONE

20056

The API buffer has not been set.

LOGGER_ERR_DLG_OPEN

20099

Close the CLOGGER dialog box, and then execute the setting.

LOGGER_ERR_GERAPH_NONE

22000

Failed to get child window handle.

LOGGER_ERR_GRAPH_AXIS

22001

Graph window axis is out of the configurable range.

LOGGER_ERR_GRAPH_ZOOM

22002

Graph window expansion direction is out of the configurable range.

LOGGER_ERR_GRAPH_CHANNEL_ENABLE

22003

Graph window display enable/disable is out of the configurable range.

LOGGER_ERR_GRAPH_ACTIVATEE

22004

Graph window channel active enable/disable is out of the configurable range.

LOGGER_ERR_GRAPH_DOT_ENABLE

22005

Graph window dot display enable/disable is out of the configurable range.

LOGGER_ERR_GRAPH_TIMEUNIT

22006

Graph window time axis is out of the configurable range.

LOGGER_ERR_GRAPH_DIGIT

22007

Graph window memory decimal point is out of the configurable range.

LOGGER_ERR_GRAPH_SPLIT_ENABLE

22008

Graph window split display enable/disable is out of the configurable range.

LOGGER_ERR_GRAPH_MAGNIFICATIC_ENABLE

22009

Graph window Y axis magnification display enable/disable is out of the configurable range.

LOGGER_ERR_GRAPH_CHANNELNAME_ENABLE

22010

The enable/disable of the graph window channel name display is outside the configurable range.

LOGGER_ERR_GRAPH_AUTOSCROLL_ENABLE

22011

The enable/disable of the graph window auto scroll is outside the configurable range.

LOGGER_ERR_GRAPH_TITLE_TYPE

22012

The graph window title type is outside the configurable range.

LOGGER_ERR_GRAPH_TITLE_ENABLE

22013

The enable/disable of the graph window title is outside the configurable range.

LOGGER_ERR_GRAPH_TITLE

22014

The graph window title is outside the configurable range.

LOGGER_ERR_GRAPH_WINDOWNO

22015

The graph window number is outside the configurable range.

LOGGER_ERR_GRAPH_ZOOM_MAX

22016

The graph window cannot be moved because its magnification is the maximum.

LOGGER_ERR_GRAPH_MOVE

22017

The graph window movement amount is outside the configurable range.

LOGGER_ERR_GRAPH_ZOOM_OVER

22018

The graph window cannot be enlarged or reduced because its enlargement/reduction limit is reached.

LOGGER_ERR_IMAGE_AREA

22501

The image storage range is outside the configurable range.

LOGGER_ERR_FILEVIEWER_NUM

22502

Only one file viewer can be started when the API is started.

LOGGER_ERR_GRAPHWINDOW_NUM

22503

Only one graph window can be started when the API is started.

LOGGER_ERR_DEVICE

24001

A device condition error occurred.

LOGGER_ERR_DATASAVE_EXCEL

24002

An Excel transfer error occurred.

LOGGER_ERR_MUTEX

24003

A problem occurred during exclusive processing.

LOGGER_ERR_SEND_EVENT

24004

Failed to send an event.