INOS
inoserror.h File Reference

The inos error header file. More...

#include <cinosmcmessagedef.h>
#include <inosexception.h>
#include <inosmacro.h>
Include dependency graph for inoserror.h:

Go to the source code of this file.

Classes

struct  SINOSError
 
struct  SINOSErrorFlag
 
class  CINOSError
 Exception class associated with an INOS error code. More...
 

Macros

#define INOSERROR(label, code, text)    uint32 label = code;
 
#define INOS_RETURN(aError)   return aError
 
#define INOS_ERRORS(X)
 

Variables

uint32 INOS_OK = 0x00000000
 
uint32 INOS_MCMSG_CODE_TSKEX_GENERIC = 0x40000000
 
uint32 INOS_MCMSG_CODE_TSKEX_SKIPPED = 0x41000000
 
uint32 INOS_MCMSG_CODE_TSKEX_INCOMPLETE = 0x42000000
 
uint32 INOS_MCMSG_CODE_TSKEX_IGNORED = 0x43000000
 
uint32 INOS_MCMSG_CODE_TSKEX_PAUSED = 0x44000000
 
uint32 INOS_MCMSG_CODE_TSKEX_STOPPED = 0x45000000
 
uint32 INOS_MCMSG_CODE_TSKEX_CANCELED = 0x46000000
 
uint32 INOS_MCMSG_CODE_TSKEX_REJECTED = 0x47000000
 
uint32 INOS_MCMSG_CODE_TSKEX_FAILED = 0x48000000
 
uint32 INOS_MCMSG_CODE_TSKEX_ERROR = 0x49000000
 
uint32 INOS_MCMSG_CODE_TSKEX_FATAL = 0x4A000000
 
uint32 INOS_MCMSG_CODE_TSKEX_TIMEOUT = 0x4B000000
 
uint32 INOS_MCMSG_CODE_TSKEX_UNKNOWN = 0x40000001
 
uint32 INOS_MCMSG_CODE_TSKEX_PARAM_MISSING = 0x40000002
 
uint32 INOS_MCMSG_CODE_TSKEX_INCO_TYPE_UNSUPPTORED = 0x40000003
 
uint32 INOS_MCMSG_CODE_TSKEX_INCO_TYPE_MISMATCH = 0x40000004
 
uint32 INOS_MCMSG_CODE_TSKEX_VAR_FAILED = 0x40000100
 
uint32 INOS_MCMSG_CODE_TSKEX_VAR_NOT_FOUND = 0x40000101
 
uint32 INOS_MCMSG_CODE_TSKEX_VAR_READ_ONLY = 0x40000102
 
uint32 INOS_MCMSG_CODE_TSKEX_VAR_MIN = 0x40000103
 
uint32 INOS_MCMSG_CODE_TSKEX_VAR_MAX = 0x40000104
 
uint32 INOS_MCMSG_CODE_TSKEX_DEF_HANDLE_UNSUPPORTED = 0x40000105
 
uint32 INOS_MCMSG_CODE_TSKEX_INPUT_QUEUE_FULL = 0x40000106
 
uint32 INOS_MCMSG_CODE_TSKEX_INVALID_COREID = 0x40000107
 
uint32 INOS_MCMSG_CODE_TSKEX_WRONG_PARAMS = 0x40000108
 
uint32 INOS_MCMSG_CODE_TSKEX_UNKNOWN_CMD_HOOK = 0x40000109
 
uint32 INOS_MCMSG_CODE_TSKEX_OVERSIZED_RESULT = 0x4000010A
 
uint32 INOS_MCMSG_CODE_TSKEX_TRGMSG_MULTICORE = 0x4000010B
 
uint32 INOS_MCMSG_CODE_TSKEX_NULLPTR_MSG = 0x4000010C
 
uint32 INOS_MCMSG_CODE_TSKEX_TRGMSG_BUSID = 0x4000010D
 
uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_TASK = 0x4000010E
 
uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_OBJECT = 0x4000010F
 
uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_FUNCTION = 0x40000110
 
uint32 INOS_MCMSG_CODE_TSKEX_FASTLOAD_PORT_NUMBER = 0x40000111
 
uint32 INOS_MCMSG_CODE_TSKEX_FASTLOAD_DATA_TRANSFER = 0x40000112
 
uint32 INOS_MCMSG_CODE_TSK_UNKNOWN_EXCEPTION = 0x40000200
 
uint32 INOS_MCMSG_CODE_TASK_QUEUE_FULL = 0x40001000
 
uint32 INOS_MCMSG_CODE_TASK_QUEUE_DUPLICATE = 0x40001001
 
uint32 INOS_MCMSG_CODE_TASK_QUEUE_FLUSH_OWNER = 0x40001002
 
uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_LABEL = 0x40010001
 
uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_MODULE = 0x40010002
 
uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_SCRIPT = 0x40010003
 
uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_JOB = 0x40010004
 
uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_DATA = 0x40010005
 
uint32 INOS_MCMSG_CODE_COORD_COMMAND_IGNORED = 0x40010008
 
uint32 INOS_MCMSG_CODE_COORD_MAX_NESTED = 0x40010009
 
uint32 INOS_MCMSG_CODE_COORD_NO_LOCAL_SUPPORT = 0x4001000A
 
uint32 INOS_MCMSG_CODE_COORD_VAR_FAILED = 0x40010200
 
uint32 INOS_MCMSG_CODE_COORD_VAR_NOT_FOUND = 0x40010201
 
uint32 INOS_MCMSG_CODE_COORD_VAR_READ_ONLY = 0x40010202
 
uint32 INOS_MCMSG_CODE_COORD_VAR_MIN = 0x40010203
 
uint32 INOS_MCMSG_CODE_COORD_VAR_MAX = 0x40010204
 
uint32 INOS_MCMSG_CODE_MODULE_NO_COORD = 0x40020001
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_SCRIPT = 0x40020002
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_JOB = 0x40020003
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_STREAM = 0x40020004
 
uint32 INOS_MCMSG_CODE_MODULE_EMERGENCY_STOP = 0x40020005
 
uint32 INOS_MCMSG_CODE_MODULE_UNDEFINED_RES = 0x40020006
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES = 0x40020007
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_SET = 0x40020008
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_CLR = 0x40020009
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_OUT_RES = 0x4002000A
 
uint32 INOS_MCMSG_CODE_MODULE_STEP = 0x4002000B
 
uint32 INOS_MCMSG_CODE_MODULE_NO_CRON = 0x4002000C
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_CRON = 0x4002000D
 
uint32 INOS_MCMSG_CODE_MODULE_WAITBIT_TIMEOUT = 0x4002000E
 
uint32 INOS_MCMSG_CODE_MODULE_SCRIPT_CHANGED = 0x4002000F
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_CMD_ID = 0x40020010
 
uint32 INOS_MCMSG_CODE_MODULE_NO_VALID_BACKUP = 0x40020011
 
uint32 INOS_MCMSG_CODE_MODULE_NO_FIELDBUS = 0x40020012
 
uint32 INOS_MCMSG_CODE_MODULE_INVAL_RES_STATE = 0x40020013
 
uint32 INOS_MCMSG_CODE_MODULE_LINK_DOWN = 0x40020014
 
uint32 INOS_MCMSG_CODE_MODULE_NO_MODULE = 0x40020015
 
uint32 INOS_MCMSG_CODE_MODULE_NO_DATA = 0x40020016
 
uint32 INOS_MCMSG_CODE_MODULE_NO_LUA = 0x40020017
 
uint32 INOS_MCMSG_CODE_MODULE_SECOND_JOB = 0x40020018
 
uint32 INOS_MCMSG_CODE_MODULE_NO_SCRIPT = 0x40020019
 
uint32 INOS_MCMSG_CODE_MODULE_NO_JOB = 0x4002001A
 
uint32 INOS_MCMSG_CODE_MODULE_CONTAINER_REJECTED = 0x4002001B
 
uint32 INOS_MCMSG_CODE_MODULE_CONTAINER_FAILED = 0x4002001C
 
uint32 INOS_MCMSG_CODE_MODULE_RES_ALREADY_EXISTS = 0x4002001D
 
uint32 INOS_MCMSG_CODE_MODULE_SAFE_TORQUE_OFF = 0x4002001E
 
uint32 INOS_MCMSG_CODE_MODULE_RES_GETIO_FAILED = 0x4002001F
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_DATA = 0x40020020
 
uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_MODULE = 0x40020021
 
uint32 INOS_MCMSG_CODE_MODULE_DUPLICATE_DATA = 0x40020022
 
uint32 INOS_MCMSG_CODE_MODULE_DUPLICATE_MODULE = 0x40020023
 
uint32 INOS_MCMSG_CODE_MODULE_SAFETY_CONFIG_UPDATE = 0x40020024
 
uint32 INOS_MCMSG_CODE_MODULE_OVLD_NOT_SUPPORTED = 0x40020025
 
uint32 INOS_MCMSG_CODE_MODULE_SETITEM_SUBMODULE = 0x40020026
 
uint32 INOS_MCMSG_CODE_MODULE_REGISTER_HOOK_NOT_SUP = 0x40020027
 
uint32 INOS_MCMSG_CODE_MODULE_REGEX_INVALID = 0x40020028
 
uint32 INOS_MCMSG_CODE_ROBOT_BASE = 0x40030000
 
uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_MOVE = 0x40030001
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_AXIS = 0x40030002
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_PARAM = 0x40030003
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_POS = 0x40030004
 
uint32 INOS_MCMSG_CODE_ROBOT_AXIS_BUSY = 0x40030005
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_TRG_TYPE = 0x40030006
 
uint32 INOS_MCMSG_CODE_ROBOT_CALC_MOVING_TIME = 0x40030007
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SYNCPOINT = 0x40030008
 
uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_BUSID = 0x40030009
 
uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLENBR = 0x4003000A
 
uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLETIM = 0x4003000B
 
uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_INIT = 0x4003000C
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_TYPE = 0x4003000D
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_DIR = 0x4003000E
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_EDGE = 0x4003000F
 
uint32 INOS_MCMSG_CODE_ROBOT_ZERO_BLOCKED = 0x40030010
 
uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_INPUT = 0x40030011
 
uint32 INOS_MCMSG_CODE_ROBOT_ON_NOT_ALLOWED = 0x40030012
 
uint32 INOS_MCMSG_CODE_ROBOT_INIT_NOT_ALLOWED = 0x40030013
 
uint32 INOS_MCMSG_CODE_ROBOT_CALC_EVENT_FAILED = 0x40030014
 
uint32 INOS_MCMSG_CODE_ROBOT_CALC_TRG_FAILED = 0x40030015
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_END_POINT = 0x40030016
 
uint32 INOS_MCMSG_CODE_ROBOT_AXIS_ERROR = 0x40030017
 
uint32 INOS_MCMSG_CODE_ROBOT_INIT_BUSY = 0x40030018
 
uint32 INOS_MCMSG_CODE_ROBOT_MOVE_BUSY = 0x40030019
 
uint32 INOS_MCMSG_CODE_ROBOT_JOYSTICK_BUSY = 0x4003001A
 
uint32 INOS_MCMSG_CODE_ROBOT_NO_JOYSTICK = 0x4003001B
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_JOY_DELTA = 0x4003001C
 
uint32 INOS_MCMSG_CODE_ROBOT_NOT_YET_IMPL = 0x4003001D
 
uint32 INOS_MCMSG_CODE_ROBOT_ZERO_OR_REF_MAND = 0x4003001E
 
uint32 INOS_MCMSG_CODE_ROBOT_BORDER_MANDATORY = 0x4003001F
 
uint32 INOS_MCMSG_CODE_ROBOT_REF_MANDATORY = 0x40030020
 
uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_REF_FAILED = 0x40030021
 
uint32 INOS_MCMSG_CODE_ROBOT_SHARED_NOT_READY = 0x40030022
 
uint32 INOS_MCMSG_CODE_ROBOT_SHARED_NOT_ACTIVE = 0x40030023
 
uint32 INOS_MCMSG_CODE_ROBOT_SHARED_ON_ERROR = 0x40030024
 
uint32 INOS_MCMSG_CODE_ROBOT_LIMIT = 0x40030025
 
uint32 INOS_MCMSG_CODE_ROBOT_LIMIT_POS = 0x40030026
 
uint32 INOS_MCMSG_CODE_ROBOT_LIMIT_NEG = 0x40030027
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_LINEAR_MOVE = 0x40030028
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_SYNCPOINT = 0x40030029
 
uint32 INOS_MCMSG_CODE_ROBOT_CYCLETIME_INVALID = 0x4003002A
 
uint32 INOS_MCMSG_CODE_ROBOT_TURNS_INVALID = 0x4003002B
 
uint32 INOS_MCMSG_CODE_ROBOT_MISSING_PARAM = 0x4003002C
 
uint32 INOS_MCMSG_CODE_ROBOT_EVENT_NOT_SUP = 0x4003002D
 
uint32 INOS_MCMSG_CODE_ROBOT_WHEEL_BUSY = 0x4003002E
 
uint32 INOS_MCMSG_CODE_ROBOT_NO_WHEEL = 0x4003002F
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SHAPE = 0x40030030
 
uint32 INOS_MCMSG_CODE_ROBOT_INIT_AXIS_CALIB = 0x40030031
 
uint32 INOS_MCMSG_CODE_ROBOT_INVALID_START_POS = 0x40030032
 
uint32 INOS_MCMSG_CODE_ROBOT_MOVE_OFF = 0x40030033
 
uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_CALIB = 0x40030034
 
uint32 INOS_MCMSG_CODE_ROBOT_CALIB_AXIS_CALIB = 0x40030035
 
uint32 INOS_MCMSG_CODE_ROBOT_CALIB_BUSY = 0x40030036
 
uint32 INOS_MCMSG_CODE_ROBOT_CALIB_NOT_ALLOWED = 0x40030037
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_TYPE = 0x40030038
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_DIR = 0x40030039
 
uint32 INOS_MCMSG_CODE_ROBOT_NO_SOFTLIMITS = 0x4003003A
 
uint32 INOS_MCMSG_CODE_ROBOT_CALIB_RANGE_TOO_SMALL = 0x4003003B
 
uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_REFERENCE_FAILED = 0x4003003C
 
uint32 INOS_MCMSG_CODE_ROBOT_OUT_OF_ALLOWED_RANGE = 0x4003003D
 
uint32 INOS_MCMSG_CODE_ROBOT_POWER_WAIT_TIMEOUT = 0x4003003E
 
uint32 INOS_MCMSG_CODE_ROBOT_MAPPING_MISMATCH = 0x4003003F
 
uint32 INOS_MCMSG_CODE_ROBOT_MAPPED_POS_OUT_OF_RANGE = 0x40030040
 
uint32 INOS_MCMSG_CODE_ROBOT_CONTROLLER_TOO_FAST = 0x40030041
 
uint32 INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_SUPP = 0x40030042
 
uint32 INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_VALUE = 0x40030043
 
uint32 INOS_MCMSG_CODE_ROBOT_NO_TRG_SUPPORT = 0x40030044
 
uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SENSOR = 0x40030045
 
uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_LENGTH = 0x40030046
 
uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_DISCONTINUOUS = 0x40030047
 
uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_CONSERVATIVE_TOLERANCE = 0x40030048
 
uint32 INOS_MCMSG_CODE_ROBOT_CONCURRENT_PREPAREPATH = 0x40030049
 
uint32 INOS_MCMSG_CODE_ROBOT_CONCURRENT_RUNPATH = 0x4003004A
 
uint32 INOS_MCMSG_CODE_ROBOT_SPEEDSET_HUGE_VALUE_JSON = 0x4003004B
 
uint32 INOS_MCMSG_CODE_ROBOT_SPEEDSET_VALUE_JSON_SYNTAX = 0x4003004C
 
uint32 INOS_MCMSG_CODE_ROBOT_JOYSTICK_DISABLING = 0x4003004D
 
uint32 INOS_MCMSG_CODE_ROBOT_DIST_CODED_IMPL_MISSING = 0x4003004E
 
uint32 INOS_MCMSG_CODE_ROBOT_DIST_CODED_DATA_MISSING = 0x4003004F
 
uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_READ_FAILED = 0x40030050
 
uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_UNKNOWN = 0x40030051
 
uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_FAILED = 0x40030052
 
uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_ERRORS = 0x40030053
 
uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_NO_OK = 0x40030054
 
uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_COREID = 0x40030055
 
uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_ZERO = 0x40030056
 
uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_BACK_ZERO = 0x40030057
 
uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_FAILED = 0x40030058
 
uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_SECOND_FAILED = 0x40030059
 
uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_SAFE_CONTROLLER_NOT_AVAILABLE = 0x4003005A
 
uint32 INOS_MCMSG_CODE_ROBOT_CMD_RESULT_ON_STACK = 0x4003005B
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_FOUND = 0x4003005C
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_MISSING = 0x4003005D
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_UNIQUE = 0x4003005E
 
uint32 INOS_MCMSG_CODE_ROBOT_CMD_REJECTED = 0x40030100
 
uint32 INOS_MCMSG_CODE_ROBOT_CMD_FAILED = 0x40030101
 
uint32 INOS_MCMSG_CODE_ROBOT_POS_WINDOW = 0x40030102
 
uint32 INOS_MCMSG_CODE_ROBOT_CPD_ERROR = 0x40030103
 
uint32 INOS_MCMSG_CODE_ROBOT_CPD_DELTA = 0x40030104
 
uint32 INOS_MCMSG_CODE_ROBOT_CPD_CORR = 0x40030105
 
uint32 INOS_MCMSG_CODE_ROBOT_COM_FAILED = 0x40030106
 
uint32 INOS_MCMSG_CODE_ROBOT_RAMP_LIMIT = 0x40030107
 
uint32 INOS_MCMSG_CODE_ROBOT_REJECTED_SOS = 0x40030108
 
uint32 INOS_MCMSG_CODE_ROBOT_PULL_UNDERRUN = 0x40030109
 
uint32 INOS_MCMSG_CODE_ROBOT_SLS_VIOLATION = 0x4003010A
 
uint32 INOS_MCMSG_CODE_ROBOT_SOS_VIOLATION = 0x4003010B
 
uint32 INOS_MCMSG_CODE_ROBOT_AXIS_CORE_MISMATCH = 0x4003010C
 
uint32 INOS_MCMSG_CODE_ROBOT_POS_RANGE = 0x40030200
 
uint32 INOS_MCMSG_CODE_ROBOT_RAMP_CALC_FAILED = 0x40030201
 
uint32 INOS_MCMSG_CODE_ROBOT_MIM_POS_RANGE = 0x40030202
 
uint32 INOS_MCMSG_CODE_ROBOT_RAMP_OVERSAMPLE = 0x40030203
 
uint32 INOS_MCMSG_CODE_ROBOT_VMAX_REACHED = 0x40030204
 
uint32 INOS_MCMSG_CODE_ROBOT_MOVE_NOT_IN_CACHE = 0x40030205
 
uint32 INOS_MCMSG_CODE_ROBOT_RAMP_CORE_MISMATCH = 0x40030206
 
uint32 INOS_MCMSG_CODE_ROBOT_POS_CHECK = 0x40030300
 
uint32 INOS_MCMSG_CODE_ROBOT_POS_OVR = 0x40030301
 
uint32 INOS_MCMSG_CODE_ROBOT_OSCI_CHECK = 0x40030302
 
uint32 INOS_MCMSG_CODE_ROBOT_ENABLE_MISSING = 0x40030303
 
uint32 INOS_MCMSG_CODE_ROBOT_HOMING_FAILED = 0x40030304
 
uint32 INOS_MCMSG_CODE_ROBOT_SAFE_SYNC_FAILED = 0x40030305
 
uint32 INOS_MCMSG_CODE_ROBOT_MASTER_FIELDBUS_WATCHDOG = 0x40030306
 
uint32 INOS_MCMSG_CODE_ROBOT_NO_POS = 0x4003030C
 
uint32 INOS_MCMSG_CODE_ROBOT_ACTIVATE = 0x4003030D
 
uint32 INOS_MCMSG_CODE_ROBOT_EXTERN = 0x4003030E
 
uint32 INOS_MCMSG_CODE_ROBOT_POS_OFFLINE = 0x4003030F
 
uint32 INOS_MCMSG_CODE_ROBOT_EXT_STOP = 0x40030310
 
uint32 INOS_MCMSG_CODE_ROBOT_UCC_MIN = 0x40030311
 
uint32 INOS_MCMSG_CODE_ROBOT_UCC_MAX = 0x40030312
 
uint32 INOS_MCMSG_CODE_ROBOT_I2T = 0x40030313
 
uint32 INOS_MCMSG_CODE_ROBOT_CTRL_TEMP = 0x40030314
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_TEMP = 0x40030315
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_SHORT = 0x40030316
 
uint32 INOS_MCMSG_CODE_ROBOT_RESOLVER = 0x40030317
 
uint32 INOS_MCMSG_CODE_ROBOT_VMAX = 0x40030318
 
uint32 INOS_MCMSG_CODE_ROBOT_ICONT = 0x40030319
 
uint32 INOS_MCMSG_CODE_ROBOT_IOFFS = 0x4003031A
 
uint32 INOS_MCMSG_CODE_ROBOT_IEND = 0x4003031B
 
uint32 INOS_MCMSG_CODE_ROBOT_PHASE_ERR = 0x4003031C
 
uint32 INOS_MCMSG_CODE_ROBOT_PWM_WTG = 0x4003031D
 
uint32 INOS_MCMSG_CODE_ROBOT_EXT_EN = 0x4003031E
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_CONFIG = 0x4003031F
 
uint32 INOS_MCMSG_CODE_ROBOT_FIELDBUS_WATCHDOG = 0x40030320
 
uint32 INOS_MCMSG_CODE_ROBOT_BRAKE_I2T = 0x40030321
 
uint32 INOS_MCMSG_CODE_ROBOT_24V_LOGIC_LOW = 0x40030322
 
uint32 INOS_MCMSG_CODE_ROBOT_ICONT_ARM = 0x40030323
 
uint32 INOS_MCMSG_CODE_ROBOT_SPEED_ERROR_EXCEEDED = 0x40030324
 
uint32 INOS_MCMSG_CODE_ROBOT_SINCOS_ERROR = 0x40030325
 
uint32 INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_ERRORS = 0x40030326
 
uint32 INOS_MCMSG_CODE_ROBOT_TESTMODE_ERRORS = 0x40030327
 
uint32 INOS_MCMSG_CODE_ROBOT_MOTCFG_REV_TO_HIGH = 0x40030328
 
uint32 INOS_MCMSG_CODE_ROBOT_SAFETY_INPUT = 0x40030330
 
uint32 INOS_MCMSG_CODE_ROBOT_CMD_IGNORED = 0x40030500
 
uint32 INOS_MCMSG_CODE_ROBOT_CPD_CORR_IGNORED = 0x40030501
 
uint32 INOS_MCMSG_CODE_ROBOT_CPD_WARNING = 0x40030503
 
uint32 INOS_MCMSG_CODE_ROBOT_EMG_STOPPED = 0x40030504
 
uint32 INOS_MCMSG_CODE_ROBOT_AXIS_WRN_CORE_MISMATCH = 0x40030505
 
uint32 INOS_MCMSG_CODE_ROBOT_MIM_DEC = 0x40030600
 
uint32 INOS_MCMSG_CODE_ROBOT_RAMP_WRN_CORE_MISMATCH = 0x40030601
 
uint32 INOS_MCMSG_CODE_ROBOT_INT_LIMIT = 0x40030700
 
uint32 INOS_MCMSG_CODE_ROBOT_FSL_LIMIT = 0x40030701
 
uint32 INOS_MCMSG_CODE_ROBOT_EXTERN_WRN = 0x4003070E
 
uint32 INOS_MCMSG_CODE_ROBOT_UCC_LOW = 0x40030710
 
uint32 INOS_MCMSG_CODE_ROBOT_UCC_ON = 0x40030711
 
uint32 INOS_MCMSG_CODE_ROBOT_IMAX_REACHED = 0x40030712
 
uint32 INOS_MCMSG_CODE_ROBOT_CTRL_TEMP_HIGH = 0x40030714
 
uint32 INOS_MCMSG_CODE_ROBOT_I2T_HIGH = 0x40030715
 
uint32 INOS_MCMSG_CODE_ROBOT_MOT_TEMP_HIGH = 0x40030716
 
uint32 INOS_MCMSG_CODE_ROBOT_PWM_100 = 0x40030717
 
uint32 INOS_MCMSG_CODE_ROBOT_DISCH_FAILED = 0x40030718
 
uint32 INOS_MCMSG_CODE_ROBOT_UNEXPECTED = 0x40030719
 
uint32 INOS_MCMSG_CODE_ROBOT_BRAKE_I2T_WRN = 0x4003071A
 
uint32 INOS_MCMSG_CODE_ROBOT_SINCOS_WEAK_SIGNAL = 0x4003071B
 
uint32 INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_WARNINGS = 0x4003071C
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_AVAILABLE = 0x40030800
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_CONCURRENT = 0x40030801
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_ASTATE = 0x40030802
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_STAB_TIMEOUT = 0x40030803
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_TOUCH_DOWN_ERR = 0x40030804
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_UNKNOWN_PARAM = 0x40030805
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_ACT = 0x40030806
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_APP = 0x40030807
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_DEP = 0x40030808
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV = 0x40030809
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_TAR = 0x4003080A
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_LIM = 0x4003080B
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_SEL = 0x4003080C
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_SUPPORTED = 0x4003080D
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSED = 0x4003080E
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_BRK = 0x4003080F
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_ENABLED_COLLAPSE_DETECTION_REQUIRED = 0x40030810
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSE_AS_ERROR_NOT_ALLOWED = 0x40030811
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_BREAK_FAILED = 0x40030812
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_PUL = 0x40030813
 
uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV_STOP = 0x40030814
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_POS_CHECK = 0x40031300
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_OVR = 0x40031301
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_NO_POS = 0x4003130C
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_ACTIVATE = 0x4003130D
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_EXTERN = 0x4003130E
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_POS_OFFLINE = 0x4003130F
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_RX_FIFO_OVERRUN = 0x40031310
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_OVERRUN = 0x40031311
 
uint32 INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_UNDERRUN = 0x40031312
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_POS_CHECK = 0x40032300
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_OVR = 0x40032301
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_NO_POS = 0x4003230C
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_ACTIVATE = 0x4003230D
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_EXTERN = 0x4003230E
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_POS_OFFLINE = 0x4003230F
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_RX_FIFO_OVERRUN = 0x40032310
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_OVERRUN = 0x40032311
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_UNDERRUN = 0x40032312
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_ASC_ERROR = 0x40032314
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_POSACK_ERROR = 0x40032315
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_TEMPOK_ERROR = 0x40032316
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_POWEROK_ERROR = 0x40032317
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_RX_STOPPED = 0x40032318
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_STOPPED = 0x40032319
 
uint32 INOS_MCMSG_CODE_ROBOT_SL2_FEEDBACK_INVALID = 0x40032320
 
uint32 INOS_MCMSG_CODE_ROBOT_VALVE_GEN_ERROR = 0x40032321
 
uint32 INOS_MCMSG_CODE_ROBOT_VALVE_UCC_ERROR = 0x40032322
 
uint32 INOS_MCMSG_CODE_ROBOT_VALVE_TIMEOUT = 0x40032323
 
uint32 INOS_MCMSG_CODE_ROBOT_VALVE_BUSY = 0x40032324
 
uint32 INOS_MCMSG_CODE_LUA_RUNTIME_ERROR = 0x40040000
 
uint32 INOS_MCMSG_CODE_LUA_ERR_ERROR = 0x40040001
 
uint32 INOS_MCMSG_CODE_LUA_COMPILE_ERROR = 0x40040002
 
uint32 INOS_MCMSG_CODE_LUA_CALL_ERROR = 0x40040003
 
uint32 INOS_MCMSG_CODE_LUA_CONFLICTING_PATH = 0x40040004
 
uint32 INOS_MCMSG_CODE_LUA_UNKNOWN_MODULE = 0x40040005
 
uint32 INOS_MCMSG_CODE_LUA_TOP_REGISTER = 0x40040006
 
uint32 INOS_MCMSG_CODE_LUA_MUTEX_TASK_ERROR = 0x40040007
 
uint32 INOS_MCMSG_CODE_LUA_SCRIPT_NOT_FOUND = 0x40040008
 
uint32 INOS_MCMSG_CODE_LUA_TASK_BUSY = 0x40040009
 
uint32 INOS_MCMSG_CODE_LUA_TASK_NOT_LOADED = 0x4004000A
 
uint32 INOS_MCMSG_CODE_LUA_TASK_NOT_FOUND = 0x4004000B
 
uint32 INOS_MCMSG_CODE_LUA_EMPTY_TASK_NAME = 0x4004000C
 
uint32 INOS_MCMSG_CODE_LUA_SET_VAR_TYPE = 0x4004000D
 
uint32 INOS_MCMSG_CODE_LUA_SET_VAR_BAD_PATH = 0x4004000E
 
uint32 INOS_MCMSG_CODE_LUA_BAD_VAL_TYPE = 0x4004000F
 
uint32 INOS_MCMSG_CODE_LUA_BAD_VAR_NAME = 0x40040010
 
uint32 INOS_MCMSG_CODE_LUA_BAD_STACK_FRAME = 0x40040011
 
uint32 INOS_MCMSG_CODE_LUA_VALUE_TO_PARAM_TYPE = 0x40040012
 
uint32 INOS_MCMSG_CODE_LUA_CHUNK_TYPE = 0x40040013
 
uint32 INOS_MCMSG_CODE_LUA_UNKNOWN_SEMAPHORE_ERROR = 0x40040014
 
uint32 INOS_MCMSG_CODE_LUA_ERR_RETURN_NOVALUES = 0x40040015
 
uint32 INOS_MCMSG_CODE_LUA_ERR_RETURN_INCOMPLETE = 0x40040016
 
uint32 INOS_MCMSG_CODE_LUA_ERR_NUMBER_OF_PARAMETERS = 0x40040017
 
uint32 INOS_MCMSG_CODE_LUA_NON_EXISTING_CMD = 0x40040018
 
uint32 INOS_MCMSG_CODE_LUA_NON_EXISTING_MOD = 0x40040019
 
uint32 INOS_MCMSG_CODE_LUA_TASK_ALREADY_EXISTS = 0x4004001A
 
uint32 INOS_MCMSG_CODE_LUA_MEMORY_ERROR = 0x4004001B
 
uint32 INOS_MCMSG_CODE_LUA_RESERVED = 0x4004001C
 
uint32 INOS_MCMSG_CODE_LUA_UNEXPECTED_INTERNAL_ERROR = 0x4004001D
 
uint32 INOS_MCMSG_CODE_LUA_SHUTDOWN_WITH_TASKS = 0x4004001E
 
uint32 INOS_MCMSG_CODE_LUA_MISSING_EVENT_FOR_TRIGGER = 0x4004001F
 
uint32 INOS_MCMSG_CODE_LUA_MAX_PARAM_TABLE_DEPTH = 0x40040020
 
uint32 INOS_MCMSG_CODE_LUA_PARAM_TABLE_KEY_TYPE = 0x40040021
 
uint32 INOS_MCMSG_CODE_LUA_UD_TO_PARAM_FAILED = 0x40040022
 
uint32 INOS_MCMSG_CODE_LUA_PARAM_TO_LUA_VALUE_TYPE = 0x40040023
 
uint32 INOS_MCMSG_CODE_LUA_PARAM_TO_UD_FAILED = 0x40040024
 
uint32 INOS_MCMSG_CODE_LUA_GC_ERROR = 0x40040025
 
uint32 INOS_MCMSG_CODE_MESSAGE_INVALID_INDEX = 0x40050000
 
uint32 INOS_MCMSG_CODE_MESSAGE_UNKNOWN_ID = 0x40050001
 
uint32 INOS_MCMSG_CODE_MESSAGE_WRONG_FLAG = 0x40050002
 
uint32 INOS_MCMSG_CODE_GINHMI_ON_FAILED = 0x40060000
 
uint32 INOS_MCMSG_CODE_GINHMI_OFF_FAILED = 0x40060001
 
uint32 INOS_MCMSG_CODE_GINHMI_RESET_FAILED = 0x40060002
 
uint32 INOS_MCMSG_CODE_TARGET_TRAP = 0x40100001
 
uint32 INOS_MCMSG_CODE_TARGET_ASSERT = 0x40100002
 
uint32 INOS_MCMSG_CODE_TARGET_RAM_FAILURE = 0x40100003
 
uint32 INOS_MCMSG_CODE_TARGET_WATCHDOG = 0x40100004
 
uint32 INOS_MCMSG_CODE_TARGET_NOT_CORE0 = 0x40100005
 
uint32 INOS_MCMSG_CODE_TARGET_BOOTING = 0x40100006
 
uint32 INOS_MCMSG_CODE_TARGET_TIMING_ERROR = 0x40100007
 
uint32 INOS_MCMSG_CODE_TARGET_REALTIME_MUTEX = 0x40100008
 
uint32 INOS_MCMSG_CODE_TARGET_REALTIME_SYNC = 0x40100009
 
uint32 INOS_MCMSG_CODE_TARGET_GUARD = 0x4010000A
 
uint32 INOS_MCMSG_CODE_NVRAM_INITIALISED = 0x40110001
 
uint32 INOS_MCMSG_CODE_NVRAM_MAX_WARNING = 0x40110002
 
uint32 INOS_MCMSG_CODE_NVRAM_NO_NVRAM = 0x40110003
 
uint32 INOS_MCMSG_CODE_NVRAM_GROUP_CREATED = 0x40110004
 
uint32 INOS_MCMSG_CODE_NVRAM_GROUP_CONFLICT = 0x40110005
 
uint32 INOS_MCMSG_CODE_NVRAM_VALUE_CREATED = 0x40110006
 
uint32 INOS_MCMSG_CODE_NVRAM_VALUE_CONFLICT = 0x40110007
 
uint32 INOS_MCMSG_CODE_NVRAM_VALUE_INVALID = 0x40110008
 
uint32 INOS_MCMSG_CODE_NVRAM_VALUE_NO_HND = 0x40110009
 
uint32 INOS_MCMSG_CODE_NVRAM_VALUE_NOT_FOUND = 0x4011000A
 
uint32 INOS_MCMSG_CODE_NVRAM_WRONG_TYPE = 0x4011000B
 
uint32 INOS_MCMSG_CODE_NVRAM_UNKNOWN_TYPE = 0x4011000C
 
uint32 INOS_MCMSG_CODE_NVRAM_ID_INVALID = 0x4011000D
 
uint32 INOS_MCMSG_CODE_NVRAM_LONG_STRING_CUTTED = 0x4011000E
 
uint32 INOS_MCMSG_CODE_NVRAM_DEVICE_NOT_WORKING = 0x4011000F
 
uint32 INOS_MCMSG_CODE_BUS_ERROR_COUNTER = 0x40120001
 
uint32 INOS_MCMSG_CODE_BUS_OVERRUN = 0x40120002
 
uint32 INOS_MCMSG_CODE_BUS_LINK_DOWN = 0x40120003
 
uint32 INOS_MCMSG_CODE_BUS_POST_OVERRUN = 0x40120004
 
uint32 INOS_MCMSG_CODE_BUS_SYNCCORES_TIMEOUT = 0x40120005
 
uint32 INOS_MCMSG_CODE_BUS_RESCAN = 0x40120006
 
uint32 INOS_MCMSG_CODE_BUS_MAINTENANCE = 0x40120007
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_WRONG_STATE = 0x40120100
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CORES_INVALID = 0x40120101
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_COREBASE_INVALID = 0x40120102
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_COREID_INVALID = 0x40120103
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_GROUPID_INVALID = 0x40120104
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORIES_INVALID = 0x40120105
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID = 0x40120106
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID_CYCLETIME = 0x40120107
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_NO_VALID_FOUND = 0x40120108
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CYCLENUMBER_INVALID = 0x40120109
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_CYCLETIME_INVALID = 0x4012010A
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_ORDER_INVALID = 0x4012010B
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_HANDLER_INVALID = 0x4012010C
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKS_INVALID = 0x4012010D
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKS_POWER_OF_TWO = 0x4012010E
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_NO_MORE_HOOKS_LEFT = 0x4012010F
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKID_INVALID = 0x40120110
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_NODE_LEAK_DETECTED = 0x40120111
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_ORDER_MISMATCH = 0x40120112
 
uint32 INOS_MCMSG_CODE_BUS_HOOK_EXCEPTION_NOT_SUPPORTED = 0x40120113
 
uint32 INOS_MCMSG_CODE_SIO_ERROR = 0x40130000
 
uint32 INOS_MCMSG_CODE_SIO_INTERNAL_ERROR = 0x40130005
 
uint32 INOS_MCMSG_CODE_SIO_ABORT_CHAR = 0x40130020
 
uint32 INOS_MCMSG_CODE_SIO_FRAMING_ERR = 0x40130021
 
uint32 INOS_MCMSG_CODE_SIO_PARITY_ERR = 0x40130022
 
uint32 INOS_MCMSG_CODE_SIO_OVERRUN_ERR = 0x40130023
 
uint32 INOS_MCMSG_CODE_SIO_INP_OVERFLOW = 0x40130024
 
uint32 INOS_MCMSG_CODE_SIO_DSR_MISSING = 0x40130025
 
uint32 INOS_MCMSG_CODE_SIO_TIMEOUT = 0x40130026
 
uint32 INOS_MCMSG_CODE_SIO_DEBUG_MODE = 0x40130027
 
uint32 INOS_MCMSG_CODE_SIO_CHANNEL = 0x40130028
 
uint32 INOS_MCMSG_CODE_SIO_CANCELED = 0x40130029
 
uint32 INOS_MCMSG_CODE_SIO_MAXCHARS = 0x4013002A
 
uint32 INOS_MOVEPATH_ERROR_GENERAL = 0x40140000
 
uint32 INOS_MOVEPATH_ERROR_COMMAND_UNKNOWN = 0x40140001
 
uint32 INOS_MOVEPATH_ERROR_COMMAND_CANCELED = 0x40140002
 
uint32 INOS_MOVEPATH_ERROR_COMMAND_REJECTED_WRONG_STATE = 0x40140003
 
uint32 INOS_MOVEPATH_ERROR_COMMAND_REJECTED_ERROR = 0x40140004
 
uint32 INOS_MOVEPATH_ERROR_INVALID_POINTER = 0x40140005
 
uint32 INOS_MOVEPATH_ERROR_OPTION_INVALID = 0x40140006
 
uint32 INOS_MOVEPATH_ERROR_OPTION_EXCEPTION = 0x40140007
 
uint32 INOS_MOVEPATH_ERROR_OPTION_ASYNCH = 0x40140008
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_CURVE_TYPE = 0x40140009
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_INTERPOLATOR_TYPE = 0x4014000A
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_TRAJECTORY_TYPE = 0x4014000B
 
uint32 INOS_MOVEPATH_ERROR_INVALID_AXIS_INDEX = 0x4014000C
 
uint32 INOS_MOVEPATH_ERROR_ASCENDING_AXIS_INDEX = 0x4014000D
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS = 0x4014000E
 
uint32 INOS_MOVEPATH_ERROR_NO_AXIS_SET = 0x4014000F
 
uint32 INOS_MOVEPATH_ERROR_INVALID_TOLERANCE = 0x40140010
 
uint32 INOS_MOVEPATH_ERROR_INVALID_VELOCITY = 0x40140011
 
uint32 INOS_MOVEPATH_ERROR_SEGBEGIN_MISSING = 0x40140012
 
uint32 INOS_MOVEPATH_ERROR_SEGEND_MISSING = 0x40140013
 
uint32 INOS_MOVEPATH_ERROR_AXIS_INDEX_USED_TWICE = 0x40140014
 
uint32 INOS_MOVEPATH_ERROR_PARAM_NOT_FOUND = 0x40140015
 
uint32 INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED = 0x40140016
 
uint32 INOS_MOVEPATH_ERROR_MAX_HELPER = 0x40140017
 
uint32 INOS_MOVEPATH_ERROR_HELPER_NO_VALID_PATH = 0x40140018
 
uint32 INOS_MOVEPATH_ERROR_NO_COMMAND_QUEUE = 0x40140019
 
uint32 INOS_MOVEPATH_ERROR_WRONG_START_POSITION = 0x4014001A
 
uint32 INOS_MOVEPATH_ERROR_DELEGATE_NOT_ALLOWED = 0x4014001B
 
uint32 INOS_MOVEPATH_ERROR_CYCLETIME_NO_AXIS_SET = 0x4014001C
 
uint32 INOS_MOVEPATH_ERROR_MAPPING_WRONG_DIMENSION = 0x4014001D
 
uint32 INOS_MOVEPATH_ERROR_EVENT_TICKS_NOT_YET_AVAILABLE = 0x4014001E
 
uint32 INOS_MOVEPATH_ERROR_EVENT_INVALID_TYPE = 0x4014001F
 
uint32 INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_NAME = 0x40140020
 
uint32 INOS_MOVEPATH_ERROR_EVENT_UNKNOWN_RECEIVER = 0x40140021
 
uint32 INOS_MOVEPATH_ERROR_EVENT_INVALID_RECEIVER_TYPE = 0x40140022
 
uint32 INOS_MOVEPATH_ERROR_MAINAXIS_INDEX_INVALID = 0x40140023
 
uint32 INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_PRESTART = 0x40140024
 
uint32 INOS_MOVEPATH_ERROR_EVENT_NEAGTIVE_NOT_ALLOWED = 0x40140025
 
uint32 INOS_MOVEPATH_ERROR_NURBS_REQUIRES_INTERPOLATOR_NONE = 0x40140026
 
uint32 INOS_MOVEPATH_ERROR_NURBS_SEGBEGIN_NOT_ALLOWED = 0x40140027
 
uint32 INOS_MOVEPATH_ERROR_NURBS_SEGEND_NOT_ALLOWED = 0x40140028
 
uint32 INOS_MOVEPATH_ERROR_NURBS_NRBBEGIN_MISSING = 0x4014002B
 
uint32 INOS_MOVEPATH_ERROR_NURBS_NRBEND_MISSING = 0x4014002C
 
uint32 INOS_MOVEPATH_ERROR_NURBS_DEGREE_INVALID = 0x4014002D
 
uint32 INOS_MOVEPATH_ERROR_NURBS_NOT_ENOUGH_POINTS = 0x4014002E
 
uint32 INOS_MOVEPATH_ERROR_NURBS_NUMBER_OF_KNOTS_INVALID = 0x4014002F
 
uint32 INOS_MOVEPATH_ERROR_NURBS_ALL_WEIGHTS_ZERO = 0x40140030
 
uint32 INOS_MOVEPATH_ERROR_NURBS_NRBPOINT_AXES = 0x40140031
 
uint32 INOS_MOVEPATH_ERROR_DUPLICATE_NAME = 0x40140032
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_NAME = 0x40140033
 
uint32 INOS_MOVEPATH_ERROR_COMMAND_NOT_YET_IMPLEMENTED = 0x40140034
 
uint32 INOS_MOVEPATH_ERROR_INVALID_JSON_PARAM_GIVEN = 0x40140035
 
uint32 INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED_FOR_CMD = 0x40140036
 
uint32 INOS_MOVEPATH_ERROR_NURBS_RELEVANT_LENGTH_ZERO = 0x40140037
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_TYPE = 0x40140038
 
uint32 INOS_MOVEPATH_ERROR_RAPIDBEGIN_MISSING = 0x40140039
 
uint32 INOS_MOVEPATH_ERROR_RAPIDEND_MISSING = 0x4014003A
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_SPEEDSET = 0x4014003B
 
uint32 INOS_MOVEPATH_ERROR_NO_EDIT_CURVE = 0x4014003C
 
uint32 INOS_MOVEPATH_ERROR_EDITBEGIN_NOT_ALLOWED = 0x4014003D
 
uint32 INOS_MOVEPATH_ERROR_NO_PREPARE_CURVE = 0x4014003E
 
uint32 INOS_MOVEPATH_ERROR_NO_RUN_CURVE = 0x4014003F
 
uint32 INOS_MOVEPATH_ERROR_NO_APPEND_CURVE = 0x40140040
 
uint32 INOS_MOVEPATH_ERROR_TO_MANY_AXES = 0x40140041
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE_TYPE = 0x40140042
 
uint32 INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE = 0x40140043
 
uint32 INOS_MOVEPATH_ERROR_INVALID_RESOURCE_INDEX = 0x40140044
 
uint32 INOS_MOVEPATH_RESULT_PARSE_INCOPMPLETE = 0x40140045
 
uint32 INOS_MOVEPATH_ERROR_SETCURVE_NOT_ALLOWED = 0x40140046
 
uint32 INOS_MOVEPATH_ERROR_RAPID_RAMP_CALC = 0x40140047
 
uint32 INOS_MOVEPATH_ERROR_INVALID_SPEEDSET = 0x40140048
 
uint32 INOS_MOVEPATH_ERROR_CRV_GENERAL = 0x40141000
 
uint32 INOS_MOVEPATH_ERROR_CRV_RELOCATE_WITH_START = 0x40141001
 
uint32 INOS_MOVEPATH_ERROR_CRV_ABSOLUTE_WRONG_START = 0x40141002
 
uint32 INOS_MOVEPATH_ERROR_ITP_GENERAL = 0x40142000
 
uint32 INOS_MOVEPATH_ERROR_ITP_TRANSITION_SHRINK = 0x40142001
 
uint32 INOS_MOVEPATH_ERROR_ITP_MAX_SEGMENTS = 0x40142002
 
uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_LINEAR_SEGMENTS = 0x40142003
 
uint32 INOS_MOVEPATH_ERROR_ITP_SEGMENT_TYPE_NOT_SUPPORTED = 0x40142004
 
uint32 INOS_MOVEPATH_ERROR_ITP_PARAM_MISSING = 0x40142005
 
uint32 INOS_MOVEPATH_ERROR_ITP_NO_RESULT = 0x40142006
 
uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_2DIM = 0x40142007
 
uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_INDEX0_AND_1 = 0x40142008
 
uint32 INOS_MOVEPATH_ERROR_ITP_FIRST_NEEDS_TO_BE_LINEAR = 0x40142009
 
uint32 INOS_MOVEPATH_ERROR_ITP_LAST_NEEDS_TO_BE_LINEAR = 0x4014200A
 
uint32 INOS_MOVEPATH_ERROR_ITP_TWO_NON_LINEAR = 0x4014200B
 
uint32 INOS_MOVEPATH_ERROR_ITP_STOP_REQUESTED_BUT_NOT_SUPPORTED = 0x4014200C
 
uint32 INOS_MOVEPATH_ERROR_ITP_INVALID_ONSHRINK_PARAMETER = 0x4014200D
 
uint32 INOS_MOVEPATH_ERROR_ITP_OVERLAP_NEGATIVE = 0x4014200E
 
uint32 INOS_MOVEPATH_ERROR_ITP_OVERLAP_TOO_BIG = 0x4014200F
 
uint32 INOS_MOVEPATH_ERROR_TRJ_GENERAL = 0x40143000
 
uint32 INOS_MOVEPATH_ERROR_TRJ_NOT_SUPPORTED = 0x40143001
 
uint32 INOS_MOVEPATH_ERROR_TRJ_NOT_AVAILABLE = 0x40143002
 
uint32 INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_BUFFER_TYPE = 0x40143003
 
uint32 INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_SPEEDSET = 0x40143004
 
uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_TO_SMALL = 0x40143005
 
uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_NOT_VALID = 0x40143006
 
uint32 INOS_MOVEPATH_ERROR_TRJ_AXIS_ON_ERROR = 0x40143007
 
uint32 INOS_MOVEPATH_ERROR_TRJ_SEGMENT_TYPE_NOT_YET_SUPPORTED = 0x40143008
 
uint32 INOS_MOVEPATH_ERROR_TRJ_MAX_SEGMENTS = 0x40143009
 
uint32 INOS_MOVEPATH_ERROR_TRJ_BACK_PLANNING_NOT_YET_SUPPORTED = 0x4014300A
 
uint32 INOS_MOVEPATH_ERROR_TRJ_PLANING_FAILED = 0x4014300B
 
uint32 INOS_MOVEPATH_ERROR_TRJ_VELOCITY_CHECK = 0x4014300C
 
uint32 INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_1LEVEL_CONT = 0x4014300D
 
uint32 INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_2LEVEL_CONT = 0x4014300E
 
uint32 INOS_MOVEPATH_ERROR_TRJ_MOVETIME_DELTA_NOT_SUPPORTED = 0x4014300F
 
uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_UNDERFLOW = 0x40143010
 
uint32 INOS_MCTARGET_GENERIC = 0x40300000
 
uint32 INOS_MCTARGET_SUBSCRIPTION_NOT_ALLOWED = 0x40300001
 
uint32 INOS_MCTARGET_SUBSCRIPTION_ID_UNKNOWN = 0x40300002
 
uint32 INOS_MCTARGET_RESOURCE_UNKNOWN = 0x40300003
 
uint32 INOS_MCTARGET_GINSAM3_FPGA_TOO_OLD = 0x40300004
 
uint32 INOS_MCTARGET_SHUTDOWN_NOT_SUPPORTED = 0x40300005
 
uint32 INOS_MCTARGET_SHUTDOWN_PARAM_INVALID = 0x40300006
 
uint32 INOS_MCTARGET_SHUTDOWN_PARAM_UNKNOWN = 0x40300007
 
uint32 INOS_MCTARGET_SHUTDOWN_TYPE_UNKNOWN = 0x40300008
 
uint32 INOS_MCTARGET_SHUTDOWN_TYPE_FORCE_NOT_SUPPORTED = 0x40300009
 
uint32 INOS_MCTARGET_DATA_GENERAL = 0x40310000
 
uint32 INOS_MCTARGET_DATA_OBJECT_NOT_FOUND = 0x40310001
 
uint32 INOS_MCTARGET_DATA_PROPERTY_NOT_FOUND = 0x40310002
 
uint32 INOS_MCTARGET_DATA_ATTRIBUTE_NOT_FOUND = 0x40310003
 
uint32 INOS_MCTARGET_IMAGE_GENERAL = 0x40320001
 
uint32 INOS_MCTARGET_IMAGE_TYPE_NOT_SUPPORTED = 0x40320002
 
uint32 INOS_MCTARGET_IMAGE_ID_UNKNOWN = 0x40320003
 
uint32 INOS_MCTARGET_IMAGE_INVALID_ADDRESS_GIVEN = 0x40320004
 
uint32 INOS_MCTARGET_IMAGE_TRANSFER_GENERAL = 0x40321001
 
uint32 INOS_MCTARGET_IMAGE_TRANSFER_SEND_FAILED = 0x40321002
 
uint32 INOS_MCTARGET_COMM_GENERAL = 0x40330001
 
uint32 INOS_MCTARGET_COMM_UNKNOWN_TARGET = 0x40330002
 
uint32 INOS_MCTARGET_COMM_TARGET_OFFLINE = 0x40330003
 
uint32 INOS_MCTARGET_SAFETY_GENERAL = 0x40340001
 
uint32 INOS_MCTARGET_SAFETY_BINARY_MISSING = 0x40340002
 
uint32 INOS_MCTARGET_SAFETY_BINARY_INVALID = 0x40340003
 
uint32 INOS_MCTARGET_SAFETY_BINARY_SIZE_MISMATCH = 0x40340004
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_ID = 0x40340005
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MAIN_DEVICE_ID = 0x40340006
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_NAME = 0x40340007
 
uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_MISSING = 0x40340008
 
uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_INVALID = 0x40340009
 
uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_PARSE_FAILED = 0x4034000A
 
uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_UID_NOT_FOUND = 0x4034000B
 
uint32 INOS_MCTARGET_SAFETY_NO_DEVICE = 0x4034000C
 
 INOS_MCMSG_TYPE_FATAL {\"property\":{\"category\":\"safety\",\"delay\":{\"acknowledge\":10000}}}") uint32 INOS_MCTARGET_SAFETY_VERIFY_FAILED = 0x40340400
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_CONFIRM_STO_FAILED = 0x4034000D
 
uint32 INOS_MCTARGET_SAFETY_CONFIRM_STO_INVALID_NAME = 0x4034000E
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE0 = 0x40340010
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE1 = 0x40340011
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE2 = 0x40340012
 
uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE3 = 0x40340013
 
uint32 INOS_MCTARGET_SAFETY_INCOV_PASSWORD_MISSING = 0x40340014
 
uint32 INOS_MCTARGET_SAFETY_DEVICE_NO_RAM = 0x40340015
 
uint32 INOS_MCTARGET_SAFETY_COMM_FAILED = 0x40340100
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ08_FAILED = 0x40340101
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE08_FAILED = 0x40340102
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ16_FAILED = 0x40340103
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE16_FAILED = 0x40340104
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ32_FAILED = 0x40340105
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE32_FAILED = 0x40340106
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ64_FAILED = 0x40340107
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE64_FAILED = 0x40340108
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_TIMEOUT_FAILED = 0x40340110
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_FAILED = 0x40340200
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ08_FAILED = 0x40340201
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE08_FAILED = 0x40340202
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ16_FAILED = 0x40340203
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE16_FAILED = 0x40340204
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ32_FAILED = 0x40340205
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE32_FAILED = 0x40340206
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_TIMEOUT_FAILED = 0x40340210
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_FAILED = 0x40340300
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ08_FAILED = 0x40340301
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE08_FAILED = 0x40340302
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ16_FAILED = 0x40340303
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE16_FAILED = 0x40340304
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ32_FAILED = 0x40340305
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE32_FAILED = 0x40340306
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE_FAILED = 0x40340307
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_TIMEOUT_FAILED = 0x40340310
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_NEEDS_VERIFICATION = 0x40340320
 
 INOS_MCMSG_TYPE_INFO {\"property\":{\"category\":\"safety\",\"authlevel\":1}}") uint32 INOS_MCTARGET_SAFETY_SETUP_VERIFY_CRC = 0x40340321
 
 INOS_MCMSG_FLAG_DEFAULT
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ08_FAILED = 0x40340401
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE08_FAILED = 0x40340402
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ16_FAILED = 0x40340403
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE16_FAILED = 0x40340404
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ32_FAILED = 0x40340405
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE32_FAILED = 0x40340406
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_TIMEOUT_FAILED = 0x40340410
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_INVALID_REPLY = 0x40340430
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_ERROR = 0x40340500
 
 INOS_MCMSG_TYPE_ERROR
 
INOS_MCMSG_FLAG_CONFIRM uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailOverflow = 0x40340501
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInit = 0x40340502
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInitTest = 0x40340503
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailSetup = 0x40340504
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFail = 0x40340505
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailInit = 0x40340506
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailFirst = 0x40340507
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFail = 0x40340508
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailInit = 0x40340509
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailSetup = 0x4034050A
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFail = 0x4034050B
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailInit = 0x4034050C
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailSetup = 0x4034050D
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFail = 0x4034050E
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuBDevHwRevInputs = 0x4034050F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSynchSafetyState = 0x40340514
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchSchedState = 0x40340515
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchTwin = 0x40340516
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchClock = 0x40340517
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSetClockFail = 0x40340518
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma13Enabled = 0x4034051E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma14Enabled = 0x4034051F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXInput = 0x40340520
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXTx = 0x40340521
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToXRx = 0x40340522
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToIntInput = 0x40340523
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToIntTx = 0x40340524
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToExtInput = 0x40340525
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtTx = 0x40340526
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtRx = 0x40340527
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtData = 0x40340528
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScDma20Enabled = 0x40340529
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlIntCommInputs = 0x4034052A
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma12Enabled = 0x40340532
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma15Enabled = 0x40340533
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlMoniCommTo = 0x40340534
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommToDmaFinished = 0x40340535
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommRandomNumber = 0x40340536
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevInpTestIncomplete = 0x40340537
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevOutTestIncomplete = 0x40340538
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevStoTestIncomplete = 0x40340539
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevFsTestIncomplete = 0x4034053A
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScTestIncomplete = 0x4034053B
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycState = 0x4034053C
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycLoop = 0x4034053D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestIncomplete = 0x4034053E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrCtTestIncomplete = 0x4034053F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllDevPomTestIncomplete = 0x40340540
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpTestIncomplete = 0x40340541
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllContConfTestIncomplete = 0x40340542
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniMgrAmSafetyLevel = 0x40340546
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrConfigState = 0x40340547
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlMgrImcState = 0x40340548
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllDevPomInit = 0x40340549
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpState = 0x4034054A
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAMgrRpStep = 0x4034054B
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScInit = 0x4034054D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScNonexQuad = 0x4034054E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSelectionConfigError = 0x4034054F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResSpeedFilterSize = 0x40340550
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResNonPosTimeDiff = 0x40340551
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllStartupErrorSize = 0x40340552
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigLengthWrong = 0x4034055A
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigCrcWrong = 0x4034055B
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigProductIdWrong = 0x4034055C
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigVersionWrong = 0x4034055D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigFieldbusPosWrong = 0x4034055E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigContainerDamaged = 0x4034055F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigAxisNumber = 0x40340560
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidLimit = 0x40340561
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidSafetyFunction = 0x40340562
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidTolerance = 0x40340563
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_eISE_MoniConfigInvalidSignalStrength = 0x40340564
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllCycleOverrun = 0x4034056E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapNmi = 0x4034056F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapHardFault = 0x40340570
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapMemManage = 0x40340571
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapBusFault = 0x40340572
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapUsageFault = 0x40340573
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooLow = 0x40340578
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooHigh = 0x40340579
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooLow = 0x4034057A
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooHigh = 0x4034057B
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorGNDTooHigh = 0x4034057C
 
INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdcMalfunction = 0x4034057D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdc24VDiffTooLarge = 0x4034057E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdcSafe24VDiffTooLarge = 0x4034057F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooLow = 0x40340580
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooHigh = 0x40340581
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashReadError = 0x40340582
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashEraseError = 0x40340583
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashWriteError = 0x40340584
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInternal = 0x4034058C
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBHigh = 0x4034058D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal0 = 0x4034058E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal1 = 0x4034058F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal2 = 0x40340590
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal3 = 0x40340591
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent0 = 0x40340592
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent1 = 0x40340593
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent2 = 0x40340594
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent3 = 0x40340595
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOffIsHigh = 0x40340596
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOffTooHigh = 0x40340597
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeNoDrop = 0x40340598
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeSkip = 0x40340599
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VDiffTooLarge = 0x4034059A
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VCycleTimeTooLarge = 0x4034059B
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooLow = 0x4034059C
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooHigh = 0x4034059D
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooLow = 0x4034059E
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooHigh = 0x4034059F
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOffTooHigh = 0x403405A0
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeInitHigh = 0x403405A1
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalPulseIsHigh = 0x403405A2
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalPulseIsHigh = 0x403405A3
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOnIsLow = 0x403405A4
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooLow = 0x403405A5
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooHigh = 0x403405A6
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBLow = 0x403405A7
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateTooManyConfirms = 0x403405A8
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateCycleTimeTooLarge = 0x403405A9
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverInconsistency = 0x403405B4
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverTriggerMissing = 0x403405B5
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooLow = 0x403405B6
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooHigh = 0x403405B7
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLow = 0x403405B8
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooHigh = 0x403405B9
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLowSpeed = 0x403405BA
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAlignment = 0x403405BB
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosEncoderStep = 0x403405BC
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosSpeedDiffTooLarge = 0x403405BD
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosPosDiffTooLarge = 0x403405BE
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosS2C2DiffTooLarge = 0x403405BF
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooHigh = 0x403405C1
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooLow = 0x403405C2
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetDiffTooLarge = 0x403405C3
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelerationTooLarge = 0x403405C4
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelDiffTooLarge = 0x403405C5
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverPosNegAmpl = 0x403405C6
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSafetyLevelInconsistency = 0x403405C7
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniAxisMonitoringState = 0x403405C8
 
INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_STO = 0x40340600
 
uint32 INOS_MCTARGET_SAFETY_STO_INPUT_LOW = 0x40340601
 
uint32 INOS_MCTARGET_SAFETY_STO_RING_INPUT_LOW = 0x40340602
 
uint32 INOS_MCTARGET_SAFETY_STO_AXIS0 = 0x40340603
 
uint32 INOS_MCTARGET_SAFETY_STO_AXIS1 = 0x40340604
 
uint32 INOS_MCTARGET_SAFETY_STO_AXIS2 = 0x40340605
 
uint32 INOS_MCTARGET_SAFETY_STO_AXIS3 = 0x40340606
 
uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS0 = 0x40340607
 
uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS1 = 0x40340608
 
uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS2 = 0x40340609
 
uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS3 = 0x4034060A
 
uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS0 = 0x4034060B
 
uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS1 = 0x4034060C
 
uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS2 = 0x4034060D
 
uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS3 = 0x4034060E
 
uint32 INOS_MCTARGET_FIELDBUS_SLAVE_GENERAL = 0x40350001
 
uint32 INOS_MCTARGET_FIELDBUS_SLAVE_BUSNUMBER_NOT_AVAILABLE = 0x40350002
 
uint32 INOS_MCTARGET_FIELDBUS_MASTER_GENERAL = 0x40351001
 
uint32 INOS_MCTARGET_FIELDBUS_MASTER_DUPLICATE_BUSID = 0x40351002
 
uint32 INOS_MCTARGET_FIELDBUS_MASTER_INVALID_BUSID = 0x40351003
 
uint32 INOS_MCTARGET_MOTOR_GENERAL = 0x40360001
 
uint32 INOS_MCTARGET_MOTOR_RESOLVER_ADJUSTMENT_FAILED_TARGET = 0x40360002
 
uint32 INOS_MCTARGET_ENVIRONMENT_GENERAL = 0x40370001
 
uint32 INOS_MCTARGET_ENVIRONMENT_UNKNOWN_VARIABLE = 0x40370002
 
uint32 INOS_MCTARGET_ENVIRONMENT_ALREAD_EXISTS = 0x40370003
 
uint32 INOS_MCTARGET_ENVIRONMENT_PERSISTENT_NOT_SUPPORTED = 0x40370004
 
uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_NOT_FOUND = 0x40370005
 
uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_UNLOCK_FAILED = 0x40370006
 
uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_LOCK_FAILED = 0x40370007
 
uint32 INOS_MCTARGET_SYSTEM_GENERAL = 0x40380001
 
uint32 INOS_MCTARGET_SYSTEM_UNKNOWN_CONTAINER = 0x40380002
 
uint32 INOS_MCTARGET_SYSTEM_UNKNOWN_VARIABLE = 0x40380003
 
uint32 INOS_MCTARGET_SYSTEM_INVALID_VARIABLE_NAME = 0x40380004
 
uint32 INOS_MCTARGET_SYSTEM_ALREAD_EXISTS = 0x40380005
 
uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_NOT_SUPPORTED = 0x40380006
 
uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_CREATION_FAILED = 0x40380007
 
uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_TO_BIG = 0x40380008
 
uint32 INOS_MCTARGET_SYSTEM_FLASH_NOT_FOUND = 0x40380009
 
uint32 INOS_MCTARGET_SYSTEM_FLASH_UNLOCK_FAILED = 0x4038000A
 
uint32 INOS_MCTARGET_SYSTEM_FLASH_LOCK_FAILED = 0x4038000B
 
uint32 INOS_MCTARGET_SYSTEM_PROTECTED = 0x4038000C
 
uint32 INOS_MCTARGET_SYSTEM_NOT_PROTECTED = 0x4038000D
 
uint32 INOS_MCTARGET_SYSTEM_NO_PASSWORD = 0x4038000E
 
uint32 INOS_MCTARGET_SYSTEM_PASSWORD_TOO_SHORT = 0x4038000F
 
uint32 INOS_MCTARGET_SYSTEM_WRONG_PASSWORD = 0x40380010
 
uint32 INOS_MCTARGET_TEST_RAM_GENERAL = 0x40391001
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_UNKNOWN = 0x40391002
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_ONLY_ONE = 0x40391003
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_NO_RUNNING = 0x40391004
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_CORRUPTED_CODE = 0x40391005
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_WRITE_FAILURE = 0x40391006
 
uint32 INOS_MCTARGET_TEST_RAM_TEST_READ_FAILURE = 0x40391007
 
uint32 INOS_MCTARGET_TEST_NVRAM_GENERAL = 0x40390001
 
uint32 INOS_MCTARGET_TEST_NVRAM_BACKUP_ALREADY_EXISTS = 0x40390002
 
uint32 INOS_MCTARGET_TEST_NVRAM_BACKUP_UNKNOWN = 0x40390003
 
uint32 INOS_MCTARGET_TEST_NVRAM_TEST_UNKNOWN = 0x40390004
 
uint32 INOS_MCTARGET_TEST_NVRAM_TEST_ONLY_ONE = 0x40390005
 
uint32 INOS_MCTARGET_TEST_NVRAM_TEST_NO_RUNNING = 0x40390006
 
uint32 INOS_MCTARGET_TEST_NVRAM_TEST_CORRUPTED_BLOCK = 0x40390007
 
uint32 INOS_MCTARGET_ETHCAP_GENERAL = 0x403A0001
 
uint32 INOS_MCTARGET_ETHCAP_INTERFACE_UNKNOWN = 0x403A0002
 
uint32 INOS_MCTARGET_OPCUA_SERVER_GENERAL = 0x403B0000
 
uint32 INOS_MCTARGET_OPCUA_SERVER_UA_FAILED = 0x403B0001
 
uint32 INOS_MCTARGET_OPCUA_SERVER_URI_MISSING = 0x403B0002
 
uint32 INOS_MCTARGET_OPCUA_SERVER_SECURITY_CONFIG_MISSING = 0x403B0003
 
uint32 INOS_MCTARGET_OPCUA_SERVER_CERT_MISSING = 0x403B0004
 
uint32 INOS_MCTARGET_OPCUA_SERVER_PRIVKEY_MISSING = 0x403B0005
 
uint32 INOS_MCTARGET_OPCUA_SERVER_CLIENTCERT_MISSING = 0x403B0006
 
uint32 INOS_MCTARGET_OPCUA_SERVER_SECURITY_POLICY_UNKNOWN = 0x403B0007
 
uint32 INOS_MCTARGET_OPCUA_SERVER_TERMINATED = 0x403B0008
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_STATUS = 0x403C0000
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_READY = 0x403C0001
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_AUTH_ERROR = 0x403C0003
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_PRIVILIEGE = 0x403C0004
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_DMA_IO_ERROR = 0x403C0005
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_CONFIG_ERROR = 0x403C0006
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMED_OUT = 0x403C0007
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_RESOURCE = 0x403C0008
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_MEMORY = 0x403C0009
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_BUSY = 0x403C000A
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_UNSUPPORTED = 0x403C000B
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_INVALID_STATE = 0x403C000C
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMEOUT = 0x403C0010
 
uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_INVALID_TOKEN = 0x403C0011
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_ECC_ERROR = 0x403C0100
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_INVALID = 0x403C0101
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_NUMBER = 0x403C0102
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_UNKNOWN = 0x403C0103
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID_BPID = 0x403C0104
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID = 0x403C0105
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_UNKNOWN = 0x403C0106
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_FQID = 0x403C0107
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_STATE = 0x403C0108
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID = 0x403C0109
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_UNKNOWN = 0x403C010A
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID_CHANNEL = 0x403C010B
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID = 0x403C010C
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_UNKNOWN = 0x403C010D
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ALREADY_EXISTS = 0x403C010E
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INSERT_FAILED = 0x403C010F
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INVALID = 0x403C0110
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_UNKNOWN = 0x403C0111
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_NOT_FOUND = 0x403C0112
 
uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ADDR_OUTSIDE_RANGE = 0x403C0113
 
uint32 INOS_MCTARGET_ENTROPY_GENERAL = 0x403D0001
 
uint32 INOS_MCTARGET_ENTROPY_UNDERFLOW = 0x403D0002
 
uint32 INOS_MCTARGET_ENTROPY_BIASED = 0x403D0003
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_GENERAL = 0x403E0001
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_BUFFER_ALREADY_CREATED = 0x403E0002
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_NOT_ENOUGH_MEMORY = 0x403E0003
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_START_TYPE_UNKNOWN = 0x403E0004
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_UNKNOWN = 0x403E0005
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_TYPE_WRONG = 0x403E0006
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_NOT_ALLOWED = 0x403E0007
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_TASK_UNKNOWN = 0x403E0008
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TYPE_UNKNOWN = 0x403E0009
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TESTPOINT_NA = 0x403E000A
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_INVALID_COREID = 0x403E000B
 
uint32 INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_UNKNOWN = 0x403E000C
 
uint32 INOS_MCTARGET_DEX_GENERAL = 0x403F0001
 
uint32 INOS_MCTARGET_DEX_INVALID_ADDRESS_SWITCH = 0x403F0002
 
uint32 INOS_MCTARGET_DEX_DUPLICATE_ADDRESS_SWITCH = 0x403F0003
 
uint32 INOS_MCTARGET_DEX_UNKNOWN_ADDRESS_SWITCH = 0x403F0004
 
uint32 INOS_MCTARGET_DEX_INVALID_WORDS = 0x403F0005
 
uint32 INOS_MCTARGET_DEX_INVALID_IP_ADDRESS = 0x403F0006
 
uint32 INOS_MCTARGET_DEX_DUPLICATE_IP_ADDRESS = 0x403F0007
 
uint32 INOS_MCTARGET_DEX_UNKNOWN_MODULE = 0x403F0008
 
uint32 INOS_MCTARGET_CANBUS_GENERAL = 0x403F1001
 
uint32 INOS_MCTARGET_CANBUS_NOT_IMPLEMENTED = 0x403F1002
 
uint32 INOS_MCTARGET_CANBUS_INVALID_CHANNEL_INDEX = 0x403F1003
 
uint32 INOS_MCTARGET_CANBUS_UNKNOWN_CHANNEL_NAME = 0x403F1004
 
uint32 INOS_MCTARGET_CANBUS_INVALID_CHANNEL_NAME = 0x403F1005
 
uint32 INOS_MCTARGET_CANBUS_RECEIVE_TIMEOUT = 0x403F1006
 
uint32 INOS_MCTARGET_CANBUS_PROXY_INIT_FAILED = 0x403F1007
 
uint32 INOS_MCTARGET_CANBUS_INVALID_BAUDRATE = 0x403F1008
 
uint32 INOS_MCTARGET_CANBUS_BUS_INIT_FAILED = 0x403F1009
 
uint32 INOS_MCTARGET_CANBUS_TX_OVERRUN = 0x403F100A
 
uint32 INOS_MCTARGET_CANBUS_WRONG_FIRMWARE = 0x403F100B
 
uint32 INOS_MCTARGET_CANCAP_GENERAL = 0x403F2001
 
uint32 INOS_MCTARGET_CANCAP_INTERFACE_UNKNOWN = 0x403F2002
 
uint32 INOS_MCTARGET_FIRMWARE_GENERAL = 0x403F3000
 
uint32 INOS_MCTARGET_FIRMWARE_UNKNOWN_IMAGE = 0x403F3002
 
uint32 INOS_MCTARGET_FIRMWARE_IMAGE_CRC = 0x403F3003
 
uint32 INOS_MCTARGET_FIRMWARE_WRONG_ARGUMENTS = 0x403F3010
 
uint32 INOS_MCTARGET_FIRMWARE_VERIFY = 0x403F3014
 
uint32 INOS_MCTARGET_FIRMWARE_NO_ISP_SUPPORT = 0x403F3015
 
uint32 INOS_MCTARGET_FIRMWARE_FILE_SIZE = 0x403F3020
 
uint32 INOS_MCTARGET_FIRMWARE_POLL_TIMEOUT = 0x403F3050
 
uint32 INOS_MCTARGET_FIRMWARE_COP_TIMEOUT = 0x403F3060
 
uint32 INOS_MCTARGET_FIRMWARE_SPI_SPI_NOTBLANK = 0x403F3061
 
uint32 INOS_MCTARGET_FIRMWARE_COP_MODUL_NOT_FOUND = 0x403F3062
 
uint32 INOS_MCTARGET_FIRMWARE_COP_ADDR_PROTECTED = 0x403F3063
 
uint32 INOS_MCTARGET_FIRMWARE_COP_ADDR_OVERRUN = 0x403F3064
 
uint32 INOS_MCTARGET_FIRMWARE_COP_WRONG_LENGTH = 0x403F3065
 
uint32 INOS_MCTARGET_FIRMWARE_COP_CYCLE_BUSY = 0x403F3066
 
uint32 INOS_MCTARGET_FIRMWARE_SPI_UNSUPORTEDCMD = 0x403F3070
 
uint32 INOS_MCTARGET_FIRMWARE_PROGRAM = 0x403F3100
 
uint32 INOS_MCTARGET_FIRMWARE_ERASE = 0x403F3101
 
uint32 INOS_MCTARGET_FIRMWARE_DATALOADADDR = 0x403F3102
 
uint32 INOS_MCTARGET_SUPERVISION_GENERAL = 0x403F4001
 
uint32 INOS_MCTARGET_SUPERVISION_TEMPERATURE_WARNING = 0x403F4002
 
uint32 INOS_MCTARGET_SUPERVISION_TEMPERATURE_ERROR = 0x403F4003
 
uint32 INOS_MCTARGET_SUPERVISION_COOLING_WARNING = 0x403F4004
 
uint32 INOS_MCTARGET_ONNX_GENERAL = 0x403F5000
 
uint32 INOS_MCTARGET_ONNX_MODEL_NAME_UNKNOWN = 0x403F5001
 
uint32 INOS_MCTARGET_ONNX_MODEL_ALREADY_LOCKED = 0x403F5002
 
uint32 INOS_MCTARGET_ONNX_MODEL_CONTEXT_ALLOC_FAILED = 0x403F5003
 
uint32 INOS_MCTARGET_ONNX_MODEL_CONTEXT_INVALID = 0x403F5004
 
uint32 INOS_COPBUS_FAILED_TO_WRITE_MODULE_VARIABLE = 0x40400001
 
uint32 INOS_COPBUS_FAILED_TO_READ_CONSISTENT_PORT_VALUE = 0x40400002
 
uint32 INOS_CONFIG_GENERAL = 0x40410000
 
uint32 INOS_CONFIG_INVALID_ATTRIBUTE_REQUESTED = 0x40410001
 
INOS_MCMSG_FLAG_NONE uint32 INOS_CONFIG_UNKNOWN_DISTRIBUTIONBOARD_REQUESTED = 0x40410002
 
INOS_MCMSG_FLAG_NONE uint32 INOS_GINLINK_FAILED_TO_READ_DESCRIPTOR = 0x40420001
 
uint32 INOS_GINLINK_TRANSMIT_DATA_BUFFER_TOO_SMALL = 0x40420002
 
uint32 INOS_ETHERCAT_GENERAL = 0x40500000
 
uint32 INOS_ETHERCAT_UNKNOWN_SLAVE_ADDRESS = 0x40500001
 
uint32 INOS_ETHERCAT_CMD_GENERAL = 0x40510000
 
uint32 INOS_ETHERCAT_MBX_GENERAL = 0x40520000
 
uint32 INOS_ETHERCAT_MBX_NOT_AVAILBALE = 0x40520001
 
uint32 INOS_ETHERCAT_MBX_OUT_EMPTY_TIMEOUT = 0x40520002
 
uint32 INOS_ETHERCAT_MBX_OUT_SEND = 0x40520003
 
uint32 INOS_ETHERCAT_MBX_EOE_NOT_SUPPORTED = 0x40520004
 
uint32 INOS_ETHERCAT_MBX_EMERGENCY_REQUEST = 0x40520005
 
uint32 INOS_ETHERCAT_COE_GENERAL = 0x40530000
 
uint32 INOS_ETHERCAT_COE_UNEXPECTED_RESULT = 0x40530001
 
uint32 INOS_ETHERCAT_COE_SEGMENTED_TRANSFER_NOT_SUPPORTED = 0x40530002
 
uint32 INOS_ETHERCAT_COE_EXPEDITED_ONLY = 0x40530003
 
uint32 INOS_ETHERCAT_COE_MORE_DATA_THAN_EXPECTED = 0x40530004
 
uint32 INOS_ETHERCAT_COE_SDO_ABORT = 0x40530005
 
uint32 INOS_DATA_ID_NOT_FOUND = 0x40800001
 
uint32 INOS_DATA_OBJECT_NOT_FOUND = 0x40800002
 
uint32 INOS_DATA_PROPERTY_NOT_FOUND = 0x40800003
 
uint32 INOS_DATA_ATTRIBUTE_NOT_FOUND = 0x40800004
 
uint32 INOS_DATA_PROPERTY_ID_IS_OBJECT = 0x40800005
 
uint32 INOS_DATA_PROPERTY_ID_IS_STRING = 0x40800006
 
uint32 INOS_DATA_PROPERTY_ID_IS_NUMBER = 0x40800007
 
uint32 INOS_DATA_ATTRIBUTE_IS_STRING = 0x40800008
 
uint32 INOS_DATA_ATTRIBUTE_IS_NUMBER = 0x40800009
 
uint32 INOS_DATA_ATTRIBUTE_DUPLICATE = 0x4080000A
 
uint32 INOS_DATA_PROPERTY_DUPLICATE = 0x4080000B
 
uint32 INOS_DATA_OBJECT_DUPLICATE = 0x4080000C
 
uint32 INOS_DATA_OBJECT_ID_IS_PROPERTY = 0x4080000D
 
uint32 INOS_DATA_ITEM_NOT_FOUND = 0x4080000E
 
uint32 INOS_DATA_INVALID_PATH_GIVEN = 0x4080000F
 
uint32 INOS_DATA_LOCK_NOT_YET_SUPPORTED = 0x40810001
 
uint32 INOS_DATA_LOCK_PENDING = 0x40810002
 
uint32 INOS_DATA_LOCK_UNKNOWN_ID = 0x40810003
 
uint32 INOS_IMAGE_HEADER_INVALID_MAGIC_NUMBER = 0x40820001
 
uint32 INOS_IMAGE_HEADER_CRC_WRONG = 0x40820002
 
uint32 INOS_IMAGE_HEADER_LINE_NOT_FOUND = 0x40820003
 
uint32 INOS_IMAGE_DATA_CRC_WRONG = 0x40820004
 
uint32 INOS_IMAGE_COMPRESS_TYPE_UNKNOWN = 0x40820005
 
uint32 INOS_IMAGE_COMPRESS_TYPE_NOT_SUPPORTED = 0x40820006
 
uint32 INOS_IMAGE_COMPRESS_FAILED = 0x40820007
 
uint32 INOS_IMAGE_UNCOMPRESS_FAILED = 0x40820008
 
uint32 INOS_IMAGE_UNCOMPRESS_SIZE_MISMATCH = 0x40820009
 
uint32 INOS_IMAGE_INVALID_REFERENCE_INDEX = 0x4082000A
 
uint32 INOS_IMAGE_INVALID_OBJECT_INDEX = 0x4082000B
 
uint32 INOS_IMAGE_DATA_XML_PARSING_FAILED = 0x4082000C
 
uint32 INOS_IMAGE_DATA_XML_OBJECT_EXISTS = 0x4082000D
 
uint32 INOS_IMAGE_UNKNOWN_CONTENT_TYPE = 0x4082000E
 
uint32 INOS_IMAGE_MULTIIMAGE_SIZE_TO_SMALL = 0x4082000F
 
uint32 INOS_IMAGE_DATA_JSON_PARSING_FAILED = 0x40820010
 
uint32 INOS_IMAGE_NOT_YET_IMPLEMENTED = 0x40820011
 
uint32 INOS_IMAGE_NOT_BOOTABLE = 0x40820012
 
uint32 INOS_IMAGE_MOVEPATH_XML_PARSING_FAILED = 0x40820013
 
uint32 INOS_IMAGE_MOVEPATH_XML_NO_PATH = 0x40820014
 
uint32 INOS_IMAGE_MOVEPATH_XML_NRBPOINT_INVALID = 0x40820015
 
uint32 INOS_IMAGE_MOVEPATH_XML_INVALID_AXIS_NAME = 0x40820016
 
uint32 INOS_IMAGE_MOVEPATH_XML_INVALID_FORMAT = 0x40820017
 
uint32 INOS_IMAGE_DATA_SIGNATURE_NOT_FOUND = 0x40820018
 
uint32 INOS_IMAGE_NO_KEY_PROVIDED = 0x40820019
 
uint32 INOS_IMAGE_DATA_SIGNATURE_INVALID = 0x4082001A
 
uint32 INOS_IMAGE_LOADER_FLASH_NO_DEVICE = 0x40821001
 
uint32 INOS_IMAGE_LOADER_FLASH_WRITE_FAILED = 0x40821002
 
uint32 INOS_IMAGE_LOADER_FLASH_VERIFY_FAILED = 0x40821003
 
uint32 INOS_IMAGE_LOADER_IMAGE_TOO_LARGE = 0x40821004
 
uint32 INOS_IMAGE_LOADER_PRODUCT_ID_MISMATCH = 0x40821005
 
uint32 INOS_IMAGE_LOADER_IMAGE_NO_NAME = 0x40821006
 
uint32 INOS_IMAGE_LOADER_BOOTLOADER_TOO_OLD = 0x40821007
 
uint32 INOS_IMAGE_LOADER_FLASH_READ_FAILED = 0x40821008
 
uint32 INOS_IMAGE_LOADER_BOOT_NOT_SUPPORTED = 0x40821009
 
uint32 INOS_IMAGE_LOADER_TRANSFER_STOPPED_BY_CLIENT = 0x4082100A
 
uint32 INOS_FPGA_UPDATE_NECESSARY = 0x40822001
 
uint32 INOS_DT2_UNKNOWN_TABLE_NAME = 0x40830001
 
uint32 INOS_DT2_STRUCTURE_SIZE_MISMATCH = 0x40830002
 
uint32 INOS_DT2_INVALID_RECORD_NUMBER = 0x40830003
 
uint32 INOS_JSON_GENERAL = 0x40840000
 
uint32 INOS_JSON_NOT_ENOUGH_TOKENS = 0x40840001
 
uint32 INOS_JSON_INVALID_CHARACTER = 0x40840002
 
uint32 INOS_JSON_INCOMPLETE = 0x40840003
 
uint32 INOS_JSON_JUNK = 0x40840004
 
uint32 INOS_JSON_INVALID_ESCAPE_CHARACTER = 0x40840005
 
uint32 INOS_JSON_STRING_TO_LONG = 0x40840006
 
uint32 INOS_JSON_KEY_NOT_FOUND = 0x40840010
 
uint32 INOS_JSON_KEY_WITHOUT_VALUE = 0x40840011
 
uint32 INOS_JSON_RESULT_BUFFER_TO_SMALL = 0x40840012
 
uint32 INOS_JSON_TOKEN_NOT_A_OBJECT = 0x40840013
 
uint32 INOS_JSON_TOKEN_NOT_A_STRING = 0x40840014
 
uint32 INOS_JSON_TOKEN_NOT_A_NUMBER = 0x40840015
 
uint32 INOS_JSON_KEY_IS_NOT_A_STRING = 0x40840016
 
uint32 INOS_JSON_TOKEN_OBJECT_EMPTY = 0x40840017
 
uint32 INOS_JSON_TOKEN_HAS_NOT_ONE_CHILD = 0x40840018
 
uint32 INOS_JSON_VALUE_IS_NOT_A_BOOL = 0x40840019
 
uint32 INOS_JSON_NUMBER_PARSER_INVALID_NUMBER = 0x40840020
 
uint32 INOS_JSON_NUMBER_PARSER_TRAILING_CRAP = 0x40840021
 
uint32 INOS_JSON_NUMBER_TOO_BIG = 0x40840022
 
uint32 INOS_JSON_INVALID_VALUE = 0x40840023
 
uint32 INOS_JSON_INVALID_OBJECT_SYNTAX = 0x40840024
 
uint32 INOS_JSON_INVALID_ARRAY_SYNTAX = 0x40840025
 
uint32 INOS_SAFECONFIG_HEADER_INVALID_MAGIC_NUMBER = 0x40850001
 
uint32 INOS_SAFECONFIG_HEADER_MAX_DEVICES = 0x40850002
 
uint32 INOS_SAFECONFIG_HEADER_NO_DEVICES = 0x40850003
 
uint32 INOS_SAFECONFIG_UNKNOWN_INDEL_ID = 0x40850004
 
uint32 INOS_SAFECONFIG_UNKNOWN_UID = 0x40850005
 
uint32 INOS_LVDT_GENERAL = 0x40860000
 
uint32 INOS_LVDT_UNKNOWN_CHANNEL = 0x40860001
 
uint32 INOS_LVDT_CALIBRATION_FAILED = 0x40860002
 
uint32 INOS_IMAGE_DT2_GENERAL_PARSE_ERROR = 0x40870000
 
uint32 INOS_IMAGE_HX_GENERAL_PARSE_ERROR = 0x40880000
 
uint32 INOS_OPCUA_CLIENT_INTERNAL = 0x40890000
 
uint32 INOS_OPCUA_CLIENT_NODEID_UNKNOWN = 0x40890001
 
uint32 INOS_OPCUA_CLIENT_VALUE_TYPE_MISMATCH = 0x40890002
 
uint32 INOS_OPCUA_CLIENT_METHOD_PARAM_TYPE_MISMATCH = 0x40890003
 
uint32 INOS_OPCUA_CLIENT_STRING_BUFFER_TOO_SMALL = 0x40890004
 
uint32 INOS_OPCUA_CLIENT_TOO_MANY_ARGUMENTS = 0x40890005
 
uint32 INOS_OPCUA_CLIENT_DISCONNECTED = 0x40890006
 
uint32 INOS_OPCUA_CLIENT_SECURITY_NOT_AVAILABLE = 0x40890007
 
uint32 INOS_OPCUA_CLIENT_URI_MISSING = 0x40890008
 
uint32 INOS_OPCUA_CLIENT_SECURITY_CONFIG_MISSING = 0x40890009
 
uint32 INOS_OPCUA_CLIENT_CERT_MISSING = 0x4089000A
 
uint32 INOS_OPCUA_CLIENT_PRIVKEY_MISSING = 0x4089000B
 
uint32 INOS_OPCUA_CLIENT_SERVERCERT_MISSING = 0x4089000C
 
uint32 INOS_OPCUA_CLIENT_MISSING_CREDENTIALS = 0x4089000D
 
uint32 INOS_MDNS_NAME_CONFLICT = 0x408A0001
 
uint32 INOS_TSN_PAYLOAD_LIMIT_EXCEEDED = 0x408B0001
 
uint32 INOS_TSN_SEND_FAILED = 0x408B0002
 
uint32 INOS_TSN_INVALID_FRAME_SIZE = 0x408B0003
 
uint32 INOS_TSN_NOTHING_TO_RECEIVE = 0x408B0004
 
uint32 INOS_TSN_BUS_NOT_AVAILABLE = 0x408B0005
 
uint32 INOS_TSN_PUBSUB_ADDRESS_INVALID = 0x408B0006
 
uint32 INOS_TSN_PUBSUB_FORMAT_INVALID = 0x408B0007
 
uint32 INOS_TSN_FRAME_CHECKSUM_INVALID = 0x408B0008
 
uint32 INOS_TSN_IGMP_JOIN_FAILED = 0x408B0009
 
uint32 INOS_TSN_IP_RESOLVE_FAILED = 0x408B000A
 
uint32 INOS_TSN_REMOTE_UNREACHABLE = 0x408B0010
 
uint32 INOS_TSN_REMOTE_INCOMPATIBLE = 0x408B0011
 
uint32 INOS_TSN_REMOTE_NOT_READY = 0x408B0012
 
uint32 INOS_TESTUTIL_TEST_FAILED_ERR = 0x408C0001
 
uint32 INOS_TESTUTIL_RAMTEST_FAILED_ERR = 0x408C0002
 
uint32 INOS_OUTPWM_POWER_DETECTION_DISABLED = 0x408D0000
 
uint32 INOS_OUTPWM_POWER_DETECTION_WAITING_SYNC = 0x408D0001
 
uint32 INOS_OUTPWM_POWER_DETECTION_ON_GOING = 0x408D0002
 
uint32 INOS_OUTPWM_POWER_DETECTION_FAILED = 0x408D0003
 
uint32 INOS_OUTPWM_POWER_DETECTION_STATE_UNKNOWN = 0x408D0004
 
uint32 INOS_OUTPWM_NAME_UNKNOWN = 0x408D0005
 
uint32 INOS_OUTPWM_POWER_FREQUENCY_INVALID = 0x408D0006
 
uint32 INOS_MCMSG_CODE_INCO_INVALIDPATH = 0x401500F7
 
uint32 INOS_MCMSG_CODE_INCO_UNKNOWNFRAME = 0x401500FF
 
uint32 INOS_MCMSG_CODE_INCO_VAR_BASE = 0x40150200
 
uint32 INOS_MCMSG_CODE_INCO_VAR_NOTFOUND = 0x40150201
 
uint32 INOS_MCMSG_CODE_INCO_VAR_READONLY = 0x40150202
 
uint32 INOS_MCMSG_CODE_INCO_VAR_MINIMUM = 0x40150203
 
uint32 INOS_MCMSG_CODE_INCO_VAR_MAXIMUM = 0x40150204
 
uint32 INOS_MCMSG_CODE_INCO_VAR_STRLENGTH = 0x40150205
 
uint32 INOS_MCMSG_CODE_INCO_VAR_ARRAYINDEX = 0x40150206
 
uint32 INOS_MCMSG_CODE_INCO_VAR_KEYLEVEL = 0x40150207
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PROPNOTFOUND = 0x40150208
 
uint32 INOS_MCMSG_CODE_INCO_VAR_BITNUMBER = 0x40150209
 
uint32 INOS_MCMSG_CODE_INCO_VAR_BUFSIZE = 0x4015020a
 
uint32 INOS_MCMSG_CODE_INCO_VAR_MULTIDISP = 0x4015020b
 
uint32 INOS_MCMSG_CODE_INCO_VAR_TRIGTWICE = 0x4015020c
 
uint32 INOS_MCMSG_CODE_INCO_VAR_EMENOTALLOWED = 0x4015020d
 
uint32 INOS_MCMSG_CODE_INCO_VAR_ASYNCRESLOST = 0x4015020e
 
uint32 INOS_MCMSG_CODE_INCO_VAR_TRIGSYNTAX = 0x4015020f
 
uint32 INOS_MCMSG_CODE_INCO_VAR_TYPEUNSUPP = 0x40150210
 
uint32 INOS_MCMSG_CODE_INCO_VAR_NOTSTRING = 0x40150211
 
uint32 INOS_MCMSG_CODE_INCO_VAR_NOTNUMBER = 0x40150212
 
uint32 INOS_MCMSG_CODE_INCO_VAR_NAMELENGTH = 0x40150213
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PUTBUFSIZE = 0x40150214
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_TYPE_MISMATCH = 0x40150215
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_SIZE_MISMATCH = 0x40150216
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_NOT_SUPPORTED = 0x40150217
 
uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_VALUE_TOO_BIG = 0x40150218
 
uint32 INOS_MCMSG_CODE_INCO_VAR_USERERR = 0x40150280
 
uint32 INOS_MCMSG_CODE_INCO_VAR_VARASYNC = 0x401502fe
 
uint32 INOS_MCMSG_CODE_INCO_VAR_UNKNOWN = 0x401502ff
 
uint32 INOS_MCMSG_CODE_INCO_RPC_BASE = 0x40150400
 
uint32 INOS_MCMSG_CODE_INCO_RPC_NOTFOUND = 0x40150401
 
uint32 INOS_MCMSG_CODE_INCO_RPC_NOTARPC = 0x40150402
 
uint32 INOS_MCMSG_CODE_INCO_RPC_NUMBERPARAM = 0x40150403
 
uint32 INOS_MCMSG_CODE_INCO_RPC_WRONGPARAM = 0x40150404
 
uint32 INOS_MCMSG_CODE_INCO_RPC_NOTEXEC = 0x40150405
 
uint32 INOS_MCMSG_CODE_INCO_RPC_INPROGRESS = 0x40150406
 
uint32 INOS_MCMSG_CODE_INCO_RPC_NOFLOAT = 0x40150407
 
uint32 INOS_MCMSG_CODE_INCO_RPC_VALUERANGE = 0x40150408
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ARGTOOLONG = 0x40150409
 
uint32 INOS_MCMSG_CODE_INCO_RPC_MULTIDISP = 0x4015040a
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ARGFORMAT = 0x4015040b
 
uint32 INOS_MCMSG_CODE_INCO_RPC_KEYLEVEL = 0x40150417
 
uint32 INOS_MCMSG_CODE_INCO_RPC_RESULT_TOO_LARGE = 0x40150418
 
uint32 INOS_MCMSG_CODE_INCO_RPC_USERERR = 0x40150480
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC = 0x401504fe
 
uint32 INOS_MCMSG_CODE_INCO_RPC_UNKNOWN = 0x401504ff
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_FAILED = 0x40150500
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_RETRY = 0x40150501
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_NUM = 0x40150502
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_TIMEOUT = 0x40150503
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_SIZE = 0x40150504
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_UDP_CHN_FAIL = 0x40150505
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_PDP_CHN_FAIL = 0x40150506
 
uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRITE_FAIL = 0x40150507
 
uint32 INOS_MCMSG_CODE_INCO_RPC_TICKET_OVERFLOW = 0x40150508
 
uint32 INOS_MCMSG_CODE_INCO_RPC_DUPLICATE_MSGID = 0x40150509
 
uint32 INOS_MCMSG_CODE_INCO_RPC_UNKNOWN_MSGID = 0x4015050A
 
uint32 INOS_MCMSG_CODE_INCO_DBG_BASE = 0x40150600
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_ID_NOT_VALID = 0x40150601
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NAME_NOT_VALID = 0x40150602
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NO_FLOAT = 0x40150603
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_NOT_VALID = 0x40150604
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_SET = 0x40150605
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_LENGTH = 0x40150606
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_UNKNOWN = 0x40150607
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_PUT_NA = 0x40150608
 
uint32 INOS_MCMSG_CODE_INCO_DBG_BKPT_NOT_ENOUGH_MEM = 0x40150609
 
uint32 INOS_MCMSG_CODE_INCO_DBG_HARD_RESET_NOT_SUP = 0x4015060A
 
uint32 INOS_MCMSG_CODE_INCO_DBG_NO_LOAD_DEVICE = 0x4015060B
 
uint32 INOS_MCMSG_CODE_INCO_DBG_SOFT_RESET_NOT_ALWD = 0x4015060C
 
uint32 INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL = 0x4015060D
 
uint32 INOS_MCMSG_CODE_INCO_DBG_INVALID_ARGUMENT = 0x4015060E
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_NUMBER = 0x4015060F
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_CLEAR = 0x40150610
 
uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NOT_DBG_SUSP = 0x40150611
 
uint32 INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL2 = 0x40150612
 
uint32 INOS_MCMSG_CODE_INCO_DBG_EMPTY_CACHE = 0x40150613
 
uint32 INOS_MCMSG_CODE_INCO_DBG_INVALID_COOKIE = 0x40150614
 
uint32 INOS_MCMSG_CODE_INCO_DBG_BKP_NO_SPACE = 0x40150615
 
uint32 INOS_MCMSG_CODE_INCO_DBG_DATA_VALUE_TO_BIG = 0x40150616
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_COREMSK_NOT_SUP = 0x40150617
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_NOT_FOUND = 0x40150618
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_INDEX = 0x40150619
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_ACCESS = 0x4015061A
 
uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_OVERLAPPED = 0x4015061B
 
uint32 INOS_ERR_FAILED = 0x40200000
 
uint32 INOS_ERR_NOT_SUPPORTED = 0x40200001
 
uint32 INOS_ERR_BAD_STATE = 0x40200002
 
uint32 INOS_ERR_INVALID_ARG = 0x40200003
 
uint32 INOS_ERR_ALREADY_EXISTING = 0x40200004
 
uint32 INOS_ERR_NOT_FOUND = 0x40200005
 
uint32 INOS_ERR_OUT_OF_RES = 0x40200006
 
uint32 INOS_ERR_TIMEOUT = 0x40200007
 
uint32 INOS_ERR_CANCELLED = 0x40200008
 
uint32 INOS_ERR_INTERNAL = 0x40200009
 

Detailed Description

The inos error header file.

Author
Ch. Hirzel
Remarks
project         : INOS
language        : Gnu C++
system          : Indel targets

This class provides the error codes defined by INOS (or McRobot) not defined by customers. The errors must be in the range 0x40000000..0x40FFFFFF as specified in the inco_32 documentation. Note: Errors defined by customers must be in the range 0x80000000..0x80FFFFFF

Macro Definition Documentation

◆ INOSERROR

#define INOSERROR (   label,
  code,
  text 
)     uint32 label = code;

text

Variable Documentation

◆ INOS_CONFIG_GENERAL

uint32 INOS_CONFIG_GENERAL = 0x40410000

"General configuration error"

◆ INOS_CONFIG_INVALID_ATTRIBUTE_REQUESTED

uint32 INOS_CONFIG_INVALID_ATTRIBUTE_REQUESTED = 0x40410001

"Invalid attribute requested"

◆ INOS_CONFIG_UNKNOWN_DISTRIBUTIONBOARD_REQUESTED

INOS_MCMSG_FLAG_NONE uint32 INOS_CONFIG_UNKNOWN_DISTRIBUTIONBOARD_REQUESTED = 0x40410002

"Unknown distrbution board requested"

◆ INOS_COPBUS_FAILED_TO_READ_CONSISTENT_PORT_VALUE

uint32 INOS_COPBUS_FAILED_TO_READ_CONSISTENT_PORT_VALUE = 0x40400002

"Failed to read consistent COP module port value"

◆ INOS_COPBUS_FAILED_TO_WRITE_MODULE_VARIABLE

uint32 INOS_COPBUS_FAILED_TO_WRITE_MODULE_VARIABLE = 0x40400001

"Failed to write COP module variable"

◆ INOS_DATA_ATTRIBUTE_DUPLICATE

uint32 INOS_DATA_ATTRIBUTE_DUPLICATE = 0x4080000A

"Duplicate attribute detected"

◆ INOS_DATA_ATTRIBUTE_IS_NUMBER

uint32 INOS_DATA_ATTRIBUTE_IS_NUMBER = 0x40800009

"Attribute is a number"

◆ INOS_DATA_ATTRIBUTE_IS_STRING

uint32 INOS_DATA_ATTRIBUTE_IS_STRING = 0x40800008

"Attribute is a string"

◆ INOS_DATA_ATTRIBUTE_NOT_FOUND

uint32 INOS_DATA_ATTRIBUTE_NOT_FOUND = 0x40800004

"Data attribute not found"

◆ INOS_DATA_ID_NOT_FOUND

uint32 INOS_DATA_ID_NOT_FOUND = 0x40800001

"Data id not found"

◆ INOS_DATA_INVALID_PATH_GIVEN

uint32 INOS_DATA_INVALID_PATH_GIVEN = 0x4080000F

"Invalid INCO path given"

◆ INOS_DATA_ITEM_NOT_FOUND

uint32 INOS_DATA_ITEM_NOT_FOUND = 0x4080000E

"Data item not found"

◆ INOS_DATA_LOCK_NOT_YET_SUPPORTED

uint32 INOS_DATA_LOCK_NOT_YET_SUPPORTED = 0x40810001

"Data lock mechanism not yet supported"

◆ INOS_DATA_LOCK_PENDING

uint32 INOS_DATA_LOCK_PENDING = 0x40810002

"Data lock pending"

◆ INOS_DATA_LOCK_UNKNOWN_ID

uint32 INOS_DATA_LOCK_UNKNOWN_ID = 0x40810003

"Unknown lock id given"

◆ INOS_DATA_OBJECT_DUPLICATE

uint32 INOS_DATA_OBJECT_DUPLICATE = 0x4080000C

"Duplicate object detected"

◆ INOS_DATA_OBJECT_ID_IS_PROPERTY

uint32 INOS_DATA_OBJECT_ID_IS_PROPERTY = 0x4080000D

"Given object id is a property"

◆ INOS_DATA_OBJECT_NOT_FOUND

uint32 INOS_DATA_OBJECT_NOT_FOUND = 0x40800002

"Data object not found"

◆ INOS_DATA_PROPERTY_DUPLICATE

uint32 INOS_DATA_PROPERTY_DUPLICATE = 0x4080000B

"Duplicate property detected"

◆ INOS_DATA_PROPERTY_ID_IS_NUMBER

uint32 INOS_DATA_PROPERTY_ID_IS_NUMBER = 0x40800007

"Given id is a number"

◆ INOS_DATA_PROPERTY_ID_IS_OBJECT

uint32 INOS_DATA_PROPERTY_ID_IS_OBJECT = 0x40800005

"Given id is an object"

◆ INOS_DATA_PROPERTY_ID_IS_STRING

uint32 INOS_DATA_PROPERTY_ID_IS_STRING = 0x40800006

"Given id is a string"

◆ INOS_DATA_PROPERTY_NOT_FOUND

uint32 INOS_DATA_PROPERTY_NOT_FOUND = 0x40800003

"Data property not found"

◆ INOS_DT2_INVALID_RECORD_NUMBER

uint32 INOS_DT2_INVALID_RECORD_NUMBER = 0x40830003

"Invalid record number given"

◆ INOS_DT2_STRUCTURE_SIZE_MISMATCH

uint32 INOS_DT2_STRUCTURE_SIZE_MISMATCH = 0x40830002

"Given structure size doesn't match internal one"

◆ INOS_DT2_UNKNOWN_TABLE_NAME

uint32 INOS_DT2_UNKNOWN_TABLE_NAME = 0x40830001

"Unknown table name requested"

◆ INOS_ERR_ALREADY_EXISTING

uint32 INOS_ERR_ALREADY_EXISTING = 0x40200004

Indicates that some item already exists with the given name/id and therefore cannot be created/added. Example: container lookup
"Item already exists"

◆ INOS_ERR_BAD_STATE

uint32 INOS_ERR_BAD_STATE = 0x40200002

Indicates that the requested operation is not permitted in the current state. Example: precondition check, default-case in switch statement
"Operation not permitted in current state"

◆ INOS_ERR_CANCELLED

uint32 INOS_ERR_CANCELLED = 0x40200008

Indicates that the requested operation was cancelled due to an external event. Example: User cancelled an ongoing task
"Operation cancelled"

◆ INOS_ERR_FAILED

uint32 INOS_ERR_FAILED = 0x40200000

Indicates a general failure that is not further specified. Example: A function returning false
"Operation failed"

◆ INOS_ERR_INTERNAL

uint32 INOS_ERR_INTERNAL = 0x40200009

Indicates that an operation failed due to unexpected circumstances or invalid state. Example: Class invariant violated
"An internal error occurred"

◆ INOS_ERR_INVALID_ARG

uint32 INOS_ERR_INVALID_ARG = 0x40200003

Indicates that an operation was initiated with invalid arguments. Example: precondition check
"Invalid argument"

◆ INOS_ERR_NOT_FOUND

uint32 INOS_ERR_NOT_FOUND = 0x40200005

Indicates that some item does not exists with the given name/id. Example: container lookup
"Item not found"

◆ INOS_ERR_NOT_SUPPORTED

uint32 INOS_ERR_NOT_SUPPORTED = 0x40200001

Indicates that the requested operation is not supported. Example: default-case in switch statement
"Operation not supported"

◆ INOS_ERR_OUT_OF_RES

uint32 INOS_ERR_OUT_OF_RES = 0x40200006

Indicates that the requested operation cannot be performed because the required memory/array slot/disk space is not available. Example: Calling new/malloc, adding an item to a fixed-size array
"Out of resources"

◆ INOS_ERR_TIMEOUT

uint32 INOS_ERR_TIMEOUT = 0x40200007

Indicates that the requested operation timed out. Example: Waiting for a resource to be available
"Operation timed out"

◆ INOS_ETHERCAT_CMD_GENERAL

uint32 INOS_ETHERCAT_CMD_GENERAL = 0x40510000

"General Ethercat command error"

◆ INOS_ETHERCAT_COE_EXPEDITED_ONLY

uint32 INOS_ETHERCAT_COE_EXPEDITED_ONLY = 0x40530003

"Only expedited transfer supported (<= 4 bytes)"

◆ INOS_ETHERCAT_COE_GENERAL

uint32 INOS_ETHERCAT_COE_GENERAL = 0x40530000

"General Ethercat CoE error"

◆ INOS_ETHERCAT_COE_MORE_DATA_THAN_EXPECTED

uint32 INOS_ETHERCAT_COE_MORE_DATA_THAN_EXPECTED = 0x40530004

"Got more data than expected"

◆ INOS_ETHERCAT_COE_SDO_ABORT

uint32 INOS_ETHERCAT_COE_SDO_ABORT = 0x40530005

"Received an SDO abort"

◆ INOS_ETHERCAT_COE_SEGMENTED_TRANSFER_NOT_SUPPORTED

uint32 INOS_ETHERCAT_COE_SEGMENTED_TRANSFER_NOT_SUPPORTED = 0x40530002

"Segmented transfer not supported"

◆ INOS_ETHERCAT_COE_UNEXPECTED_RESULT

uint32 INOS_ETHERCAT_COE_UNEXPECTED_RESULT = 0x40530001

"Received unexpected CoE result"

◆ INOS_ETHERCAT_GENERAL

uint32 INOS_ETHERCAT_GENERAL = 0x40500000

"General Ethercat error"

◆ INOS_ETHERCAT_MBX_EMERGENCY_REQUEST

uint32 INOS_ETHERCAT_MBX_EMERGENCY_REQUEST = 0x40520005

"Mailbox emergency request"

◆ INOS_ETHERCAT_MBX_EOE_NOT_SUPPORTED

uint32 INOS_ETHERCAT_MBX_EOE_NOT_SUPPORTED = 0x40520004

"EoE not supported"

◆ INOS_ETHERCAT_MBX_GENERAL

uint32 INOS_ETHERCAT_MBX_GENERAL = 0x40520000

"General Ethercat mailbox error"

◆ INOS_ETHERCAT_MBX_NOT_AVAILBALE

uint32 INOS_ETHERCAT_MBX_NOT_AVAILBALE = 0x40520001

"No mailbox available"

◆ INOS_ETHERCAT_MBX_OUT_EMPTY_TIMEOUT

uint32 INOS_ETHERCAT_MBX_OUT_EMPTY_TIMEOUT = 0x40520002

"Timeout waiting for OUT mailbox"

◆ INOS_ETHERCAT_MBX_OUT_SEND

uint32 INOS_ETHERCAT_MBX_OUT_SEND = 0x40520003

"Error writing to OUT mailbox"

◆ INOS_ETHERCAT_UNKNOWN_SLAVE_ADDRESS

uint32 INOS_ETHERCAT_UNKNOWN_SLAVE_ADDRESS = 0x40500001

"Unknown slave address given"

◆ INOS_FPGA_UPDATE_NECESSARY

uint32 INOS_FPGA_UPDATE_NECESSARY = 0x40822001

"FPGA or bootloader too old for this system, please update first"

◆ INOS_GINLINK_FAILED_TO_READ_DESCRIPTOR

INOS_MCMSG_FLAG_NONE uint32 INOS_GINLINK_FAILED_TO_READ_DESCRIPTOR = 0x40420001

"Failed to read GinLink module descriptor"

◆ INOS_GINLINK_TRANSMIT_DATA_BUFFER_TOO_SMALL

uint32 INOS_GINLINK_TRANSMIT_DATA_BUFFER_TOO_SMALL = 0x40420002

"Cyclic transmit data buffer too small"

◆ INOS_IMAGE_COMPRESS_FAILED

uint32 INOS_IMAGE_COMPRESS_FAILED = 0x40820007

"Failed to compress image data"

◆ INOS_IMAGE_COMPRESS_TYPE_NOT_SUPPORTED

uint32 INOS_IMAGE_COMPRESS_TYPE_NOT_SUPPORTED = 0x40820006

"Compression type not supported"

◆ INOS_IMAGE_COMPRESS_TYPE_UNKNOWN

uint32 INOS_IMAGE_COMPRESS_TYPE_UNKNOWN = 0x40820005

"Unknown compression type"

◆ INOS_IMAGE_DATA_CRC_WRONG

uint32 INOS_IMAGE_DATA_CRC_WRONG = 0x40820004

"Wrong data crc detected"

◆ INOS_IMAGE_DATA_JSON_PARSING_FAILED

uint32 INOS_IMAGE_DATA_JSON_PARSING_FAILED = 0x40820010

"Parsing data json failed"

◆ INOS_IMAGE_DATA_SIGNATURE_INVALID

uint32 INOS_IMAGE_DATA_SIGNATURE_INVALID = 0x4082001A

"Invalid image signature detected"

◆ INOS_IMAGE_DATA_SIGNATURE_NOT_FOUND

uint32 INOS_IMAGE_DATA_SIGNATURE_NOT_FOUND = 0x40820018

"Image signature not found"

◆ INOS_IMAGE_DATA_XML_OBJECT_EXISTS

uint32 INOS_IMAGE_DATA_XML_OBJECT_EXISTS = 0x4082000D

"Creation failed, object already exists"

◆ INOS_IMAGE_DATA_XML_PARSING_FAILED

uint32 INOS_IMAGE_DATA_XML_PARSING_FAILED = 0x4082000C

"Parsing data xml failed"

◆ INOS_IMAGE_DT2_GENERAL_PARSE_ERROR

uint32 INOS_IMAGE_DT2_GENERAL_PARSE_ERROR = 0x40870000

"General parse error"

◆ INOS_IMAGE_HEADER_CRC_WRONG

uint32 INOS_IMAGE_HEADER_CRC_WRONG = 0x40820002

"Wrong header crc detected"

◆ INOS_IMAGE_HEADER_INVALID_MAGIC_NUMBER

uint32 INOS_IMAGE_HEADER_INVALID_MAGIC_NUMBER = 0x40820001

"Invalid magic number"

◆ INOS_IMAGE_HEADER_LINE_NOT_FOUND

uint32 INOS_IMAGE_HEADER_LINE_NOT_FOUND = 0x40820003

"Requested header line not found"

◆ INOS_IMAGE_HX_GENERAL_PARSE_ERROR

uint32 INOS_IMAGE_HX_GENERAL_PARSE_ERROR = 0x40880000

"General HX file parse error"

◆ INOS_IMAGE_INVALID_OBJECT_INDEX

uint32 INOS_IMAGE_INVALID_OBJECT_INDEX = 0x4082000B

"Invalid object index requested"

◆ INOS_IMAGE_INVALID_REFERENCE_INDEX

uint32 INOS_IMAGE_INVALID_REFERENCE_INDEX = 0x4082000A

"Invalid reference index requested"

◆ INOS_IMAGE_LOADER_BOOT_NOT_SUPPORTED

uint32 INOS_IMAGE_LOADER_BOOT_NOT_SUPPORTED = 0x40821009

"Boot from image not supported"

◆ INOS_IMAGE_LOADER_BOOTLOADER_TOO_OLD

uint32 INOS_IMAGE_LOADER_BOOTLOADER_TOO_OLD = 0x40821007

"Bootloader too old to load INOS images"

◆ INOS_IMAGE_LOADER_FLASH_NO_DEVICE

uint32 INOS_IMAGE_LOADER_FLASH_NO_DEVICE = 0x40821001

"No flash device available"

◆ INOS_IMAGE_LOADER_FLASH_READ_FAILED

uint32 INOS_IMAGE_LOADER_FLASH_READ_FAILED = 0x40821008

"Failed to reading from flash"

◆ INOS_IMAGE_LOADER_FLASH_VERIFY_FAILED

uint32 INOS_IMAGE_LOADER_FLASH_VERIFY_FAILED = 0x40821003

"Flash verification failed. Do not turn off power and try again!"

◆ INOS_IMAGE_LOADER_FLASH_WRITE_FAILED

uint32 INOS_IMAGE_LOADER_FLASH_WRITE_FAILED = 0x40821002

"Failed to write flash"

◆ INOS_IMAGE_LOADER_IMAGE_NO_NAME

uint32 INOS_IMAGE_LOADER_IMAGE_NO_NAME = 0x40821006

"Image name missing"

◆ INOS_IMAGE_LOADER_IMAGE_TOO_LARGE

uint32 INOS_IMAGE_LOADER_IMAGE_TOO_LARGE = 0x40821004

"Image too large to fit in flash"

◆ INOS_IMAGE_LOADER_PRODUCT_ID_MISMATCH

uint32 INOS_IMAGE_LOADER_PRODUCT_ID_MISMATCH = 0x40821005

"Product Id mismatch. Did you select the wrong target/build configuration?"

◆ INOS_IMAGE_LOADER_TRANSFER_STOPPED_BY_CLIENT

uint32 INOS_IMAGE_LOADER_TRANSFER_STOPPED_BY_CLIENT = 0x4082100A

"Image transfer stopped by client before completed"

◆ INOS_IMAGE_MOVEPATH_XML_INVALID_AXIS_NAME

uint32 INOS_IMAGE_MOVEPATH_XML_INVALID_AXIS_NAME = 0x40820016

"Invalid axis name detected in given xml"

◆ INOS_IMAGE_MOVEPATH_XML_INVALID_FORMAT

uint32 INOS_IMAGE_MOVEPATH_XML_INVALID_FORMAT = 0x40820017

"Invalid format detected in given xml"

◆ INOS_IMAGE_MOVEPATH_XML_NO_PATH

uint32 INOS_IMAGE_MOVEPATH_XML_NO_PATH = 0x40820014

"No movepath found in given xml"

◆ INOS_IMAGE_MOVEPATH_XML_NRBPOINT_INVALID

uint32 INOS_IMAGE_MOVEPATH_XML_NRBPOINT_INVALID = 0x40820015

"Invalid nurb point detected in given xml"

◆ INOS_IMAGE_MOVEPATH_XML_PARSING_FAILED

uint32 INOS_IMAGE_MOVEPATH_XML_PARSING_FAILED = 0x40820013

"Parsing movepath xml failed"

◆ INOS_IMAGE_MULTIIMAGE_SIZE_TO_SMALL

uint32 INOS_IMAGE_MULTIIMAGE_SIZE_TO_SMALL = 0x4082000F

"Multiimage size to small"

◆ INOS_IMAGE_NO_KEY_PROVIDED

uint32 INOS_IMAGE_NO_KEY_PROVIDED = 0x40820019

"No public key for signature check provided"

◆ INOS_IMAGE_NOT_BOOTABLE

uint32 INOS_IMAGE_NOT_BOOTABLE = 0x40820012

"Given image not bootable"

◆ INOS_IMAGE_NOT_YET_IMPLEMENTED

uint32 INOS_IMAGE_NOT_YET_IMPLEMENTED = 0x40820011

"Not yet implemented"

◆ INOS_IMAGE_UNCOMPRESS_FAILED

uint32 INOS_IMAGE_UNCOMPRESS_FAILED = 0x40820008

"Failed to uncompress image data"

◆ INOS_IMAGE_UNCOMPRESS_SIZE_MISMATCH

uint32 INOS_IMAGE_UNCOMPRESS_SIZE_MISMATCH = 0x40820009

"Uncompressed data size mismatch"

◆ INOS_IMAGE_UNKNOWN_CONTENT_TYPE

uint32 INOS_IMAGE_UNKNOWN_CONTENT_TYPE = 0x4082000E

"Unknown image content type requested"

◆ INOS_JSON_GENERAL

uint32 INOS_JSON_GENERAL = 0x40840000

"General JSON error"

◆ INOS_JSON_INCOMPLETE

uint32 INOS_JSON_INCOMPLETE = 0x40840003

"The string is not a full JSON packet, more bytes expected"

◆ INOS_JSON_INVALID_ARRAY_SYNTAX

uint32 INOS_JSON_INVALID_ARRAY_SYNTAX = 0x40840025

"Invalid JSON array : ',' or ']' expected after value "

◆ INOS_JSON_INVALID_CHARACTER

uint32 INOS_JSON_INVALID_CHARACTER = 0x40840002

"Invalid character inside JSON string"

◆ INOS_JSON_INVALID_ESCAPE_CHARACTER

uint32 INOS_JSON_INVALID_ESCAPE_CHARACTER = 0x40840005

"Invalid escape character inside JSON string"

◆ INOS_JSON_INVALID_OBJECT_SYNTAX

uint32 INOS_JSON_INVALID_OBJECT_SYNTAX = 0x40840024

"Invalid JSON object : ',' or '}' expected after value "

◆ INOS_JSON_INVALID_VALUE

uint32 INOS_JSON_INVALID_VALUE = 0x40840023

"The JSON parser failed: Not a valid value"

◆ INOS_JSON_JUNK

uint32 INOS_JSON_JUNK = 0x40840004

"The string contains junk data after its root element"

◆ INOS_JSON_KEY_IS_NOT_A_STRING

uint32 INOS_JSON_KEY_IS_NOT_A_STRING = 0x40840016

"The expected key token is not a 'string' type"

◆ INOS_JSON_KEY_NOT_FOUND

uint32 INOS_JSON_KEY_NOT_FOUND = 0x40840010

"Requested key not found"

◆ INOS_JSON_KEY_WITHOUT_VALUE

uint32 INOS_JSON_KEY_WITHOUT_VALUE = 0x40840011

"The requested key has no value (':' followed by value expected)"

◆ INOS_JSON_NOT_ENOUGH_TOKENS

uint32 INOS_JSON_NOT_ENOUGH_TOKENS = 0x40840001

"Not enough tokens were provided"

◆ INOS_JSON_NUMBER_PARSER_INVALID_NUMBER

uint32 INOS_JSON_NUMBER_PARSER_INVALID_NUMBER = 0x40840020

"The JSON number parser failed: Not a valid number"

◆ INOS_JSON_NUMBER_PARSER_TRAILING_CRAP

uint32 INOS_JSON_NUMBER_PARSER_TRAILING_CRAP = 0x40840021

"The JSON number parser failed: Non-number chars were detected at end of the number"

◆ INOS_JSON_NUMBER_TOO_BIG

uint32 INOS_JSON_NUMBER_TOO_BIG = 0x40840022

"The JSON number parser failed: Number is too big for destination type"

◆ INOS_JSON_RESULT_BUFFER_TO_SMALL

uint32 INOS_JSON_RESULT_BUFFER_TO_SMALL = 0x40840012

"Given result buffer to small"

◆ INOS_JSON_STRING_TO_LONG

uint32 INOS_JSON_STRING_TO_LONG = 0x40840006

"String value to long for available buffer"

◆ INOS_JSON_TOKEN_HAS_NOT_ONE_CHILD

uint32 INOS_JSON_TOKEN_HAS_NOT_ONE_CHILD = 0x40840018

"The JSON token was expected to have exactly 1 child, but it didn't"

◆ INOS_JSON_TOKEN_NOT_A_NUMBER

uint32 INOS_JSON_TOKEN_NOT_A_NUMBER = 0x40840015

"Token is not a 'number' type"

◆ INOS_JSON_TOKEN_NOT_A_OBJECT

uint32 INOS_JSON_TOKEN_NOT_A_OBJECT = 0x40840013

"Token is not a 'object' type"

◆ INOS_JSON_TOKEN_NOT_A_STRING

uint32 INOS_JSON_TOKEN_NOT_A_STRING = 0x40840014

"Token is not a 'string' type"

◆ INOS_JSON_TOKEN_OBJECT_EMPTY

uint32 INOS_JSON_TOKEN_OBJECT_EMPTY = 0x40840017

"The JSON object is empty"

◆ INOS_JSON_VALUE_IS_NOT_A_BOOL

uint32 INOS_JSON_VALUE_IS_NOT_A_BOOL = 0x40840019

"Token is not a 'boolean' type"

◆ INOS_LVDT_CALIBRATION_FAILED

uint32 INOS_LVDT_CALIBRATION_FAILED = 0x40860002

"LVDT channel calibration failed"

◆ INOS_LVDT_GENERAL

uint32 INOS_LVDT_GENERAL = 0x40860000

"General LVDT error"

◆ INOS_LVDT_UNKNOWN_CHANNEL

uint32 INOS_LVDT_UNKNOWN_CHANNEL = 0x40860001

"Unknown LVDT channel given"

◆ INOS_MCMSG_CODE_BUS_ERROR_COUNTER

uint32 INOS_MCMSG_CODE_BUS_ERROR_COUNTER = 0x40120001

"Fieldbus error occurred"

◆ INOS_MCMSG_CODE_BUS_HOOK_CATEGORIES_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORIES_INVALID = 0x40120105

"Invalid number of categories given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID = 0x40120106

"Invalid category given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID_CYCLETIME

uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_INVALID_CYCLETIME = 0x40120107

"Invalid category cycletime given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_NO_VALID_FOUND

uint32 INOS_MCMSG_CODE_BUS_HOOK_CATEGORY_NO_VALID_FOUND = 0x40120108

"No valid category found"

◆ INOS_MCMSG_CODE_BUS_HOOK_COREBASE_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_COREBASE_INVALID = 0x40120102

"Invalid core base given"

◆ INOS_MCMSG_CODE_BUS_HOOK_COREID_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_COREID_INVALID = 0x40120103

"Invalid core id given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CORES_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_CORES_INVALID = 0x40120101

"Invalid number of cores given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CYCLENUMBER_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_CYCLENUMBER_INVALID = 0x40120109

"Invalid cyclenumber given"

◆ INOS_MCMSG_CODE_BUS_HOOK_CYCLETIME_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_CYCLETIME_INVALID = 0x4012010A

"Invalid cycletime given"

◆ INOS_MCMSG_CODE_BUS_HOOK_EXCEPTION_NOT_SUPPORTED

uint32 INOS_MCMSG_CODE_BUS_HOOK_EXCEPTION_NOT_SUPPORTED = 0x40120113

"Exception handling not supported"

◆ INOS_MCMSG_CODE_BUS_HOOK_GROUPID_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_GROUPID_INVALID = 0x40120104

"Invalid group id given (only 0..3 allowed)"

◆ INOS_MCMSG_CODE_BUS_HOOK_HANDLER_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_HANDLER_INVALID = 0x4012010C

"Invalid handler given"

◆ INOS_MCMSG_CODE_BUS_HOOK_HOOKID_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKID_INVALID = 0x40120110

"Invalid hook id given"

◆ INOS_MCMSG_CODE_BUS_HOOK_HOOKS_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKS_INVALID = 0x4012010D

"Invalid number of hooks given"

◆ INOS_MCMSG_CODE_BUS_HOOK_HOOKS_POWER_OF_TWO

uint32 INOS_MCMSG_CODE_BUS_HOOK_HOOKS_POWER_OF_TWO = 0x4012010E

"Number of hooks has to be a power of 2"

◆ INOS_MCMSG_CODE_BUS_HOOK_NO_MORE_HOOKS_LEFT

uint32 INOS_MCMSG_CODE_BUS_HOOK_NO_MORE_HOOKS_LEFT = 0x4012010F

"No more hooks left"

◆ INOS_MCMSG_CODE_BUS_HOOK_NODE_LEAK_DETECTED

uint32 INOS_MCMSG_CODE_BUS_HOOK_NODE_LEAK_DETECTED = 0x40120111

"Hook node leak at shutdown detected"

◆ INOS_MCMSG_CODE_BUS_HOOK_ORDER_INVALID

uint32 INOS_MCMSG_CODE_BUS_HOOK_ORDER_INVALID = 0x4012010B

"Invalid order given"

◆ INOS_MCMSG_CODE_BUS_HOOK_ORDER_MISMATCH

uint32 INOS_MCMSG_CODE_BUS_HOOK_ORDER_MISMATCH = 0x40120112

"Hook order mismatch detected"

◆ INOS_MCMSG_CODE_BUS_HOOK_WRONG_STATE

uint32 INOS_MCMSG_CODE_BUS_HOOK_WRONG_STATE = 0x40120100

"Hooks handler in wrong state"

◆ INOS_MCMSG_CODE_BUS_LINK_DOWN

uint32 INOS_MCMSG_CODE_BUS_LINK_DOWN = 0x40120003

"Fieldbus link down"

◆ INOS_MCMSG_CODE_BUS_MAINTENANCE

uint32 INOS_MCMSG_CODE_BUS_MAINTENANCE = 0x40120007

"Fieldbus maintenance overrun detected"

◆ INOS_MCMSG_CODE_BUS_OVERRUN

uint32 INOS_MCMSG_CODE_BUS_OVERRUN = 0x40120002

"Fieldbus overrun detected"

◆ INOS_MCMSG_CODE_BUS_POST_OVERRUN

uint32 INOS_MCMSG_CODE_BUS_POST_OVERRUN = 0x40120004

"Fieldbus post overrun detected"

◆ INOS_MCMSG_CODE_BUS_RESCAN

uint32 INOS_MCMSG_CODE_BUS_RESCAN = 0x40120006

"Fieldbus rescan happened"

◆ INOS_MCMSG_CODE_BUS_SYNCCORES_TIMEOUT

uint32 INOS_MCMSG_CODE_BUS_SYNCCORES_TIMEOUT = 0x40120005

"Timeout while syncing cores"

◆ INOS_MCMSG_CODE_COORD_COMMAND_IGNORED

uint32 INOS_MCMSG_CODE_COORD_COMMAND_IGNORED = 0x40010008

"Command ignored"

◆ INOS_MCMSG_CODE_COORD_MAX_NESTED

uint32 INOS_MCMSG_CODE_COORD_MAX_NESTED = 0x40010009

"Max. allowed nesting level reached"

◆ INOS_MCMSG_CODE_COORD_NO_LOCAL_SUPPORT

uint32 INOS_MCMSG_CODE_COORD_NO_LOCAL_SUPPORT = 0x4001000A

"No local variable support"

◆ INOS_MCMSG_CODE_COORD_UNKNOWN_DATA

uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_DATA = 0x40010005

"Unknown data"

◆ INOS_MCMSG_CODE_COORD_UNKNOWN_JOB

uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_JOB = 0x40010004

"Unknown job"

◆ INOS_MCMSG_CODE_COORD_UNKNOWN_LABEL

uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_LABEL = 0x40010001

"Unknown label"

◆ INOS_MCMSG_CODE_COORD_UNKNOWN_MODULE

uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_MODULE = 0x40010002

"Unknown module"

◆ INOS_MCMSG_CODE_COORD_UNKNOWN_SCRIPT

uint32 INOS_MCMSG_CODE_COORD_UNKNOWN_SCRIPT = 0x40010003

"Unknown script"

◆ INOS_MCMSG_CODE_COORD_VAR_FAILED

uint32 INOS_MCMSG_CODE_COORD_VAR_FAILED = 0x40010200

"Variable access failed"

◆ INOS_MCMSG_CODE_COORD_VAR_MAX

uint32 INOS_MCMSG_CODE_COORD_VAR_MAX = 0x40010204

"Variable maximum reached"

◆ INOS_MCMSG_CODE_COORD_VAR_MIN

uint32 INOS_MCMSG_CODE_COORD_VAR_MIN = 0x40010203

"Variable minimum reached"

◆ INOS_MCMSG_CODE_COORD_VAR_NOT_FOUND

uint32 INOS_MCMSG_CODE_COORD_VAR_NOT_FOUND = 0x40010201

"Variable not found"

◆ INOS_MCMSG_CODE_COORD_VAR_READ_ONLY

uint32 INOS_MCMSG_CODE_COORD_VAR_READ_ONLY = 0x40010202

"Variable is read only"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_ECC_ERROR

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_ECC_ERROR = 0x403C0100

"DPAA2 QBMAN stockpile ECC error occured while acquiring buffers, buffer pointers may be corrupt"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_INVALID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_INVALID = 0x403C0101

"DPAA2 QBMAN Error, unrecognized, invalid, or unauthorized (in a portal with BDI=0) command was received."

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_NUMBER

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_NUMBER = 0x403C0102

"DPAA2 QBMAN Acquire didn't get requested number of buffers"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_UNKNOWN

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_ACQUIRE_UNKNOWN = 0x403C0103

"DPAA2 QBMAN unknown error occured"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ADDR_OUTSIDE_RANGE

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ADDR_OUTSIDE_RANGE = 0x403C0113

"DPAA2 QBMAN ADDR supplied in the command is outside the valid range for this SoC"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ALREADY_EXISTS

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_ALREADY_EXISTS = 0x403C010E

"DPAA2 QBMAN An authorization table entry already exists"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INSERT_FAILED

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INSERT_FAILED = 0x403C010F

"DPAA2 QBMAN Authorization table insert failed. Please re-try the command with a different VRID"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INVALID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_INVALID = 0x403C0110

"DPAA2 QBMAN Error, unrecognized, invalid, or unauthorized (in a portal with BDI=0) command was received.."

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_NOT_FOUND

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_NOT_FOUND = 0x403C0112

"DPAA2 QBMAN No authorization table entry was found for the specified TYPE, ICID, and VRID"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_AT_UNKNOWN

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_AT_UNKNOWN = 0x403C0111

"DPAA2 QBMAN unknown error occured"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID = 0x403C0109

"DPAA2 QBMAN Error, unrecognized, invalid, or unauthorized (in a portal with BDI=0) command was received.."

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_FQID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_FQID = 0x403C0107

"DPAA2 QBMAN Error, command failed due to FQID"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_STATE

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_INVALID_STATE = 0x403C0108

"DPAA2 QBMAN Error, command failed due to invalid FQ state"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_UNKNOWN

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_FQ_UNKNOWN = 0x403C010A

"DPAA2 QBMAN unknown error occured"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID = 0x403C0105

"DPAA2 QBMAN Error, unrecognized, invalid, or unauthorized (in a portal with BDI=0) command was received."

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID_BPID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_INVALID_BPID = 0x403C0104

"DPAA2 QBMAN Error, command failed due to invalid BPID"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_UNKNOWN

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_QUERY_UNKNOWN = 0x403C0106

"DPAA2 QBMAN unknown error occured"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID = 0x403C010C

"DPAA2 QBMAN Error, unrecognized, invalid, or unauthorized (in a portal with BDI=0) command was received.."

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID_CHANNEL

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_INVALID_CHANNEL = 0x403C010B

"DPAA2 QBMAN Error, an invalid channel number was specified in the command"

◆ INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_UNKNOWN

uint32 INOS_MCMSG_CODE_DPAA2_QBMAN_WQ_UNKNOWN = 0x403C010D

"DPAA2 QBMAN unknown error occured"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_AUTH_ERROR

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_AUTH_ERROR = 0x403C0003

"DPAA2 Command Authentication error (illegal object-portal-icid combination)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_BUSY

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_BUSY = 0x403C000A

"DPAA2 Command Busy (operation cannot be completed temporarily)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_CONFIG_ERROR

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_CONFIG_ERROR = 0x403C0006

"DPAA2 Command Configuration error (invalid/conflicting parameters)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_DMA_IO_ERROR

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_DMA_IO_ERROR = 0x403C0005

"DPAA2 Command DMA or I/O error"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_INVALID_STATE

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_INVALID_STATE = 0x403C000C

"DPAA2 Command Invalid state (may indicate incorrect calling sequence)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_MEMORY

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_MEMORY = 0x403C0009

"DPAA2 Command No memory available for completing the command"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_PRIVILIEGE

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_PRIVILIEGE = 0x403C0004

"DPAA2 Command No privilege (operation not permitted for current user)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_RESOURCE

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_NO_RESOURCE = 0x403C0008

"DPAA2 Command No DPAA2 resources for completing the command"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_READY

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_READY = 0x403C0001

"DPAA2 Command is ready for processing (must be set by the submitter)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_STATUS

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_STATUS = 0x403C0000

"DPAA2 Command ended successfully (set by MC on successful command completion)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMED_OUT

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMED_OUT = 0x403C0007

"DPAA2 Command timed out (unexpected long execution time)"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMEOUT

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_TIMEOUT = 0x403C0010

"DPAA2 Command timeout"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_UNSUPPORTED

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_COMMAND_UNSUPPORTED = 0x403C000B

"DPAA2 Command Unsupported/unknown operation"

◆ INOS_MCMSG_CODE_DPAA2_RESOURCE_INVALID_TOKEN

uint32 INOS_MCMSG_CODE_DPAA2_RESOURCE_INVALID_TOKEN = 0x403C0011

"DPAA2 Command Got invalid token"

◆ INOS_MCMSG_CODE_GINHMI_OFF_FAILED

uint32 INOS_MCMSG_CODE_GINHMI_OFF_FAILED = 0x40060001

"Switching off GIN-GMI failed due to a communication error"

◆ INOS_MCMSG_CODE_GINHMI_ON_FAILED

uint32 INOS_MCMSG_CODE_GINHMI_ON_FAILED = 0x40060000

"Switching on GIN-GMI failed due to a communication error"

◆ INOS_MCMSG_CODE_GINHMI_RESET_FAILED

uint32 INOS_MCMSG_CODE_GINHMI_RESET_FAILED = 0x40060002

"Resetting GIN-GMI failed due to a communication error"

◆ INOS_MCMSG_CODE_INCO_DBG_BASE

uint32 INOS_MCMSG_CODE_INCO_DBG_BASE = 0x40150600

"Generic INCO debug error"

◆ INOS_MCMSG_CODE_INCO_DBG_BKP_NO_SPACE

uint32 INOS_MCMSG_CODE_INCO_DBG_BKP_NO_SPACE = 0x40150615

"No more breakpoint space left"

◆ INOS_MCMSG_CODE_INCO_DBG_BKPT_NOT_ENOUGH_MEM

uint32 INOS_MCMSG_CODE_INCO_DBG_BKPT_NOT_ENOUGH_MEM = 0x40150609

"Not enough memory to set breakpoint"

◆ INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL

uint32 INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL = 0x4015060D

"Buffer is to small to store all data. Data has been truncated"

◆ INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL2

uint32 INOS_MCMSG_CODE_INCO_DBG_BUFFER_TO_SMALL2 = 0x40150612

"Buffer is to small to store all data. No data returned"

◆ INOS_MCMSG_CODE_INCO_DBG_DATA_VALUE_TO_BIG

uint32 INOS_MCMSG_CODE_INCO_DBG_DATA_VALUE_TO_BIG = 0x40150616

"Requested value does not fit into 32 bit"

◆ INOS_MCMSG_CODE_INCO_DBG_EMPTY_CACHE

uint32 INOS_MCMSG_CODE_INCO_DBG_EMPTY_CACHE = 0x40150613

"No cache information available"

◆ INOS_MCMSG_CODE_INCO_DBG_HARD_RESET_NOT_SUP

uint32 INOS_MCMSG_CODE_INCO_DBG_HARD_RESET_NOT_SUP = 0x4015060A

"Hard reset not supported"

◆ INOS_MCMSG_CODE_INCO_DBG_INVALID_ARGUMENT

uint32 INOS_MCMSG_CODE_INCO_DBG_INVALID_ARGUMENT = 0x4015060E

"Invalid argument passed"

◆ INOS_MCMSG_CODE_INCO_DBG_INVALID_COOKIE

uint32 INOS_MCMSG_CODE_INCO_DBG_INVALID_COOKIE = 0x40150614

"Unknown cookie received"

◆ INOS_MCMSG_CODE_INCO_DBG_NO_LOAD_DEVICE

uint32 INOS_MCMSG_CODE_INCO_DBG_NO_LOAD_DEVICE = 0x4015060B

"No load device found to handle request"

◆ INOS_MCMSG_CODE_INCO_DBG_SOFT_RESET_NOT_ALWD

uint32 INOS_MCMSG_CODE_INCO_DBG_SOFT_RESET_NOT_ALWD = 0x4015060C

"Soft reset not allowed"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_NOT_VALID

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_NOT_VALID = 0x40150604

"Task breakpoint not valid"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_SET

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_BKPT_SET = 0x40150605

"Task breakpoint already set"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_LENGTH

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_LENGTH = 0x40150606

"Task data wrong length for requested data"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_PUT_NA

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_PUT_NA = 0x40150608

"Task data put not allowed"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_UNKNOWN

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_DATA_UNKNOWN = 0x40150607

"Task data unknown data request"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_ID_NOT_VALID

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_ID_NOT_VALID = 0x40150601

"Task id not valid"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_NAME_NOT_VALID

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NAME_NOT_VALID = 0x40150602

"Task name not valid"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_NO_FLOAT

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NO_FLOAT = 0x40150603

"Task has no floating point"

◆ INOS_MCMSG_CODE_INCO_DBG_TSK_NOT_DBG_SUSP

uint32 INOS_MCMSG_CODE_INCO_DBG_TSK_NOT_DBG_SUSP = 0x40150611

"operation failed because task state is not debug suspended"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_CLEAR

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_CLEAR = 0x40150610

"Trying to clear unknown watchpoint"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_COREMSK_NOT_SUP

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_COREMSK_NOT_SUP = 0x40150617

"Watchpoint coremask not supported"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_ACCESS

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_ACCESS = 0x4015061A

"Invalid watchpoint access type given"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_INDEX

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_INVALID_INDEX = 0x40150619

"Invalid watchpoint index given"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_NOT_FOUND

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_NOT_FOUND = 0x40150618

"Watchpoint not found"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_NUMBER

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_NUMBER = 0x4015060F

"Number of watchpoints exceeded"

◆ INOS_MCMSG_CODE_INCO_DBG_WTP_OVERLAPPED

uint32 INOS_MCMSG_CODE_INCO_DBG_WTP_OVERLAPPED = 0x4015061B

"Overlapping watchpoints are not allowed"

◆ INOS_MCMSG_CODE_INCO_INVALIDPATH

uint32 INOS_MCMSG_CODE_INCO_INVALIDPATH = 0x401500F7

"Invalid INCO path"

◆ INOS_MCMSG_CODE_INCO_RPC_ARGFORMAT

uint32 INOS_MCMSG_CODE_INCO_RPC_ARGFORMAT = 0x4015040b

"INCO procedure error in argument formatting ('\', \", :l...)"

◆ INOS_MCMSG_CODE_INCO_RPC_ARGTOOLONG

uint32 INOS_MCMSG_CODE_INCO_RPC_ARGTOOLONG = 0x40150409

"INCO procedure argument is too long"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC = 0x401504fe

"INCO procedure execution is async. This is a 'virtual' error only used for communication between the target and the INCOServer"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_FAILED

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_FAILED = 0x40150500

"INCO procedure async result send failure"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_PDP_CHN_FAIL

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_PDP_CHN_FAIL = 0x40150506

"INCO procedure async result failed to create PDP channel"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_RETRY

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_RETRY = 0x40150501

"INCO procedure async result send with retries"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_TIMEOUT

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_TIMEOUT = 0x40150503

"INCO procedure async result acknowledge timeout"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_UDP_CHN_FAIL

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_UDP_CHN_FAIL = 0x40150505

"INCO procedure async result failed to create UDP channel"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRITE_FAIL

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRITE_FAIL = 0x40150507

"INCO procedure async result write failure"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_NUM

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_NUM = 0x40150502

"INCO procedure async result wrong acknowledge number"

◆ INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_SIZE

uint32 INOS_MCMSG_CODE_INCO_RPC_ASYNC_RES_WRONG_ACK_SIZE = 0x40150504

"INCO procedure async result wrong acknowledge size"

◆ INOS_MCMSG_CODE_INCO_RPC_BASE

uint32 INOS_MCMSG_CODE_INCO_RPC_BASE = 0x40150400

"Generic INCO procedure error"

◆ INOS_MCMSG_CODE_INCO_RPC_DUPLICATE_MSGID

uint32 INOS_MCMSG_CODE_INCO_RPC_DUPLICATE_MSGID = 0x40150509

"INCO procedure already pending for given message id"

◆ INOS_MCMSG_CODE_INCO_RPC_INPROGRESS

uint32 INOS_MCMSG_CODE_INCO_RPC_INPROGRESS = 0x40150406

"INCO procedure'Virtual error': this value will be set as a task error (see CINOSTask::SetError) during the time that a procedure is called by INCO"

◆ INOS_MCMSG_CODE_INCO_RPC_KEYLEVEL

uint32 INOS_MCMSG_CODE_INCO_RPC_KEYLEVEL = 0x40150417

"INCO user access level insufficient"

◆ INOS_MCMSG_CODE_INCO_RPC_MULTIDISP

uint32 INOS_MCMSG_CODE_INCO_RPC_MULTIDISP = 0x4015040a

"INCO procedure failure with multidispatch: at least one callprocedure failed. Note: currently only used by INIX on PC side"

◆ INOS_MCMSG_CODE_INCO_RPC_NOFLOAT

uint32 INOS_MCMSG_CODE_INCO_RPC_NOFLOAT = 0x40150407

"INCO procedure doesn't support return type float"

◆ INOS_MCMSG_CODE_INCO_RPC_NOTARPC

uint32 INOS_MCMSG_CODE_INCO_RPC_NOTARPC = 0x40150402

"INCO item is not a procedure object"

◆ INOS_MCMSG_CODE_INCO_RPC_NOTEXEC

uint32 INOS_MCMSG_CODE_INCO_RPC_NOTEXEC = 0x40150405

"INCO procedure is not executable at the moment"

◆ INOS_MCMSG_CODE_INCO_RPC_NOTFOUND

uint32 INOS_MCMSG_CODE_INCO_RPC_NOTFOUND = 0x40150401

"INCO procedure not found"

◆ INOS_MCMSG_CODE_INCO_RPC_NUMBERPARAM

uint32 INOS_MCMSG_CODE_INCO_RPC_NUMBERPARAM = 0x40150403

"INCO procedure wrong number of parameters"

◆ INOS_MCMSG_CODE_INCO_RPC_RESULT_TOO_LARGE

uint32 INOS_MCMSG_CODE_INCO_RPC_RESULT_TOO_LARGE = 0x40150418

"INCO procedure async result length exceeds payload buffer"

◆ INOS_MCMSG_CODE_INCO_RPC_TICKET_OVERFLOW

uint32 INOS_MCMSG_CODE_INCO_RPC_TICKET_OVERFLOW = 0x40150508

"INCO procedure ticket overflow. This could possibly invalidate long-lasting CallProcedures on PC side."

◆ INOS_MCMSG_CODE_INCO_RPC_UNKNOWN

uint32 INOS_MCMSG_CODE_INCO_RPC_UNKNOWN = 0x401504ff

"INCO procedure unknown function call"

◆ INOS_MCMSG_CODE_INCO_RPC_UNKNOWN_MSGID

uint32 INOS_MCMSG_CODE_INCO_RPC_UNKNOWN_MSGID = 0x4015050A

"INCO procedure unknown message id"

◆ INOS_MCMSG_CODE_INCO_RPC_USERERR

uint32 INOS_MCMSG_CODE_INCO_RPC_USERERR = 0x40150480

"INCO procedure returned a user specific error"

◆ INOS_MCMSG_CODE_INCO_RPC_VALUERANGE

uint32 INOS_MCMSG_CODE_INCO_RPC_VALUERANGE = 0x40150408

"INCO procedure value out of range"

◆ INOS_MCMSG_CODE_INCO_RPC_WRONGPARAM

uint32 INOS_MCMSG_CODE_INCO_RPC_WRONGPARAM = 0x40150404

"INCO procedure wrong parameter type"

◆ INOS_MCMSG_CODE_INCO_UNKNOWNFRAME

uint32 INOS_MCMSG_CODE_INCO_UNKNOWNFRAME = 0x401500FF

"Target doesn't support this INCO frame type"

◆ INOS_MCMSG_CODE_INCO_VAR_ARRAYINDEX

uint32 INOS_MCMSG_CODE_INCO_VAR_ARRAYINDEX = 0x40150206

"Variable array index out of bound"

◆ INOS_MCMSG_CODE_INCO_VAR_ASYNCRESLOST

uint32 INOS_MCMSG_CODE_INCO_VAR_ASYNCRESLOST = 0x4015020e

"Asynchronous variable getter did not return a result, or result was already purged from ring buffer. Note: currently only used by INIX on PC side"

◆ INOS_MCMSG_CODE_INCO_VAR_BASE

uint32 INOS_MCMSG_CODE_INCO_VAR_BASE = 0x40150200

"Generic INCO variable error"

◆ INOS_MCMSG_CODE_INCO_VAR_BITNUMBER

uint32 INOS_MCMSG_CODE_INCO_VAR_BITNUMBER = 0x40150209

"Variable bit number not allowed"

◆ INOS_MCMSG_CODE_INCO_VAR_BUFSIZE

uint32 INOS_MCMSG_CODE_INCO_VAR_BUFSIZE = 0x4015020a

"Variable buffer to small. Note: currently only used on PC side"

◆ INOS_MCMSG_CODE_INCO_VAR_EMENOTALLOWED

uint32 INOS_MCMSG_CODE_INCO_VAR_EMENOTALLOWED = 0x4015020d

"Variable read/write not allowed for emergency incodispatcher"

◆ INOS_MCMSG_CODE_INCO_VAR_KEYLEVEL

uint32 INOS_MCMSG_CODE_INCO_VAR_KEYLEVEL = 0x40150207

"Variable keylevel not enough"

◆ INOS_MCMSG_CODE_INCO_VAR_MAXIMUM

uint32 INOS_MCMSG_CODE_INCO_VAR_MAXIMUM = 0x40150204

"Variable maximum value reached"

◆ INOS_MCMSG_CODE_INCO_VAR_MINIMUM

uint32 INOS_MCMSG_CODE_INCO_VAR_MINIMUM = 0x40150203

"Variable minimum value reached"

◆ INOS_MCMSG_CODE_INCO_VAR_MULTIDISP

uint32 INOS_MCMSG_CODE_INCO_VAR_MULTIDISP = 0x4015020b

"Multidispatch failed. Note: currently only used by INIX on PC side"

◆ INOS_MCMSG_CODE_INCO_VAR_NAMELENGTH

uint32 INOS_MCMSG_CODE_INCO_VAR_NAMELENGTH = 0x40150213

"McFrame to ClassicFrame conversion: the variable name length is too long (i.e. does not fit into the maximum possible frame length)"

◆ INOS_MCMSG_CODE_INCO_VAR_NOTFOUND

uint32 INOS_MCMSG_CODE_INCO_VAR_NOTFOUND = 0x40150201

"Variable not found"

◆ INOS_MCMSG_CODE_INCO_VAR_NOTNUMBER

uint32 INOS_MCMSG_CODE_INCO_VAR_NOTNUMBER = 0x40150212

"GetVariable was called to read a number, but the variable is not of type number"

◆ INOS_MCMSG_CODE_INCO_VAR_NOTSTRING

uint32 INOS_MCMSG_CODE_INCO_VAR_NOTSTRING = 0x40150211

"GetVariable was called to read a string, but the variable is not of type string"

◆ INOS_MCMSG_CODE_INCO_VAR_PROPNOTFOUND

uint32 INOS_MCMSG_CODE_INCO_VAR_PROPNOTFOUND = 0x40150208

"Variable property not found"

◆ INOS_MCMSG_CODE_INCO_VAR_PUTBUFSIZE

uint32 INOS_MCMSG_CODE_INCO_VAR_PUTBUFSIZE = 0x40150214

"McFrame to ClassicFrame conversion: the communication buffer is too small to put the variable. Variable name/path and or variable value exceeds maximum length"

◆ INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_NOT_SUPPORTED

uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_NOT_SUPPORTED = 0x40150217

"Put/GetVariableEx not supported"

◆ INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_SIZE_MISMATCH

uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_SIZE_MISMATCH = 0x40150216

"Put/GetVariableEx size mismatch detected"

◆ INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_TYPE_MISMATCH

uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_TYPE_MISMATCH = 0x40150215

"Put/GetVariableEx type mismatch detected"

◆ INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_VALUE_TOO_BIG

uint32 INOS_MCMSG_CODE_INCO_VAR_PUTGETEX_VALUE_TOO_BIG = 0x40150218

"Value too big to be represented in a double, use Get/PutVariableEx instead"

◆ INOS_MCMSG_CODE_INCO_VAR_READONLY

uint32 INOS_MCMSG_CODE_INCO_VAR_READONLY = 0x40150202

"Variable is read only"

◆ INOS_MCMSG_CODE_INCO_VAR_STRLENGTH

uint32 INOS_MCMSG_CODE_INCO_VAR_STRLENGTH = 0x40150205

"Variable string length error"

◆ INOS_MCMSG_CODE_INCO_VAR_TRIGSYNTAX

uint32 INOS_MCMSG_CODE_INCO_VAR_TRIGSYNTAX = 0x4015020f

"The trigger command has wrong syntax. Note: currently only used by INIX on PC side"

◆ INOS_MCMSG_CODE_INCO_VAR_TRIGTWICE

uint32 INOS_MCMSG_CODE_INCO_VAR_TRIGTWICE = 0x4015020c

"A trigger with the same action and of the same type is already registered. Note: currently only used by INIX on PC side"

◆ INOS_MCMSG_CODE_INCO_VAR_TYPEUNSUPP

uint32 INOS_MCMSG_CODE_INCO_VAR_TYPEUNSUPP = 0x40150210

"The type is unsupported. Depending whether a GetVariable or PutVariable was performed, this means that either INOS or the inco_32.dll should be updated"

◆ INOS_MCMSG_CODE_INCO_VAR_UNKNOWN

uint32 INOS_MCMSG_CODE_INCO_VAR_UNKNOWN = 0x401502ff

"Target doesn't support this 'variable' frame sub type"

◆ INOS_MCMSG_CODE_INCO_VAR_USERERR

uint32 INOS_MCMSG_CODE_INCO_VAR_USERERR = 0x40150280

"Variable user errors"

◆ INOS_MCMSG_CODE_INCO_VAR_VARASYNC

uint32 INOS_MCMSG_CODE_INCO_VAR_VARASYNC = 0x401502fe

"Variable access is async. This is a 'virtual' error only used for communication between the target and the INCOServer"

◆ INOS_MCMSG_CODE_LUA_BAD_STACK_FRAME

uint32 INOS_MCMSG_CODE_LUA_BAD_STACK_FRAME = 0x40040011

"Lua debug, invalid stack frame"

◆ INOS_MCMSG_CODE_LUA_BAD_VAL_TYPE

uint32 INOS_MCMSG_CODE_LUA_BAD_VAL_TYPE = 0x4004000F

"Lua debug value-type"

◆ INOS_MCMSG_CODE_LUA_BAD_VAR_NAME

uint32 INOS_MCMSG_CODE_LUA_BAD_VAR_NAME = 0x40040010

"Lua debug, invalid variable name"

◆ INOS_MCMSG_CODE_LUA_CALL_ERROR

uint32 INOS_MCMSG_CODE_LUA_CALL_ERROR = 0x40040003

"Lua function call error"

◆ INOS_MCMSG_CODE_LUA_CHUNK_TYPE

uint32 INOS_MCMSG_CODE_LUA_CHUNK_TYPE = 0x40040013

"Lua RunChunk called with param wrong type"

◆ INOS_MCMSG_CODE_LUA_COMPILE_ERROR

uint32 INOS_MCMSG_CODE_LUA_COMPILE_ERROR = 0x40040002

"Lua compile error"

◆ INOS_MCMSG_CODE_LUA_CONFLICTING_PATH

uint32 INOS_MCMSG_CODE_LUA_CONFLICTING_PATH = 0x40040004

"Conflicting path error"

◆ INOS_MCMSG_CODE_LUA_EMPTY_TASK_NAME

uint32 INOS_MCMSG_CODE_LUA_EMPTY_TASK_NAME = 0x4004000C

"Lua task name empty"

◆ INOS_MCMSG_CODE_LUA_ERR_ERROR

uint32 INOS_MCMSG_CODE_LUA_ERR_ERROR = 0x40040001

"Lua error handling error"

◆ INOS_MCMSG_CODE_LUA_ERR_NUMBER_OF_PARAMETERS

uint32 INOS_MCMSG_CODE_LUA_ERR_NUMBER_OF_PARAMETERS = 0x40040017

"Invalid number of parameters"

◆ INOS_MCMSG_CODE_LUA_ERR_RETURN_INCOMPLETE

uint32 INOS_MCMSG_CODE_LUA_ERR_RETURN_INCOMPLETE = 0x40040016

"Lua script returned incomplete McResult"

◆ INOS_MCMSG_CODE_LUA_ERR_RETURN_NOVALUES

uint32 INOS_MCMSG_CODE_LUA_ERR_RETURN_NOVALUES = 0x40040015

"Lua script returned too many values"

◆ INOS_MCMSG_CODE_LUA_GC_ERROR

uint32 INOS_MCMSG_CODE_LUA_GC_ERROR = 0x40040025

"Lua garbage collection error"

◆ INOS_MCMSG_CODE_LUA_MAX_PARAM_TABLE_DEPTH

uint32 INOS_MCMSG_CODE_LUA_MAX_PARAM_TABLE_DEPTH = 0x40040020

"Maximal depth of table structure for message/result param exceeded."

◆ INOS_MCMSG_CODE_LUA_MEMORY_ERROR

uint32 INOS_MCMSG_CODE_LUA_MEMORY_ERROR = 0x4004001B

"Lua memory error"

◆ INOS_MCMSG_CODE_LUA_MISSING_EVENT_FOR_TRIGGER

uint32 INOS_MCMSG_CODE_LUA_MISSING_EVENT_FOR_TRIGGER = 0x4004001F

"Event for trigger missing after completed call."

◆ INOS_MCMSG_CODE_LUA_MUTEX_TASK_ERROR

uint32 INOS_MCMSG_CODE_LUA_MUTEX_TASK_ERROR = 0x40040007

"Wrong Lua task tried to release mutex"

◆ INOS_MCMSG_CODE_LUA_NON_EXISTING_CMD

uint32 INOS_MCMSG_CODE_LUA_NON_EXISTING_CMD = 0x40040018

"Command does not exist anymore"

◆ INOS_MCMSG_CODE_LUA_NON_EXISTING_MOD

uint32 INOS_MCMSG_CODE_LUA_NON_EXISTING_MOD = 0x40040019

"Module does not exist anymore"

◆ INOS_MCMSG_CODE_LUA_PARAM_TABLE_KEY_TYPE

uint32 INOS_MCMSG_CODE_LUA_PARAM_TABLE_KEY_TYPE = 0x40040021

"Param table keys must be of type string or number."

◆ INOS_MCMSG_CODE_LUA_PARAM_TO_LUA_VALUE_TYPE

uint32 INOS_MCMSG_CODE_LUA_PARAM_TO_LUA_VALUE_TYPE = 0x40040023

"McRobot param to Lua value conversion failed."

◆ INOS_MCMSG_CODE_LUA_PARAM_TO_UD_FAILED

uint32 INOS_MCMSG_CODE_LUA_PARAM_TO_UD_FAILED = 0x40040024

"McRobot param to Lua userdata conversion failed."

◆ INOS_MCMSG_CODE_LUA_RESERVED

uint32 INOS_MCMSG_CODE_LUA_RESERVED = 0x4004001C

"Depracated error, use me for next error definition"

◆ INOS_MCMSG_CODE_LUA_RUNTIME_ERROR

uint32 INOS_MCMSG_CODE_LUA_RUNTIME_ERROR = 0x40040000

"Lua runtime error"

◆ INOS_MCMSG_CODE_LUA_SCRIPT_NOT_FOUND

uint32 INOS_MCMSG_CODE_LUA_SCRIPT_NOT_FOUND = 0x40040008

"Lua script not found"

◆ INOS_MCMSG_CODE_LUA_SET_VAR_BAD_PATH

uint32 INOS_MCMSG_CODE_LUA_SET_VAR_BAD_PATH = 0x4004000E

"Lua set variable on invalid path"

◆ INOS_MCMSG_CODE_LUA_SET_VAR_TYPE

uint32 INOS_MCMSG_CODE_LUA_SET_VAR_TYPE = 0x4004000D

"Lua set variable not supported for this type"

◆ INOS_MCMSG_CODE_LUA_SHUTDOWN_WITH_TASKS

uint32 INOS_MCMSG_CODE_LUA_SHUTDOWN_WITH_TASKS = 0x4004001E

"Shutdown of Lua with active tasks is not possible"

◆ INOS_MCMSG_CODE_LUA_TASK_ALREADY_EXISTS

uint32 INOS_MCMSG_CODE_LUA_TASK_ALREADY_EXISTS = 0x4004001A

"Lua task already exists"

◆ INOS_MCMSG_CODE_LUA_TASK_BUSY

uint32 INOS_MCMSG_CODE_LUA_TASK_BUSY = 0x40040009

"Lua task is busy"

◆ INOS_MCMSG_CODE_LUA_TASK_NOT_FOUND

uint32 INOS_MCMSG_CODE_LUA_TASK_NOT_FOUND = 0x4004000B

"Lua task is not found"

◆ INOS_MCMSG_CODE_LUA_TASK_NOT_LOADED

uint32 INOS_MCMSG_CODE_LUA_TASK_NOT_LOADED = 0x4004000A

"Lua task is not in state loaded"

◆ INOS_MCMSG_CODE_LUA_TOP_REGISTER

uint32 INOS_MCMSG_CODE_LUA_TOP_REGISTER = 0x40040006

"Top module registration error"

◆ INOS_MCMSG_CODE_LUA_UD_TO_PARAM_FAILED

uint32 INOS_MCMSG_CODE_LUA_UD_TO_PARAM_FAILED = 0x40040022

"Lua userdata to McRobot param conversion failed."

◆ INOS_MCMSG_CODE_LUA_UNEXPECTED_INTERNAL_ERROR

uint32 INOS_MCMSG_CODE_LUA_UNEXPECTED_INTERNAL_ERROR = 0x4004001D

"Unexpected error while accessing Lua state from internal function"

◆ INOS_MCMSG_CODE_LUA_UNKNOWN_MODULE

uint32 INOS_MCMSG_CODE_LUA_UNKNOWN_MODULE = 0x40040005

"Module not defined"

◆ INOS_MCMSG_CODE_LUA_UNKNOWN_SEMAPHORE_ERROR

uint32 INOS_MCMSG_CODE_LUA_UNKNOWN_SEMAPHORE_ERROR = 0x40040014

"Unknown Lua semaphore"

◆ INOS_MCMSG_CODE_LUA_VALUE_TO_PARAM_TYPE

uint32 INOS_MCMSG_CODE_LUA_VALUE_TO_PARAM_TYPE = 0x40040012

"Lua conversion to McRobot praram error: Unsupported type"

◆ INOS_MCMSG_CODE_MESSAGE_INVALID_INDEX

uint32 INOS_MCMSG_CODE_MESSAGE_INVALID_INDEX = 0x40050000

"Invalid message index"

◆ INOS_MCMSG_CODE_MESSAGE_UNKNOWN_ID

uint32 INOS_MCMSG_CODE_MESSAGE_UNKNOWN_ID = 0x40050001

"Unknown message id"

◆ INOS_MCMSG_CODE_MESSAGE_WRONG_FLAG

uint32 INOS_MCMSG_CODE_MESSAGE_WRONG_FLAG = 0x40050002

"Wrong flag given to ack message"

◆ INOS_MCMSG_CODE_MODULE_CONTAINER_FAILED

uint32 INOS_MCMSG_CODE_MODULE_CONTAINER_FAILED = 0x4002001C

"Container operation failed"

◆ INOS_MCMSG_CODE_MODULE_CONTAINER_REJECTED

uint32 INOS_MCMSG_CODE_MODULE_CONTAINER_REJECTED = 0x4002001B

"Container operation rejected"

◆ INOS_MCMSG_CODE_MODULE_DUPLICATE_DATA

uint32 INOS_MCMSG_CODE_MODULE_DUPLICATE_DATA = 0x40020022

"Duplicate data instance name"

◆ INOS_MCMSG_CODE_MODULE_DUPLICATE_MODULE

uint32 INOS_MCMSG_CODE_MODULE_DUPLICATE_MODULE = 0x40020023

"Duplicate module name"

◆ INOS_MCMSG_CODE_MODULE_EMERGENCY_STOP

uint32 INOS_MCMSG_CODE_MODULE_EMERGENCY_STOP = 0x40020005

"Emergency stop pressed"

◆ INOS_MCMSG_CODE_MODULE_INVAL_RES_STATE

uint32 INOS_MCMSG_CODE_MODULE_INVAL_RES_STATE = 0x40020013

"Invalid resource state"

◆ INOS_MCMSG_CODE_MODULE_LINK_DOWN

uint32 INOS_MCMSG_CODE_MODULE_LINK_DOWN = 0x40020014

"Link down detected"

◆ INOS_MCMSG_CODE_MODULE_NO_COORD

uint32 INOS_MCMSG_CODE_MODULE_NO_COORD = 0x40020001

"No coordinator available"

◆ INOS_MCMSG_CODE_MODULE_NO_CRON

uint32 INOS_MCMSG_CODE_MODULE_NO_CRON = 0x4002000C

"No cron support available"

◆ INOS_MCMSG_CODE_MODULE_NO_DATA

uint32 INOS_MCMSG_CODE_MODULE_NO_DATA = 0x40020016

"No data available"

◆ INOS_MCMSG_CODE_MODULE_NO_FIELDBUS

uint32 INOS_MCMSG_CODE_MODULE_NO_FIELDBUS = 0x40020012

"No fieldbus available"

◆ INOS_MCMSG_CODE_MODULE_NO_JOB

uint32 INOS_MCMSG_CODE_MODULE_NO_JOB = 0x4002001A

"No job available"

◆ INOS_MCMSG_CODE_MODULE_NO_LUA

uint32 INOS_MCMSG_CODE_MODULE_NO_LUA = 0x40020017

"No lua interpreter available"

◆ INOS_MCMSG_CODE_MODULE_NO_MODULE

uint32 INOS_MCMSG_CODE_MODULE_NO_MODULE = 0x40020015

"No module available"

◆ INOS_MCMSG_CODE_MODULE_NO_SCRIPT

uint32 INOS_MCMSG_CODE_MODULE_NO_SCRIPT = 0x40020019

"No script available"

◆ INOS_MCMSG_CODE_MODULE_NO_VALID_BACKUP

uint32 INOS_MCMSG_CODE_MODULE_NO_VALID_BACKUP = 0x40020011

"No valid backup found"

◆ INOS_MCMSG_CODE_MODULE_OVLD_NOT_SUPPORTED

uint32 INOS_MCMSG_CODE_MODULE_OVLD_NOT_SUPPORTED = 0x40020025

"Overloaded commands are not supported, remove 'Ovld' from your module params"

◆ INOS_MCMSG_CODE_MODULE_REGEX_INVALID

uint32 INOS_MCMSG_CODE_MODULE_REGEX_INVALID = 0x40020028

"Invalid regex string given"

◆ INOS_MCMSG_CODE_MODULE_REGISTER_HOOK_NOT_SUP

uint32 INOS_MCMSG_CODE_MODULE_REGISTER_HOOK_NOT_SUP = 0x40020027

"RegisterHook not supported for this type of resource"

◆ INOS_MCMSG_CODE_MODULE_RES_ALREADY_EXISTS

uint32 INOS_MCMSG_CODE_MODULE_RES_ALREADY_EXISTS = 0x4002001D

"Resource already exists"

◆ INOS_MCMSG_CODE_MODULE_RES_GETIO_FAILED

uint32 INOS_MCMSG_CODE_MODULE_RES_GETIO_FAILED = 0x4002001F

"GetIO failed. Either the resource type is unsupported or the image object is not available"

◆ INOS_MCMSG_CODE_MODULE_SAFE_TORQUE_OFF

uint32 INOS_MCMSG_CODE_MODULE_SAFE_TORQUE_OFF = 0x4002001E

"Safe torque off (STO) detected"

◆ INOS_MCMSG_CODE_MODULE_SAFETY_CONFIG_UPDATE

uint32 INOS_MCMSG_CODE_MODULE_SAFETY_CONFIG_UPDATE = 0x40020024

"Switched off due to safety config update"

◆ INOS_MCMSG_CODE_MODULE_SCRIPT_CHANGED

uint32 INOS_MCMSG_CODE_MODULE_SCRIPT_CHANGED = 0x4002000F

"Script changed since pause"

◆ INOS_MCMSG_CODE_MODULE_SECOND_JOB

uint32 INOS_MCMSG_CODE_MODULE_SECOND_JOB = 0x40020018

"Can not run a second job"

◆ INOS_MCMSG_CODE_MODULE_SETITEM_SUBMODULE

uint32 INOS_MCMSG_CODE_MODULE_SETITEM_SUBMODULE = 0x40020026

"SetItem on item of sub-module not allowed. Call SetItem command of the sub-module."

◆ INOS_MCMSG_CODE_MODULE_STEP

uint32 INOS_MCMSG_CODE_MODULE_STEP = 0x4002000B

"Step"

◆ INOS_MCMSG_CODE_MODULE_UNDEFINED_RES

uint32 INOS_MCMSG_CODE_MODULE_UNDEFINED_RES = 0x40020006

"Undefined resource"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_CMD_ID

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_CMD_ID = 0x40020010

"Unknown command id"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_CRON

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_CRON = 0x4002000D

"Unknown cron job"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_DATA

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_DATA = 0x40020020

"Unknown data instance name"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_JOB

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_JOB = 0x40020003

"Unknown job"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_MODULE

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_MODULE = 0x40020021

"Unknown module name"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_OUT_RES

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_OUT_RES = 0x4002000A

"Unknown output resource"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_RES

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES = 0x40020007

"Unknown resource"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_CLR

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_CLR = 0x40020009

"Unknown resource 'Clear' command"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_SET

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_RES_SET = 0x40020008

"Unknown resource 'Set' command"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_SCRIPT

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_SCRIPT = 0x40020002

"Unknown script"

◆ INOS_MCMSG_CODE_MODULE_UNKNOWN_STREAM

uint32 INOS_MCMSG_CODE_MODULE_UNKNOWN_STREAM = 0x40020004

"Unknown stream"

◆ INOS_MCMSG_CODE_MODULE_WAITBIT_TIMEOUT

uint32 INOS_MCMSG_CODE_MODULE_WAITBIT_TIMEOUT = 0x4002000E

"WaitBit timeout"

◆ INOS_MCMSG_CODE_NVRAM_DEVICE_NOT_WORKING

uint32 INOS_MCMSG_CODE_NVRAM_DEVICE_NOT_WORKING = 0x4011000F

"NvRam device is not working, reboot is required"

◆ INOS_MCMSG_CODE_NVRAM_GROUP_CONFLICT

uint32 INOS_MCMSG_CODE_NVRAM_GROUP_CONFLICT = 0x40110005

"NvRam group naming conflict"

◆ INOS_MCMSG_CODE_NVRAM_GROUP_CREATED

uint32 INOS_MCMSG_CODE_NVRAM_GROUP_CREATED = 0x40110004

"NvRam group created"

◆ INOS_MCMSG_CODE_NVRAM_ID_INVALID

uint32 INOS_MCMSG_CODE_NVRAM_ID_INVALID = 0x4011000D

"Invalid NvRam id given"

◆ INOS_MCMSG_CODE_NVRAM_INITIALISED

uint32 INOS_MCMSG_CODE_NVRAM_INITIALISED = 0x40110001

"NvRam initialised"

◆ INOS_MCMSG_CODE_NVRAM_LONG_STRING_CUTTED

uint32 INOS_MCMSG_CODE_NVRAM_LONG_STRING_CUTTED = 0x4011000E

"NvRam long string cutted to normal string, reset NvRam to solve"

◆ INOS_MCMSG_CODE_NVRAM_MAX_WARNING

uint32 INOS_MCMSG_CODE_NVRAM_MAX_WARNING = 0x40110002

"Max. number of NvRam warnings reached"

◆ INOS_MCMSG_CODE_NVRAM_NO_NVRAM

uint32 INOS_MCMSG_CODE_NVRAM_NO_NVRAM = 0x40110003

"No NvRam available"

◆ INOS_MCMSG_CODE_NVRAM_UNKNOWN_TYPE

uint32 INOS_MCMSG_CODE_NVRAM_UNKNOWN_TYPE = 0x4011000C

"Unknown NvRam value type detected"

◆ INOS_MCMSG_CODE_NVRAM_VALUE_CONFLICT

uint32 INOS_MCMSG_CODE_NVRAM_VALUE_CONFLICT = 0x40110007

"NvRam value naming conflict"

◆ INOS_MCMSG_CODE_NVRAM_VALUE_CREATED

uint32 INOS_MCMSG_CODE_NVRAM_VALUE_CREATED = 0x40110006

"NvRam value created"

◆ INOS_MCMSG_CODE_NVRAM_VALUE_INVALID

uint32 INOS_MCMSG_CODE_NVRAM_VALUE_INVALID = 0x40110008

"NvRam value invalid"

◆ INOS_MCMSG_CODE_NVRAM_VALUE_NO_HND

uint32 INOS_MCMSG_CODE_NVRAM_VALUE_NO_HND = 0x40110009

"No NvRam handler found"

◆ INOS_MCMSG_CODE_NVRAM_VALUE_NOT_FOUND

uint32 INOS_MCMSG_CODE_NVRAM_VALUE_NOT_FOUND = 0x4011000A

"NvRam value not found"

◆ INOS_MCMSG_CODE_NVRAM_WRONG_TYPE

uint32 INOS_MCMSG_CODE_NVRAM_WRONG_TYPE = 0x4011000B

"Wrong NvRam value type detected"

◆ INOS_MCMSG_CODE_ROBOT_24V_LOGIC_LOW

uint32 INOS_MCMSG_CODE_ROBOT_24V_LOGIC_LOW = 0x40030322

"24V logic low"

◆ INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_ERRORS

uint32 INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_ERRORS = 0x40030326

"Absolute encoder has errors"

◆ INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_WARNINGS

uint32 INOS_MCMSG_CODE_ROBOT_ABS_ENCODER_HAS_WARNINGS = 0x4003071C

"Absolute encoder has warnings"

◆ INOS_MCMSG_CODE_ROBOT_ABSENC_READ_ERRORS

uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_ERRORS = 0x40030053

"Error reads on absolute encoder, please check the connection"

◆ INOS_MCMSG_CODE_ROBOT_ABSENC_READ_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_FAILED = 0x40030052

"Failed to read absolute encoder"

◆ INOS_MCMSG_CODE_ROBOT_ABSENC_READ_NO_OK

uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_READ_NO_OK = 0x40030054

"No ok reads on absolute encoder, please check the configuration"

◆ INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_READ_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_READ_FAILED = 0x40030050

"Failed to read absolute encoder type"

◆ INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_UNKNOWN

uint32 INOS_MCMSG_CODE_ROBOT_ABSENC_TYPE_UNKNOWN = 0x40030051

"Unknown absolute encoder type detected"

◆ INOS_MCMSG_CODE_ROBOT_ACTIVATE

uint32 INOS_MCMSG_CODE_ROBOT_ACTIVATE = 0x4003030D

"Activation error"

◆ INOS_MCMSG_CODE_ROBOT_AXIS_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_AXIS_BUSY = 0x40030005

"Invalid 'move in move'"

◆ INOS_MCMSG_CODE_ROBOT_AXIS_CORE_MISMATCH

uint32 INOS_MCMSG_CODE_ROBOT_AXIS_CORE_MISMATCH = 0x4003010C

"Axis command called from wrong core"

◆ INOS_MCMSG_CODE_ROBOT_AXIS_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_AXIS_ERROR = 0x40030017

"Axis on error"

◆ INOS_MCMSG_CODE_ROBOT_AXIS_WRN_CORE_MISMATCH

uint32 INOS_MCMSG_CODE_ROBOT_AXIS_WRN_CORE_MISMATCH = 0x40030505

"Axis command called from wrong core"

◆ INOS_MCMSG_CODE_ROBOT_BASE

uint32 INOS_MCMSG_CODE_ROBOT_BASE = 0x40030000

"Base message code"

◆ INOS_MCMSG_CODE_ROBOT_BORDER_MANDATORY

uint32 INOS_MCMSG_CODE_ROBOT_BORDER_MANDATORY = 0x4003001F

"Border support mandatory for this Init type"

◆ INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_SUPP

uint32 INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_SUPP = 0x40030042

"BorderLimit property must be supported by this axis type for 'init to border'"

◆ INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_VALUE

uint32 INOS_MCMSG_CODE_ROBOT_BORDERLIMIT_VALUE = 0x40030043

"BorderLimit must be set to a useful value (e.g. in dt2) for this axis for 'init to border'"

◆ INOS_MCMSG_CODE_ROBOT_BRAKE_I2T

uint32 INOS_MCMSG_CODE_ROBOT_BRAKE_I2T = 0x40030321

"Ballast I2t > 100%"

◆ INOS_MCMSG_CODE_ROBOT_BRAKE_I2T_WRN

uint32 INOS_MCMSG_CODE_ROBOT_BRAKE_I2T_WRN = 0x4003071A

"Ballast I2t > 100%"

◆ INOS_MCMSG_CODE_ROBOT_CALC_EVENT_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_CALC_EVENT_FAILED = 0x40030014

"Calc event time failed"

◆ INOS_MCMSG_CODE_ROBOT_CALC_MOVING_TIME

uint32 INOS_MCMSG_CODE_ROBOT_CALC_MOVING_TIME = 0x40030007

"Calc moving time failed"

◆ INOS_MCMSG_CODE_ROBOT_CALC_TRG_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_CALC_TRG_FAILED = 0x40030015

"Calc trigger point failed"

◆ INOS_MCMSG_CODE_ROBOT_CALIB_AXIS_CALIB

uint32 INOS_MCMSG_CODE_ROBOT_CALIB_AXIS_CALIB = 0x40030035

"Calib not allowed, pos channel calibration enabled"

◆ INOS_MCMSG_CODE_ROBOT_CALIB_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_CALIB_BUSY = 0x40030036

"Calib not allowed, axis busy"

◆ INOS_MCMSG_CODE_ROBOT_CALIB_NOT_ALLOWED

uint32 INOS_MCMSG_CODE_ROBOT_CALIB_NOT_ALLOWED = 0x40030037

"Calib of coupled axis not allowed"

◆ INOS_MCMSG_CODE_ROBOT_CALIB_RANGE_TOO_SMALL

uint32 INOS_MCMSG_CODE_ROBOT_CALIB_RANGE_TOO_SMALL = 0x4003003B

"Calib range too small"

◆ INOS_MCMSG_CODE_ROBOT_CMD_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_CMD_FAILED = 0x40030101

"Axis command failed"

◆ INOS_MCMSG_CODE_ROBOT_CMD_IGNORED

uint32 INOS_MCMSG_CODE_ROBOT_CMD_IGNORED = 0x40030500

"Axis command ignored"

◆ INOS_MCMSG_CODE_ROBOT_CMD_REJECTED

uint32 INOS_MCMSG_CODE_ROBOT_CMD_REJECTED = 0x40030100

"Axis command rejected"

◆ INOS_MCMSG_CODE_ROBOT_CMD_RESULT_ON_STACK

uint32 INOS_MCMSG_CODE_ROBOT_CMD_RESULT_ON_STACK = 0x4003005B

"Result of McRobot command can't be on stack, use a member variable instead"

◆ INOS_MCMSG_CODE_ROBOT_COM_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_COM_FAILED = 0x40030106

"Communication to foreign controller failed"

◆ INOS_MCMSG_CODE_ROBOT_CONCURRENT_PREPAREPATH

uint32 INOS_MCMSG_CODE_ROBOT_CONCURRENT_PREPAREPATH = 0x40030049

"Concurrent PreparePath commands are not allowed"

◆ INOS_MCMSG_CODE_ROBOT_CONCURRENT_RUNPATH

uint32 INOS_MCMSG_CODE_ROBOT_CONCURRENT_RUNPATH = 0x4003004A

"Concurrent RunPath commands are not allowed"

◆ INOS_MCMSG_CODE_ROBOT_CONTROLLER_TOO_FAST

uint32 INOS_MCMSG_CODE_ROBOT_CONTROLLER_TOO_FAST = 0x40030041

"Controller sampling rate too high"

◆ INOS_MCMSG_CODE_ROBOT_CPD_CORR

uint32 INOS_MCMSG_CODE_ROBOT_CPD_CORR = 0x40030105

"Max. allowed coupling correction exceeded"

◆ INOS_MCMSG_CODE_ROBOT_CPD_CORR_IGNORED

uint32 INOS_MCMSG_CODE_ROBOT_CPD_CORR_IGNORED = 0x40030501

"Coupling correction ignored"

◆ INOS_MCMSG_CODE_ROBOT_CPD_DELTA

uint32 INOS_MCMSG_CODE_ROBOT_CPD_DELTA = 0x40030104

"Max. allowed coupling delta reached"

◆ INOS_MCMSG_CODE_ROBOT_CPD_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_CPD_ERROR = 0x40030103

"Coupled axis on error"

◆ INOS_MCMSG_CODE_ROBOT_CPD_WARNING

uint32 INOS_MCMSG_CODE_ROBOT_CPD_WARNING = 0x40030503

"Coupled axis has warnings"

◆ INOS_MCMSG_CODE_ROBOT_CTRL_TEMP

uint32 INOS_MCMSG_CODE_ROBOT_CTRL_TEMP = 0x40030314

"External controller max. temperature exceeded"

◆ INOS_MCMSG_CODE_ROBOT_CTRL_TEMP_HIGH

uint32 INOS_MCMSG_CODE_ROBOT_CTRL_TEMP_HIGH = 0x40030714

"Controller temperature high"

◆ INOS_MCMSG_CODE_ROBOT_CYCLETIME_INVALID

uint32 INOS_MCMSG_CODE_ROBOT_CYCLETIME_INVALID = 0x4003002A

"Cycletime of axis doesn't match LinkSamplingRate in controller"

◆ INOS_MCMSG_CODE_ROBOT_DISCH_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_DISCH_FAILED = 0x40030718

"Discharge failed"

◆ INOS_MCMSG_CODE_ROBOT_DIST_CODED_DATA_MISSING

uint32 INOS_MCMSG_CODE_ROBOT_DIST_CODED_DATA_MISSING = 0x4003004F

"Distance coded configuration data missing"

◆ INOS_MCMSG_CODE_ROBOT_DIST_CODED_IMPL_MISSING

uint32 INOS_MCMSG_CODE_ROBOT_DIST_CODED_IMPL_MISSING = 0x4003004E

"Distance coded implementation missing (method CINOSMcRobot::GetDistanceCodedPosition not overwritten)"

◆ INOS_MCMSG_CODE_ROBOT_EMG_STOPPED

uint32 INOS_MCMSG_CODE_ROBOT_EMG_STOPPED = 0x40030504

"Axis has been emergency stopped"

◆ INOS_MCMSG_CODE_ROBOT_ENABLE_MISSING

uint32 INOS_MCMSG_CODE_ROBOT_ENABLE_MISSING = 0x40030303

"Enable missing"

◆ INOS_MCMSG_CODE_ROBOT_EVENT_NOT_SUP

uint32 INOS_MCMSG_CODE_ROBOT_EVENT_NOT_SUP = 0x4003002D

"Event type not supported"

◆ INOS_MCMSG_CODE_ROBOT_EXT_EN

uint32 INOS_MCMSG_CODE_ROBOT_EXT_EN = 0x4003031E

"External enable missing"

◆ INOS_MCMSG_CODE_ROBOT_EXT_STOP

uint32 INOS_MCMSG_CODE_ROBOT_EXT_STOP = 0x40030310

"External controller stop"

◆ INOS_MCMSG_CODE_ROBOT_EXTERN

uint32 INOS_MCMSG_CODE_ROBOT_EXTERN = 0x4003030E

"External controller error"

◆ INOS_MCMSG_CODE_ROBOT_EXTERN_WRN

uint32 INOS_MCMSG_CODE_ROBOT_EXTERN_WRN = 0x4003070E

"External controller warning"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_BREAK_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_BREAK_FAILED = 0x40030812

"Force command 'Break' failed, no collapse detected"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSE_AS_ERROR_NOT_ALLOWED

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSE_AS_ERROR_NOT_ALLOWED = 0x40030811

"Force command 'Break' does not allow collapse as error"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSED

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_COLLAPSED = 0x4003080E

"Force control collapse detected"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_CONCURRENT

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_CONCURRENT = 0x40030801

"Concurrent force commands are not allowed"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_ENABLED_COLLAPSE_DETECTION_REQUIRED

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_ENABLED_COLLAPSE_DETECTION_REQUIRED = 0x40030810

"Force command 'Break' requires enabled collapse detection"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_AVAILABLE

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_AVAILABLE = 0x40030800

"Force controller not available"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_SUPPORTED

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_NOT_SUPPORTED = 0x4003080D

"Force control not supported by external controller"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_STAB_TIMEOUT

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_STAB_TIMEOUT = 0x40030803

"Timeout stabilizing force control"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_TOUCH_DOWN_ERR

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_TOUCH_DOWN_ERR = 0x40030804

"Searching touch down failed"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_UNKNOWN_PARAM

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_UNKNOWN_PARAM = 0x40030805

"Unknown param set requested"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_ASTATE

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_ASTATE = 0x40030802

"Force command not allowed, axis in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_ACT

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_ACT = 0x40030806

"Force command 'Activate' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_APP

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_APP = 0x40030807

"Force command 'Approach' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_BRK

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_BRK = 0x4003080F

"Force command 'Break' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_DEP

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_DEP = 0x40030808

"Force command 'Depart' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_LIM

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_LIM = 0x4003080B

"Force command 'Limit' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV = 0x40030809

"Force command 'Move' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV_STOP

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_MOV_STOP = 0x40030814

"Force command 'MoveStop' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_PUL

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_PUL = 0x40030813

"Force command 'Pull' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_SEL

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_SEL = 0x4003080C

"Force command 'Select' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_TAR

uint32 INOS_MCMSG_CODE_ROBOT_FCTRL_WRONG_FSTATE_TAR = 0x4003080A

"Force command 'Tara' not allowed, controller in wrong state"

◆ INOS_MCMSG_CODE_ROBOT_FIELDBUS_WATCHDOG

uint32 INOS_MCMSG_CODE_ROBOT_FIELDBUS_WATCHDOG = 0x40030320

"Fieldbus watchdog occurred"

◆ INOS_MCMSG_CODE_ROBOT_FSL_LIMIT

uint32 INOS_MCMSG_CODE_ROBOT_FSL_LIMIT = 0x40030701

"Full scale limit reached"

◆ INOS_MCMSG_CODE_ROBOT_GSB_ACTIVATE

uint32 INOS_MCMSG_CODE_ROBOT_GSB_ACTIVATE = 0x4003130D

"Activation error"

◆ INOS_MCMSG_CODE_ROBOT_GSB_EXTERN

uint32 INOS_MCMSG_CODE_ROBOT_GSB_EXTERN = 0x4003130E

"External controller error"

◆ INOS_MCMSG_CODE_ROBOT_GSB_NO_POS

uint32 INOS_MCMSG_CODE_ROBOT_GSB_NO_POS = 0x4003130C

"No position channel available"

◆ INOS_MCMSG_CODE_ROBOT_GSB_OVR

uint32 INOS_MCMSG_CODE_ROBOT_GSB_OVR = 0x40031301

"Position channel overrun detected"

◆ INOS_MCMSG_CODE_ROBOT_GSB_POS_CHECK

uint32 INOS_MCMSG_CODE_ROBOT_GSB_POS_CHECK = 0x40031300

"Position check error"

◆ INOS_MCMSG_CODE_ROBOT_GSB_POS_OFFLINE

uint32 INOS_MCMSG_CODE_ROBOT_GSB_POS_OFFLINE = 0x4003130F

"Position channel offline"

◆ INOS_MCMSG_CODE_ROBOT_GSB_RX_FIFO_OVERRUN

uint32 INOS_MCMSG_CODE_ROBOT_GSB_RX_FIFO_OVERRUN = 0x40031310

"Rx fifo overrun"

◆ INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_OVERRUN

uint32 INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_OVERRUN = 0x40031311

"Tx fifo overrun"

◆ INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_UNDERRUN

uint32 INOS_MCMSG_CODE_ROBOT_GSB_TX_FIFO_UNDERRUN = 0x40031312

"Tx fifo underrun"

◆ INOS_MCMSG_CODE_ROBOT_HOMING_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_HOMING_FAILED = 0x40030304

"CiA402 homing failed"

◆ INOS_MCMSG_CODE_ROBOT_I2T

uint32 INOS_MCMSG_CODE_ROBOT_I2T = 0x40030313

"I2T exceeded"

◆ INOS_MCMSG_CODE_ROBOT_I2T_HIGH

uint32 INOS_MCMSG_CODE_ROBOT_I2T_HIGH = 0x40030715

"Motor I2t high"

◆ INOS_MCMSG_CODE_ROBOT_ICONT

uint32 INOS_MCMSG_CODE_ROBOT_ICONT = 0x40030319

"I continuous exceeded"

◆ INOS_MCMSG_CODE_ROBOT_ICONT_ARM

uint32 INOS_MCMSG_CODE_ROBOT_ICONT_ARM = 0x40030323

"I continuous exceeded"

◆ INOS_MCMSG_CODE_ROBOT_IEND

uint32 INOS_MCMSG_CODE_ROBOT_IEND = 0x4003031B

"Imax exceeded"

◆ INOS_MCMSG_CODE_ROBOT_IMAX_REACHED

uint32 INOS_MCMSG_CODE_ROBOT_IMAX_REACHED = 0x40030712

"Imax reached"

◆ INOS_MCMSG_CODE_ROBOT_INIT_AXIS_CALIB

uint32 INOS_MCMSG_CODE_ROBOT_INIT_AXIS_CALIB = 0x40030031

"Init not allowed, pos channel calibration enabled"

◆ INOS_MCMSG_CODE_ROBOT_INIT_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_INIT_BUSY = 0x40030018

"Init not allowed, axis busy"

◆ INOS_MCMSG_CODE_ROBOT_INIT_NOT_ALLOWED

uint32 INOS_MCMSG_CODE_ROBOT_INIT_NOT_ALLOWED = 0x40030013

"Init of coupled axis not allowed"

◆ INOS_MCMSG_CODE_ROBOT_INT_LIMIT

uint32 INOS_MCMSG_CODE_ROBOT_INT_LIMIT = 0x40030700

"Integrator limit reached"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_END_POINT

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_END_POINT = 0x40030016

"Invalid end point"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_JOY_DELTA

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_JOY_DELTA = 0x4003001C

"Invalid joystick delta"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_LINEAR_MOVE

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_LINEAR_MOVE = 0x40030028

"Invalid linear move"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_POS

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_POS = 0x40030004

"Invalid axis position"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_START_POS

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_START_POS = 0x40030032

"Invalid starting position"

◆ INOS_MCMSG_CODE_ROBOT_INVALID_SYNCPOINT

uint32 INOS_MCMSG_CODE_ROBOT_INVALID_SYNCPOINT = 0x40030029

"Invalid sync point"

◆ INOS_MCMSG_CODE_ROBOT_IOFFS

uint32 INOS_MCMSG_CODE_ROBOT_IOFFS = 0x4003031A

"I offset or autocommutation failure"

◆ INOS_MCMSG_CODE_ROBOT_JOYSTICK_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_JOYSTICK_BUSY = 0x4003001A

"Joystick not allowed, axis busy"

◆ INOS_MCMSG_CODE_ROBOT_JOYSTICK_DISABLING

uint32 INOS_MCMSG_CODE_ROBOT_JOYSTICK_DISABLING = 0x4003004D

"Axis is already disabling joystick mode (axis is stopping right now)"

◆ INOS_MCMSG_CODE_ROBOT_LIMIT

uint32 INOS_MCMSG_CODE_ROBOT_LIMIT = 0x40030025

"Limit switch reached"

◆ INOS_MCMSG_CODE_ROBOT_LIMIT_NEG

uint32 INOS_MCMSG_CODE_ROBOT_LIMIT_NEG = 0x40030027

"Negative limit switch reached"

◆ INOS_MCMSG_CODE_ROBOT_LIMIT_POS

uint32 INOS_MCMSG_CODE_ROBOT_LIMIT_POS = 0x40030026

"Positive limit switch reached"

◆ INOS_MCMSG_CODE_ROBOT_MAPPED_POS_OUT_OF_RANGE

uint32 INOS_MCMSG_CODE_ROBOT_MAPPED_POS_OUT_OF_RANGE = 0x40030040

"Mapped position out of range"

◆ INOS_MCMSG_CODE_ROBOT_MAPPING_MISMATCH

uint32 INOS_MCMSG_CODE_ROBOT_MAPPING_MISMATCH = 0x4003003F

"Mapping mismatch detected"

◆ INOS_MCMSG_CODE_ROBOT_MASTER_FIELDBUS_WATCHDOG

uint32 INOS_MCMSG_CODE_ROBOT_MASTER_FIELDBUS_WATCHDOG = 0x40030306

"GinLink master detected a fieldbus watchdog"

◆ INOS_MCMSG_CODE_ROBOT_MIM_DEC

uint32 INOS_MCMSG_CODE_ROBOT_MIM_DEC = 0x40030600

"Move in move during deceleration"

◆ INOS_MCMSG_CODE_ROBOT_MIM_POS_RANGE

uint32 INOS_MCMSG_CODE_ROBOT_MIM_POS_RANGE = 0x40030202

"Move in move position out of range"

◆ INOS_MCMSG_CODE_ROBOT_MISMATCH_BUSID

uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_BUSID = 0x40030009

"BusId mismatch"

◆ INOS_MCMSG_CODE_ROBOT_MISMATCH_COREID

uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_COREID = 0x40030055

"Module and axes running on different cores"

◆ INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLENBR

uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLENBR = 0x4003000A

"Cyclenumber mismatch"

◆ INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLETIM

uint32 INOS_MCMSG_CODE_ROBOT_MISMATCH_CYCLETIM = 0x4003000B

"Cycletime mismatch"

◆ INOS_MCMSG_CODE_ROBOT_MISSING_PARAM

uint32 INOS_MCMSG_CODE_ROBOT_MISSING_PARAM = 0x4003002C

"Missing param set"

◆ INOS_MCMSG_CODE_ROBOT_MOT_TEMP_HIGH

uint32 INOS_MCMSG_CODE_ROBOT_MOT_TEMP_HIGH = 0x40030716

"Motor temperature high"

◆ INOS_MCMSG_CODE_ROBOT_MOTCFG_REV_TO_HIGH

uint32 INOS_MCMSG_CODE_ROBOT_MOTCFG_REV_TO_HIGH = 0x40030328

"MotorConfig version too new for this system, please update system"

◆ INOS_MCMSG_CODE_ROBOT_MOTOR_CONFIG

uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_CONFIG = 0x4003031F

"Motor configuration missing or reset necessary"

◆ INOS_MCMSG_CODE_ROBOT_MOTOR_SHORT

uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_SHORT = 0x40030316

"Motor short circuit"

◆ INOS_MCMSG_CODE_ROBOT_MOTOR_TEMP

uint32 INOS_MCMSG_CODE_ROBOT_MOTOR_TEMP = 0x40030315

"Motor max. temperature exceeded"

◆ INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_MISSING

uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_MISSING = 0x4003005D

"Axis motor config (cpf) missing, no config file given and flash contains no valid config"

◆ INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_FOUND

uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_FOUND = 0x4003005C

"Axis motor config (cpf) not found"

◆ INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_UNIQUE

uint32 INOS_MCMSG_CODE_ROBOT_MOTORCONFIG_NOT_UNIQUE = 0x4003005E

"Axis motor config (cpf) is not unique, multiple axis uses this config and this is not allowed"

◆ INOS_MCMSG_CODE_ROBOT_MOVE_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_MOVE_BUSY = 0x40030019

"Move not allowed, axis busy"

◆ INOS_MCMSG_CODE_ROBOT_MOVE_NOT_IN_CACHE

uint32 INOS_MCMSG_CODE_ROBOT_MOVE_NOT_IN_CACHE = 0x40030205

"Trajectory was not in cache as expected"

◆ INOS_MCMSG_CODE_ROBOT_MOVE_OFF

uint32 INOS_MCMSG_CODE_ROBOT_MOVE_OFF = 0x40030033

"Move not allowed, axis off"

◆ INOS_MCMSG_CODE_ROBOT_NO_JOYSTICK

uint32 INOS_MCMSG_CODE_ROBOT_NO_JOYSTICK = 0x4003001B

"Axis not in joystick mode"

◆ INOS_MCMSG_CODE_ROBOT_NO_POS

uint32 INOS_MCMSG_CODE_ROBOT_NO_POS = 0x4003030C

"No position channel available"

◆ INOS_MCMSG_CODE_ROBOT_NO_SOFTLIMITS

uint32 INOS_MCMSG_CODE_ROBOT_NO_SOFTLIMITS = 0x4003003A

"Calib not allowed without soft limits"

◆ INOS_MCMSG_CODE_ROBOT_NO_TRG_SUPPORT

uint32 INOS_MCMSG_CODE_ROBOT_NO_TRG_SUPPORT = 0x40030044

"Trigger not supported for this command"

◆ INOS_MCMSG_CODE_ROBOT_NO_WHEEL

uint32 INOS_MCMSG_CODE_ROBOT_NO_WHEEL = 0x4003002F

"Axis not in wheel mode"

◆ INOS_MCMSG_CODE_ROBOT_NOT_YET_IMPL

uint32 INOS_MCMSG_CODE_ROBOT_NOT_YET_IMPL = 0x4003001D

"Init type not yet implemented"

◆ INOS_MCMSG_CODE_ROBOT_NOTHING_TO_CALIB

uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_CALIB = 0x40030034

"Nothing to calib"

◆ INOS_MCMSG_CODE_ROBOT_NOTHING_TO_INIT

uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_INIT = 0x4003000C

"Nothing to init"

◆ INOS_MCMSG_CODE_ROBOT_NOTHING_TO_MOVE

uint32 INOS_MCMSG_CODE_ROBOT_NOTHING_TO_MOVE = 0x40030001

"Nothing to move"

◆ INOS_MCMSG_CODE_ROBOT_ON_NOT_ALLOWED

uint32 INOS_MCMSG_CODE_ROBOT_ON_NOT_ALLOWED = 0x40030012

"On of coupled axis not allowed"

◆ INOS_MCMSG_CODE_ROBOT_OSCI_CHECK

uint32 INOS_MCMSG_CODE_ROBOT_OSCI_CHECK = 0x40030302

"Oscillation detected"

◆ INOS_MCMSG_CODE_ROBOT_OUT_OF_ALLOWED_RANGE

uint32 INOS_MCMSG_CODE_ROBOT_OUT_OF_ALLOWED_RANGE = 0x4003003D

"Axis out of allowed range"

◆ INOS_MCMSG_CODE_ROBOT_PHASE_ERR

uint32 INOS_MCMSG_CODE_ROBOT_PHASE_ERR = 0x4003031C

"Phase error"

◆ INOS_MCMSG_CODE_ROBOT_POS_CHECK

uint32 INOS_MCMSG_CODE_ROBOT_POS_CHECK = 0x40030300

"Position check error"

◆ INOS_MCMSG_CODE_ROBOT_POS_OFFLINE

uint32 INOS_MCMSG_CODE_ROBOT_POS_OFFLINE = 0x4003030F

"Position channel offline"

◆ INOS_MCMSG_CODE_ROBOT_POS_OVR

uint32 INOS_MCMSG_CODE_ROBOT_POS_OVR = 0x40030301

"Position channel overrun detected"

◆ INOS_MCMSG_CODE_ROBOT_POS_RANGE

uint32 INOS_MCMSG_CODE_ROBOT_POS_RANGE = 0x40030200

"Requested position out of range"

◆ INOS_MCMSG_CODE_ROBOT_POS_WINDOW

uint32 INOS_MCMSG_CODE_ROBOT_POS_WINDOW = 0x40030102

"Positioning window failed"

◆ INOS_MCMSG_CODE_ROBOT_POWER_WAIT_TIMEOUT

uint32 INOS_MCMSG_CODE_ROBOT_POWER_WAIT_TIMEOUT = 0x4003003E

"Timeout waiting for power"

◆ INOS_MCMSG_CODE_ROBOT_PULL_UNDERRUN

uint32 INOS_MCMSG_CODE_ROBOT_PULL_UNDERRUN = 0x40030109

"Pull underrun detected"

◆ INOS_MCMSG_CODE_ROBOT_PWM_100

uint32 INOS_MCMSG_CODE_ROBOT_PWM_100 = 0x40030717

"Pwm over 100%"

◆ INOS_MCMSG_CODE_ROBOT_PWM_WTG

uint32 INOS_MCMSG_CODE_ROBOT_PWM_WTG = 0x4003031D

"Controller interrupt overrun"

◆ INOS_MCMSG_CODE_ROBOT_RAMP_CALC_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_RAMP_CALC_FAILED = 0x40030201

"Ramp calculation failed"

◆ INOS_MCMSG_CODE_ROBOT_RAMP_CORE_MISMATCH

uint32 INOS_MCMSG_CODE_ROBOT_RAMP_CORE_MISMATCH = 0x40030206

"Ramp command called from wrong core"

◆ INOS_MCMSG_CODE_ROBOT_RAMP_LIMIT

uint32 INOS_MCMSG_CODE_ROBOT_RAMP_LIMIT = 0x40030107

"Ramp limits exceeded"

◆ INOS_MCMSG_CODE_ROBOT_RAMP_OVERSAMPLE

uint32 INOS_MCMSG_CODE_ROBOT_RAMP_OVERSAMPLE = 0x40030203

"Ramp samples do not fit oversampling"

◆ INOS_MCMSG_CODE_ROBOT_RAMP_WRN_CORE_MISMATCH

uint32 INOS_MCMSG_CODE_ROBOT_RAMP_WRN_CORE_MISMATCH = 0x40030601

"Ramp command called from wrong core"

◆ INOS_MCMSG_CODE_ROBOT_REF_MANDATORY

uint32 INOS_MCMSG_CODE_ROBOT_REF_MANDATORY = 0x40030020

"Reference support mandatory for this Init type"

◆ INOS_MCMSG_CODE_ROBOT_REFSEARCH_BACK_ZERO

uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_BACK_ZERO = 0x40030057

"Reference search back must not be zero"

◆ INOS_MCMSG_CODE_ROBOT_REFSEARCH_SAFE_CONTROLLER_NOT_AVAILABLE

uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_SAFE_CONTROLLER_NOT_AVAILABLE = 0x4003005A

"Reference search type 'safe controller' not available for this axis"

◆ INOS_MCMSG_CODE_ROBOT_REFSEARCH_SECOND_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_SECOND_FAILED = 0x40030059

"Searching the reference a second time failed"

◆ INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_FAILED = 0x40030058

"Safe reference search out of tolerance"

◆ INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_ZERO

uint32 INOS_MCMSG_CODE_ROBOT_REFSEARCH_TOLERANCE_ZERO = 0x40030056

"Reference search tolerance must not be zero"

◆ INOS_MCMSG_CODE_ROBOT_REJECTED_SOS

uint32 INOS_MCMSG_CODE_ROBOT_REJECTED_SOS = 0x40030108

"Move not allowed, axis in SOS (safe operating stop)"

◆ INOS_MCMSG_CODE_ROBOT_RESOLVER

uint32 INOS_MCMSG_CODE_ROBOT_RESOLVER = 0x40030317

"Resolver/SinCos error"

◆ INOS_MCMSG_CODE_ROBOT_SAFE_SYNC_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_SAFE_SYNC_FAILED = 0x40030305

"Safe sync failed"

◆ INOS_MCMSG_CODE_ROBOT_SAFETY_INPUT

uint32 INOS_MCMSG_CODE_ROBOT_SAFETY_INPUT = 0x40030330

"Safety input missing"

◆ INOS_MCMSG_CODE_ROBOT_SEARCH_INPUT

uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_INPUT = 0x40030011

"Search input failed"

◆ INOS_MCMSG_CODE_ROBOT_SEARCH_REF_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_REF_FAILED = 0x40030021

"Searching reference failed"

◆ INOS_MCMSG_CODE_ROBOT_SEARCH_REFERENCE_FAILED

uint32 INOS_MCMSG_CODE_ROBOT_SEARCH_REFERENCE_FAILED = 0x4003003C

"Search reference failed"

◆ INOS_MCMSG_CODE_ROBOT_SHAPE_CONSERVATIVE_TOLERANCE

uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_CONSERVATIVE_TOLERANCE = 0x40030048

"Conservative speed reduction and tolerance = 0.0 is not allowed"

◆ INOS_MCMSG_CODE_ROBOT_SHAPE_DISCONTINUOUS

uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_DISCONTINUOUS = 0x40030047

"Shape discontinuous error"

◆ INOS_MCMSG_CODE_ROBOT_SHAPE_LENGTH

uint32 INOS_MCMSG_CODE_ROBOT_SHAPE_LENGTH = 0x40030046

"Shape length error"

◆ INOS_MCMSG_CODE_ROBOT_SHARED_NOT_ACTIVE

uint32 INOS_MCMSG_CODE_ROBOT_SHARED_NOT_ACTIVE = 0x40030023

"Shared partner axis not active"

◆ INOS_MCMSG_CODE_ROBOT_SHARED_NOT_READY

uint32 INOS_MCMSG_CODE_ROBOT_SHARED_NOT_READY = 0x40030022

"Shared partner axis not ready"

◆ INOS_MCMSG_CODE_ROBOT_SHARED_ON_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SHARED_ON_ERROR = 0x40030024

"Shared partner axis on error"

◆ INOS_MCMSG_CODE_ROBOT_SINCOS_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SINCOS_ERROR = 0x40030325

"SinCos error"

◆ INOS_MCMSG_CODE_ROBOT_SINCOS_WEAK_SIGNAL

uint32 INOS_MCMSG_CODE_ROBOT_SINCOS_WEAK_SIGNAL = 0x4003071B

"SinCos weak signal"

◆ INOS_MCMSG_CODE_ROBOT_SL2_ACTIVATE

uint32 INOS_MCMSG_CODE_ROBOT_SL2_ACTIVATE = 0x4003230D

"Activation error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_ASC_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SL2_ASC_ERROR = 0x40032314

"SL2 automatic selfcalibration failed"

◆ INOS_MCMSG_CODE_ROBOT_SL2_EXTERN

uint32 INOS_MCMSG_CODE_ROBOT_SL2_EXTERN = 0x4003230E

"External controller error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_FEEDBACK_INVALID

uint32 INOS_MCMSG_CODE_ROBOT_SL2_FEEDBACK_INVALID = 0x40032320

"SL2 invalid feedback code requested"

◆ INOS_MCMSG_CODE_ROBOT_SL2_NO_POS

uint32 INOS_MCMSG_CODE_ROBOT_SL2_NO_POS = 0x4003230C

"No position channel available"

◆ INOS_MCMSG_CODE_ROBOT_SL2_OVR

uint32 INOS_MCMSG_CODE_ROBOT_SL2_OVR = 0x40032301

"Position channel overrun detected"

◆ INOS_MCMSG_CODE_ROBOT_SL2_POS_CHECK

uint32 INOS_MCMSG_CODE_ROBOT_SL2_POS_CHECK = 0x40032300

"Position check error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_POS_OFFLINE

uint32 INOS_MCMSG_CODE_ROBOT_SL2_POS_OFFLINE = 0x4003230F

"Position channel offline"

◆ INOS_MCMSG_CODE_ROBOT_SL2_POSACK_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SL2_POSACK_ERROR = 0x40032315

"SL2 position check error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_POWEROK_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SL2_POWEROK_ERROR = 0x40032317

"SL2 power error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_RX_FIFO_OVERRUN

uint32 INOS_MCMSG_CODE_ROBOT_SL2_RX_FIFO_OVERRUN = 0x40032310

"SL2 Rx fifo overrun"

◆ INOS_MCMSG_CODE_ROBOT_SL2_RX_STOPPED

uint32 INOS_MCMSG_CODE_ROBOT_SL2_RX_STOPPED = 0x40032318

"SL2 RX stopped for some reason"

◆ INOS_MCMSG_CODE_ROBOT_SL2_TEMPOK_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_SL2_TEMPOK_ERROR = 0x40032316

"SL2 temperature error"

◆ INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_OVERRUN

uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_OVERRUN = 0x40032311

"SL2 Tx fifo overrun"

◆ INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_UNDERRUN

uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_FIFO_UNDERRUN = 0x40032312

"SL2 Tx fifo underrun"

◆ INOS_MCMSG_CODE_ROBOT_SL2_TX_STOPPED

uint32 INOS_MCMSG_CODE_ROBOT_SL2_TX_STOPPED = 0x40032319

"SL2 TX stopped for some reason"

◆ INOS_MCMSG_CODE_ROBOT_SLS_VIOLATION

uint32 INOS_MCMSG_CODE_ROBOT_SLS_VIOLATION = 0x4003010A

"Emergency stop due to upcoming SLS violation"

◆ INOS_MCMSG_CODE_ROBOT_SOS_VIOLATION

uint32 INOS_MCMSG_CODE_ROBOT_SOS_VIOLATION = 0x4003010B

"Emergency stop due to upcoming SOS violation"

◆ INOS_MCMSG_CODE_ROBOT_SPEED_ERROR_EXCEEDED

uint32 INOS_MCMSG_CODE_ROBOT_SPEED_ERROR_EXCEEDED = 0x40030324

"Speed error exceeded"

◆ INOS_MCMSG_CODE_ROBOT_SPEEDSET_HUGE_VALUE_JSON

uint32 INOS_MCMSG_CODE_ROBOT_SPEEDSET_HUGE_VALUE_JSON = 0x4003004B

"The JSON string defining the speed set values is too big (too many tokens would be required to parse it)"

◆ INOS_MCMSG_CODE_ROBOT_SPEEDSET_VALUE_JSON_SYNTAX

uint32 INOS_MCMSG_CODE_ROBOT_SPEEDSET_VALUE_JSON_SYNTAX = 0x4003004C

"The JSON string defining the speed set values has not the expected syntax"

◆ INOS_MCMSG_CODE_ROBOT_TESTMODE_ERRORS

uint32 INOS_MCMSG_CODE_ROBOT_TESTMODE_ERRORS = 0x40030327

"Test Mode error"

◆ INOS_MCMSG_CODE_ROBOT_TURNS_INVALID

uint32 INOS_MCMSG_CODE_ROBOT_TURNS_INVALID = 0x4003002B

"Turns per minute of axis doesn't match Vcmd_10x in controller"

◆ INOS_MCMSG_CODE_ROBOT_UCC_LOW

uint32 INOS_MCMSG_CODE_ROBOT_UCC_LOW = 0x40030710

"Ucc low"

◆ INOS_MCMSG_CODE_ROBOT_UCC_MAX

uint32 INOS_MCMSG_CODE_ROBOT_UCC_MAX = 0x40030312

"Ucc higher than max. allowed Ucc"

◆ INOS_MCMSG_CODE_ROBOT_UCC_MIN

uint32 INOS_MCMSG_CODE_ROBOT_UCC_MIN = 0x40030311

"Ucc smaller than min. allowed Ucc"

◆ INOS_MCMSG_CODE_ROBOT_UCC_ON

uint32 INOS_MCMSG_CODE_ROBOT_UCC_ON = 0x40030711

"Ucc on"

◆ INOS_MCMSG_CODE_ROBOT_UNEXPECTED

uint32 INOS_MCMSG_CODE_ROBOT_UNEXPECTED = 0x40030719

"Unexpected error"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_AXIS

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_AXIS = 0x40030002

"Unknown axis"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_DIR

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_DIR = 0x40030039

"Unknown calib direction"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_TYPE

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_CALIB_TYPE = 0x40030038

"Unknown calib type"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_DIR

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_DIR = 0x4003000E

"Unknown init direction"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_EDGE

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_EDGE = 0x4003000F

"Unknown init edge"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_TYPE

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_INIT_TYPE = 0x4003000D

"Unknown init type"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_PARAM

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_PARAM = 0x40030003

"Unknown param set"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_SENSOR

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SENSOR = 0x40030045

"Unknown sensor"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_SHAPE

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SHAPE = 0x40030030

"Unknown shape"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_SYNCPOINT

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_SYNCPOINT = 0x40030008

"Unknown sync point"

◆ INOS_MCMSG_CODE_ROBOT_UNKNOWN_TRG_TYPE

uint32 INOS_MCMSG_CODE_ROBOT_UNKNOWN_TRG_TYPE = 0x40030006

"Unknown trigger type"

◆ INOS_MCMSG_CODE_ROBOT_VALVE_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_VALVE_BUSY = 0x40032324

"Command not allowed, valve already busy"

◆ INOS_MCMSG_CODE_ROBOT_VALVE_GEN_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_VALVE_GEN_ERROR = 0x40032321

"Unspecified valve error"

◆ INOS_MCMSG_CODE_ROBOT_VALVE_TIMEOUT

uint32 INOS_MCMSG_CODE_ROBOT_VALVE_TIMEOUT = 0x40032323

"Valve timeout"

◆ INOS_MCMSG_CODE_ROBOT_VALVE_UCC_ERROR

uint32 INOS_MCMSG_CODE_ROBOT_VALVE_UCC_ERROR = 0x40032322

"Valve UCC error"

◆ INOS_MCMSG_CODE_ROBOT_VMAX

uint32 INOS_MCMSG_CODE_ROBOT_VMAX = 0x40030318

"Vmax exceeded"

◆ INOS_MCMSG_CODE_ROBOT_VMAX_REACHED

uint32 INOS_MCMSG_CODE_ROBOT_VMAX_REACHED = 0x40030204

"Allowed Vmax reached"

◆ INOS_MCMSG_CODE_ROBOT_WHEEL_BUSY

uint32 INOS_MCMSG_CODE_ROBOT_WHEEL_BUSY = 0x4003002E

"Wheel not allowed, axis busy"

◆ INOS_MCMSG_CODE_ROBOT_ZERO_BLOCKED

uint32 INOS_MCMSG_CODE_ROBOT_ZERO_BLOCKED = 0x40030010

"Zero input blocked"

◆ INOS_MCMSG_CODE_ROBOT_ZERO_OR_REF_MAND

uint32 INOS_MCMSG_CODE_ROBOT_ZERO_OR_REF_MAND = 0x4003001E

"Reference or zero support mandatory for this Init type"

◆ INOS_MCMSG_CODE_SIO_ABORT_CHAR

uint32 INOS_MCMSG_CODE_SIO_ABORT_CHAR = 0x40130020

"Abort character received"

◆ INOS_MCMSG_CODE_SIO_CANCELED

uint32 INOS_MCMSG_CODE_SIO_CANCELED = 0x40130029

"Command canceled by a ResetDevice"

◆ INOS_MCMSG_CODE_SIO_CHANNEL

uint32 INOS_MCMSG_CODE_SIO_CHANNEL = 0x40130028

"Unknown SIO channel"

◆ INOS_MCMSG_CODE_SIO_DEBUG_MODE

uint32 INOS_MCMSG_CODE_SIO_DEBUG_MODE = 0x40130027

"Channel is in debug mode"

◆ INOS_MCMSG_CODE_SIO_DSR_MISSING

uint32 INOS_MCMSG_CODE_SIO_DSR_MISSING = 0x40130025

"DSR input missing"

◆ INOS_MCMSG_CODE_SIO_ERROR

uint32 INOS_MCMSG_CODE_SIO_ERROR = 0x40130000

"Unknown SIO error"

◆ INOS_MCMSG_CODE_SIO_FRAMING_ERR

uint32 INOS_MCMSG_CODE_SIO_FRAMING_ERR = 0x40130021

"Framing error"

◆ INOS_MCMSG_CODE_SIO_INP_OVERFLOW

uint32 INOS_MCMSG_CODE_SIO_INP_OVERFLOW = 0x40130024

"Input buffer overflow"

◆ INOS_MCMSG_CODE_SIO_INTERNAL_ERROR

uint32 INOS_MCMSG_CODE_SIO_INTERNAL_ERROR = 0x40130005

"Internal communication error"

◆ INOS_MCMSG_CODE_SIO_MAXCHARS

uint32 INOS_MCMSG_CODE_SIO_MAXCHARS = 0x4013002A

"Max. number of chars received"

◆ INOS_MCMSG_CODE_SIO_OVERRUN_ERR

uint32 INOS_MCMSG_CODE_SIO_OVERRUN_ERR = 0x40130023

"Overrun error"

◆ INOS_MCMSG_CODE_SIO_PARITY_ERR

uint32 INOS_MCMSG_CODE_SIO_PARITY_ERR = 0x40130022

"Parity error"

◆ INOS_MCMSG_CODE_SIO_TIMEOUT

uint32 INOS_MCMSG_CODE_SIO_TIMEOUT = 0x40130026

"Communication timeout"

◆ INOS_MCMSG_CODE_TARGET_ASSERT

uint32 INOS_MCMSG_CODE_TARGET_ASSERT = 0x40100002

"Target on ASSERT"

◆ INOS_MCMSG_CODE_TARGET_BOOTING

uint32 INOS_MCMSG_CODE_TARGET_BOOTING = 0x40100006

"Target is booting ..."

◆ INOS_MCMSG_CODE_TARGET_GUARD

uint32 INOS_MCMSG_CODE_TARGET_GUARD = 0x4010000A

"System guard occured"

◆ INOS_MCMSG_CODE_TARGET_NOT_CORE0

uint32 INOS_MCMSG_CODE_TARGET_NOT_CORE0 = 0x40100005

"Code intended for core 0 was executed by some other core"

◆ INOS_MCMSG_CODE_TARGET_RAM_FAILURE

uint32 INOS_MCMSG_CODE_TARGET_RAM_FAILURE = 0x40100003

"Target RAM failure"

◆ INOS_MCMSG_CODE_TARGET_REALTIME_MUTEX

uint32 INOS_MCMSG_CODE_TARGET_REALTIME_MUTEX = 0x40100008

"CINOSMutex::Request called from a realtime task, which is not allowed"

◆ INOS_MCMSG_CODE_TARGET_REALTIME_SYNC

uint32 INOS_MCMSG_CODE_TARGET_REALTIME_SYNC = 0x40100009

"CINOSSync::Wait called from a realtime task, which is not allowed"

◆ INOS_MCMSG_CODE_TARGET_TIMING_ERROR

uint32 INOS_MCMSG_CODE_TARGET_TIMING_ERROR = 0x40100007

"Target 'timing error' occurred (see Eventlog for more info)"

◆ INOS_MCMSG_CODE_TARGET_TRAP

uint32 INOS_MCMSG_CODE_TARGET_TRAP = 0x40100001

"Target on TRAP"

◆ INOS_MCMSG_CODE_TARGET_WATCHDOG

uint32 INOS_MCMSG_CODE_TARGET_WATCHDOG = 0x40100004

"Target watchdog occurred"

◆ INOS_MCMSG_CODE_TASK_QUEUE_DUPLICATE

uint32 INOS_MCMSG_CODE_TASK_QUEUE_DUPLICATE = 0x40001001

"Put ignored due to duplicate detection"

◆ INOS_MCMSG_CODE_TASK_QUEUE_FLUSH_OWNER

uint32 INOS_MCMSG_CODE_TASK_QUEUE_FLUSH_OWNER = 0x40001002

"Only the owner is allowed to flush the queue"

◆ INOS_MCMSG_CODE_TASK_QUEUE_FULL

uint32 INOS_MCMSG_CODE_TASK_QUEUE_FULL = 0x40001000

"Task queue is full"

◆ INOS_MCMSG_CODE_TSK_UNKNOWN_EXCEPTION

uint32 INOS_MCMSG_CODE_TSK_UNKNOWN_EXCEPTION = 0x40000200

"Unknown unhandled exception occured"

◆ INOS_MCMSG_CODE_TSKEX_CANCELED

uint32 INOS_MCMSG_CODE_TSKEX_CANCELED = 0x46000000

"Command canceled"

◆ INOS_MCMSG_CODE_TSKEX_CMD_NO_FUNCTION

uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_FUNCTION = 0x40000110

"Command used with function"

◆ INOS_MCMSG_CODE_TSKEX_CMD_NO_OBJECT

uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_OBJECT = 0x4000010F

"Command used with no object set"

◆ INOS_MCMSG_CODE_TSKEX_CMD_NO_TASK

uint32 INOS_MCMSG_CODE_TSKEX_CMD_NO_TASK = 0x4000010E

"Command used with no task set"

◆ INOS_MCMSG_CODE_TSKEX_DEF_HANDLE_UNSUPPORTED

uint32 INOS_MCMSG_CODE_TSKEX_DEF_HANDLE_UNSUPPORTED = 0x40000105

"Deferred message handle does not support commands"

◆ INOS_MCMSG_CODE_TSKEX_ERROR

uint32 INOS_MCMSG_CODE_TSKEX_ERROR = 0x49000000

"Command ended with an error"

◆ INOS_MCMSG_CODE_TSKEX_FAILED

uint32 INOS_MCMSG_CODE_TSKEX_FAILED = 0x48000000

"Command failed"

◆ INOS_MCMSG_CODE_TSKEX_FASTLOAD_DATA_TRANSFER

uint32 INOS_MCMSG_CODE_TSKEX_FASTLOAD_DATA_TRANSFER = 0x40000112

"FastLoad invalid datatransfer method given"

◆ INOS_MCMSG_CODE_TSKEX_FASTLOAD_PORT_NUMBER

uint32 INOS_MCMSG_CODE_TSKEX_FASTLOAD_PORT_NUMBER = 0x40000111

"FastLoad invalid port number given"

◆ INOS_MCMSG_CODE_TSKEX_FATAL

uint32 INOS_MCMSG_CODE_TSKEX_FATAL = 0x4A000000

"Command ended with a fatal error"

◆ INOS_MCMSG_CODE_TSKEX_GENERIC

uint32 INOS_MCMSG_CODE_TSKEX_GENERIC = 0x40000000

"Not further specified failure detected by the McRobot base framework"

◆ INOS_MCMSG_CODE_TSKEX_IGNORED

uint32 INOS_MCMSG_CODE_TSKEX_IGNORED = 0x43000000

"Command ignored"

◆ INOS_MCMSG_CODE_TSKEX_INCO_TYPE_MISMATCH

uint32 INOS_MCMSG_CODE_TSKEX_INCO_TYPE_MISMATCH = 0x40000004

"INCO type mismatch"

◆ INOS_MCMSG_CODE_TSKEX_INCO_TYPE_UNSUPPTORED

uint32 INOS_MCMSG_CODE_TSKEX_INCO_TYPE_UNSUPPTORED = 0x40000003

"INCO type is not supported"

◆ INOS_MCMSG_CODE_TSKEX_INCOMPLETE

uint32 INOS_MCMSG_CODE_TSKEX_INCOMPLETE = 0x42000000

"Command incomplete"

◆ INOS_MCMSG_CODE_TSKEX_INPUT_QUEUE_FULL

uint32 INOS_MCMSG_CODE_TSKEX_INPUT_QUEUE_FULL = 0x40000106

"Adding the 'TaskExMsg' to the task's input queue failed due to 'queue full'"

◆ INOS_MCMSG_CODE_TSKEX_INVALID_COREID

uint32 INOS_MCMSG_CODE_TSKEX_INVALID_COREID = 0x40000107

"Invalid core id requested"

◆ INOS_MCMSG_CODE_TSKEX_NULLPTR_MSG

uint32 INOS_MCMSG_CODE_TSKEX_NULLPTR_MSG = 0x4000010C

"Tried to put a 'TaskExMsg' to the task's input queue which is a 'nullptr'"

◆ INOS_MCMSG_CODE_TSKEX_OVERSIZED_RESULT

uint32 INOS_MCMSG_CODE_TSKEX_OVERSIZED_RESULT = 0x4000010A

"Oversized result detected"

◆ INOS_MCMSG_CODE_TSKEX_PARAM_MISSING

uint32 INOS_MCMSG_CODE_TSKEX_PARAM_MISSING = 0x40000002

"Mandatory param missing"

◆ INOS_MCMSG_CODE_TSKEX_PAUSED

uint32 INOS_MCMSG_CODE_TSKEX_PAUSED = 0x44000000

"Command paused"

◆ INOS_MCMSG_CODE_TSKEX_REJECTED

uint32 INOS_MCMSG_CODE_TSKEX_REJECTED = 0x47000000

"Command rejected"

◆ INOS_MCMSG_CODE_TSKEX_SKIPPED

uint32 INOS_MCMSG_CODE_TSKEX_SKIPPED = 0x41000000

"Command skipped"

◆ INOS_MCMSG_CODE_TSKEX_STOPPED

uint32 INOS_MCMSG_CODE_TSKEX_STOPPED = 0x45000000

"Command stopped"

◆ INOS_MCMSG_CODE_TSKEX_TIMEOUT

uint32 INOS_MCMSG_CODE_TSKEX_TIMEOUT = 0x4B000000

"Command ended with a timeout"

◆ INOS_MCMSG_CODE_TSKEX_TRGMSG_BUSID

uint32 INOS_MCMSG_CODE_TSKEX_TRGMSG_BUSID = 0x4000010D

"Triggered message with invalid bus id"

◆ INOS_MCMSG_CODE_TSKEX_TRGMSG_MULTICORE

uint32 INOS_MCMSG_CODE_TSKEX_TRGMSG_MULTICORE = 0x4000010B

"The given fieldbus does not support triggered messages on the requested core"

◆ INOS_MCMSG_CODE_TSKEX_UNKNOWN

uint32 INOS_MCMSG_CODE_TSKEX_UNKNOWN = 0x40000001

"Unknown command"

◆ INOS_MCMSG_CODE_TSKEX_UNKNOWN_CMD_HOOK

uint32 INOS_MCMSG_CODE_TSKEX_UNKNOWN_CMD_HOOK = 0x40000109

"Unknown command hook"

◆ INOS_MCMSG_CODE_TSKEX_VAR_FAILED

uint32 INOS_MCMSG_CODE_TSKEX_VAR_FAILED = 0x40000100

"Variable access failed"

◆ INOS_MCMSG_CODE_TSKEX_VAR_MAX

uint32 INOS_MCMSG_CODE_TSKEX_VAR_MAX = 0x40000104

"Variable maximum reached"

◆ INOS_MCMSG_CODE_TSKEX_VAR_MIN

uint32 INOS_MCMSG_CODE_TSKEX_VAR_MIN = 0x40000103

"Variable minimum reached"

◆ INOS_MCMSG_CODE_TSKEX_VAR_NOT_FOUND

uint32 INOS_MCMSG_CODE_TSKEX_VAR_NOT_FOUND = 0x40000101

"Variable not found"

◆ INOS_MCMSG_CODE_TSKEX_VAR_READ_ONLY

uint32 INOS_MCMSG_CODE_TSKEX_VAR_READ_ONLY = 0x40000102

"Variable is read only"

◆ INOS_MCMSG_CODE_TSKEX_WRONG_PARAMS

uint32 INOS_MCMSG_CODE_TSKEX_WRONG_PARAMS = 0x40000108

"Wrong param type detected"

◆ INOS_MCMSG_TYPE_FATAL

INOS_MCMSG_TYPE_FATAL {\"property\":{\"category\":\"safety\",\"delay\":{\"acknowledge\":10000}}}") uint32 INOS_MCTARGET_SAFETY_VERIFY_FAILED = 0x40340400

"Verifying configuration failed, please reboot!"

◆ INOS_MCMSG_TYPE_INFO

INOS_MCMSG_TYPE_INFO {\"property\":{\"category\":\"safety\",\"authlevel\":1}}") uint32 INOS_MCTARGET_SAFETY_SETUP_VERIFY_CRC = 0x40340321

"Please confirm correctness of safety configuration"

◆ INOS_MCTARGET_CANBUS_BUS_INIT_FAILED

uint32 INOS_MCTARGET_CANBUS_BUS_INIT_FAILED = 0x403F1009

"Error in initializing CAN bus"

◆ INOS_MCTARGET_CANBUS_GENERAL

uint32 INOS_MCTARGET_CANBUS_GENERAL = 0x403F1001

"General error"

◆ INOS_MCTARGET_CANBUS_INVALID_BAUDRATE

uint32 INOS_MCTARGET_CANBUS_INVALID_BAUDRATE = 0x403F1008

"Invalid CAN bus baudrate"

◆ INOS_MCTARGET_CANBUS_INVALID_CHANNEL_INDEX

uint32 INOS_MCTARGET_CANBUS_INVALID_CHANNEL_INDEX = 0x403F1003

"Invalid channel index given"

◆ INOS_MCTARGET_CANBUS_INVALID_CHANNEL_NAME

uint32 INOS_MCTARGET_CANBUS_INVALID_CHANNEL_NAME = 0x403F1005

"Invalid channel name detected (call Indel)"

◆ INOS_MCTARGET_CANBUS_NOT_IMPLEMENTED

uint32 INOS_MCTARGET_CANBUS_NOT_IMPLEMENTED = 0x403F1002

"Method not implemented"

◆ INOS_MCTARGET_CANBUS_PROXY_INIT_FAILED

uint32 INOS_MCTARGET_CANBUS_PROXY_INIT_FAILED = 0x403F1007

"Calling Init on canbus slave failed"

◆ INOS_MCTARGET_CANBUS_RECEIVE_TIMEOUT

uint32 INOS_MCTARGET_CANBUS_RECEIVE_TIMEOUT = 0x403F1006

"Timeout waiting for frame"

◆ INOS_MCTARGET_CANBUS_TX_OVERRUN

uint32 INOS_MCTARGET_CANBUS_TX_OVERRUN = 0x403F100A

"No buffers left for sending"

◆ INOS_MCTARGET_CANBUS_UNKNOWN_CHANNEL_NAME

uint32 INOS_MCTARGET_CANBUS_UNKNOWN_CHANNEL_NAME = 0x403F1004

"Unknown channel name given"

◆ INOS_MCTARGET_CANBUS_WRONG_FIRMWARE

uint32 INOS_MCTARGET_CANBUS_WRONG_FIRMWARE = 0x403F100B

"Firmware not as expected"

◆ INOS_MCTARGET_CANCAP_GENERAL

uint32 INOS_MCTARGET_CANCAP_GENERAL = 0x403F2001

"General error"

◆ INOS_MCTARGET_CANCAP_INTERFACE_UNKNOWN

uint32 INOS_MCTARGET_CANCAP_INTERFACE_UNKNOWN = 0x403F2002

"Unknown interface name given"

◆ INOS_MCTARGET_COMM_GENERAL

uint32 INOS_MCTARGET_COMM_GENERAL = 0x40330001

"General error"

◆ INOS_MCTARGET_COMM_TARGET_OFFLINE

uint32 INOS_MCTARGET_COMM_TARGET_OFFLINE = 0x40330003

"Target is offline"

◆ INOS_MCTARGET_COMM_UNKNOWN_TARGET

uint32 INOS_MCTARGET_COMM_UNKNOWN_TARGET = 0x40330002

"Unknown target given"

◆ INOS_MCTARGET_DATA_ATTRIBUTE_NOT_FOUND

uint32 INOS_MCTARGET_DATA_ATTRIBUTE_NOT_FOUND = 0x40310003

"Data attribute not found"

◆ INOS_MCTARGET_DATA_GENERAL

uint32 INOS_MCTARGET_DATA_GENERAL = 0x40310000

"General data error"

◆ INOS_MCTARGET_DATA_OBJECT_NOT_FOUND

uint32 INOS_MCTARGET_DATA_OBJECT_NOT_FOUND = 0x40310001

"Data object not found"

◆ INOS_MCTARGET_DATA_PROPERTY_NOT_FOUND

uint32 INOS_MCTARGET_DATA_PROPERTY_NOT_FOUND = 0x40310002

"Data property not found"

◆ INOS_MCTARGET_DEX_DUPLICATE_ADDRESS_SWITCH

uint32 INOS_MCTARGET_DEX_DUPLICATE_ADDRESS_SWITCH = 0x403F0003

"Duplicate address switch given"

◆ INOS_MCTARGET_DEX_DUPLICATE_IP_ADDRESS

uint32 INOS_MCTARGET_DEX_DUPLICATE_IP_ADDRESS = 0x403F0007

"Duplicate ip address given"

◆ INOS_MCTARGET_DEX_GENERAL

uint32 INOS_MCTARGET_DEX_GENERAL = 0x403F0001

"General error"

◆ INOS_MCTARGET_DEX_INVALID_ADDRESS_SWITCH

uint32 INOS_MCTARGET_DEX_INVALID_ADDRESS_SWITCH = 0x403F0002

"Invalid address switch given"

◆ INOS_MCTARGET_DEX_INVALID_IP_ADDRESS

uint32 INOS_MCTARGET_DEX_INVALID_IP_ADDRESS = 0x403F0006

"Invalid ip address given"

◆ INOS_MCTARGET_DEX_INVALID_WORDS

uint32 INOS_MCTARGET_DEX_INVALID_WORDS = 0x403F0005

"Invalid number of words given"

◆ INOS_MCTARGET_DEX_UNKNOWN_ADDRESS_SWITCH

uint32 INOS_MCTARGET_DEX_UNKNOWN_ADDRESS_SWITCH = 0x403F0004

"Unknown address switch given"

◆ INOS_MCTARGET_DEX_UNKNOWN_MODULE

uint32 INOS_MCTARGET_DEX_UNKNOWN_MODULE = 0x403F0008

"Unknown DEX module given"

◆ INOS_MCTARGET_ENTROPY_BIASED

uint32 INOS_MCTARGET_ENTROPY_BIASED = 0x403D0003

"Entropy bias: collected random data is not cryptographically secure"

◆ INOS_MCTARGET_ENTROPY_GENERAL

uint32 INOS_MCTARGET_ENTROPY_GENERAL = 0x403D0001

"General error"

◆ INOS_MCTARGET_ENTROPY_UNDERFLOW

uint32 INOS_MCTARGET_ENTROPY_UNDERFLOW = 0x403D0002

"Not enough entropy to generate random bytes (e.g. used by OPC UA). System load too high?"

◆ INOS_MCTARGET_ENVIRONMENT_ALREAD_EXISTS

uint32 INOS_MCTARGET_ENVIRONMENT_ALREAD_EXISTS = 0x40370003

"Variable already exists"

◆ INOS_MCTARGET_ENVIRONMENT_FLASH_LOCK_FAILED

uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_LOCK_FAILED = 0x40370007

"Failed to lock environment flash"

◆ INOS_MCTARGET_ENVIRONMENT_FLASH_NOT_FOUND

uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_NOT_FOUND = 0x40370005

"Environment flash not found"

◆ INOS_MCTARGET_ENVIRONMENT_FLASH_UNLOCK_FAILED

uint32 INOS_MCTARGET_ENVIRONMENT_FLASH_UNLOCK_FAILED = 0x40370006

"Failed to unlock environment flash"

◆ INOS_MCTARGET_ENVIRONMENT_GENERAL

uint32 INOS_MCTARGET_ENVIRONMENT_GENERAL = 0x40370001

"General error"

◆ INOS_MCTARGET_ENVIRONMENT_PERSISTENT_NOT_SUPPORTED

uint32 INOS_MCTARGET_ENVIRONMENT_PERSISTENT_NOT_SUPPORTED = 0x40370004

"Persistent environment write not supported"

◆ INOS_MCTARGET_ENVIRONMENT_UNKNOWN_VARIABLE

uint32 INOS_MCTARGET_ENVIRONMENT_UNKNOWN_VARIABLE = 0x40370002

"Unknown variable"

◆ INOS_MCTARGET_ETHCAP_GENERAL

uint32 INOS_MCTARGET_ETHCAP_GENERAL = 0x403A0001

"General error"

◆ INOS_MCTARGET_ETHCAP_INTERFACE_UNKNOWN

uint32 INOS_MCTARGET_ETHCAP_INTERFACE_UNKNOWN = 0x403A0002

"Unknown interface name given"

◆ INOS_MCTARGET_FIELDBUS_MASTER_DUPLICATE_BUSID

uint32 INOS_MCTARGET_FIELDBUS_MASTER_DUPLICATE_BUSID = 0x40351002

"Duplicate fieldbus id detected"

◆ INOS_MCTARGET_FIELDBUS_MASTER_GENERAL

uint32 INOS_MCTARGET_FIELDBUS_MASTER_GENERAL = 0x40351001

"General error"

◆ INOS_MCTARGET_FIELDBUS_MASTER_INVALID_BUSID

uint32 INOS_MCTARGET_FIELDBUS_MASTER_INVALID_BUSID = 0x40351003

"Invalid fieldbus id detected"

◆ INOS_MCTARGET_FIELDBUS_SLAVE_BUSNUMBER_NOT_AVAILABLE

uint32 INOS_MCTARGET_FIELDBUS_SLAVE_BUSNUMBER_NOT_AVAILABLE = 0x40350002

"Fieldbus number not available"

◆ INOS_MCTARGET_FIELDBUS_SLAVE_GENERAL

uint32 INOS_MCTARGET_FIELDBUS_SLAVE_GENERAL = 0x40350001

"General error"

◆ INOS_MCTARGET_FIRMWARE_COP_ADDR_OVERRUN

uint32 INOS_MCTARGET_FIRMWARE_COP_ADDR_OVERRUN = 0x403F3064

"flash address overrun"

◆ INOS_MCTARGET_FIRMWARE_COP_ADDR_PROTECTED

uint32 INOS_MCTARGET_FIRMWARE_COP_ADDR_PROTECTED = 0x403F3063

"flash address protected"

◆ INOS_MCTARGET_FIRMWARE_COP_CYCLE_BUSY

uint32 INOS_MCTARGET_FIRMWARE_COP_CYCLE_BUSY = 0x403F3066

"cycle time not writable"

◆ INOS_MCTARGET_FIRMWARE_COP_MODUL_NOT_FOUND

uint32 INOS_MCTARGET_FIRMWARE_COP_MODUL_NOT_FOUND = 0x403F3062

"module not found"

◆ INOS_MCTARGET_FIRMWARE_COP_TIMEOUT

uint32 INOS_MCTARGET_FIRMWARE_COP_TIMEOUT = 0x403F3060

"timeout"

◆ INOS_MCTARGET_FIRMWARE_COP_WRONG_LENGTH

uint32 INOS_MCTARGET_FIRMWARE_COP_WRONG_LENGTH = 0x403F3065

"wrong length"

◆ INOS_MCTARGET_FIRMWARE_DATALOADADDR

uint32 INOS_MCTARGET_FIRMWARE_DATALOADADDR = 0x403F3102

"no data load address"

◆ INOS_MCTARGET_FIRMWARE_ERASE

uint32 INOS_MCTARGET_FIRMWARE_ERASE = 0x403F3101

"erase failed"

◆ INOS_MCTARGET_FIRMWARE_FILE_SIZE

uint32 INOS_MCTARGET_FIRMWARE_FILE_SIZE = 0x403F3020

"-l length is bigger than the binary"

◆ INOS_MCTARGET_FIRMWARE_GENERAL

uint32 INOS_MCTARGET_FIRMWARE_GENERAL = 0x403F3000

"General error"

◆ INOS_MCTARGET_FIRMWARE_IMAGE_CRC

uint32 INOS_MCTARGET_FIRMWARE_IMAGE_CRC = 0x403F3003

"wrong image crc"

◆ INOS_MCTARGET_FIRMWARE_NO_ISP_SUPPORT

uint32 INOS_MCTARGET_FIRMWARE_NO_ISP_SUPPORT = 0x403F3015

"wrong spi id"

◆ INOS_MCTARGET_FIRMWARE_POLL_TIMEOUT

uint32 INOS_MCTARGET_FIRMWARE_POLL_TIMEOUT = 0x403F3050

"timeout"

◆ INOS_MCTARGET_FIRMWARE_PROGRAM

uint32 INOS_MCTARGET_FIRMWARE_PROGRAM = 0x403F3100

"program failed"

◆ INOS_MCTARGET_FIRMWARE_SPI_SPI_NOTBLANK

uint32 INOS_MCTARGET_FIRMWARE_SPI_SPI_NOTBLANK = 0x403F3061

"flash not blank"

◆ INOS_MCTARGET_FIRMWARE_SPI_UNSUPORTEDCMD

uint32 INOS_MCTARGET_FIRMWARE_SPI_UNSUPORTEDCMD = 0x403F3070

"Unsupported spi command"

◆ INOS_MCTARGET_FIRMWARE_UNKNOWN_IMAGE

uint32 INOS_MCTARGET_FIRMWARE_UNKNOWN_IMAGE = 0x403F3002

"Unknown image given"

◆ INOS_MCTARGET_FIRMWARE_VERIFY

uint32 INOS_MCTARGET_FIRMWARE_VERIFY = 0x403F3014

"verification failed"

◆ INOS_MCTARGET_FIRMWARE_WRONG_ARGUMENTS

uint32 INOS_MCTARGET_FIRMWARE_WRONG_ARGUMENTS = 0x403F3010

"wrong arguments"

◆ INOS_MCTARGET_GENERIC

uint32 INOS_MCTARGET_GENERIC = 0x40300000

"Generic error"

◆ INOS_MCTARGET_GINSAM3_FPGA_TOO_OLD

uint32 INOS_MCTARGET_GINSAM3_FPGA_TOO_OLD = 0x40300004

"GIN-SAM3 requires a FPGA version of at least 0x1F (see 'Target.Prop.GalRevision')"

◆ INOS_MCTARGET_IMAGE_GENERAL

uint32 INOS_MCTARGET_IMAGE_GENERAL = 0x40320001

"General error"

◆ INOS_MCTARGET_IMAGE_ID_UNKNOWN

uint32 INOS_MCTARGET_IMAGE_ID_UNKNOWN = 0x40320003

"Unknown image id"

◆ INOS_MCTARGET_IMAGE_INVALID_ADDRESS_GIVEN

uint32 INOS_MCTARGET_IMAGE_INVALID_ADDRESS_GIVEN = 0x40320004

"Invalid address given"

◆ INOS_MCTARGET_IMAGE_TRANSFER_GENERAL

uint32 INOS_MCTARGET_IMAGE_TRANSFER_GENERAL = 0x40321001

"General error"

◆ INOS_MCTARGET_IMAGE_TRANSFER_SEND_FAILED

uint32 INOS_MCTARGET_IMAGE_TRANSFER_SEND_FAILED = 0x40321002

"Sending image failed"

◆ INOS_MCTARGET_IMAGE_TYPE_NOT_SUPPORTED

uint32 INOS_MCTARGET_IMAGE_TYPE_NOT_SUPPORTED = 0x40320002

"Image type not supported"

◆ INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_INVALID_COREID

uint32 INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_INVALID_COREID = 0x403E000B

"Invalid coreid given"

◆ INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_UNKNOWN

uint32 INOS_MCTARGET_KERNEL_LOGGER_ACTUAL_UNKNOWN = 0x403E000C

"Unknown actual given"

◆ INOS_MCTARGET_KERNEL_LOGGER_BUFFER_ALREADY_CREATED

uint32 INOS_MCTARGET_KERNEL_LOGGER_BUFFER_ALREADY_CREATED = 0x403E0002

"Logger buffer already created"

◆ INOS_MCTARGET_KERNEL_LOGGER_GENERAL

uint32 INOS_MCTARGET_KERNEL_LOGGER_GENERAL = 0x403E0001

"General error"

◆ INOS_MCTARGET_KERNEL_LOGGER_NOT_ENOUGH_MEMORY

uint32 INOS_MCTARGET_KERNEL_LOGGER_NOT_ENOUGH_MEMORY = 0x403E0003

"Not enough memory to create logger buffer"

◆ INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_NOT_ALLOWED

uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_NOT_ALLOWED = 0x403E0007

"Property set not allowed, logger running"

◆ INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_TASK_UNKNOWN

uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_SET_TASK_UNKNOWN = 0x403E0008

"Unknown task name given"

◆ INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_TYPE_WRONG

uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_TYPE_WRONG = 0x403E0006

"Property type wrong"

◆ INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_UNKNOWN

uint32 INOS_MCTARGET_KERNEL_LOGGER_PROPERTY_UNKNOWN = 0x403E0005

"Unknown property given"

◆ INOS_MCTARGET_KERNEL_LOGGER_START_TYPE_UNKNOWN

uint32 INOS_MCTARGET_KERNEL_LOGGER_START_TYPE_UNKNOWN = 0x403E0004

"Unknown logger start type given"

◆ INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TESTPOINT_NA

uint32 INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TESTPOINT_NA = 0x403E000A

"Requested trigger testpoint not available"

◆ INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TYPE_UNKNOWN

uint32 INOS_MCTARGET_KERNEL_LOGGER_TRIGGER_TYPE_UNKNOWN = 0x403E0009

"Unknown trigger type given"

◆ INOS_MCTARGET_MOTOR_GENERAL

uint32 INOS_MCTARGET_MOTOR_GENERAL = 0x40360001

"General error"

◆ INOS_MCTARGET_MOTOR_RESOLVER_ADJUSTMENT_FAILED_TARGET

uint32 INOS_MCTARGET_MOTOR_RESOLVER_ADJUSTMENT_FAILED_TARGET = 0x40360002

"Resolver adjustment failed"

◆ INOS_MCTARGET_ONNX_GENERAL

uint32 INOS_MCTARGET_ONNX_GENERAL = 0x403F5000

"General error"

◆ INOS_MCTARGET_ONNX_MODEL_ALREADY_LOCKED

uint32 INOS_MCTARGET_ONNX_MODEL_ALREADY_LOCKED = 0x403F5002

"Model already locked"

◆ INOS_MCTARGET_ONNX_MODEL_CONTEXT_ALLOC_FAILED

uint32 INOS_MCTARGET_ONNX_MODEL_CONTEXT_ALLOC_FAILED = 0x403F5003

"Failed to allocate context memory"

◆ INOS_MCTARGET_ONNX_MODEL_CONTEXT_INVALID

uint32 INOS_MCTARGET_ONNX_MODEL_CONTEXT_INVALID = 0x403F5004

"Invalid model context given"

◆ INOS_MCTARGET_ONNX_MODEL_NAME_UNKNOWN

uint32 INOS_MCTARGET_ONNX_MODEL_NAME_UNKNOWN = 0x403F5001

"Unknown model name given"

◆ INOS_MCTARGET_OPCUA_SERVER_CERT_MISSING

uint32 INOS_MCTARGET_OPCUA_SERVER_CERT_MISSING = 0x403B0004

"OPC UA Server security certificate missing"

◆ INOS_MCTARGET_OPCUA_SERVER_CLIENTCERT_MISSING

uint32 INOS_MCTARGET_OPCUA_SERVER_CLIENTCERT_MISSING = 0x403B0006

"OPC UA Server trust list certificate not found"

◆ INOS_MCTARGET_OPCUA_SERVER_GENERAL

uint32 INOS_MCTARGET_OPCUA_SERVER_GENERAL = 0x403B0000

"OPC UA Server General error. Check Eventlog for more info"

◆ INOS_MCTARGET_OPCUA_SERVER_PRIVKEY_MISSING

uint32 INOS_MCTARGET_OPCUA_SERVER_PRIVKEY_MISSING = 0x403B0005

"OPC UA Server private key missing"

◆ INOS_MCTARGET_OPCUA_SERVER_SECURITY_CONFIG_MISSING

uint32 INOS_MCTARGET_OPCUA_SERVER_SECURITY_CONFIG_MISSING = 0x403B0003

"OPC UA Server security configuration missing"

◆ INOS_MCTARGET_OPCUA_SERVER_SECURITY_POLICY_UNKNOWN

uint32 INOS_MCTARGET_OPCUA_SERVER_SECURITY_POLICY_UNKNOWN = 0x403B0007

"OPC UA Server does not support a configured security policy"

◆ INOS_MCTARGET_OPCUA_SERVER_TERMINATED

uint32 INOS_MCTARGET_OPCUA_SERVER_TERMINATED = 0x403B0008

"OPC UA Server terminated unexpectedly"

◆ INOS_MCTARGET_OPCUA_SERVER_UA_FAILED

uint32 INOS_MCTARGET_OPCUA_SERVER_UA_FAILED = 0x403B0001

"OPC UA Server: An open62541 library function failed"

◆ INOS_MCTARGET_OPCUA_SERVER_URI_MISSING

uint32 INOS_MCTARGET_OPCUA_SERVER_URI_MISSING = 0x403B0002

"OPC UA Server application URI must be specified"

◆ INOS_MCTARGET_RESOURCE_UNKNOWN

uint32 INOS_MCTARGET_RESOURCE_UNKNOWN = 0x40300003

"Unknown resource name given"

◆ INOS_MCTARGET_SAFETY_BINARY_INVALID

uint32 INOS_MCTARGET_SAFETY_BINARY_INVALID = 0x40340003

"Safety binary invalid"

◆ INOS_MCTARGET_SAFETY_BINARY_MISSING

uint32 INOS_MCTARGET_SAFETY_BINARY_MISSING = 0x40340002

"Safety binary missing"

◆ INOS_MCTARGET_SAFETY_BINARY_SIZE_MISMATCH

uint32 INOS_MCTARGET_SAFETY_BINARY_SIZE_MISMATCH = 0x40340004

"Safety binary size mismatch"

◆ INOS_MCTARGET_SAFETY_COMM_FAILED

uint32 INOS_MCTARGET_SAFETY_COMM_FAILED = 0x40340100

"General communication failure"

◆ INOS_MCTARGET_SAFETY_COMM_READ08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ08_FAILED = 0x40340101

"Reading an uint8 from safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_READ16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ16_FAILED = 0x40340103

"Reading an uint16 from safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_READ32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ32_FAILED = 0x40340105

"Reading an uint32 from safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_READ64_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_READ64_FAILED = 0x40340107

"Reading an uint64 from safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_TIMEOUT_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_TIMEOUT_FAILED = 0x40340110

"Command failed, no reaction from safety device"

◆ INOS_MCTARGET_SAFETY_COMM_WRITE08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE08_FAILED = 0x40340102

"Writing an uint8 to safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_WRITE16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE16_FAILED = 0x40340104

"Writing an uint16 to safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_WRITE32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE32_FAILED = 0x40340106

"Writing an uint32 to safety device failed"

◆ INOS_MCTARGET_SAFETY_COMM_WRITE64_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_COMM_WRITE64_FAILED = 0x40340108

"Writing an uint64 to safety device failed"

◆ INOS_MCTARGET_SAFETY_CONFIRM_STO_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_CONFIRM_STO_FAILED = 0x4034000D

"Confirming STO in safety controller failed"

◆ INOS_MCTARGET_SAFETY_CONFIRM_STO_INVALID_NAME

uint32 INOS_MCTARGET_SAFETY_CONFIRM_STO_INVALID_NAME = 0x4034000E

"Confirming STO invalid device name given"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllAdc24VDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdc24VDiffTooLarge = 0x4034057E

"Difference in ADC measurement of 24V between CPU A and B is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllAdcMalfunction

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdcMalfunction = 0x4034057D

"Adc register didn't change, no new value was sampled"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllAdcSafe24VDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllAdcSafe24VDiffTooLarge = 0x4034057F

"Difference in ADC measurement of Safe24V between CPU A and B is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigContainerDamaged

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigContainerDamaged = 0x4034055F

"Configuration container periodic health test failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigCrcWrong

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigCrcWrong = 0x4034055B

"Configuration container crc value wrong"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigFieldbusPosWrong

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigFieldbusPosWrong = 0x4034055E

"Configuration container fieldbus position wrong"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigLengthWrong

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigLengthWrong = 0x4034055A

"Configuration container length wrong"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigProductIdWrong

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigProductIdWrong = 0x4034055C

"Configuration container product id wrong"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllConfigVersionWrong

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllConfigVersionWrong = 0x4034055D

"Configuration container version wrong"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllContConfTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllContConfTestIncomplete = 0x40340542

"Configuration container tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllCycleOverrun

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllCycleOverrun = 0x4034056E

"Main cycle overrun, watchdog has stopped the system"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllDevPomInit

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllDevPomInit = 0x40340549

"Error in initialisation of power monitoring device"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllDevPomTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllDevPomTestIncomplete = 0x40340540

"Power monitoring device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllFlashEraseError

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashEraseError = 0x40340583

"Error while erasing flash sector"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllFlashReadError

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashReadError = 0x40340582

"Error while reading flash"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllFlashWriteError

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllFlashWriteError = 0x40340584

"Error while writing flash"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFail

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFail = 0x40340508

"Periodic cpu test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailFirst

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailFirst = 0x40340507

"First cpu test has not completed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailInit

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwCPUFailInit = 0x40340506

"Initial cpu test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFail

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFail = 0x4034050E

"Periodic firmware test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailInit

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailInit = 0x4034050C

"Initial firmware test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailSetup

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwFirmwareFailSetup = 0x4034050D

"Setting up periodic firmware test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFail

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFail = 0x4034050B

"Periodic memory test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailInit

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailInit = 0x40340509

"Initial memory test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailSetup

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwMemoryFailSetup = 0x4034050A

"Setting up periodic memory test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFail

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFail = 0x40340505

"Periodic stack test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInit

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInit = 0x40340502

"Initialising stack test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInitTest

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailInitTest = 0x40340503

"Initial run of stack test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailOverflow

INOS_MCMSG_FLAG_CONFIRM uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailOverflow = 0x40340501

"Initial stack test has failed as stack pointer has already overflowed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailSetup

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllHwStackFailSetup = 0x40340504

"Setting up periodic stack test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma13Enabled

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma13Enabled = 0x4034051E

"Spi dma 1 stream 3 couldn't be disabled in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma14Enabled

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommDma14Enabled = 0x4034051F

"Spi dma 1 stream 4 couldn't be disabled in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtData

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtData = 0x40340528

"Spi external comm address doesn't match"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtRx

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtRx = 0x40340527

"Spi external comm didn't finish receiving in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtTx

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToExtTx = 0x40340526

"Spi external comm didn't finish transmitting in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToIntTx

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToIntTx = 0x40340524

"Spi internal comm didn't finish transmitting in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToXRx

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllIntCommToXRx = 0x40340522

"Spi exchange didn't finish receiving in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllMgrConfigState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrConfigState = 0x40340547

"Wrong value of configuration manager state"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllMgrCtTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrCtTestIncomplete = 0x4034053F

"CPU manager device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpState = 0x4034054A

"Wrong value of module state in reporting manager"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllMgrRpTestIncomplete = 0x40340541

"Reporting manager tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooHigh

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooHigh = 0x40340579

"Measured 24V is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError24VTooLow = 0x40340578

"Measured 24V is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooHigh

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooHigh = 0x4034057B

"Measured 3.3V is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooLow

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerError3_3VTooLow = 0x4034057A

"Measured 3.3V is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorGNDTooHigh

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorGNDTooHigh = 0x4034057C

"Measured ground is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooHigh = 0x40340581

"Measured VRefInt is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllPowerErrorVRefIntTooLow = 0x40340580

"Measured VRefInt is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestIncomplete = 0x4034053E

"Too many cycles used for one full test cycle"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycLoop

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycLoop = 0x4034053D

"Too many cycles used per scheduler loop"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSchedTestMaxCycState = 0x4034053C

"Too many cycles used per state, scheduler state is not increasing anymore"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSetClockFail

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSetClockFail = 0x40340518

"Clock speed could not be set correctly"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllStartupErrorSize

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllStartupErrorSize = 0x40340552

"Startup error list size error"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSynchClock

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchClock = 0x40340517

"Clock speed doesn't match between cpu A and B"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSynchSchedState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchSchedState = 0x40340515

"Scheduler state on cpu A and B doesn't match"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllSynchTwin

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllSynchTwin = 0x40340516

"Spi synchronisation between cpu A and B failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllTrapBusFault

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapBusFault = 0x40340572

"Cpu bus fault"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllTrapHardFault

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapHardFault = 0x40340570

"Cpu hard fault"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllTrapMemManage

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapMemManage = 0x40340571

"Cpu mem manage fault"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllTrapNmi

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapNmi = 0x4034056F

"Cpu nmi trap"

◆ INOS_MCTARGET_SAFETY_DEVICE_AllTrapUsageFault

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_AllTrapUsageFault = 0x40340573

"Cpu usage fault"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma12Enabled

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma12Enabled = 0x40340532

"Dma 1 stream 2 couldn't be disabled in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma15Enabled

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommDma15Enabled = 0x40340533

"Dma 1 stream 5 couldn't be disabled in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommRandomNumber

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommRandomNumber = 0x40340536

"Spi external dma comm didn't finish transmitting in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommToDmaFinished

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAExtCommToDmaFinished = 0x40340535

"Spi external dma comm didn't finish transmitting in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToExtInput

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToExtInput = 0x40340525

"Spi external comm has failed chip select synchronisation"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToIntInput

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToIntInput = 0x40340523

"Spi internal comm has failed chip select synchronisation"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXInput

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXInput = 0x40340520

"Spi exchange has failed chip select synchronisation"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXTx

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAIntCommToXTx = 0x40340521

"Spi exchange didn't finish transmitting in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuAMgrRpStep

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuAMgrRpStep = 0x4034054B

"Wrong value of reporting manager step"

◆ INOS_MCTARGET_SAFETY_DEVICE_CpuBDevHwRevInputs

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_CpuBDevHwRevInputs = 0x4034050F

"Wrong value of hardware revision inputs"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlDevFsTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevFsTestIncomplete = 0x4034053A

"Fail-Safe device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlDevInpTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevInpTestIncomplete = 0x40340537

"Input device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlDevOutTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevOutTestIncomplete = 0x40340538

"Output device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlDevStoTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlDevStoTestIncomplete = 0x40340539

"STO device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeInitHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeInitHigh = 0x403405A1

"Failsafe device: initial test toggling should not create safe 24V"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeNoDrop

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeNoDrop = 0x40340598

"Failsafe device: safe voltage didn't drop after switching off toggling"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeSkip

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlFailSafeSkip = 0x40340599

"Failsafe device: fail safe test skipped too many times"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal0

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal0 = 0x4034058E

"Input device: external input test has failed on input 0"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal1

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal1 = 0x4034058F

"Input device: external input test has failed on input 1"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal2

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal2 = 0x40340590

"Input device: external input test has failed on input 2"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal3

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternal3 = 0x40340591

"Input device: external input test has failed on input 3"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBHigh = 0x4034058D

"Input device: pulse output is not low"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputExternalFBLow = 0x403405A7

"Input device: pulse output is not high"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent0

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent0 = 0x40340592

"Input device: input dual channels not consistent on input 0"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent1

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent1 = 0x40340593

"Input device: input dual channels not consistent on input 1"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent2

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent2 = 0x40340594

"Input device: input dual channels not consistent on input 2"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent3

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInconsistent3 = 0x40340595

"Input device: input dual channels not consistent on input 3"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInternal

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlInputInternal = 0x4034058C

"Input device: internal input test has failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlIntCommInputs

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlIntCommInputs = 0x4034052A

"Input communication frames don't match"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlMgrImcState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlMgrImcState = 0x40340548

"Wrong value of inter module communication manager state"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlMoniCommTo

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlMoniCommTo = 0x40340534

"Communication loss to axis monitor"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOffTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOffTooHigh = 0x40340597

"Output device: external feedback high when output is off"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooHigh = 0x403405A6

"Output device: external feedback too high for output on"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalOnTooLow = 0x403405A5

"Output device: external feedback low when output is on"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalPulseIsHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputExternalPulseIsHigh = 0x403405A3

"Output device: external feedback is high during test pulse"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOffIsHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOffIsHigh = 0x40340596

"Output device: internal feedback high when output is off"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOnIsLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalOnIsLow = 0x403405A4

"Output device: internal feedback high when output is off"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalPulseIsHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlOutputInternalPulseIsHigh = 0x403405A2

"Output device: internal feedback is high during test pulse"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VCycleTimeTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VCycleTimeTooLarge = 0x4034059B

"Failsafe device: cycle time between Safe24V checks is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafe24VDiffTooLarge = 0x4034059A

"Failsafe device: difference between safe voltage and 24V is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateCycleTimeTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateCycleTimeTooLarge = 0x403405A9

"SafetyState manager: cycle time between update confirms too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateTooManyConfirms

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSafetyStateTooManyConfirms = 0x403405A8

"SafetyState manager: too many confirms"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSelectionConfigError

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSelectionConfigError = 0x4034054F

"Configured operation mode selection not supported"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOffTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOffTooHigh = 0x403405A0

"Sto device: output voltage while switched off is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooHigh = 0x4034059D

"Sto device: output voltage while switched on is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoOnTooLow = 0x4034059C

"Sto device: output voltage while switched on is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooHigh = 0x4034059F

"Sto device: output voltage during test pulse too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlStoTestTooLow = 0x4034059E

"Sto device: output voltage during test pulse too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_CtrlSynchSafetyState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_CtrlSynchSafetyState = 0x40340514

"Safety state on cpu A and B doesn't match"

◆ INOS_MCTARGET_SAFETY_DEVICE_eISE_MoniConfigInvalidSignalStrength

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_eISE_MoniConfigInvalidSignalStrength = 0x40340564

"Configured axis signal strength invalid"

◆ INOS_MCTARGET_SAFETY_DEVICE_ERROR

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_DEVICE_ERROR = 0x40340500

"Safety device error"

◆ INOS_MCTARGET_SAFETY_DEVICE_MAP_INVALID

uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_INVALID = 0x40340009

"UID to Indel hardware mapping file invalid"

◆ INOS_MCTARGET_SAFETY_DEVICE_MAP_MISSING

uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_MISSING = 0x40340008

"UID to Indel hardware mapping file missing"

◆ INOS_MCTARGET_SAFETY_DEVICE_MAP_PARSE_FAILED

uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_PARSE_FAILED = 0x4034000A

"Parsing UID to Indel hardware mapping file failed"

◆ INOS_MCTARGET_SAFETY_DEVICE_MAP_UID_NOT_FOUND

uint32 INOS_MCTARGET_SAFETY_DEVICE_MAP_UID_NOT_FOUND = 0x4034000B

"Failed to get UID from hardware mapping file"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniAxisMonitoringState

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniAxisMonitoringState = 0x403405C8

"Wrong axis monitoring state"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniConfigAxisNumber

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigAxisNumber = 0x40340560

"Configured axis number doesn't match hardware axis number"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidLimit

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidLimit = 0x40340561

"Configured axis safety function limit is not valid"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidSafetyFunction

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidSafetyFunction = 0x40340562

"Configured axis safety function not valid"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidTolerance

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniConfigInvalidTolerance = 0x40340563

"Configured axis signal tolerance invalid"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniDevScDma20Enabled

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScDma20Enabled = 0x40340529

"Spi dma 2 stream 0 couldn't be disabled in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniDevScInit

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScInit = 0x4034054D

"Error in initialisation of sincos device"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniDevScNonexQuad

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScNonexQuad = 0x4034054E

"Error in encoder quadrant and sincos alignment, non-existing quadrant"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniDevScTestIncomplete

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniDevScTestIncomplete = 0x4034053B

"SinCos device tests were not completed within 1 hour"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetDiffTooLarge = 0x403405C3

"Feedback voltage offset difference between CPU A and CPU B too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooHigh = 0x403405C1

"Feedback voltage offset too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniFeedbackOffsetTooLow = 0x403405C2

"Feedback voltage offset too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniMgrAmSafetyLevel

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniMgrAmSafetyLevel = 0x40340546

"Requested safety level from configuration higher than supported"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniPosPosDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosPosDiffTooLarge = 0x403405BE

"Difference in position between CPU A and B is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniPosS2C2DiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosS2C2DiffTooLarge = 0x403405BF

"Difference in sin^2 + cos^2 between CPU A and B is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniPosSpeedDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniPosSpeedDiffTooLarge = 0x403405BD

"Difference in speed between CPU A and B is too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResNonPosTimeDiff

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResNonPosTimeDiff = 0x40340551

"Resolver speed calculation time was not a positive number"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResolverInconsistency

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverInconsistency = 0x403405B4

"Resolver device: could not read consistent ADC values in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResolverPosNegAmpl

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverPosNegAmpl = 0x403405C6

"Difference between positive and negative amplitude too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooHigh = 0x403405B7

"Resolver device: sin^2 + cos^2 is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverS2C2TooLow = 0x403405B6

"Resolver device: sin^2 + cos^2 is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResolverTriggerMissing

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResolverTriggerMissing = 0x403405B5

"Resolver device: no trigger received in time"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniResSpeedFilterSize

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniResSpeedFilterSize = 0x40340550

"Resolver speed filter size error"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSafetyLevelInconsistency

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSafetyLevelInconsistency = 0x403405C7

"Inconsistency in safety level between CPU A and CPU B"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelDiffTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelDiffTooLarge = 0x403405C5

"Difference in acceleration between CPU A and CPU B too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelerationTooLarge

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAccelerationTooLarge = 0x403405C4

"Feedback acceleration too large"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAlignment

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosAlignment = 0x403405BB

"SinCos device: encoder and sincos angles are not in the same sector"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosEncoderStep

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosEncoderStep = 0x403405BC

"SinCos device: encoder step larger than one"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooHigh

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooHigh = 0x403405B9

"SinCos device: sin^2 + cos^2 is too high"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLow

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLow = 0x403405B8

"SinCos device: sin^2 + cos^2 is too low"

◆ INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLowSpeed

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_DEVICE_MoniSinCosS2C2TooLowSpeed = 0x403405BA

"SinCos device: sin^2 + cos^2 is too low at high speed"

◆ INOS_MCTARGET_SAFETY_DEVICE_NO_RAM

uint32 INOS_MCTARGET_SAFETY_DEVICE_NO_RAM = 0x40340015

"No communication RAM to safety device detected"

◆ INOS_MCTARGET_SAFETY_GENERAL

uint32 INOS_MCTARGET_SAFETY_GENERAL = 0x40340001

"General error"

◆ INOS_MCTARGET_SAFETY_INCOV_PASSWORD_MISSING

uint32 INOS_MCTARGET_SAFETY_INCOV_PASSWORD_MISSING = 0x40340014

"ch.indel.data.system incov.password missing (mandatory for safety applications)"

◆ INOS_MCTARGET_SAFETY_NO_DEVICE

uint32 INOS_MCTARGET_SAFETY_NO_DEVICE = 0x4034000C

"No safety device detected"

◆ INOS_MCTARGET_SAFETY_RESET_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_FAILED = 0x40340200

"Reset failed, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_READ08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ08_FAILED = 0x40340201

"Reset failed due to a read uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_READ16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ16_FAILED = 0x40340203

"Reset failed due to a read uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_READ32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_READ32_FAILED = 0x40340205

"Reset failed due to a read uint32 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_TIMEOUT_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_TIMEOUT_FAILED = 0x40340210

"Reset failed, no reaction from safety device, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_WRITE08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE08_FAILED = 0x40340202

"Reset failed due to a write uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_WRITE16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE16_FAILED = 0x40340204

"Reset failed due to a write uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_RESET_WRITE32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_RESET_WRITE32_FAILED = 0x40340206

"Reset failed due to a write uint32 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_FAILED = 0x40340300

"Setting up configuration failed, please reboot"

◆ INOS_MCTARGET_SAFETY_SETUP_NEEDS_VERIFICATION

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_NEEDS_VERIFICATION = 0x40340320

"Safety configuration needs verification"

◆ INOS_MCTARGET_SAFETY_SETUP_READ08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ08_FAILED = 0x40340301

"Setting up configuration failed due to a read uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_READ16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ16_FAILED = 0x40340303

"Setting up configuration failed due to a read uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_READ32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_READ32_FAILED = 0x40340305

"Setting up configuration failed due to a read uint32 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_TIMEOUT_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_TIMEOUT_FAILED = 0x40340310

"Setting up configuration failed, no reaction from safety device, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_WRITE08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE08_FAILED = 0x40340302

"Setting up configuration failed due to a write uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_WRITE16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE16_FAILED = 0x40340304

"Setting up configuration failed due to a write uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_WRITE32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE32_FAILED = 0x40340306

"Setting up configuration failed due to a write uint32 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_SETUP_WRITE_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_SETUP_WRITE_FAILED = 0x40340307

"Setting up configuration failed due to a write to safety ram failure, please reboot and contact Indel"

◆ INOS_MCTARGET_SAFETY_STO

INOS_MCMSG_FLAG_SAFETY_RESET uint32 INOS_MCTARGET_SAFETY_STO = 0x40340600

"Safe torque off (STO) : unknown"

◆ INOS_MCTARGET_SAFETY_STO_24H_AXIS0

uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS0 = 0x4034060B

"Axis was not moved for 24 hours (STO) : axis number 0"

◆ INOS_MCTARGET_SAFETY_STO_24H_AXIS1

uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS1 = 0x4034060C

"Axis was not moved for 24 hours (STO) : axis number 1"

◆ INOS_MCTARGET_SAFETY_STO_24H_AXIS2

uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS2 = 0x4034060D

"Axis was not moved for 24 hours (STO) : axis number 2"

◆ INOS_MCTARGET_SAFETY_STO_24H_AXIS3

uint32 INOS_MCTARGET_SAFETY_STO_24H_AXIS3 = 0x4034060E

"Axis was not moved for 24 hours (STO) : axis number 3"

◆ INOS_MCTARGET_SAFETY_STO_AXIS0

uint32 INOS_MCTARGET_SAFETY_STO_AXIS0 = 0x40340603

"Safe torque off (STO) : axis number 0"

◆ INOS_MCTARGET_SAFETY_STO_AXIS1

uint32 INOS_MCTARGET_SAFETY_STO_AXIS1 = 0x40340604

"Safe torque off (STO) : axis number 1"

◆ INOS_MCTARGET_SAFETY_STO_AXIS2

uint32 INOS_MCTARGET_SAFETY_STO_AXIS2 = 0x40340605

"Safe torque off (STO) : axis number 2"

◆ INOS_MCTARGET_SAFETY_STO_AXIS3

uint32 INOS_MCTARGET_SAFETY_STO_AXIS3 = 0x40340606

"Safe torque off (STO) : axis number 3"

◆ INOS_MCTARGET_SAFETY_STO_INPUT_LOW

uint32 INOS_MCTARGET_SAFETY_STO_INPUT_LOW = 0x40340601

"Safe torque off (STO) : STO input low"

◆ INOS_MCTARGET_SAFETY_STO_NMD_AXIS0

uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS0 = 0x40340607

"Axis was never moved (STO) : axis number 0"

◆ INOS_MCTARGET_SAFETY_STO_NMD_AXIS1

uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS1 = 0x40340608

"Axis was never moved (STO) : axis number 1"

◆ INOS_MCTARGET_SAFETY_STO_NMD_AXIS2

uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS2 = 0x40340609

"Axis was never moved (STO) : axis number 2"

◆ INOS_MCTARGET_SAFETY_STO_NMD_AXIS3

uint32 INOS_MCTARGET_SAFETY_STO_NMD_AXIS3 = 0x4034060A

"Axis was never moved (STO) : axis number 3"

◆ INOS_MCTARGET_SAFETY_STO_RING_INPUT_LOW

uint32 INOS_MCTARGET_SAFETY_STO_RING_INPUT_LOW = 0x40340602

"Safe torque off (STO) : ring input low"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_ID

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_ID = 0x40340005

"Unknown device id given"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_NAME

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_DEVICE_NAME = 0x40340007

"Unknown device name given"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_MAIN_DEVICE_ID

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MAIN_DEVICE_ID = 0x40340006

"Unknown main device id given"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE0

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE0 = 0x40340010

"Unknown monitor device 0 requested"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE1

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE1 = 0x40340011

"Unknown monitor device 1 requested"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE2

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE2 = 0x40340012

"Unknown monitor device 2 requested"

◆ INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE3

uint32 INOS_MCTARGET_SAFETY_UNKNOWN_MONITOR_DEVICE3 = 0x40340013

"Unknown monitor device 3 requested"

◆ INOS_MCTARGET_SAFETY_VERIFY_INVALID_REPLY

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_INVALID_REPLY = 0x40340430

"Verifying configuration failed, invalid reply from user"

◆ INOS_MCTARGET_SAFETY_VERIFY_READ08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ08_FAILED = 0x40340401

"Verifying configuration failed due to a read uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_READ16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ16_FAILED = 0x40340403

"Verifying configuration failed due to a read uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_READ32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_READ32_FAILED = 0x40340405

"Verifying configuration failed due to a read uint32 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_TIMEOUT_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_TIMEOUT_FAILED = 0x40340410

"Verifying configuration failed, no reaction from safety device, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_WRITE08_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE08_FAILED = 0x40340402

"Verifying configuration failed due to a write uint8 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_WRITE16_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE16_FAILED = 0x40340404

"Verifying configuration failed due to a write uint16 failure, please reboot!"

◆ INOS_MCTARGET_SAFETY_VERIFY_WRITE32_FAILED

INOS_MCMSG_FLAG_NONE uint32 INOS_MCTARGET_SAFETY_VERIFY_WRITE32_FAILED = 0x40340406

"Verifying configuration failed due to a write uint32 failure, please reboot!"

◆ INOS_MCTARGET_SHUTDOWN_NOT_SUPPORTED

uint32 INOS_MCTARGET_SHUTDOWN_NOT_SUPPORTED = 0x40300005

"Shutdown not supported"

◆ INOS_MCTARGET_SHUTDOWN_PARAM_INVALID

uint32 INOS_MCTARGET_SHUTDOWN_PARAM_INVALID = 0x40300006

"Invalid shutdown param detected"

◆ INOS_MCTARGET_SHUTDOWN_PARAM_UNKNOWN

uint32 INOS_MCTARGET_SHUTDOWN_PARAM_UNKNOWN = 0x40300007

"Unknown shutdown param requested"

◆ INOS_MCTARGET_SHUTDOWN_TYPE_FORCE_NOT_SUPPORTED

uint32 INOS_MCTARGET_SHUTDOWN_TYPE_FORCE_NOT_SUPPORTED = 0x40300009

"Shutdown type 'force' not supported"

◆ INOS_MCTARGET_SHUTDOWN_TYPE_UNKNOWN

uint32 INOS_MCTARGET_SHUTDOWN_TYPE_UNKNOWN = 0x40300008

"Unknown shutdown type requested"

◆ INOS_MCTARGET_SUBSCRIPTION_ID_UNKNOWN

uint32 INOS_MCTARGET_SUBSCRIPTION_ID_UNKNOWN = 0x40300002

"Unknown subscription id given"

◆ INOS_MCTARGET_SUBSCRIPTION_NOT_ALLOWED

uint32 INOS_MCTARGET_SUBSCRIPTION_NOT_ALLOWED = 0x40300001

"Subscription only from CINOSMcTargetResource based classes allowed"

◆ INOS_MCTARGET_SUPERVISION_COOLING_WARNING

uint32 INOS_MCTARGET_SUPERVISION_COOLING_WARNING = 0x403F4004

"Cooling system warning"

◆ INOS_MCTARGET_SUPERVISION_GENERAL

uint32 INOS_MCTARGET_SUPERVISION_GENERAL = 0x403F4001

"General error"

◆ INOS_MCTARGET_SUPERVISION_TEMPERATURE_ERROR

uint32 INOS_MCTARGET_SUPERVISION_TEMPERATURE_ERROR = 0x403F4003

"Overtemperature detected. Danger of hardware damage!"

◆ INOS_MCTARGET_SUPERVISION_TEMPERATURE_WARNING

uint32 INOS_MCTARGET_SUPERVISION_TEMPERATURE_WARNING = 0x403F4002

"Temperature warning"

◆ INOS_MCTARGET_SYSTEM_ALREAD_EXISTS

uint32 INOS_MCTARGET_SYSTEM_ALREAD_EXISTS = 0x40380005

"Variable already exists"

◆ INOS_MCTARGET_SYSTEM_FLASH_LOCK_FAILED

uint32 INOS_MCTARGET_SYSTEM_FLASH_LOCK_FAILED = 0x4038000B

"Failed to lock environment flash"

◆ INOS_MCTARGET_SYSTEM_FLASH_NOT_FOUND

uint32 INOS_MCTARGET_SYSTEM_FLASH_NOT_FOUND = 0x40380009

"System variable device not found"

◆ INOS_MCTARGET_SYSTEM_FLASH_UNLOCK_FAILED

uint32 INOS_MCTARGET_SYSTEM_FLASH_UNLOCK_FAILED = 0x4038000A

"Failed to unlock environment flash"

◆ INOS_MCTARGET_SYSTEM_GENERAL

uint32 INOS_MCTARGET_SYSTEM_GENERAL = 0x40380001

"General error"

◆ INOS_MCTARGET_SYSTEM_INVALID_VARIABLE_NAME

uint32 INOS_MCTARGET_SYSTEM_INVALID_VARIABLE_NAME = 0x40380004

"Invalid variable name given"

◆ INOS_MCTARGET_SYSTEM_NO_PASSWORD

uint32 INOS_MCTARGET_SYSTEM_NO_PASSWORD = 0x4038000E

"No passowrd given"

◆ INOS_MCTARGET_SYSTEM_NOT_PROTECTED

uint32 INOS_MCTARGET_SYSTEM_NOT_PROTECTED = 0x4038000D

"Variable not protected"

◆ INOS_MCTARGET_SYSTEM_PASSWORD_TOO_SHORT

uint32 INOS_MCTARGET_SYSTEM_PASSWORD_TOO_SHORT = 0x4038000F

"Password too short"

◆ INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_CREATION_FAILED

uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_CREATION_FAILED = 0x40380007

"Persistent image creation failed"

◆ INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_TO_BIG

uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_IMAGE_TO_BIG = 0x40380008

"Persistent image too big"

◆ INOS_MCTARGET_SYSTEM_PERSISTENT_NOT_SUPPORTED

uint32 INOS_MCTARGET_SYSTEM_PERSISTENT_NOT_SUPPORTED = 0x40380006

"Persistent write not supported"

◆ INOS_MCTARGET_SYSTEM_PROTECTED

uint32 INOS_MCTARGET_SYSTEM_PROTECTED = 0x4038000C

"Variable protected, unprotect first"

◆ INOS_MCTARGET_SYSTEM_UNKNOWN_CONTAINER

uint32 INOS_MCTARGET_SYSTEM_UNKNOWN_CONTAINER = 0x40380002

"Unknown container"

◆ INOS_MCTARGET_SYSTEM_UNKNOWN_VARIABLE

uint32 INOS_MCTARGET_SYSTEM_UNKNOWN_VARIABLE = 0x40380003

"Unknown variable"

◆ INOS_MCTARGET_SYSTEM_WRONG_PASSWORD

uint32 INOS_MCTARGET_SYSTEM_WRONG_PASSWORD = 0x40380010

"Wrong password given"

◆ INOS_MCTARGET_TEST_NVRAM_BACKUP_ALREADY_EXISTS

uint32 INOS_MCTARGET_TEST_NVRAM_BACKUP_ALREADY_EXISTS = 0x40390002

"Backup already exists"

◆ INOS_MCTARGET_TEST_NVRAM_BACKUP_UNKNOWN

uint32 INOS_MCTARGET_TEST_NVRAM_BACKUP_UNKNOWN = 0x40390003

"Unknown backup"

◆ INOS_MCTARGET_TEST_NVRAM_GENERAL

uint32 INOS_MCTARGET_TEST_NVRAM_GENERAL = 0x40390001

"General error"

◆ INOS_MCTARGET_TEST_NVRAM_TEST_CORRUPTED_BLOCK

uint32 INOS_MCTARGET_TEST_NVRAM_TEST_CORRUPTED_BLOCK = 0x40390007

"Corrupted NVRAM block detected"

◆ INOS_MCTARGET_TEST_NVRAM_TEST_NO_RUNNING

uint32 INOS_MCTARGET_TEST_NVRAM_TEST_NO_RUNNING = 0x40390006

"No test running"

◆ INOS_MCTARGET_TEST_NVRAM_TEST_ONLY_ONE

uint32 INOS_MCTARGET_TEST_NVRAM_TEST_ONLY_ONE = 0x40390005

"Only one running test allowed"

◆ INOS_MCTARGET_TEST_NVRAM_TEST_UNKNOWN

uint32 INOS_MCTARGET_TEST_NVRAM_TEST_UNKNOWN = 0x40390004

"Unknown test requested, currently only 'mcrobot' allowed"

◆ INOS_MCTARGET_TEST_RAM_GENERAL

uint32 INOS_MCTARGET_TEST_RAM_GENERAL = 0x40391001

"General error"

◆ INOS_MCTARGET_TEST_RAM_TEST_CORRUPTED_CODE

uint32 INOS_MCTARGET_TEST_RAM_TEST_CORRUPTED_CODE = 0x40391005

"Corrupted code detected"

◆ INOS_MCTARGET_TEST_RAM_TEST_NO_RUNNING

uint32 INOS_MCTARGET_TEST_RAM_TEST_NO_RUNNING = 0x40391004

"No test running"

◆ INOS_MCTARGET_TEST_RAM_TEST_ONLY_ONE

uint32 INOS_MCTARGET_TEST_RAM_TEST_ONLY_ONE = 0x40391003

"Only one running test allowed"

◆ INOS_MCTARGET_TEST_RAM_TEST_READ_FAILURE

uint32 INOS_MCTARGET_TEST_RAM_TEST_READ_FAILURE = 0x40391007

"Reading from RAM failed"

◆ INOS_MCTARGET_TEST_RAM_TEST_UNKNOWN

uint32 INOS_MCTARGET_TEST_RAM_TEST_UNKNOWN = 0x40391002

"Unknown test requested, currently only 'general' allowed"

◆ INOS_MCTARGET_TEST_RAM_TEST_WRITE_FAILURE

uint32 INOS_MCTARGET_TEST_RAM_TEST_WRITE_FAILURE = 0x40391006

"Writing to RAM failed"

◆ INOS_MDNS_NAME_CONFLICT

uint32 INOS_MDNS_NAME_CONFLICT = 0x408A0001

"mDNS name conflict"

◆ INOS_MOVEPATH_ERROR_ASCENDING_AXIS_INDEX

uint32 INOS_MOVEPATH_ERROR_ASCENDING_AXIS_INDEX = 0x4014000D

"Ascending axis index required"

◆ INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED = 0x40140016

"Asynchronous call not allowed, no helper available"

◆ INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED_FOR_CMD

uint32 INOS_MOVEPATH_ERROR_ASYNCH_NOT_ALLOWED_FOR_CMD = 0x40140036

"Asynchronous call not allowed for this command"

◆ INOS_MOVEPATH_ERROR_AXIS_INDEX_USED_TWICE

uint32 INOS_MOVEPATH_ERROR_AXIS_INDEX_USED_TWICE = 0x40140014

"Axis index used twice"

◆ INOS_MOVEPATH_ERROR_COMMAND_CANCELED

uint32 INOS_MOVEPATH_ERROR_COMMAND_CANCELED = 0x40140002

"Command canceled"

◆ INOS_MOVEPATH_ERROR_COMMAND_NOT_YET_IMPLEMENTED

uint32 INOS_MOVEPATH_ERROR_COMMAND_NOT_YET_IMPLEMENTED = 0x40140034

"Command not yet implemented"

◆ INOS_MOVEPATH_ERROR_COMMAND_REJECTED_ERROR

uint32 INOS_MOVEPATH_ERROR_COMMAND_REJECTED_ERROR = 0x40140004

"Command rejected, path is on error"

◆ INOS_MOVEPATH_ERROR_COMMAND_REJECTED_WRONG_STATE

uint32 INOS_MOVEPATH_ERROR_COMMAND_REJECTED_WRONG_STATE = 0x40140003

"Command rejected, path in wrong state"

◆ INOS_MOVEPATH_ERROR_COMMAND_UNKNOWN

uint32 INOS_MOVEPATH_ERROR_COMMAND_UNKNOWN = 0x40140001

"Unknown movepath command"

◆ INOS_MOVEPATH_ERROR_CRV_ABSOLUTE_WRONG_START

uint32 INOS_MOVEPATH_ERROR_CRV_ABSOLUTE_WRONG_START = 0x40141002

"Absolute curve has wrong start vector"

◆ INOS_MOVEPATH_ERROR_CRV_GENERAL

uint32 INOS_MOVEPATH_ERROR_CRV_GENERAL = 0x40141000

"General movepath curve error"

◆ INOS_MOVEPATH_ERROR_CRV_RELOCATE_WITH_START

uint32 INOS_MOVEPATH_ERROR_CRV_RELOCATE_WITH_START = 0x40141001

"Relocatable curve with start vector not allowed"

◆ INOS_MOVEPATH_ERROR_CYCLETIME_NO_AXIS_SET

uint32 INOS_MOVEPATH_ERROR_CYCLETIME_NO_AXIS_SET = 0x4014001C

"Cycletime not available, no axis set"

◆ INOS_MOVEPATH_ERROR_DELEGATE_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_DELEGATE_NOT_ALLOWED = 0x4014001B

"Delegate not allowed if asynch support activated"

◆ INOS_MOVEPATH_ERROR_DUPLICATE_NAME

uint32 INOS_MOVEPATH_ERROR_DUPLICATE_NAME = 0x40140032

"Duplicate movepath name detected"

◆ INOS_MOVEPATH_ERROR_EDITBEGIN_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_EDITBEGIN_NOT_ALLOWED = 0x4014003D

"EditBegin not allowed, EditEnd missing"

◆ INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_NAME

uint32 INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_NAME = 0x40140020

"Duplicate event name detected"

◆ INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_PRESTART

uint32 INOS_MOVEPATH_ERROR_EVENT_DUPLICATE_PRESTART = 0x40140024

"Only one prestart event allowed (Type=eEvtBgnMs and Time<0)"

◆ INOS_MOVEPATH_ERROR_EVENT_INVALID_RECEIVER_TYPE

uint32 INOS_MOVEPATH_ERROR_EVENT_INVALID_RECEIVER_TYPE = 0x40140022

"Receiver needs to be of type CINOSTaskEx or descendant"

◆ INOS_MOVEPATH_ERROR_EVENT_INVALID_TYPE

uint32 INOS_MOVEPATH_ERROR_EVENT_INVALID_TYPE = 0x4014001F

"Invalid event type requested"

◆ INOS_MOVEPATH_ERROR_EVENT_NEAGTIVE_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_EVENT_NEAGTIVE_NOT_ALLOWED = 0x40140025

"Negative value not allowed for this event type"

◆ INOS_MOVEPATH_ERROR_EVENT_TICKS_NOT_YET_AVAILABLE

uint32 INOS_MOVEPATH_ERROR_EVENT_TICKS_NOT_YET_AVAILABLE = 0x4014001E

"Event ticks not yet available"

◆ INOS_MOVEPATH_ERROR_EVENT_UNKNOWN_RECEIVER

uint32 INOS_MOVEPATH_ERROR_EVENT_UNKNOWN_RECEIVER = 0x40140021

"Unknown event receiver"

◆ INOS_MOVEPATH_ERROR_GENERAL

uint32 INOS_MOVEPATH_ERROR_GENERAL = 0x40140000

"General movepath error"

◆ INOS_MOVEPATH_ERROR_HELPER_NO_VALID_PATH

uint32 INOS_MOVEPATH_ERROR_HELPER_NO_VALID_PATH = 0x40140018

"Helper got command without a valid path"

◆ INOS_MOVEPATH_ERROR_INVALID_AXIS_INDEX

uint32 INOS_MOVEPATH_ERROR_INVALID_AXIS_INDEX = 0x4014000C

"Invalid axis index requested"

◆ INOS_MOVEPATH_ERROR_INVALID_JSON_PARAM_GIVEN

uint32 INOS_MOVEPATH_ERROR_INVALID_JSON_PARAM_GIVEN = 0x40140035

"Invalid JSON param given"

◆ INOS_MOVEPATH_ERROR_INVALID_POINTER

uint32 INOS_MOVEPATH_ERROR_INVALID_POINTER = 0x40140005

"Ivalid pointer given"

◆ INOS_MOVEPATH_ERROR_INVALID_RESOURCE_INDEX

uint32 INOS_MOVEPATH_ERROR_INVALID_RESOURCE_INDEX = 0x40140044

"Invalid resource index requested"

◆ INOS_MOVEPATH_ERROR_INVALID_SPEEDSET

uint32 INOS_MOVEPATH_ERROR_INVALID_SPEEDSET = 0x40140048

"Invalid speedset Values"

◆ INOS_MOVEPATH_ERROR_INVALID_TOLERANCE

uint32 INOS_MOVEPATH_ERROR_INVALID_TOLERANCE = 0x40140010

"Invalid tolerance given"

◆ INOS_MOVEPATH_ERROR_INVALID_VELOCITY

uint32 INOS_MOVEPATH_ERROR_INVALID_VELOCITY = 0x40140011

"Invalid velocity given"

◆ INOS_MOVEPATH_ERROR_ITP_FIRST_NEEDS_TO_BE_LINEAR

uint32 INOS_MOVEPATH_ERROR_ITP_FIRST_NEEDS_TO_BE_LINEAR = 0x40142009

"First curve segment needs to be pure linear"

◆ INOS_MOVEPATH_ERROR_ITP_GENERAL

uint32 INOS_MOVEPATH_ERROR_ITP_GENERAL = 0x40142000

"General movepath interpolator error"

◆ INOS_MOVEPATH_ERROR_ITP_INVALID_ONSHRINK_PARAMETER

uint32 INOS_MOVEPATH_ERROR_ITP_INVALID_ONSHRINK_PARAMETER = 0x4014200D

"Shape interpolator detected an invalid 'Shape.OnShrink' parameter value"

◆ INOS_MOVEPATH_ERROR_ITP_LAST_NEEDS_TO_BE_LINEAR

uint32 INOS_MOVEPATH_ERROR_ITP_LAST_NEEDS_TO_BE_LINEAR = 0x4014200A

"Last curve segment needs to be pure linear"

◆ INOS_MOVEPATH_ERROR_ITP_MAX_SEGMENTS

uint32 INOS_MOVEPATH_ERROR_ITP_MAX_SEGMENTS = 0x40142002

"Max. number of supported segments reached"

◆ INOS_MOVEPATH_ERROR_ITP_NO_RESULT

uint32 INOS_MOVEPATH_ERROR_ITP_NO_RESULT = 0x40142006

"Interpolator failed to handle given curve"

◆ INOS_MOVEPATH_ERROR_ITP_ONLY_2DIM

uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_2DIM = 0x40142007

"Interpolator allows only two dimensional curves"

◆ INOS_MOVEPATH_ERROR_ITP_ONLY_INDEX0_AND_1

uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_INDEX0_AND_1 = 0x40142008

"Interpolator allows only axis index 0 and 1"

◆ INOS_MOVEPATH_ERROR_ITP_ONLY_LINEAR_SEGMENTS

uint32 INOS_MOVEPATH_ERROR_ITP_ONLY_LINEAR_SEGMENTS = 0x40142003

"Interpolator supports only linear segments"

◆ INOS_MOVEPATH_ERROR_ITP_OVERLAP_NEGATIVE

uint32 INOS_MOVEPATH_ERROR_ITP_OVERLAP_NEGATIVE = 0x4014200E

"'Nurrbs.Overlap' < 0.0 is not allowed"

◆ INOS_MOVEPATH_ERROR_ITP_OVERLAP_TOO_BIG

uint32 INOS_MOVEPATH_ERROR_ITP_OVERLAP_TOO_BIG = 0x4014200F

"'Nurbs.Overlap' can't be bigger than a thrid of 'Nurbs.MaxLength'"

◆ INOS_MOVEPATH_ERROR_ITP_PARAM_MISSING

uint32 INOS_MOVEPATH_ERROR_ITP_PARAM_MISSING = 0x40142005

"Interpolator parameters missing"

◆ INOS_MOVEPATH_ERROR_ITP_SEGMENT_TYPE_NOT_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_ITP_SEGMENT_TYPE_NOT_SUPPORTED = 0x40142004

"Segment type not supported by requested interpolator"

◆ INOS_MOVEPATH_ERROR_ITP_STOP_REQUESTED_BUT_NOT_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_ITP_STOP_REQUESTED_BUT_NOT_SUPPORTED = 0x4014200C

"Interpolator requires stop but trajectory doesn't support it"

◆ INOS_MOVEPATH_ERROR_ITP_TRANSITION_SHRINK

uint32 INOS_MOVEPATH_ERROR_ITP_TRANSITION_SHRINK = 0x40142001

"Transition segment needs to be shrunk"

◆ INOS_MOVEPATH_ERROR_ITP_TWO_NON_LINEAR

uint32 INOS_MOVEPATH_ERROR_ITP_TWO_NON_LINEAR = 0x4014200B

"Two successive non linear segments are not allowed"

◆ INOS_MOVEPATH_ERROR_MAINAXIS_INDEX_INVALID

uint32 INOS_MOVEPATH_ERROR_MAINAXIS_INDEX_INVALID = 0x40140023

"Invalid main axis index given"

◆ INOS_MOVEPATH_ERROR_MAPPING_WRONG_DIMENSION

uint32 INOS_MOVEPATH_ERROR_MAPPING_WRONG_DIMENSION = 0x4014001D

"Mapping has wrong dimension"

◆ INOS_MOVEPATH_ERROR_MAX_HELPER

uint32 INOS_MOVEPATH_ERROR_MAX_HELPER = 0x40140017

"Max. number of supported helpers reached"

◆ INOS_MOVEPATH_ERROR_NO_APPEND_CURVE

uint32 INOS_MOVEPATH_ERROR_NO_APPEND_CURVE = 0x40140040

"No curve to append available"

◆ INOS_MOVEPATH_ERROR_NO_AXIS_SET

uint32 INOS_MOVEPATH_ERROR_NO_AXIS_SET = 0x4014000F

"No axis set"

◆ INOS_MOVEPATH_ERROR_NO_COMMAND_QUEUE

uint32 INOS_MOVEPATH_ERROR_NO_COMMAND_QUEUE = 0x40140019

"No command queue available"

◆ INOS_MOVEPATH_ERROR_NO_EDIT_CURVE

uint32 INOS_MOVEPATH_ERROR_NO_EDIT_CURVE = 0x4014003C

"No edit curve available, EditBegin missing"

◆ INOS_MOVEPATH_ERROR_NO_PREPARE_CURVE

uint32 INOS_MOVEPATH_ERROR_NO_PREPARE_CURVE = 0x4014003E

"No curve to prepare available"

◆ INOS_MOVEPATH_ERROR_NO_RUN_CURVE

uint32 INOS_MOVEPATH_ERROR_NO_RUN_CURVE = 0x4014003F

"No prepared curve available"

◆ INOS_MOVEPATH_ERROR_NURBS_ALL_WEIGHTS_ZERO

uint32 INOS_MOVEPATH_ERROR_NURBS_ALL_WEIGHTS_ZERO = 0x40140030

"Nurbs with all control point weights = 0.0"

◆ INOS_MOVEPATH_ERROR_NURBS_DEGREE_INVALID

uint32 INOS_MOVEPATH_ERROR_NURBS_DEGREE_INVALID = 0x4014002D

"Invalid nurbs curve degree selected (allowed 1..3)"

◆ INOS_MOVEPATH_ERROR_NURBS_NOT_ENOUGH_POINTS

uint32 INOS_MOVEPATH_ERROR_NURBS_NOT_ENOUGH_POINTS = 0x4014002E

"Nurbs curve does not have enough points (needs at least degree+1)"

◆ INOS_MOVEPATH_ERROR_NURBS_NRBBEGIN_MISSING

uint32 INOS_MOVEPATH_ERROR_NURBS_NRBBEGIN_MISSING = 0x4014002B

"NrbBegin missing"

◆ INOS_MOVEPATH_ERROR_NURBS_NRBEND_MISSING

uint32 INOS_MOVEPATH_ERROR_NURBS_NRBEND_MISSING = 0x4014002C

"NrbEnd missing"

◆ INOS_MOVEPATH_ERROR_NURBS_NRBPOINT_AXES

uint32 INOS_MOVEPATH_ERROR_NURBS_NRBPOINT_AXES = 0x40140031

"NrbPoint got invalid number of coordinates"

◆ INOS_MOVEPATH_ERROR_NURBS_NUMBER_OF_KNOTS_INVALID

uint32 INOS_MOVEPATH_ERROR_NURBS_NUMBER_OF_KNOTS_INVALID = 0x4014002F

"Nurbs with wrong number of knots (needs points+degree+1)"

◆ INOS_MOVEPATH_ERROR_NURBS_RELEVANT_LENGTH_ZERO

uint32 INOS_MOVEPATH_ERROR_NURBS_RELEVANT_LENGTH_ZERO = 0x40140037

"Nurbs curve relevant length must be non-zero at any point of the curve "

◆ INOS_MOVEPATH_ERROR_NURBS_REQUIRES_INTERPOLATOR_NONE

uint32 INOS_MOVEPATH_ERROR_NURBS_REQUIRES_INTERPOLATOR_NONE = 0x40140026

"Curve type 'Nurbs' requires interpolator type 'None'"

◆ INOS_MOVEPATH_ERROR_NURBS_SEGBEGIN_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_NURBS_SEGBEGIN_NOT_ALLOWED = 0x40140027

"SegBegin not allowed, use NrbBegin instead"

◆ INOS_MOVEPATH_ERROR_NURBS_SEGEND_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_NURBS_SEGEND_NOT_ALLOWED = 0x40140028

"SegEnd not allowed, use NrbEnd instead"

◆ INOS_MOVEPATH_ERROR_OPTION_ASYNCH

uint32 INOS_MOVEPATH_ERROR_OPTION_ASYNCH = 0x40140008

"Asynchronous support disabled"

◆ INOS_MOVEPATH_ERROR_OPTION_EXCEPTION

uint32 INOS_MOVEPATH_ERROR_OPTION_EXCEPTION = 0x40140007

"Exception support disabled"

◆ INOS_MOVEPATH_ERROR_OPTION_INVALID

uint32 INOS_MOVEPATH_ERROR_OPTION_INVALID = 0x40140006

"Invalid movepath option requested"

◆ INOS_MOVEPATH_ERROR_PARAM_NOT_FOUND

uint32 INOS_MOVEPATH_ERROR_PARAM_NOT_FOUND = 0x40140015

"Requested param not found"

◆ INOS_MOVEPATH_ERROR_RAPID_RAMP_CALC

uint32 INOS_MOVEPATH_ERROR_RAPID_RAMP_CALC = 0x40140047

"Rapid part ramp calculation failed"

◆ INOS_MOVEPATH_ERROR_RAPIDBEGIN_MISSING

uint32 INOS_MOVEPATH_ERROR_RAPIDBEGIN_MISSING = 0x40140039

"RapidBegin missing"

◆ INOS_MOVEPATH_ERROR_RAPIDEND_MISSING

uint32 INOS_MOVEPATH_ERROR_RAPIDEND_MISSING = 0x4014003A

"RapidEnd missing"

◆ INOS_MOVEPATH_ERROR_SEGBEGIN_MISSING

uint32 INOS_MOVEPATH_ERROR_SEGBEGIN_MISSING = 0x40140012

"SegBegin missing"

◆ INOS_MOVEPATH_ERROR_SEGEND_MISSING

uint32 INOS_MOVEPATH_ERROR_SEGEND_MISSING = 0x40140013

"SegEnd missing"

◆ INOS_MOVEPATH_ERROR_SETCURVE_NOT_ALLOWED

uint32 INOS_MOVEPATH_ERROR_SETCURVE_NOT_ALLOWED = 0x40140046

"SetCurve not allowed when there is already a curve"

◆ INOS_MOVEPATH_ERROR_TO_MANY_AXES

uint32 INOS_MOVEPATH_ERROR_TO_MANY_AXES = 0x40140041

"Too many axes added, maximal number of supported axes reached"

◆ INOS_MOVEPATH_ERROR_TRJ_AXIS_ON_ERROR

uint32 INOS_MOVEPATH_ERROR_TRJ_AXIS_ON_ERROR = 0x40143007

"Involved movepath axis on error"

◆ INOS_MOVEPATH_ERROR_TRJ_BACK_PLANNING_NOT_YET_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_TRJ_BACK_PLANNING_NOT_YET_SUPPORTED = 0x4014300A

"Trajectory back planning not yet supported"

◆ INOS_MOVEPATH_ERROR_TRJ_BUFFER_NOT_VALID

uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_NOT_VALID = 0x40143006

"Trajectory buffer contains no valid data"

◆ INOS_MOVEPATH_ERROR_TRJ_BUFFER_TO_SMALL

uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_TO_SMALL = 0x40143005

"Trajectory buffer too small"

◆ INOS_MOVEPATH_ERROR_TRJ_BUFFER_UNDERFLOW

uint32 INOS_MOVEPATH_ERROR_TRJ_BUFFER_UNDERFLOW = 0x40143010

"Trajectory buffer underflow"

◆ INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_1LEVEL_CONT

uint32 INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_1LEVEL_CONT = 0x4014300D

"Curve is not first level continuous"

◆ INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_2LEVEL_CONT

uint32 INOS_MOVEPATH_ERROR_TRJ_CURVE_NOT_2LEVEL_CONT = 0x4014300E

"Curve is not second level continuous"

◆ INOS_MOVEPATH_ERROR_TRJ_GENERAL

uint32 INOS_MOVEPATH_ERROR_TRJ_GENERAL = 0x40143000

"General movepath trajectory error"

◆ INOS_MOVEPATH_ERROR_TRJ_MAX_SEGMENTS

uint32 INOS_MOVEPATH_ERROR_TRJ_MAX_SEGMENTS = 0x40143009

"Max. number of supported segments reached"

◆ INOS_MOVEPATH_ERROR_TRJ_MOVETIME_DELTA_NOT_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_TRJ_MOVETIME_DELTA_NOT_SUPPORTED = 0x4014300F

"Movetime delta != 0.0 not supported"

◆ INOS_MOVEPATH_ERROR_TRJ_NOT_AVAILABLE

uint32 INOS_MOVEPATH_ERROR_TRJ_NOT_AVAILABLE = 0x40143002

"Result currently not available"

◆ INOS_MOVEPATH_ERROR_TRJ_NOT_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_TRJ_NOT_SUPPORTED = 0x40143001

"Command not supported"

◆ INOS_MOVEPATH_ERROR_TRJ_PLANING_FAILED

uint32 INOS_MOVEPATH_ERROR_TRJ_PLANING_FAILED = 0x4014300B

"Trajectory planning failed with no solution (please report to Indel)"

◆ INOS_MOVEPATH_ERROR_TRJ_SEGMENT_TYPE_NOT_YET_SUPPORTED

uint32 INOS_MOVEPATH_ERROR_TRJ_SEGMENT_TYPE_NOT_YET_SUPPORTED = 0x40143008

"Interpolator segment type not yet supported"

◆ INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_BUFFER_TYPE

uint32 INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_BUFFER_TYPE = 0x40143003

"Unknown trajectory buffer type"

◆ INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_SPEEDSET

uint32 INOS_MOVEPATH_ERROR_TRJ_UNKNOWN_SPEEDSET = 0x40143004

"Unknown trajectory speedset"

◆ INOS_MOVEPATH_ERROR_TRJ_VELOCITY_CHECK

uint32 INOS_MOVEPATH_ERROR_TRJ_VELOCITY_CHECK = 0x4014300C

"Requested trajectory velocity too big"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_AXIS

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS = 0x4014000E

"Unknown axis requested"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_SPEEDSET

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_SPEEDSET = 0x4014003B

"Unknown axis speedset"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_TYPE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_AXIS_TYPE = 0x40140038

"Unknown axis resource type"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_CURVE_TYPE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_CURVE_TYPE = 0x40140009

"Unknown curve type requested"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_INTERPOLATOR_TYPE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_INTERPOLATOR_TYPE = 0x4014000A

"Unknown interpolator type requested"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_NAME

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_NAME = 0x40140033

"Unknown movepath name given"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE = 0x40140043

"Unknown additional resource requested"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE_TYPE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_RESOURCE_TYPE = 0x40140042

"Unknown additional resource type"

◆ INOS_MOVEPATH_ERROR_UNKNOWN_TRAJECTORY_TYPE

uint32 INOS_MOVEPATH_ERROR_UNKNOWN_TRAJECTORY_TYPE = 0x4014000B

"Unknown trajectory type requested"

◆ INOS_MOVEPATH_ERROR_WRONG_START_POSITION

uint32 INOS_MOVEPATH_ERROR_WRONG_START_POSITION = 0x4014001A

"Wrong startposition, can't run path"

◆ INOS_MOVEPATH_RESULT_PARSE_INCOPMPLETE

uint32 INOS_MOVEPATH_RESULT_PARSE_INCOPMPLETE = 0x40140045

"Parser reached maximum number of segments."

◆ INOS_OK

uint32 INOS_OK = 0x00000000

"No error"

◆ INOS_OPCUA_CLIENT_CERT_MISSING

uint32 INOS_OPCUA_CLIENT_CERT_MISSING = 0x4089000A

"OPC UA client security certificate missing"

◆ INOS_OPCUA_CLIENT_DISCONNECTED

uint32 INOS_OPCUA_CLIENT_DISCONNECTED = 0x40890006

"OPC UA client disconnected"

◆ INOS_OPCUA_CLIENT_INTERNAL

uint32 INOS_OPCUA_CLIENT_INTERNAL = 0x40890000

"An internal open62541 library error occurred. Check Eventlog or GetInternalStatus() for details"

◆ INOS_OPCUA_CLIENT_METHOD_PARAM_TYPE_MISMATCH

uint32 INOS_OPCUA_CLIENT_METHOD_PARAM_TYPE_MISMATCH = 0x40890003

"Parameter type mismatch in OPC UA method call"

◆ INOS_OPCUA_CLIENT_MISSING_CREDENTIALS

uint32 INOS_OPCUA_CLIENT_MISSING_CREDENTIALS = 0x4089000D

"OPC UA client missing username and/or password"

◆ INOS_OPCUA_CLIENT_NODEID_UNKNOWN

uint32 INOS_OPCUA_CLIENT_NODEID_UNKNOWN = 0x40890001

"OPC UA node id unknown"

◆ INOS_OPCUA_CLIENT_PRIVKEY_MISSING

uint32 INOS_OPCUA_CLIENT_PRIVKEY_MISSING = 0x4089000B

"OPC UA client private key missing"

◆ INOS_OPCUA_CLIENT_SECURITY_CONFIG_MISSING

uint32 INOS_OPCUA_CLIENT_SECURITY_CONFIG_MISSING = 0x40890009

"OPC UA client security configuration missing"

◆ INOS_OPCUA_CLIENT_SECURITY_NOT_AVAILABLE

uint32 INOS_OPCUA_CLIENT_SECURITY_NOT_AVAILABLE = 0x40890007

"OPC UA security support not available. Please check iDev features"

◆ INOS_OPCUA_CLIENT_SERVERCERT_MISSING

uint32 INOS_OPCUA_CLIENT_SERVERCERT_MISSING = 0x4089000C

"OPC UA client trust list certificate not found"

◆ INOS_OPCUA_CLIENT_STRING_BUFFER_TOO_SMALL

uint32 INOS_OPCUA_CLIENT_STRING_BUFFER_TOO_SMALL = 0x40890004

"Provided string buffer is too small in OPC UA call"

◆ INOS_OPCUA_CLIENT_TOO_MANY_ARGUMENTS

uint32 INOS_OPCUA_CLIENT_TOO_MANY_ARGUMENTS = 0x40890005

"Too many (input) arguments in OPC UA call"

◆ INOS_OPCUA_CLIENT_URI_MISSING

uint32 INOS_OPCUA_CLIENT_URI_MISSING = 0x40890008

"OPC UA client application URI must be specified"

◆ INOS_OPCUA_CLIENT_VALUE_TYPE_MISMATCH

uint32 INOS_OPCUA_CLIENT_VALUE_TYPE_MISMATCH = 0x40890002

"Value type mismatch in OPC UA call"

◆ INOS_OUTPWM_NAME_UNKNOWN

uint32 INOS_OUTPWM_NAME_UNKNOWN = 0x408D0005

"Unknown output pwm name given."

◆ INOS_OUTPWM_POWER_DETECTION_DISABLED

uint32 INOS_OUTPWM_POWER_DETECTION_DISABLED = 0x408D0000

"Power frequency detection disabled."

◆ INOS_OUTPWM_POWER_DETECTION_FAILED

uint32 INOS_OUTPWM_POWER_DETECTION_FAILED = 0x408D0003

"Power frequency detection failed."

◆ INOS_OUTPWM_POWER_DETECTION_ON_GOING

uint32 INOS_OUTPWM_POWER_DETECTION_ON_GOING = 0x408D0002

"Power frequency detection on going."

◆ INOS_OUTPWM_POWER_DETECTION_STATE_UNKNOWN

uint32 INOS_OUTPWM_POWER_DETECTION_STATE_UNKNOWN = 0x408D0004

"Power frequency detection ended in an unknown state."

◆ INOS_OUTPWM_POWER_DETECTION_WAITING_SYNC

uint32 INOS_OUTPWM_POWER_DETECTION_WAITING_SYNC = 0x408D0001

"Waiting for power sync input."

◆ INOS_OUTPWM_POWER_FREQUENCY_INVALID

uint32 INOS_OUTPWM_POWER_FREQUENCY_INVALID = 0x408D0006

"Invalid power frequency given."

◆ INOS_SAFECONFIG_HEADER_INVALID_MAGIC_NUMBER

uint32 INOS_SAFECONFIG_HEADER_INVALID_MAGIC_NUMBER = 0x40850001

"Safe config has invalid magic number"

◆ INOS_SAFECONFIG_HEADER_MAX_DEVICES

uint32 INOS_SAFECONFIG_HEADER_MAX_DEVICES = 0x40850002

"Safe config has invalid number of devices"

◆ INOS_SAFECONFIG_HEADER_NO_DEVICES

uint32 INOS_SAFECONFIG_HEADER_NO_DEVICES = 0x40850003

"Safe config has no devices"

◆ INOS_SAFECONFIG_UNKNOWN_INDEL_ID

uint32 INOS_SAFECONFIG_UNKNOWN_INDEL_ID = 0x40850004

"Unknown Indel id requested"

◆ INOS_SAFECONFIG_UNKNOWN_UID

uint32 INOS_SAFECONFIG_UNKNOWN_UID = 0x40850005

"Unknown UID requested"

◆ INOS_TESTUTIL_RAMTEST_FAILED_ERR

uint32 INOS_TESTUTIL_RAMTEST_FAILED_ERR = 0x408C0002

"RamTest failed."

◆ INOS_TESTUTIL_TEST_FAILED_ERR

uint32 INOS_TESTUTIL_TEST_FAILED_ERR = 0x408C0001

"Test failed."

◆ INOS_TSN_BUS_NOT_AVAILABLE

uint32 INOS_TSN_BUS_NOT_AVAILABLE = 0x408B0005

"TSN bus not available"

◆ INOS_TSN_FRAME_CHECKSUM_INVALID

uint32 INOS_TSN_FRAME_CHECKSUM_INVALID = 0x408B0008

"TSN: frame checksum invalid"

◆ INOS_TSN_IGMP_JOIN_FAILED

uint32 INOS_TSN_IGMP_JOIN_FAILED = 0x408B0009

"TSN: failed to join multicast group"

◆ INOS_TSN_INVALID_FRAME_SIZE

uint32 INOS_TSN_INVALID_FRAME_SIZE = 0x408B0003

"Invalid TSN frame size"

◆ INOS_TSN_IP_RESOLVE_FAILED

uint32 INOS_TSN_IP_RESOLVE_FAILED = 0x408B000A

"TSN: failed to resolve IP address"

◆ INOS_TSN_NOTHING_TO_RECEIVE

uint32 INOS_TSN_NOTHING_TO_RECEIVE = 0x408B0004

"TSN: nothing to receive"

◆ INOS_TSN_PAYLOAD_LIMIT_EXCEEDED

uint32 INOS_TSN_PAYLOAD_LIMIT_EXCEEDED = 0x408B0001

"TSN payload limit exceeded"

◆ INOS_TSN_PUBSUB_ADDRESS_INVALID

uint32 INOS_TSN_PUBSUB_ADDRESS_INVALID = 0x408B0006

"TSN: PubSub address invalid"

◆ INOS_TSN_PUBSUB_FORMAT_INVALID

uint32 INOS_TSN_PUBSUB_FORMAT_INVALID = 0x408B0007

"TSN: PubSub format invalid"

◆ INOS_TSN_REMOTE_INCOMPATIBLE

uint32 INOS_TSN_REMOTE_INCOMPATIBLE = 0x408B0011

"TSN: remote incompatible. May need INOS update."

◆ INOS_TSN_REMOTE_NOT_READY

uint32 INOS_TSN_REMOTE_NOT_READY = 0x408B0012

"TSN: remote not ready. May be still booting or on error."

◆ INOS_TSN_REMOTE_UNREACHABLE

uint32 INOS_TSN_REMOTE_UNREACHABLE = 0x408B0010

"TSN: remote unreachable"

◆ INOS_TSN_SEND_FAILED

uint32 INOS_TSN_SEND_FAILED = 0x408B0002

"TSN send failed"