ERROR_ID (ENUM)

TYPE ERROR_ID(

NO_ERROR

Error IDs that are reported by the function blocks of this library

Attributes:
qualified_only
InOut:

Name

Initial

Comment

NO_ERROR

16#0

No error

ERROR_READING

16#3

Error reading iParameters from client

ERROR_WRITING

16#4

Error writing iParameters to client

ERROR_INVALID_NOTIFICATION

16#10

Invalid notification by client

ERROR_SAVE_DATA

16#20

Error saving iParameters of client

ERROR_LOAD_DATA

16#40

Error loading iParameters of client

ERROR_UNKOWN

16#FF

Any other error

ERROR_INVALID_INPUT_DEVICE

16#100

Invalid value at input Device

ERROR_INVALID_INPUT_DEVNAME

16#101

Invalid value at input DevName

ERROR_INVALID_CM

16#102

Unsupported slot number, unsupported type of communication module or selected communication module not present

ERROR_ALREADY_REGISTERED

16#103

Client with identical parameters (Device, DevName, DevSlot and DevSubSlot) is already registered

ERROR_MAX_NUM_REGISTERED

16#104

Maximum number of clients registered

ERROR_REGISTER_EVENT

16#105

Failed to register client

ERROR_BUSY

16#FFFE

Server is busy, another client is currently registering (in a different task). Try again later.

ERROR_FATAL_ERROR

16#FFFF

Fatal error.