APIs, concepts, guides, and more
rsienums.h
1
2#ifndef _RSI_CONSTANTS_H
3#define _RSI_CONSTANTS_H
4#include "rsiconstants.h"
5
7namespace RSI
8{
9
11namespace RapidCode
12{
15
17enum class RSIErrorMessage {
18 RSIAxisMessageAXIS_INVALID = RSICONSTANTAxisMessageAXIS_INVALID,
19 RSIAxisMessageCOMMAND_NOT_SET = RSICONSTANTAxisMessageCOMMAND_NOT_SET,
20 RSIAxisMessageNOT_MAPPED_TO_MS = RSICONSTANTAxisMessageNOT_MAPPED_TO_MS,
21 RSICaptureMessageMOTOR_INVALID = RSICONSTANTCaptureMessageMOTOR_INVALID,
22 RSICaptureMessageCAPTURE_TYPE_INVALID = RSICONSTANTCaptureMessageCAPTURE_TYPE_INVALID,
23 RSICaptureMessageCAPTURE_INVALID = RSICONSTANTCaptureMessageCAPTURE_INVALID,
24 RSICaptureMessageFEEDBACK_INVALID = RSICONSTANTCaptureMessageFEEDBACK_INVALID,
25 RSICaptureMessageINVALID_EDGE = RSICONSTANTCaptureMessageINVALID_EDGE,
26 RSICaptureMessageCAPTURE_NOT_ENABLED = RSICONSTANTCaptureMessageCAPTURE_NOT_ENABLED,
27 RSICaptureMessageCAPTURE_STATE_INVALID = RSICONSTANTCaptureMessageCAPTURE_STATE_INVALID,
28 RSICaptureMessageUNSUPPORTED_PRIMARY = RSICONSTANTCaptureMessageUNSUPPORTED_PRIMARY,
29 RSICaptureMessageUNSUPPORTED_SECONDARY = RSICONSTANTCaptureMessageUNSUPPORTED_SECONDARY,
30 RSICaptureMessageCAPTURE_ARMED = RSICONSTANTCaptureMessageCAPTURE_ARMED,
31 RSICommandMessageTYPE_INVALID = RSICONSTANTCommandMessageTYPE_INVALID,
32 RSICompensatorMessageCOMPENSATOR_INVALID = RSICONSTANTCompensatorMessageCOMPENSATOR_INVALID,
33 RSICompensatorMessageNOT_CONFIGURED = RSICONSTANTCompensatorMessageNOT_CONFIGURED,
34 RSICompensatorMessageNOT_ENABLED = RSICONSTANTCompensatorMessageNOT_ENABLED,
35 RSICompensatorMessageAXIS_NOT_ENABLED = RSICONSTANTCompensatorMessageAXIS_NOT_ENABLED,
36 RSICompensatorMessageTABLE_SIZE_ERROR = RSICONSTANTCompensatorMessageTABLE_SIZE_ERROR,
37 RSICompensatorMessagePOSITION_DELTA_INVALID = RSICONSTANTCompensatorMessagePOSITION_DELTA_INVALID,
38 RSICompensatorMessageDIMENSION_NOT_SUPPORTED = RSICONSTANTCompensatorMessageDIMENSION_NOT_SUPPORTED,
39 RSIControlMessageLIBRARY_VERSION = RSICONSTANTControlMessageLIBRARY_VERSION,
40 RSIControlMessageCONTROL_INVALID = RSICONSTANTControlMessageCONTROL_INVALID,
41 RSIControlMessageCONTROL_NUMBER_INVALID = RSICONSTANTControlMessageCONTROL_NUMBER_INVALID,
42 RSIControlMessageTYPE_INVALID = RSICONSTANTControlMessageTYPE_INVALID,
43 RSIControlMessageINTERRUPTS_DISABLED = RSICONSTANTControlMessageINTERRUPTS_DISABLED,
44 RSIControlMessageINTERNAL_MEMORY_OVERFLOW = RSICONSTANTControlMessageINTERNAL_MEMORY_OVERFLOW,
45 RSIControlMessageEXTERNAL_MEMORY_OVERFLOW = RSICONSTANTControlMessageEXTERNAL_MEMORY_OVERFLOW,
46 RSIControlMessageBACKGROUND_STARVATION = RSICONSTANTControlMessageBACKGROUND_STARVATION,
47 RSIControlMessageMOTOR_COUNT_INVALID = RSICONSTANTControlMessageMOTOR_COUNT_INVALID,
48 RSIControlMessageFILTER_COUNT_INVALID = RSICONSTANTControlMessageFILTER_COUNT_INVALID,
49 RSIControlMessageAXIS_COUNT_INVALID = RSICONSTANTControlMessageAXIS_COUNT_INVALID,
50 RSIControlMessageAXIS_FRAME_COUNT_INVALID = RSICONSTANTControlMessageAXIS_FRAME_COUNT_INVALID,
51 RSIControlMessageMOTION_COUNT_INVALID = RSICONSTANTControlMessageMOTION_COUNT_INVALID,
52 RSIControlMessageMATH_BLOCK_COUNT_INVALID = RSICONSTANTControlMessageMATH_BLOCK_COUNT_INVALID,
53 RSIControlMessageSEQUENCE_COUNT_INVALID = RSICONSTANTControlMessageSEQUENCE_COUNT_INVALID,
54 RSIControlMessagePRE_FILTER_DELAY_COUNT_INVALID = RSICONSTANTControlMessagePRE_FILTER_DELAY_COUNT_INVALID,
55 RSIControlMessageRECORDER_COUNT_INVALID = RSICONSTANTControlMessageRECORDER_COUNT_INVALID,
56 RSIControlMessageLIMIT_BLOCK_COUNT_INVALID = RSICONSTANTControlMessageLIMIT_BLOCK_COUNT_INVALID,
57 RSIControlMessageCOMPENSATOR_COUNT_INVALID = RSICONSTANTControlMessageCOMPENSATOR_COUNT_INVALID,
58 RSIControlMessageCAPTURE_COUNT_INVALID = RSICONSTANTControlMessageCAPTURE_COUNT_INVALID,
59 RSIControlMessageTX_TIME_INVALID = RSICONSTANTControlMessageTX_TIME_INVALID,
60 RSIControlMessageSAMPLE_RATE_TO_LOW = RSICONSTANTControlMessageSAMPLE_RATE_TO_LOW,
61 RSIControlMessageSAMPLE_RATE_TO_HIGH = RSICONSTANTControlMessageSAMPLE_RATE_TO_HIGH,
62 RSIControlMessageAXIS_RUNNING = RSICONSTANTControlMessageAXIS_RUNNING,
63 RSIControlMessageRECORDER_RUNNING = RSICONSTANTControlMessageRECORDER_RUNNING,
64 RSIControlMessagePACK_ALIGNMENT = RSICONSTANTControlMessagePACK_ALIGNMENT,
65 RSIControlMessageFIRMWARE_INVALID = RSICONSTANTControlMessageFIRMWARE_INVALID,
66 RSIControlMessageFIRMWARE_VERSION_NONE = RSICONSTANTControlMessageFIRMWARE_VERSION_NONE,
67 RSIControlMessageFIRMWARE_VERSION = RSICONSTANTControlMessageFIRMWARE_VERSION,
68 RSIControlMessageNO_FPGA_SOCKET = RSICONSTANTControlMessageNO_FPGA_SOCKET,
69 RSIControlMessageSYNQNET_STATE = RSICONSTANTControlMessageSYNQNET_STATE,
70 RSIControlMessageIO_BIT_INVALID = RSICONSTANTControlMessageIO_BIT_INVALID,
71 RSIControlMessageOBJECT_INDEX_INVALID = RSICONSTANTControlMessageOBJECT_INDEX_INVALID,
72 RSIControlMessageOBJECT_INVALID = RSICONSTANTControlMessageOBJECT_INVALID,
73 RSIControlMessageFLASH_SYNQNET_STATE_INVALID = RSICONSTANTControlMessageFLASH_SYNQNET_STATE_INVALID,
74 RSIControlMessageFLASH_INVALID = RSICONSTANTControlMessageFLASH_INVALID,
75 RSIControlMessageFLASH_VERIFY_ERROR = RSICONSTANTControlMessageFLASH_VERIFY_ERROR,
76 RSIControlMessageFLASH_WRITE_ERROR = RSICONSTANTControlMessageFLASH_WRITE_ERROR,
77 RSIControlMessageFILE_INACCESSIBLE = RSICONSTANTControlMessageFILE_INACCESSIBLE,
78 RSIControlMessageBUFFER_TOO_SMALL = RSICONSTANTControlMessageBUFFER_TOO_SMALL,
79 RSIControlMessageEVENTS_LOST = RSICONSTANTControlMessageEVENTS_LOST,
80 RSIElementMessageELEMENT_INVALID = RSICONSTANTElementMessageELEMENT_INVALID,
81 RSIEventMessageEVENT_INVALID = RSICONSTANTEventMessageEVENT_INVALID,
82 RSIFilterMessageFILTER_INVALID = RSICONSTANTFilterMessageFILTER_INVALID,
83 RSIFilterMessageINVALID_ALGORITHM = RSICONSTANTFilterMessageINVALID_ALGORITHM,
84 RSIFilterMessageINVALID_DRATE = RSICONSTANTFilterMessageINVALID_DRATE,
85 RSIFilterMessageCONVERSION_DIV_BY_0 = RSICONSTANTFilterMessageCONVERSION_DIV_BY_0,
86 RSIFilterMessageSECTION_NOT_ENABLED = RSICONSTANTFilterMessageSECTION_NOT_ENABLED,
87 RSIFilterMessageINVALID_FILTER_FORM = RSICONSTANTFilterMessageINVALID_FILTER_FORM,
88 RSIFilterMessageINVALID_SMOOTHING = RSICONSTANTFilterMessageINVALID_SMOOTHING,
89 RSIGeometricPathMessageILLEGAL_DIMENSION = RSICONSTANTGeometricPathMessageILLEGAL_DIMENSION,
90 RSIGeometricPathMessageILLEGAL_ELEMENT = RSICONSTANTGeometricPathMessageILLEGAL_ELEMENT,
91 RSIGeometricPathMessageARC_ILLEGAL_DIMENSION = RSICONSTANTGeometricPathMessageARC_ILLEGAL_DIMENSION,
92 RSIGeometricPathMessageILLEGAL_RADIUS = RSICONSTANTGeometricPathMessageILLEGAL_RADIUS,
93 RSIGeometricPathMessagePATH_TOO_LONG = RSICONSTANTGeometricPathMessagePATH_TOO_LONG,
94 RSIGeometricPathMessageUNSUPPORTED_TYPE = RSICONSTANTGeometricPathMessageUNSUPPORTED_TYPE,
95 RSIGeometricPathMessageILLEGAL_VELOCITY = RSICONSTANTGeometricPathMessageILLEGAL_VELOCITY,
96 RSIGeometricPathMessageILLEGAL_ACCELERATION = RSICONSTANTGeometricPathMessageILLEGAL_ACCELERATION,
97 RSIGeometricPathMessageILLEGAL_TIMESLICE = RSICONSTANTGeometricPathMessageILLEGAL_TIMESLICE,
98 RSILicenseMessageNOT_VALID = RSICONSTANTLicenseMessageNOT_VALID,
99 RSILicenseMessageNOFEATURE = RSICONSTANTLicenseMessageNOFEATURE,
100 RSILicenseMessageNOAXIS = RSICONSTANTLicenseMessageNOAXIS,
101 RSILicenseMessageCONTROL_TYPE_FILE = RSICONSTANTLicenseMessageCONTROL_TYPE_FILE,
102 RSILicenseMessageEXPIRED = RSICONSTANTLicenseMessageEXPIRED,
103 RSILicenseMessageUNLICENSED = RSICONSTANTLicenseMessageUNLICENSED,
104 RSILicenseMessageNO_APP_LICENSE = RSICONSTANTLicenseMessageNO_APP_LICENSE,
105 RSIListMessageELEMENT_NOT_FOUND = RSICONSTANTListMessageELEMENT_NOT_FOUND,
106 RSIListMessageELEMENT_INVALID = RSICONSTANTListMessageELEMENT_INVALID,
107 RSIMessageOK = RSICONSTANTMessageOK,
108 RSIMessageARG_INVALID = RSICONSTANTMessageARG_INVALID,
109 RSIMessagePARAM_INVALID = RSICONSTANTMessagePARAM_INVALID,
110 RSIMessageHANDLE_INVALID = RSICONSTANTMessageHANDLE_INVALID,
111 RSIMessageNO_MEMORY = RSICONSTANTMessageNO_MEMORY,
112 RSIMessageOBJECT_FREED = RSICONSTANTMessageOBJECT_FREED,
113 RSIMessageOBJECT_NOT_ENABLED = RSICONSTANTMessageOBJECT_NOT_ENABLED,
114 RSIMessageOBJECT_NOT_FOUND = RSICONSTANTMessageOBJECT_NOT_FOUND,
115 RSIMessageOBJECT_ON_LIST = RSICONSTANTMessageOBJECT_ON_LIST,
116 RSIMessageOBJECT_IN_USE = RSICONSTANTMessageOBJECT_IN_USE,
117 RSIMessageTIMEOUT = RSICONSTANTMessageTIMEOUT,
118 RSIMessageUNSUPPORTED = RSICONSTANTMessageUNSUPPORTED,
119 RSIMessageFATAL_ERROR = RSICONSTANTMessageFATAL_ERROR,
120 RSIMessageFILE_CLOSE_ERROR = RSICONSTANTMessageFILE_CLOSE_ERROR,
121 RSIMessageFILE_OPEN_ERROR = RSICONSTANTMessageFILE_OPEN_ERROR,
122 RSIMessageFILE_READ_ERROR = RSICONSTANTMessageFILE_READ_ERROR,
123 RSIMessageFILE_WRITE_ERROR = RSICONSTANTMessageFILE_WRITE_ERROR,
124 RSIMessageFILE_MISMATCH = RSICONSTANTMessageFILE_MISMATCH,
125 RSIMessageASSERT_FAILURE = RSICONSTANTMessageASSERT_FAILURE,
126 RSIClientMessageMETHOD_INVALID = RSICONSTANTClientMessageMETHOD_INVALID,
127 RSIClientMessageHEADER_INVALID = RSICONSTANTClientMessageHEADER_INVALID,
128 RSIClientMessageRSICONSTANT_INCOMPATIBLE = RSICONSTANTClientMessageRSICONSTANT_INCOMPATIBLE,
129 RSIClientMessageSERVER_INCOMPATIBLE = RSICONSTANTClientMessageSERVER_INCOMPATIBLE,
130 RSIClientMessageSERVER_INACCESSIBLE = RSICONSTANTClientMessageSERVER_INACCESSIBLE,
131 RSIClientMessageCOUNT = RSICONSTANTClientMessageCOUNT,
132 RSIMotionMessageMOTION_INVALID = RSICONSTANTMotionMessageMOTION_INVALID,
133 RSIMotionMessageAXIS_COUNT = RSICONSTANTMotionMessageAXIS_COUNT,
134 RSIMotionMessageAXIS_FRAME_COUNT = RSICONSTANTMotionMessageAXIS_FRAME_COUNT,
135 RSIMotionMessageTYPE_INVALID = RSICONSTANTMotionMessageTYPE_INVALID,
136 RSIMotionMessageATTRIBUTE_INVALID = RSICONSTANTMotionMessageATTRIBUTE_INVALID,
137 RSIMotionMessageIDLE = RSICONSTANTMotionMessageIDLE,
138 RSIMotionMessageMOVING = RSICONSTANTMotionMessageMOVING,
139 RSIMotionMessageSTOPPING = RSICONSTANTMotionMessageSTOPPING,
140 RSIMotionMessageSTOPPED = RSICONSTANTMotionMessageSTOPPED,
141 RSIMotionMessageSTOPPING_ERROR = RSICONSTANTMotionMessageSTOPPING_ERROR,
142 RSIMotionMessageERROR = RSICONSTANTMotionMessageERROR,
143 RSIMotionMessageAUTO_START = RSICONSTANTMotionMessageAUTO_START,
144 RSIMotionMessageILLEGAL_DELAY = RSICONSTANTMotionMessageILLEGAL_DELAY,
145 RSIMotionMessagePROFILE_ERROR = RSICONSTANTMotionMessagePROFILE_ERROR,
146 RSIMotionMessagePROFILE_NOT_SUPPORTED = RSICONSTANTMotionMessagePROFILE_NOT_SUPPORTED,
147 RSIMotionMessagePATH_ERROR = RSICONSTANTMotionMessagePATH_ERROR,
148 RSIMotionMessageFRAMES_LOW = RSICONSTANTMotionMessageFRAMES_LOW,
149 RSIMotionMessageFRAMES_EMPTY = RSICONSTANTMotionMessageFRAMES_EMPTY,
150 RSIMotionMessageFRAME_BUFFER_OVERRUN = RSICONSTANTMotionMessageFRAME_BUFFER_OVERRUN,
151 RSIMotionMessageRESERVED0 = RSICONSTANTMotionMessageRESERVED0,
152 RSIMotionMessageRESERVED1 = RSICONSTANTMotionMessageRESERVED1,
153 RSIMotionMessageRESERVED2 = RSICONSTANTMotionMessageRESERVED2,
154 RSIMotionMessageNO_AXES_MAPPED = RSICONSTANTMotionMessageNO_AXES_MAPPED,
155 RSIMotionMessageBAD_PATH_DATA = RSICONSTANTMotionMessageBAD_PATH_DATA,
156 RSIMotionMessageAXIS_MOVING = RSICONSTANTMotionMessageAXIS_MOVING,
157 RSIMotionMessageAXIS_MAP_MISMATCH = RSICONSTANTMotionMessageAXIS_MAP_MISMATCH,
158 RSIMotorMessageMOTOR_INVALID = RSICONSTANTMotorMessageMOTOR_INVALID,
159 RSIMotorMessageTYPE_INVALID = RSICONSTANTMotorMessageTYPE_INVALID,
160 RSIMotorMessageSTEPPER_NA = RSICONSTANTMotorMessageSTEPPER_NA,
161 RSIMotorMessageMOTOR_NOT_ENABLED = RSICONSTANTMotorMessageMOTOR_NOT_ENABLED,
162 RSIMotorMessageSECONDARY_FEEDBACK_NA = RSICONSTANTMotorMessageSECONDARY_FEEDBACK_NA,
163 RSIMotorMessageHARDWARE_NOT_FOUND = RSICONSTANTMotorMessageHARDWARE_NOT_FOUND,
164 RSIMotorMessageSTEPPER_INVALID = RSICONSTANTMotorMessageSTEPPER_INVALID,
165 RSIMotorMessageDISABLE_ACTION_INVALID = RSICONSTANTMotorMessageDISABLE_ACTION_INVALID,
166 RSIMotorMessagePULSE_WIDTH_INVALID = RSICONSTANTMotorMessagePULSE_WIDTH_INVALID,
167 RSIMotorMessageFEEDBACK_REVERSAL_NA = RSICONSTANTMotorMessageFEEDBACK_REVERSAL_NA,
168 RSIMotorMessagePHASE_FINDING_FAILED = RSICONSTANTMotorMessagePHASE_FINDING_FAILED,
169 RSIMotorMessageDEMAND_MODE_UNSUPPORTED = RSICONSTANTMotorMessageDEMAND_MODE_UNSUPPORTED,
170 RSIMotorMessageDEMAND_MODE_NOT_SET = RSICONSTANTMotorMessageDEMAND_MODE_NOT_SET,
171 RSIMotorMessagePOSITION_FEEDBACK_OFFSET_UNSUPPORTED = RSICONSTANTMotorMessagePOSITION_FEEDBACK_OFFSET_UNSUPPORTED,
172 RSIMotorMessagePOSITION_FEEDBACK_OFFSET_SET_FAILED = RSICONSTANTMotorMessagePOSITION_FEEDBACK_OFFSET_SET_FAILED,
173 RSIMotorMessagePOSITION_FEEDBACK_OFFSET_UNINITIALIZED = RSICONSTANTMotorMessagePOSITION_FEEDBACK_OFFSET_UNINITIALIZED,
174 RSIMapMessageNAME_INVALID = RSICONSTANTMapMessageNAME_INVALID,
175 RSIMapMessageNAME_NOT_FOUND = RSICONSTANTMapMessageNAME_NOT_FOUND,
176 RSIMapMessageINDEX_INVALID = RSICONSTANTMapMessageINDEX_INVALID,
177 RSIMapMessageFILE_INVALID = RSICONSTANTMapMessageFILE_INVALID,
178 RSIMapMessageSYMBOL_NOT_FOUND = RSICONSTANTMapMessageSYMBOL_NOT_FOUND,
179 RSIMapMessageSYMBOL_INVALID = RSICONSTANTMapMessageSYMBOL_INVALID,
180 RSIThreadMessageTHREAD_NOT_RUNNING = RSICONSTANTThreadMessageTHREAD_NOT_RUNNING,
181 RSIThreadMessageTHREAD_RUNNING = RSICONSTANTThreadMessageTHREAD_RUNNING,
182 RSIThreadMessageTHREAD_NOT_STARTED = RSICONSTANTThreadMessageTHREAD_NOT_STARTED,
183 RSINotifyMessageWAIT_IN_PROGRESS = RSICONSTANTNotifyMessageWAIT_IN_PROGRESS,
184 RSIPacketMessageADDRESS_INVALID = RSICONSTANTPacketMessageADDRESS_INVALID,
185 RSIPacketMessageCOMM_ERROR = RSICONSTANTPacketMessageCOMM_ERROR,
186 RSIPacketMessageCONNECTION_CLOSED = RSICONSTANTPacketMessageCONNECTION_CLOSED,
187 RSIPlatformMessagePLATFORM_INVALID = RSICONSTANTPlatformMessagePLATFORM_INVALID,
188 RSIPlatformMessageDEVICE_INVALID = RSICONSTANTPlatformMessageDEVICE_INVALID,
189 RSIPlatformMessageDEVICE_ERROR = RSICONSTANTPlatformMessageDEVICE_ERROR,
190 RSIPlatformMessageDEVICE_MAP_ERROR = RSICONSTANTPlatformMessageDEVICE_MAP_ERROR,
191 RSIPlatformMessageCOPY64_FAILURE = RSICONSTANTPlatformMessageCOPY64_FAILURE,
192 RSIPlatformMessagePATH_DOES_NOT_EXIST = RSICONSTANTPlatformMessagePATH_DOES_NOT_EXIST,
193 RSIPlatformMessagePATH_IS_NOT_A_DIRECTORY = RSICONSTANTPlatformMessagePATH_IS_NOT_A_DIRECTORY,
194 RSIPlatformMessageINSTALL_VARIABLE_NOT_SET = RSICONSTANTPlatformMessageINSTALL_VARIABLE_NOT_SET,
195 RSIPlatformMessageDRIVER_VERSION_INCOMPATIBLE = RSICONSTANTPlatformMessageDRIVER_VERSION_INCOMPATIBLE,
196 RSIPlatformMessageFILE_TYPE_INVALID = RSICONSTANTPlatformMessageFILE_TYPE_INVALID,
197 RSIPlatformMessageFILE_VERSION = RSICONSTANTPlatformMessageFILE_VERSION,
198 RSIPlatformMessageUSER_IS_NOT_ADMIN = RSICONSTANTPlatformMessageUSER_IS_NOT_ADMIN,
199 RSIPlatformMessageINTIME_VERSION_UNSUPPORTED = RSICONSTANTPlatformMessageINTIME_VERSION_UNSUPPORTED,
200 RSIPlatformMessageINTIME_NODE_DOES_NOT_EXIST = RSICONSTANTPlatformMessageINTIME_NODE_DOES_NOT_EXIST,
201 RSIPlatformMessageINTIME_NOT_STARTED = RSICONSTANTPlatformMessageINTIME_NOT_STARTED,
202 RSIPlatformMessageRMP_NOT_STARTED = RSICONSTANTPlatformMessageRMP_NOT_STARTED,
203 RSIPlatformMessageRSI_LICENSE_NOT_FOUND = RSICONSTANTPlatformMessageRSI_LICENSE_NOT_FOUND,
204 RSIPlatformMessageRSI_LICENSE_INVALID = RSICONSTANTPlatformMessageRSI_LICENSE_INVALID,
205 RSIPlatformMessageRSI_USB_SERIAL_NOT_FOUND = RSICONSTANTPlatformMessageRSI_USB_SERIAL_NOT_FOUND,
206 RSIRecorderMessageSTARTED = RSICONSTANTRecorderMessageSTARTED,
207 RSIRecorderMessageSTOPPED = RSICONSTANTRecorderMessageSTOPPED,
208 RSIRecorderMessageNOT_CONFIGURED = RSICONSTANTRecorderMessageNOT_CONFIGURED,
209 RSIRecorderMessageNO_RECORDERS_AVAIL = RSICONSTANTRecorderMessageNO_RECORDERS_AVAIL,
210 RSIRecorderMessageNOT_ENABLED = RSICONSTANTRecorderMessageNOT_ENABLED,
211 RSIRecorderMessageRUNNING = RSICONSTANTRecorderMessageRUNNING,
212 RSIRecorderMessageRECORD_COUNT_INVALID = RSICONSTANTRecorderMessageRECORD_COUNT_INVALID,
213 RSIRecorderMessageRESERVED = RSICONSTANTRecorderMessageRESERVED,
214 RSIRecorderMessageNOT_RESERVED = RSICONSTANTRecorderMessageNOT_RESERVED,
215 RSIServerMessageMETHOD_INVALID = RSICONSTANTServerMessageMETHOD_INVALID,
216 RSIServerMessageHEADER_INVALID = RSICONSTANTServerMessageHEADER_INVALID,
217 RSIUserLimitMessageUSER_LIMIT_INVALID = RSICONSTANTUserLimitMessageUSER_LIMIT_INVALID,
218 // dropped the SqNode looks like we still use node so moved to RSI errors after RSICONSTANTRsiErrorStart
219 // RSINetworkNodeMessageNODE_FAILURE = RSICONSTANTSqNodeMessageNODE_FAILURE,///< \n
220 RSI_CONTROLLER_INVALID_CONTROLLER_NUMBER = RSICONSTANTRsiErrorStart,
276 // Used SqNode Message error for EtherCat node error. users might have used old enum in code so left naming style intact for now
280
281};
282
286 RSIControllerTypeCLIENT = RSICONSTANTControlTypeCLIENT,
287 RSIControllerTypeFILE = RSICONSTANTControlTypeFILE,
288 RSIControllerTypeSIMULATION = RSICONSTANTControlTypeSIMULATION,
290 RSIControllerTypeUNINITIALIZED = RSICONSTANTControlTypeINVALID,
291
292};
293
298
301enum class RSIHomeMethod {
303
310
315
320
323
328
331
334
337
340
342
345
353
358
363
366
373
378
383
386
389
391
394};
395
403
436};
437
499};
500
507
510 RSIFirmwareStatusIN_COARSE_POSITION = RSICONSTANTFWStatusIN_COARSE_POSITION,
511 RSIFirmwareStatusAT_TARGET = RSICONSTANTFWStatusAT_TARGET,
512 RSIFirmwareStatusAT_VELOCITY = RSICONSTANTFWStatusAT_VELOCITY,
513 RSIFirmwareStatusIN_FINE_POSITION = RSICONSTANTFWStatusIN_FINE_POSITION,
514 RSIFirmwareStatusSETTLED = RSICONSTANTFWStatusSETTLED,
515 RSIFirmwareStatusDONE = RSICONSTANTFWStatusDONE,
516 RSIFirmwareStatusMOTION_START = RSICONSTANTFWStatusMOTION_START,
517 RSIFirmwareStatusPS_FAULT = RSICONSTANTFWStatusPS_FAULT,
518 RSIFirmwareStatusMS_FAULT = RSICONSTANTFWStatusMS_FAULT,
519 RSIFirmwareStatusOUT_OF_FRAMES = RSICONSTANTFWStatusOUT_OF_FRAMES,
520 RSIFirmwareStatusFRAME = RSICONSTANTFWStatusFRAME,
521 RSIFirmwareStatusRESET = RSICONSTANTFWStatusRESET,
522 RSIFirmwareStatusRESUME = RSICONSTANTFWStatusRESUME,
523 RSIFirmwareStatusPAUSE = RSICONSTANTFWStatusPAUSE,
524 RSIFirmwareStatusSTOP = RSICONSTANTFWStatusSTOP,
525 RSIFirmwareStatusESTOP = RSICONSTANTFWStatusESTOP,
526 RSIFirmwareStatusESTOP_ABORT = RSICONSTANTFWStatusESTOP_ABORT,
527 RSIFirmwareStatusESTOP_CMD_EQ_ACT = RSICONSTANTFWStatusESTOP_CMD_EQ_ACT,
528 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP,
529 RSIFirmwareStatusTRIGGERED_MODIFY = RSICONSTANTFWStatusTRIGGERED_MODIFY,
530 RSIFirmwareStatusABORT = RSICONSTANTFWStatusABORT,
531 RSIFirmwareStatusERROR_STATE = RSICONSTANTFWStatusERROR_STATE,
532 RSIFirmwareStatusDISABLED = RSICONSTANTFWStatusDISABLED,
533 RSIFirmwareStatusHOST = RSICONSTANTFWStatusHOST,
534 RSIFirmwareStatusREC_IDLE = RSICONSTANTFWStatusREC_IDLE,
535 RSIFirmwareStatusREC_HIGH = RSICONSTANTFWStatusREC_HIGH,
536 RSIFirmwareStatusREC_FULL = RSICONSTANTFWStatusREC_FULL,
537 RSIFirmwareStatusREC_RUNNING = RSICONSTANTFWStatusREC_RUNNING,
538 RSIFirmwareStatusCAM = RSICONSTANTFWStatusCAM,
539 RSIFirmwareStatusEXTERNAL = RSICONSTANTFWStatusEXTERNAL,
540 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP_ABORT = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP_ABORT,
541 RSIFirmwareStatusMOTOR_LIMIT = RSICONSTANTFWStatusMOTOR_LIMIT,
542};
543
545enum class RSITrace {
546 RSITraceNONE = RSICONSTANTTraceNONE,
547 RSITraceFUNCTION_ENTRY = RSICONSTANTTraceFUNCTION_ENTRY,
548 RSITraceFUNCTION_RETURN = RSICONSTANTTraceFUNCTION_RETURN,
549 RSITraceMEMORY_ALLOC = RSICONSTANTTraceMEMORY_ALLOC,
550 RSITraceMEMORY_FREE = RSICONSTANTTraceMEMORY_FREE,
551 RSITraceMEMORY_GET = RSICONSTANTTraceMEMORY_GET,
552 RSITraceMEMORY_SET = RSICONSTANTTraceMEMORY_SET,
553 RSITraceVALIDATE = RSICONSTANTTraceVALIDATE,
554 RSITraceLOCK_GIVE = RSICONSTANTTraceLOCK_GIVE,
555 RSITraceLOCK_TAKE = RSICONSTANTTraceLOCK_TAKE,
556 RSITraceEVENT = RSICONSTANTTraceEVENT,
557 RSITraceCUSTOM = RSICONSTANTTraceCUSTOM,
558 RSITraceTIME = RSICONSTANTTraceTIME,
559 RSITraceTRAJECTORY_EXECUTOR = RSICONSTANTTraceTRAJECTORY_EXECUTOR,
560 RSITraceALL = RSICONSTANTTraceALL,
561};
562
565{
566 RSILogicNEVER = RSICONSTANTFWLogicNEVER,
567 RSILogicSINGLE = RSICONSTANTFWLogicSINGLE,
568 RSILogicOR = RSICONSTANTFWLogicOR,
569 RSILogicAND = RSICONSTANTFWLogicAND,
570};
571
583
591
597
629
631enum class RSINetworkType {
632 RSINetworkTypeSTRING = RSICONSTANTNetworkTypeSTRING,
633 RSINetworkTypeDUAL_STRING = RSICONSTANTNetworkTypeSTRING_DUAL,
634 RSINetworkTypeRING = RSICONSTANTNetworkTypeRING,
635};
636
639 RSIUserLimitTriggerTypeINVALID = RSICONSTANTUserLimitTriggerTypeINVALID,
640 RSIUserLimitTriggerTypeNONE = RSICONSTANTUserLimitTriggerTypeNONE,
641 RSIUserLimitTriggerTypeSINGLE_CONDITION = RSICONSTANTUserLimitTriggerTypeSINGLE_CONDITION,
642 RSIUserLimitTriggerTypeCONDITION_AND = RSICONSTANTUserLimitTriggerTypeCONDITION_AND,
643 RSIUserLimitTriggerTypeCONDITION_OR = RSICONSTANTUserLimitTriggerTypeCONDITION_OR,
644 RSIUserLimitTriggerTypeTIMER = RSICONSTANTUserLimitTriggerTypeTIMER,
645 RSIUserLimitTriggerTypeEND = RSICONSTANTUserLimitTriggerTypeEND,
646 RSIUserLimitTriggerTypeFIRST = RSICONSTANTUserLimitTriggerTypeFIRST,
647 RSIUserLimitTriggerTypeCOUNT = RSICONSTANTUserLimitTriggerTypeCOUNT,
648};
649
652 RSIUserLimitLogicEQ = RSICONSTANTUserLimitLogicEQ,
653 RSIUserLimitLogicNE = RSICONSTANTUserLimitLogicNE,
654 RSIUserLimitLogicGT = RSICONSTANTUserLimitLogicGT,
655 RSIUserLimitLogicGE = RSICONSTANTUserLimitLogicGE,
656 RSIUserLimitLogicLE = RSICONSTANTUserLimitLogicLE,
657 RSIUserLimitLogicLT = RSICONSTANTUserLimitLogicLT,
658 RSIUserLimitLogicABS_EQ = RSICONSTANTUserLimitLogicABS_EQ,
659 RSIUserLimitLogicABS_GT = RSICONSTANTUserLimitLogicABS_GT,
660 RSIUserLimitLogicABS_LE = RSICONSTANTUserLimitLogicABS_LE,
661};
662
664enum class RSIDataType {
665 RSIDataTypeINVALID = RSICONSTANTDataTypeINVALID,
666 RSIDataTypeSHORT = RSICONSTANTDataTypeSHORT,
667 RSIDataTypeUSHORT = RSICONSTANTDataTypeUSHORT,
668 RSIDataTypeINT16 = RSICONSTANTDataTypeSHORT,
669 RSIDataTypeUINT16 = RSICONSTANTDataTypeUSHORT,
670 RSIDataTypeINT32 = RSICONSTANTDataTypeINT32,
671 RSIDataTypeUINT32 = RSICONSTANTDataTypeUINT32,
672 RSIDataTypeFLOAT = RSICONSTANTDataTypeFLOAT,
673 RSIDataTypeDOUBLE = RSICONSTANTDataTypeDOUBLE,
674 RSIDataTypeINT64 = RSICONSTANTDataTypeINT64,
675 RSIDataTypeUINT64 = RSICONSTANTDataTypeUINT64,
676 RSIDataTypeMASK32 = RSICONSTANTDataTypeMASK32,
677 RSIDataTypeMASK64 = RSICONSTANTDataTypeMASK64,
678 RSIDataTypeBOOL = RSICONSTANTDataTypeBOOL,
679};
680
682enum class RSINodeType : uint64_t {
683 RSINodeTypeINVALID = RSICONSTANTNodeLibNodeTypeINVALID,
684 RSINodeTypeUNKNOWN = RSICONSTANTNodeLibNodeTypeUNKNOWN,
685
686 RSINodeTypeKOLLMORGEN_AKD = 0x0000006A00414B44,
687 RSINodeTypeKOLLMORGEN_S700 = 0x0000006A03000600,
688 RSINodeTypeKOLLMORGEN_AKT = 0x0000006A04602c22,
689 RSINodeTypeKOLLMORGEN_AKD_C = 0x0000006A414B4331,
690 RSINodeTypeKOLLMORGEN_AKD_N = 0x0000006A414B444E,
697 RSINodeTypeBECKHOFF_EL6900 = 0x000000021AF43052,
698 RSINodeTypeBECKHOFF_EL6910 = 0x000000021AFE3052,
699 RSINodeTypeBECKHOFF_EP3184 = 0x000000020C704052,
700 RSINodeTypeBECKHOFF_EP2338 = 0x0000000209224052,
701 RSINodeTypeBECKHOFF_EP7041 = 0x000000021b814052,
702 RSINodeTypeBECKHOFF_EK1100 = 0x00000002044c2c52,
703 RSINodeTypeBECKHOFF_EK1310 = 0x00000002051E2C52,
704 RSINodeTypeBECKHOFF_EL1008 = 0x0000000203f03052,
705 RSINodeTypeBECKHOFF_EL1054 = 0x00000002041E3052,
706 RSINodeTypeBECKHOFF_EL1088 = 0x0000000204403052,
707 RSINodeTypeBECKHOFF_EL2008 = 0x0000000207d83052,
708 RSINodeTypeBECKHOFF_EL2022 = 0x0000000207e63052,
709 RSINodeTypeBECKHOFF_EL2521 = 0x0000000209d93052,
710 RSINodeTypeBECKHOFF_EL2624 = 0x000000020A403052,
711 RSINodeTypeBECKHOFF_EL2634 = 0x000000020A4A3052,
712 RSINodeTypeBECKHOFF_EK1101 = 0x00000002044d2c52,
713 RSINodeTypeBECKHOFF_EL3002 = 0x000000020bba3052,
714 RSINodeTypeBECKHOFF_EL4032 = 0x000000020fc03052,
715 RSINodeTypeBECKHOFF_EL3104 = 0x000000020c203052,
716 RSINodeTypeBECKHOFF_EJ1100 = 0x00000002044C2852,
717 RSINodeTypeBECKHOFF_EJ1889 = 0x0000000207612852,
718 RSINodeTypeBECKHOFF_EJ2889 = 0x000000020B492852,
719 RSINodeTypeBECKHOFF_EJ3004 = 0x000000020BBC2852,
720 RSINodeTypeBECKHOFF_EJ4002 = 0x000000020FA22852,
721 RSINodeTypeBECKHOFF_EP4378 = 0x00000002111a4052,
722 RSINodeTypeBECKHOFF_EPP2338 = 0x0000000264765829,
723 RSINodeTypeBECKHOFF_EPP2316 = 0x00000002647656C9,
724 RSINodeTypeBECKHOFF_EL7041 = 0x000000021b813052,
725 RSINodeTypeBECKHOFF_BK1120 = 0x0000000204602c22,
726 RSINodeTypeBECKHOFF_EL4022 = 0x000000020fb63052,
727 RSINodeTypeBECKHOFF_EL1918 = 0x00000002077E3052,
728 RSINodeTypeBECKHOFF_EL1904 = 0x0000000207703052,
729 RSINodeTypeBECKHOFF_EL2904 = 0x000000020B583052,
730 RSINodeTypeBECKHOFF_EL4102 = 0x0000000210063052,
731 RSINodeTypeAMC_DIGIFLEX = 0x000000BD012D0000,
732 RSINodeTypeAMC_DIGIFLEX2 = 0x000000BD012E0000,
733 RSINodeTypeAMC_DIGIFLEX3 = 0x000000BD012F0000,
734 RSINodeTypeAMC_DIGIFLEX4 = 0x000000BD01300000,
735 RSINodeTypeAMC_FlexPro = 0x000000BD01910000,
736 RSINodeTypeFESTO_CMMP = 0x0000001D502D4153,
737 RSINodeTypeFESTO_CMMT = 0x0000001D007B1a95,
738 RSINodeTypeSERVOTRONIX_FLEXIPRO = 0x000002E100000000,
739 RSINodeTypeMPC_FLEXIPRO = 0x0000067800000000,
740 RSINodeTypePANASONIC_MINASA5 = 0x0000066F511050A1,
741 RSINodeTypePANASONIC_MINASA6 = 0x0000066F60000000,
742 RSINodeTypeDELTA_ASDA = 0x000001DD10305070,
743 RSINodeTypeYASKAWA_SGDV = 0x0000053902200001,
744 RSINodeTypeYASKAWA_SGD7S = 0x0000053902200301,
745 RSINodeTypeYASKAWA_SGDXS = 0x0000053902200901,
746 RSINodeTypeYASKAWA_SGDXW = 0x0000053902200902,
747 RSINodeTypeYASKAWA_SGDXT = 0x0000053902200903,
748 RSINodeTypeYASKAWA_A1000 = 0x0000053941313030,
749 RSINodeTypeYASKAWA_GA700 = 0x0000053947413730,
750 RSINodeTypeSCHNEIDER_LXM32M = 0x0800005A00016440,
751 RSINodeTypeSCHNEIDER_LXM28E = 0x0800005A00096030,
752 RSINodeTypeSCHNEIDER_ILA = 0x0800005A000022DB,
753 RSINodeTypeBONFIGLIOLI_AGILE = 0x000000D500008000,
754 RSINodeTypeAMP_SS = 0x0000040400000001,
755 RSINodeTypeCOPLEY_XEC = 0x000000AB000011B0,
756 RSINodeTypeCOPLEY_TE2 = 0x000000AB000010F0,
757 RSINodeTypeCOPLEY_RGM = 0x000000AB00002020,
758 RSINodeTypeCOPLEY_XE2 = 0x000000AB000010B0,
759 RSINodeTypeCOPLEY_XEL = 0x000000AB00001000,
760 RSINodeTypeESTUN_PRONET = 0x0000060A00000001,
761 RSINodeTypeOPTOFORCE_SENSOR = 0x000005D426483052,
762 RSINodeTypeCREVIS_NA9286 = 0x0000029D4E419286,
763 RSINodeTypeCREVIS_GN9386 = 0x0000029D474C9086,
764 RSINodeTypeCREVIS_GL9086 = 0x0000029D474E9386,
765 RSINodeTypeESD_ECXDIO8 = 0x0000001700000004,
766 RSINodeTypePROMESS_DSC = 0x000001902FB52E56,
767 RSINodeTypeHMS_ANYBUS = 0x0000001B0000003D,
768 RSINodeTypeTECO_JSDG2E = 0x0000081B47322D45,
769 RSINodeTypeELMO_GOLD = 0x0000009A00030924,
770 RSINodeTypeELMO_DUET = 0x0000009A00030925,
771 RSINodeTypeELMO_PLATINUM = 0x0000009A01100002,
772 RSINodeTypeKEYENCE_NUEC1 = 0x0000054100002500,
773 RSINodeTypeSMC_EX260 = 0x0000011401000001,
774 RSINodeTypeSMC_EX600 = 0x0000011401000005,
775 RSINodeTypeAMAX_4830 = 0x000013FE00004830,
776 RSINodeTypeBONFIGLIOLI_ACU540 = 0x000000D500004000,
777 RSINodeTypeOMRON_1SN01H = 0x00000083000000AE,
778 RSINodeTypeOMRON_1SN01L = 0x00000083000000AB,
779 RSINodeTypeOMRON_1SN02H = 0x00000083000000AF,
780 RSINodeTypeOMRON_1SN02L = 0x00000083000000AC,
781 RSINodeTypeOMRON_1SN04H = 0x00000083000000B0,
782 RSINodeTypeOMRON_1SN04L = 0x00000083000000AD,
783 RSINodeTypeOMRON_1SN06F = 0x00000083000000BE,
784 RSINodeTypeOMRON_1SN08H = 0x00000083000000B1,
785 RSINodeTypeOMRON_1SN10F = 0x00000083000000B6,
786 RSINodeTypeOMRON_1SN10H = 0x00000083000000B2,
787 RSINodeTypeOMRON_1SN15F = 0x00000083000000B7,
788 RSINodeTypeOMRON_1SN15H = 0x00000083000000B3,
789 RSINodeTypeOMRON_1SN20F = 0x00000083000000B8,
790 RSINodeTypeOMRON_1SN20H = 0x00000083000000B4,
791 RSINodeTypeOMRON_1SN30F = 0x00000083000000B9,
792 RSINodeTypeOMRON_1SN30H = 0x00000083000000B5,
793 RSINodeTypeMITSUBISHI_MR_J4_TM = 0x00000A1E00000201,
794 RSINodeTypeMITSUBISHI_MR_J5_TM = 0x00000A1E00000304,
795 RSINodeTypeMITSUBISHI_MR_J5W2 = 0x00000A1E00000302,
796 RSINodeTypeMITSUBISHI_MR_JET = 0x00000A1E00000305,
797 RSINodeTypeLENZE_I550 = 0x0000003B69055000,
798 RSINodeTypeLENZE_I700_SINGLE = 0x0000003B69070001,
799 RSINodeTypeLENZE_I700_DOUBLE = 0x0000003B69070002,
800 RSINodeTypeINVT_DA200 = 0x0000061600000000,
801 RSINodeTypeABB_MICROFLEX = 0x000000B7000002BC,
802 RSINodeTypePARKER_PD = 0x0900008900010001,
803 RSINodeTypePARKER_FL20C = 0x0100008900000001,
804 RSINodeTypeHANS_DMODULE = 0x0000001A50440200,
805 RSINodeTypeTPM_STP_K121 = 0x000006AB4b121000,
806 RSINodeTypeTPM_SRV_K221 = 0x000006AB31221100,
807 RSINodeTypeORIENTAL_NETC01 = 0x000002BE00001397,
808 RSINodeTypeFASTECH_ETHERCAT = 0x0FA0000000001002,
809 RSINodeTypeFASTECH_ETHERCAT_TO = 0x0FA0000000001202,
810 RSINodeTypeFASTECH_ETHERCAT_ALL = 0x0FA0000000001007,
811 RSINodeTypeFASTECH_ETHERCAT_MINI = 0x0FA0000000001006,
812 RSINodeTypeFASTECH_ETHERCAT_I8O8 = 0x0FA0000000002021,
814 RSINodeTypeFASTECH_ETHERCAT_DA04 = 0x0FA0000000002212,
815 RSINodeTypeFASTECH_ETHERCAT_AD08 = 0x0FA0000000002203,
816 RSINodeTypeDELTA_5500 = 0x000001DD00005500,
817 RSINodeTypeDELTA_6002 = 0x000001DD00006002,
818 RSINodeTypeDELTA_7062 = 0x000001DD00007062,
819 RSINodeTypeDELTA_70A2 = 0x000001DD000070A2,
820 RSINodeTypeDELTA_9144 = 0x000001DD00009144,
821 RSINodeTypeDELTA_8124 = 0x000001DD00008124,
822 RSINodeTypeDELTA_5621 = 0x000001DD00005621,
823 RSINodeTypeDELTA_ASDA_A3 = 0x000001DD00006010,
824 RSINodeTypeDELTA_ASDA_B3 = 0x000001DD00006080,
825 RSINodeTypeMOONS_STF06_EC = 0x0000016800000002,
826 RSINodeTypeMOONS_M2_EC = 0x0000016800000003,
827 RSINodeTypeMOONS_SSDC06_EC = 0x0000016800000004,
828 RSINodeTypeMOONS_M3_EC = 0x0000016800000007,
829 RSINodeTypeMOONS_M3R5_EC = 0x000001680000000F,
830 RSINodeTypeMOONS_MDX_EC = 0x0000016800000011,
831 RSINodeTypeMOONS_STF4X_EC = 0x0000016800000014,
832 RSINodeTypeMOONS_M3E_EC = 0x0000016800000015,
833 RSINodeTypeMOONS_STF2X_EC = 0x0000016800000017,
834 RSINodeTypeMOONS_M56S_EC = 0x000001680000001A,
835 RSINodeTypeMOONS_M54S_EC = 0x000001680000001B,
836 RSINodeTypeMOONS_M52S_EC = 0x000001680000001E,
837 RSINodeTypeMOONS_MROBOT_EC = 0x0000016800000021,
838 RSINodeTypeMOONS_MBDV_EC = 0x0000016810000007,
839 RSINodeTypeMOONS_MBDV_02_EC = 0x000001681000000F,
840 RSINodeTypeFUJI_ALPHA7 = 0x0000025E00010002,
841 RSINodeTypeBR_X20 = 0x0000006C0000AC23,
843 RSINodeTypeNEXCOM_NEIO1812 = 0x0000075200001812,
845 RSINodeTypeHIWIN_EDF1 = 0x0000AAAA00000005,
846 RSINodeTypeLEADSHINE_CS3E = 0x0000432100000100,
847 RSINodeTypeLEADSHINE_L7EC = 0x00004321000000B2,
848 RSINodeTypeLEADSHINE_DM3E = 0x0000432100008100,
849 RSINodeTypeINGENIA_CAPITAN_XCR = 0x0000029C03731001,
850 RSINodeTypeCONTROLTECHNIQUES_753 = 0x000000F901031102,
851 RSINodeTypeLINMOT_DRIVE = 0x4C4E54490096096F,
853 RSINodeTypeTECHNOSOFT_IPOS8015 = 0x000001A3015F5A2D,
855 RSINodeTypeJENNYSCIENCE_XENAX = 0x0000055700007509,
856 RSINodeTypeNANOTEC_PD4 = 0x0000026C0000003C,
857 RSINodeTypeWAGO = 0x0000002107500354,
858 RSINodeTypeIFM_AL1930 = 0x0000062200001930,
859 RSINodeTypeSANYODENKI_RS3 = 0x000001b90000000b,
860 RSINodeTypeODEAR_DSEX16Y16L_MW = 0x00000a8c0000000e,
861 RSINodeTypeICP_ECAT2055 = 0x0049435000000807,
862 RSINodeTypeLS_IX7NH = 0x0000759500010005,
863 RSINodeTypeNIMOTION_PMM = 0x0000002D01000003,
865 RSINodeTypeCKD_ECR_MNNN3B_EC = 0x0000063400040003,
866 RSINodeTypeCKD_AXD = 0x0000063400040006,
867 RSINodeTypeCKD_ECMG_CNNN30 = 0x0000063400040007,
868 RSINodeTypeNODKA_AX1010 = 0x000002EAA00A1010,
869 RSINodeTypeNODKA_AX1013 = 0x000002EAA00A1013,
870 RSINodeTypeNODKA_AX1016 = 0x000002EAA00A1016,
871 RSINodeTypeNODKA_AX1020 = 0x000002EAA00A1020,
872 RSINodeTypeNODKA_AX1023 = 0x000002EAA00A1023,
873 RSINodeTypeNODKA_AX1026 = 0x000002EAA00A1026,
874 RSINodeTypeNODKA_AX1310 = 0x000002EAA00A1310,
875 RSINodeTypeNODKA_AX1313 = 0x000002EAA00A1313,
876 RSINodeTypeNODKA_AX1316 = 0x000002EAA00A1316,
877 RSINodeTypeNODKA_AX1320 = 0x000002EAA00A1320,
878 RSINodeTypeNODKA_AX1323 = 0x000002EAA00A1323,
879 RSINodeTypeNODKA_AX1326 = 0x000002EAA00A1326,
880 RSINodeTypeNIKKIDENSO_NCR_HD = 0x0000081600000100,
881 RSINodeTypeINOVANCE_SV660N = 0x00100000000C010D,
882};
883
886enum class RSIState {
887 RSIStateIDLE = RSICONSTANTStateIDLE,
888 RSIStateMOVING = RSICONSTANTStateMOVING,
889 RSIStateSTOPPING = RSICONSTANTStateSTOPPING,
890 RSIStateSTOPPED = RSICONSTANTStateSTOPPED,
891 RSIStateSTOPPING_ERROR = RSICONSTANTStateSTOPPING_ERROR,
892 RSIStateERROR = RSICONSTANTStateERROR,
893};
894
897 RSIMotorDedicatedInAMP_FAULT = RSICONSTANTMotorDedicatedInAMP_FAULT,
898 RSIMotorDedicatedInBRAKE_APPLIED = RSICONSTANTMotorDedicatedInBRAKE_APPLIED,
899 RSIMotorDedicatedInHOME = RSICONSTANTMotorDedicatedInHOME,
900 RSIMotorDedicatedInLIMIT_HW_POS = RSICONSTANTMotorDedicatedInLIMIT_HW_POS,
901 RSIMotorDedicatedInLIMIT_HW_NEG = RSICONSTANTMotorDedicatedInLIMIT_HW_NEG,
902 RSIMotorDedicatedInINDEX = RSICONSTANTMotorDedicatedInINDEX_PRIMARY,
903 RSIMotorDedicatedInINDEX_SECONDARY = RSICONSTANTMotorDedicatedInINDEX_SECONDARY,
904 RSIMotorDedicatedInFEEDBACK_FAULT = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT,
905 RSIMotorDedicatedInCAPTURED = RSICONSTANTMotorDedicatedInDRIVE_CAPTURED,
906 RSIMotorDedicatedInHALL_A = RSICONSTANTMotorDedicatedInHALL_A,
907 RSIMotorDedicatedInHALL_B = RSICONSTANTMotorDedicatedInHALL_B,
908 RSIMotorDedicatedInHALL_C = RSICONSTANTMotorDedicatedInHALL_C,
909 RSIMotorDedicatedInAMP_ACTIVE = RSICONSTANTMotorDedicatedInAMP_ACTIVE,
910 RSIMotorDedicatedInWARNING = RSICONSTANTMotorDedicatedInDRIVE_WARNING,
911 RSIMotorDedicatedInDRIVE_STATUS_9 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_9,
912 RSIMotorDedicatedInDRIVE_STATUS_10 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_10,
913 RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_PRIMARY,
914 RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_SECONDARY,
915};
916
919 RSIMotorDedicatedOutAMP_ENABLE = RSICONSTANTMotorDedicatedOutAMP_ENABLE,
920 RSIMotorDedicatedOutBRAKE_RELEASE = RSICONSTANTMotorDedicatedOutBRAKE_RELEASE,
921};
922
925 RSIMotorGeneralIo0 = RSICONSTANTMotorGeneralIo0,
926 RSIMotorGeneralIo1 = RSICONSTANTMotorGeneralIo1,
927 RSIMotorGeneralIo2 = RSICONSTANTMotorGeneralIo2,
928 RSIMotorGeneralIo3 = RSICONSTANTMotorGeneralIo3,
929 RSIMotorGeneralIo4 = RSICONSTANTMotorGeneralIo4,
930 RSIMotorGeneralIo5 = RSICONSTANTMotorGeneralIo5,
931 RSIMotorGeneralIo6 = RSICONSTANTMotorGeneralIo6,
932 RSIMotorGeneralIo7 = RSICONSTANTMotorGeneralIo7,
933 RSIMotorGeneralIo8 = RSICONSTANTMotorGeneralIo8,
934 RSIMotorGeneralIo9 = RSICONSTANTMotorGeneralIo9,
935 RSIMotorGeneralIo10 = RSICONSTANTMotorGeneralIo10,
936 RSIMotorGeneralIo11 = RSICONSTANTMotorGeneralIo11,
937 RSIMotorGeneralIo12 = RSICONSTANTMotorGeneralIo12,
938 RSIMotorGeneralIo13 = RSICONSTANTMotorGeneralIo13,
939 RSIMotorGeneralIo14 = RSICONSTANTMotorGeneralIo14,
940 RSIMotorGeneralIo15 = RSICONSTANTMotorGeneralIo15,
941 RSIMotorGeneralIo16 = RSICONSTANTMotorGeneralIo16,
942 RSIMotorGeneralIo17 = RSICONSTANTMotorGeneralIo17,
943 RSIMotorGeneralIo18 = RSICONSTANTMotorGeneralIo18,
944 RSIMotorGeneralIo19 = RSICONSTANTMotorGeneralIo19,
945 RSIMotorGeneralIo20 = RSICONSTANTMotorGeneralIo20,
946 RSIMotorGeneralIo21 = RSICONSTANTMotorGeneralIo21,
947 RSIMotorGeneralIo22 = RSICONSTANTMotorGeneralIo22,
948 RSIMotorGeneralIo23 = RSICONSTANTMotorGeneralIo23,
949 RSIMotorGeneralIo24 = RSICONSTANTMotorGeneralIo24,
950 RSIMotorGeneralIo25 = RSICONSTANTMotorGeneralIo25,
951 RSIMotorGeneralIo26 = RSICONSTANTMotorGeneralIo26,
952 RSIMotorGeneralIo27 = RSICONSTANTMotorGeneralIo27,
953 RSIMotorGeneralIo28 = RSICONSTANTMotorGeneralIo28,
954 RSIMotorGeneralIo29 = RSICONSTANTMotorGeneralIo29,
955 RSIMotorGeneralIo30 = RSICONSTANTMotorGeneralIo30,
956 RSIMotorGeneralIo31 = RSICONSTANTMotorGeneralIo31,
957};
958
961 RSIMotorLimitTypeAMP_FAULT = RSICONSTANTMotorLimitTypeAMP_FAULT,
962 RSIMotorLimitTypeAMP_WARNING = RSICONSTANTMotorLimitTypeAMP_WARNING,
963 RSIMotorLimitTypeFEEDBACK_FAULT = RSICONSTANTMotorLimitTypeFEEDBACK_FAULT,
964 RSIMotorLimitTypeERROR = RSICONSTANTMotorLimitTypeERROR,
965 RSIMotorLimitTypeTORQUE = RSICONSTANTMotorLimitTypeTORQUE,
966 RSIMotorLimitTypeHW_NEG = RSICONSTANTMotorLimitTypeHW_NEG,
967 RSIMotorLimitTypeHW_POS = RSICONSTANTMotorLimitTypeHW_POS,
968 RSIMotorLimitTypeSW_NEG = RSICONSTANTMotorLimitTypeSW_NEG,
969 RSIMotorLimitTypeSW_POS = RSICONSTANTMotorLimitTypeSW_POS,
970};
971
973enum class RSIEventType {
974 RSIEventTypeINVALID = RSICONSTANTEventTypeINVALID,
975 RSIEventTypeNONE = RSICONSTANTEventTypeNONE,
976 RSIEventTypeAMP_FAULT = RSICONSTANTEventTypeAMP_FAULT,
977 RSIEventTypeAMP_WARNING = RSICONSTANTEventTypeAMP_WARNING,
978 RSIEventTypeFEEDBACK_FAULT = RSICONSTANTEventTypeFEEDBACK_FAULT,
979 RSIEventTypeLIMIT_ERROR = RSICONSTANTEventTypeLIMIT_ERROR,
980 RSIEventTypeLIMIT_TORQUE = RSICONSTANTEventTypeLIMIT_TORQUE,
981 RSIEventTypeLIMIT_HW_NEG = RSICONSTANTEventTypeLIMIT_HW_NEG,
982 RSIEventTypeLIMIT_HW_POS = RSICONSTANTEventTypeLIMIT_HW_POS,
983 RSIEventTypeLIMIT_SW_NEG = RSICONSTANTEventTypeLIMIT_SW_NEG,
984 RSIEventTypeLIMIT_SW_POS = RSICONSTANTEventTypeLIMIT_SW_POS,
985 RSIEventTypeMOTION_DONE = RSICONSTANTEventTypeMOTION_DONE,
986 RSIEventTypeMOTION_START = RSICONSTANTEventTypeMOTION_START,
987 RSIEventTypeMOTION_MODIFY = RSICONSTANTEventTypeMOTION_MODIFY,
988 RSIEventTypeMOTION_AT_VELOCITY = RSICONSTANTEventTypeMOTION_AT_VELOCITY,
989 RSIEventTypeMOTION_OUT_OF_FRAMES = RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES,
990 RSIEventTypeMOTION_LOAD_FRAMES = RSICONSTANTEventTypeMOTION_LOAD_FRAMES,
991 RSIEventTypeNEAR_TARGET = RSICONSTANTEventTypeNEAR_TARGET,
992 RSIEventTypeSETTLED = RSICONSTANTEventTypeSETTLED,
993 RSIEventTypeAT_TARGET = RSICONSTANTEventTypeAT_TARGET,
994 RSIEventTypeFRAME = RSICONSTANTEventTypeFRAME,
995 RSIEventTypeRECORDER_HIGH = RSICONSTANTEventTypeRECORDER_HIGH,
996 RSIEventTypeRECORDER_FULL = RSICONSTANTEventTypeRECORDER_FULL,
997 RSIEventTypeRECORDER_DONE = RSICONSTANTEventTypeRECORDER_DONE,
998 RSIEventTypeSEQUENCE = RSICONSTANTEventTypeSEQUENCE,
999 RSIEventTypeSEQUENCE_LOAD = RSICONSTANTEventTypeSEQUENCE_LOAD,
1000 RSIEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED = RSICONSTANTEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED,
1001 RSIEventTypeCONTROL_FAN = RSICONSTANTEventTypeCONTROL_FAN,
1002 RSIEventTypeSYNQNET_DEAD = RSICONSTANTEventTypeSYNQNET_DEAD,
1003 RSIEventTypeSYNQNET_RX_FAILURE = RSICONSTANTEventTypeSYNQNET_RX_FAILURE,
1004 RSIEventTypeSYNQNET_TX_FAILURE = RSICONSTANTEventTypeSYNQNET_TX_FAILURE,
1005 RSIEventTypeSYNQNET_NODE_FAILURE = RSICONSTANTEventTypeSYNQNET_NODE_FAILURE,
1006 RSIEventTypeSYNQNET_RECOVERY = RSICONSTANTEventTypeSYNQNET_RECOVERY,
1007 RSIEventTypeSQNODE_IO_ABORT = RSICONSTANTEventTypeSQNODE_IO_ABORT,
1008 RSIEventTypeSQNODE_NODE_DISABLE = RSICONSTANTEventTypeSQNODE_NODE_DISABLE,
1009 RSIEventTypeSQNODE_NODE_ALARM = RSICONSTANTEventTypeSQNODE_NODE_ALARM,
1010 RSIEventTypeSQNODE_ANALOG_POWER_FAULT = RSICONSTANTEventTypeSQNODE_ANALOG_POWER_FAULT,
1011 RSIEventTypeSQNODE_USER_FAULT = RSICONSTANTEventTypeSQNODE_USER_FAULT,
1012 RSIEventTypeSQNODE_NODE_FAILURE = RSICONSTANTEventTypeSQNODE_NODE_FAILURE,
1013 RSIEventTypeSQNODE_IO_FAULT = RSICONSTANTEventTypeSQNODE_IO_FAULT,
1014 RSIEventTypeUSER_LIMIT = RSICONSTANTEventTypeUSER_LIMIT,
1015 RSIEventTypeCAPTURE = RSICONSTANTEventTypeCAPTURE,
1016 RSIEventTypeHOME = RSICONSTANTEventTypeEND,
1018};
1019
1021enum class RSISource {
1022 RSISourceAMP_FAULT = (decltype(RSICONSTANTEventTypeAMP_FAULT))RSIEventType::RSIEventTypeAMP_FAULT,
1023 RSISourceHOME = (decltype(RSICONSTANTEventTypeEND))RSIEventType::RSIEventTypeHOME,
1024 RSISourceLIMIT_ERROR = (decltype(RSICONSTANTEventTypeLIMIT_ERROR))RSIEventType::RSIEventTypeLIMIT_ERROR,
1025 RSISourceLIMIT_HW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_HW_NEG))RSIEventType::RSIEventTypeLIMIT_HW_NEG,
1026 RSISourceLIMIT_HW_POS = (decltype(RSICONSTANTEventTypeLIMIT_HW_POS))RSIEventType::RSIEventTypeLIMIT_HW_POS,
1027 RSISourceLIMIT_SW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_SW_NEG))RSIEventType::RSIEventTypeLIMIT_SW_NEG,
1028 RSISourceLIMIT_SW_POS = (decltype(RSICONSTANTEventTypeLIMIT_SW_POS))RSIEventType::RSIEventTypeLIMIT_SW_POS,
1029 RSISourceFEEDBACK_FAULT = (decltype(RSICONSTANTEventTypeFEEDBACK_FAULT))RSIEventType::RSIEventTypeFEEDBACK_FAULT,
1030 RSISourceOUT_OF_FRAMES = (decltype(RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES))RSIEventType::RSIEventTypeMOTION_OUT_OF_FRAMES,
1032};
1033
1035enum class RSIWait {
1036 RSIWaitFOREVER = RSICONSTANTWaitFOREVER,
1037 RSIWaitPOLL = RSICONSTANTWaitPOLL,
1038 RSIWaitMSEC = RSICONSTANTWaitMSEC,
1039};
1040
1041
1045enum class RSIMotionType {
1046 RSIMotionTypePT = RSICONSTANTMotionTypePT,
1047 RSIMotionTypeBSPLINE = RSICONSTANTMotionTypeBSPLINE,
1048 RSIMotionTypeSPLINE = RSICONSTANTMotionTypeSPLINE,
1049 RSIMotionTypeBESSEL = RSICONSTANTMotionTypeBESSEL,
1050 RSIMotionTypeBSPLINE2 = RSICONSTANTMotionTypeBSPLINE2,
1051 RSIMotionTypePVT = RSICONSTANTMotionTypePVT,
1052 RSIMotionTypeCONSTRAINED_SMOOTH1 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH1,
1053 RSIMotionTypeCONSTRAINED_SMOOTH2 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH2,
1054 RSIMotionTypePTF = RSICONSTANTMotionTypePTF,
1055 RSIMotionTypePVTF = RSICONSTANTMotionTypePVTF,
1056};
1057
1058
1059
1065
1100
1103 RSIMotionHoldTypeNONE = RSICONSTANTMotionHoldTypeNONE,
1104 RSIMotionHoldTypeGATE = RSICONSTANTMotionHoldTypeGATE,
1105 RSIMotionHoldTypeMOTOR_DEDICATED_IN = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_IN,
1106 RSIMotionHoldTypeMOTOR_DEDICATED_OUT = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_OUT,
1107 RSIMotionHoldTypeMOTOR_GENERAL_IN = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_IN,
1108 RSIMotionHoldTypeMOTOR_GENERAL_OUT = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_OUT,
1109 RSIMotionHoldTypeAXIS_COMMAND_POSITION = RSICONSTANTMotionHoldTypeAXIS_COMMAND_POSITION,
1110 RSIMotionHoldTypeAXIS_ACTUAL_POSITION = RSICONSTANTMotionHoldTypeAXIS_ACTUAL_POSITION,
1111 RSIMotionHoldTypeCUSTOM = RSICONSTANTMotionHoldTypeCUSTOM,
1112};
1113
1120
1122enum class RSIAction {
1123 RSIActionNONE = RSICONSTANTActionNONE,
1124 RSIActionSTOP = RSICONSTANTActionSTOP,
1125 RSIActionE_STOP = RSICONSTANTActionE_STOP,
1126 RSIActionE_STOP_ABORT = RSICONSTANTActionE_STOP_ABORT,
1127 RSIActionE_STOP_MODIFY = RSICONSTANTActionE_STOP_MODIFY,
1128 RSIActionE_STOP_MODIFY_ABORT = RSICONSTANTActionE_STOP_MODIFY_ABORT,
1129 RSIActionE_STOP_CMD_EQ_ACT = RSICONSTANTActionE_STOP_CMD_EQ_ACT,
1130 RSIActionABORT = RSICONSTANTActionABORT,
1131 RSIActionDONE = RSICONSTANTActionDONE,
1132 RSIActionSTART = RSICONSTANTActionSTART,
1133 RSIActionRESUME = RSICONSTANTActionRESUME,
1134 RSIActionRESET = RSICONSTANTActionRESET,
1135 RSIActionCANCEL_REPEAT = RSICONSTANTActionCANCEL_REPEAT,
1136 RSIActionTRIGGERED_MODIFY = RSICONSTANTActionTRIGGERED_MODIFY,
1137};
1138
1144
1147 RSIAxisGantryTypeNONE = RSICONSTANTAxisGantryTypeNONE,
1148 RSIAxisGantryTypeADD = RSICONSTANTAxisGantryTypeLINEAR,
1149 RSIAxisGantryTypeSUBTRACT = RSICONSTANTAxisGantryTypeTWIST,
1150};
1151
1154 RSIMotorFeedbackFaultPRIMARY = RSICONSTANTMotorFeedbackFaultPRIMARY,
1155 RSIMotorFeedbackFaultSECONDARY = RSICONSTANTMotorFeedbackFaultSECONDARY,
1156 RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY = RSICONSTANTMotorFeedbackFaultPRIMARY_OR_SECONDARY,
1157};
1158
1161 RSIMotorFeedbackPRIMARY = RSICONSTANTMotorFeedbackInputPRIMARY,
1162 RSIMotorFeedbackSECONDARY = RSICONSTANTMotorFeedbackInputSECONDARY,
1163};
1164
1167 RSIFilterAlgorithmPID = RSICONSTANTFilterAlgorithmPID,
1168 RSIFilterAlgorithmPIV = RSICONSTANTFilterAlgorithmPIV,
1169 RSIFilterAlgorithmNONE = RSICONSTANTFilterAlgorithmNONE,
1170 RSIFilterAlgorithmPIV1 = RSICONSTANTFilterAlgorithmPIV1,
1171 RSIFilterAlgorithmUSER = RSICONSTANTFilterAlgorithmUSER,
1172};
1173
1194
1215
1218 RSIFilterGainIndexNO_MOTION = RSICONSTANTFilterGainIndexNO_MOTION,
1219 RSIFilterGainIndexACCEL = RSICONSTANTFilterGainIndexACCEL,
1220 RSIFilterGainIndexDECEL = RSICONSTANTFilterGainIndexDECEL,
1221 RSIFilterGainIndexVELOCITY = RSICONSTANTFilterGainIndexVELOCITY,
1222};
1223
1226 RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_PRIMARY,
1227 RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_SECONDARY,
1228 RSIAxisMasterTypeAXIS_COMMAND_POSITION = RSICONSTANTAxisMasterTypeAXIS_COMMAND_POSITION,
1229 RSIAxisMasterTypeAXIS_ACTUAL_POSITION = RSICONSTANTAxisMasterTypeAXIS_ACTUAL_POSITION,
1230 RSIAxisMasterTypeADDRESS = RSICONSTANTAxisMasterTypeCUSTOM,
1231 RSIAxisMasterTypeNONE = RSICONSTANTAxisMasterTypeNONE,
1232};
1233
1235enum class RSIMotorIoType {
1236 RSIMotorIoTypeOUTPUT = RSICONSTANTMotorIoTypeOUTPUT,
1237 RSIMotorIoTypePULSE_A = RSICONSTANTMotorIoTypePULSE_A,
1238 RSIMotorIoTypePULSE_B = RSICONSTANTMotorIoTypePULSE_B,
1239 RSIMotorIoTypeCOMPARE_0 = RSICONSTANTMotorIoTypeCOMPARE_0,
1240 RSIMotorIoTypeCOMPARE_1 = RSICONSTANTMotorIoTypeCOMPARE_1,
1241 RSIMotorIoTypeBRAKE = RSICONSTANTMotorIoTypeBRAKE,
1242 RSIMotorIoTypeSOURCE6 = RSICONSTANTMotorIoTypeSOURCE6,
1243 RSIMotorIoTypeSSI_CLOCK0 = RSICONSTANTMotorIoTypeSSI_CLOCK0,
1244 RSIMotorIoTypeSSI_CLOCK1 = RSICONSTANTMotorIoTypeSSI_CLOCK1,
1245 RSIMotorIoTypeSOURCE9 = RSICONSTANTMotorIoTypeSOURCE9,
1246 RSIMotorIoTypeSOURCE10 = RSICONSTANTMotorIoTypeSOURCE10,
1247 RSIMotorIoTypeSOURCE11 = RSICONSTANTMotorIoTypeSOURCE11,
1248 RSIMotorIoTypeSOURCE12 = RSICONSTANTMotorIoTypeSOURCE12,
1249 RSIMotorIoTypeSOURCE13 = RSICONSTANTMotorIoTypeSOURCE13,
1250 RSIMotorIoTypeSOURCE14 = RSICONSTANTMotorIoTypeSOURCE14,
1251 RSIMotorIoTypeSOURCE15 = RSICONSTANTMotorIoTypeSOURCE15,
1252 RSIMotorIoTypeINPUT = RSICONSTANTMotorIoTypeINPUT,
1253};
1254
1260
1263 RSIMotorStepperPulseTypeSTEP = RSICONSTANTMotorStepperPulseTypeSTEP,
1264 RSIMotorStepperPulseTypeDIR = RSICONSTANTMotorStepperPulseTypeDIR,
1265 RSIMotorStepperPulseTypeCW = RSICONSTANTMotorStepperPulseTypeCW,
1266 RSIMotorStepperPulseTypeCCW = RSICONSTANTMotorStepperPulseTypeCCW,
1267 RSIMotorStepperPulseTypeQUADA = RSICONSTANTMotorStepperPulseTypeQUADA,
1268 RSIMotorStepperPulseTypeQUADB = RSICONSTANTMotorStepperPulseTypeQUADB,
1269};
1270
1273 RSIMotorIoTypeMaskOUTPUT = RSICONSTANTMotorIoTypeMaskOUTPUT,
1274 RSIMotorIoTypeMaskSOURCE1 = RSICONSTANTMotorIoTypeMaskSOURCE1,
1275 RSIMotorIoTypeMaskSOURCE2 = RSICONSTANTMotorIoTypeMaskSOURCE2,
1276 RSIMotorIoTypeMaskSOURCE3 = RSICONSTANTMotorIoTypeMaskSOURCE3,
1277 RSIMotorIoTypeMaskSOURCE4 = RSICONSTANTMotorIoTypeMaskSOURCE4,
1278 RSIMotorIoTypeMaskSOURCE5 = RSICONSTANTMotorIoTypeMaskSOURCE5,
1279 RSIMotorIoTypeMaskSOURCE6 = RSICONSTANTMotorIoTypeMaskSOURCE6,
1280 RSIMotorIoTypeMaskSOURCE7 = RSICONSTANTMotorIoTypeMaskSOURCE7,
1281 RSIMotorIoTypeMaskSOURCE8 = RSICONSTANTMotorIoTypeMaskSOURCE8,
1282 RSIMotorIoTypeMaskSOURCE9 = RSICONSTANTMotorIoTypeMaskSOURCE9,
1283 RSIMotorIoTypeMaskSOURCE10 = RSICONSTANTMotorIoTypeMaskSOURCE10,
1284 RSIMotorIoTypeMaskSOURCE11 = RSICONSTANTMotorIoTypeMaskSOURCE11,
1285 RSIMotorIoTypeMaskSOURCE12 = RSICONSTANTMotorIoTypeMaskSOURCE12,
1286 RSIMotorIoTypeMaskSOURCE13 = RSICONSTANTMotorIoTypeMaskSOURCE13,
1287 RSIMotorIoTypeMaskSOURCE14 = RSICONSTANTMotorIoTypeMaskSOURCE14,
1288 RSIMotorIoTypeMaskSOURCE15 = RSICONSTANTMotorIoTypeMaskSOURCE15,
1289 RSIMotorIoTypeMaskINPUT = RSICONSTANTMotorIoTypeMaskINPUT,
1290 RSIMotorIoTypeMaskPULSE_A = RSICONSTANTMotorIoTypeMaskPULSE_A,
1291 RSIMotorIoTypeMaskPULSE_B = RSICONSTANTMotorIoTypeMaskPULSE_B,
1292 RSIMotorIoTypeMaskCOMPARE_0 = RSICONSTANTMotorIoTypeMaskCOMPARE_0,
1293 RSIMotorIoTypeMaskCOMPARE_1 = RSICONSTANTMotorIoTypeMaskCOMPARE_1,
1294 RSIMotorIoTypeMaskBRAKE = RSICONSTANTMotorIoTypeMaskBRAKE,
1295 RSIMotorIoTypeMaskSSI_CLOCK0 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK0,
1296 RSIMotorIoTypeMaskSSI_CLOCK1 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK1,
1297};
1298
1304
1307 RSIMotorFaultMaskAMP = RSICONSTANTMotorFaultMaskAMP,
1308 RSIMotorFaultMaskDRIVE = RSICONSTANTMotorFaultMaskDRIVE,
1309 RSIMotorFaultMaskWATCHDOG = RSICONSTANTMotorFaultMaskWATCHDOG,
1310 RSIMotorFaultMaskCHECKSUM = RSICONSTANTMotorFaultMaskCHECKSUM,
1311 RSIMotorFaultMaskFEEDBACK = RSICONSTANTMotorFaultMaskFEEDBACK,
1312 RSIMotorFaultMaskAMP_NOT_POWERED = RSICONSTANTMotorFaultMaskNOT_READY_FOR_REMOTE_CONTROL,
1313 RSIMotorFaultMaskDRIVE_NOT_READY = RSICONSTANTMotorFaultMaskDRIVE_NOT_READY,
1314 RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorFaultMaskFEEDBACK_FAULT_SECONDARY
1315};
1316
1318enum class RSIMotorType {
1319 RSIMotorTypeSERVO = RSICONSTANTMotorTypeSERVO,
1320 RSIMotorTypeSTEPPER = RSICONSTANTMotorTypeSTEPPER,
1323};
1324
1327 RSIMotorDisableActionNONE = RSICONSTANTMotorDisableActionNONE,
1328 RSIMotorDisableActionCMD_EQ_ACT = RSICONSTANTMotorDisableActionCMD_EQ_ACT,
1329};
1330
1333 RSIMotorBrakeModeNONE = RSICONSTANTMotorBrakeModeNONE,
1334 RSIMotorBrakeModeDELAY = RSICONSTANTMotorBrakeModeDELAY,
1335};
1336
1350
1357
1362
1370
1417
1424
1427 RSICompensatorOutputTypeSINGLE = RSICONSTANTFWCompensatorOutputTypeSINGLE,
1428 RSICompensatorOutputTypeADDITIVE = RSICONSTANTFWCompensatorOutputTypeADDITIVE
1429};
1430
1436
1455
1472
1474
1475} // namespace RSI
1476
1477} // namespace RapidCode
1478#endif // _RSI_CONSTANTS_H
RSIFilterAlgorithm
Filter algorithms.
Definition rsienums.h:1166
@ RSIFilterAlgorithmUSER
User defined algorithm (custom firmware required).
Definition rsienums.h:1171
@ RSIFilterAlgorithmNONE
No control algorithm.
Definition rsienums.h:1169
@ RSIFilterAlgorithmPIV
PIV algorithm.
Definition rsienums.h:1168
@ RSIFilterAlgorithmPIV1
PIV1 (custom firmware required).
Definition rsienums.h:1170
@ RSIFilterAlgorithmPID
PID algorithm.
Definition rsienums.h:1167
RSINetworkEniResult
NetworkEniGenerate return values.
Definition rsienums.h:1458
@ RSINetworkEniResultDISCOVERED_ZERO_NODES
There were no nodes discovered on the network so we could not generate an ENI file.
Definition rsienums.h:1470
@ RSINetworkEniResultCONFIG_NOT_DETECTED
Failed Configuration creation or 0 slaves to add to it. Did you move your ESI folder?
Definition rsienums.h:1461
@ RSINetworkEniResultNODE_INFO_ERROR
Error(s) in NodeInfo.xml.
Definition rsienums.h:1462
@ RSINetworkEniResultMISSING_ESI_FILES
Add ESI file with correct Vendor, Product, Revision to the ESI folder.
Definition rsienums.h:1460
@ RSINetworkEniResultTOO_MANY_PDO_OUTPUTS
The ENI has too many PDO Outputs for RMP.
Definition rsienums.h:1468
@ RSINetworkEniResultTOO_MANY_NODES
The ENI was generated properly but has more nodes than can be supported by the RMP.
Definition rsienums.h:1466
@ RSINetworkEniResultFAILED_TO_CREATE_ENI_BUILDER
Did not create ENIBuilder internal object.
Definition rsienums.h:1465
@ RSINetworkEniResultTOO_MANY_PDO_BYTES
The total size of the PDO bytes is too large for RMP.
Definition rsienums.h:1469
@ RSINetworkEniResultSUCCESS
ENI file generated successfully.
Definition rsienums.h:1459
@ RSINetworkEniResultUNKNOWN_FAILURE
Fall through case. Contact RSI with details about your changes to the various XMLs.
Definition rsienums.h:1463
@ RSINetworkEniResultENI_FILE_ALREADY_EXISTS
Use overload which overwrites or be glad we didn't just delete your old file.
Definition rsienums.h:1464
@ RSINetworkEniResultTOO_MANY_PDO_INPUTS
The ENI has too many PDO Inputs for RMP.
Definition rsienums.h:1467
RSIPDOType
Compensator output types.
Definition rsienums.h:1432
@ RSIPDOTypeOUTPUT
A network PDO OUTPUT.
Definition rsienums.h:1434
@ RSIPDOTypeINPUT
A network PDO INPUT.
Definition rsienums.h:1433
RSIMathBlockOperation
MathBlock operations.
Definition rsienums.h:1438
@ RSIMathBlockOperationSUBTRACT
Subtraction operation.
Definition rsienums.h:1441
@ RSIMathBlockOperationBIT_MASK_AND
Bitwise AND operation.
Definition rsienums.h:1450
@ RSIMathBlockOperationDIVIDE
Division operation.
Definition rsienums.h:1443
@ RSIMathBlockOperationBIT_MASK_OR
Bitwise OR operation.
Definition rsienums.h:1448
@ RSIMathBlockOperationMULTIPLY
Multiplication operation.
Definition rsienums.h:1442
@ RSIMathBlockOperationADD
Addition operation.
Definition rsienums.h:1440
@ RSIMathBlockOperationSQRT
Square root operation.
Definition rsienums.h:1444
@ RSIMathBlockOperationNONE
No operation. Disables the MathBlock.
Definition rsienums.h:1439
@ RSIMathBlockOperationBIT_MASK_XOR
Bitwise XOR operation.
Definition rsienums.h:1449
@ RSIMathBlockOperationBIT_MASK_SHIFT_LEFT
Bitwise shift left operation.
Definition rsienums.h:1452
@ RSIMathBlockOperationBIT_MASK_SHIFT_RIGHT
Bitwise shift right operation.
Definition rsienums.h:1453
@ RSIMathBlockOperationSQRT_X_SQRD_PLUS_Y_SQRD
Calculates the square root of (x^2 + y^2).
Definition rsienums.h:1445
@ RSIMathBlockOperationBIT_MASK_AND_WITH_INVERTED
Bitwise AND with inverted values.
Definition rsienums.h:1451
@ RSIHomeMethodImprovedFALLING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
Definition rsienums.h:357
@ RSIHomeMethodFALLING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
Definition rsienums.h:317
@ RSIHomeMethodImprovedRISING_HOME_THEN_LEFT_INDEX_POSITIVE_START
Definition rsienums.h:354
@ RSIHomeMethodImprovedRISING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
Definition rsienums.h:361
@ RSIHomeMethodFALLING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
Definition rsienums.h:316
@ RSIHomeMethodRESERVED_31
Reserved.
Definition rsienums.h:335
@ RSIHomeMethodImprovedFALLING_HOME_NEGATIVE_START_NEGATIVE_MOMENTUM
Definition rsienums.h:380
@ RSIHomeMethodImprovedFALLING_HOME_POSITIVE_START_POITIVE_MOMENTUM
Definition rsienums.h:377
@ RSIHomeMethodImprovedFALLING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
Definition rsienums.h:359
@ RSIHomeMethodImprovedPOSITIVE_HOME_POSITIVE_MOMENTUM
Definition rsienums.h:370
@ RSIHomeMethodImprovedPOSITIVE_LIMIT_THEN_LEFT_INDEX
Definition rsienums.h:348
@ RSIHomeMethodImprovedNEGATIVE_LIMIT_THEN_RIGHT_INDEX
Definition rsienums.h:347
@ RSIHomeMethodRISING_HOME_THEN_LEFT_INDEX_POSITIVE_START
Definition rsienums.h:311
@ RSIHomeMethodPOSITIVE_HARDSTOP
Positive Hardstop.
Definition rsienums.h:344
@ RSIHomeMethodFALLING_HOME_THEN_LEFT_INDEX_POSITIVE_START
Definition rsienums.h:313
@ RSIHomeMethodImprovedRISING_HOME_POSITIVE_START_NEGATIVE_MOMENTUM
Definition rsienums.h:374
@ RSIHomeMethodNEGATIVE_HARDSTOP
Negative Hardstop.
Definition rsienums.h:343
@ RSIHomeMethodImprovedNEGATIVE_HOME_POSITIVE_MOMENTUM
Definition rsienums.h:371
@ RSIHomeMethodImprovedFALLING_HOME_POSITIVE_START_NEGATIVE_MOMENTUM
Definition rsienums.h:376
@ RSIHomeMethodImprovedNEGATIVE_HOME_NEGATIVE_MOMENTUM
Definition rsienums.h:372
@ RSIHomeMethodFALLING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
Definition rsienums.h:314
@ RSIHomeMethodImprovedRISING_HOME_NEGATIVE_START_NEGATIVE_MOMENTUM
Definition rsienums.h:382
@ RSIHomeMethodImprovedRISING_HOME_POSITIVE_START_POSITIVE_MOMENTUM
Definition rsienums.h:375
@ RSIHomeMethodImprovedRISING_HOME_NEGATIVE_START_POSITIVE_MOMENTUM
Definition rsienums.h:381
@ RSIHomeMethodImprovedRISING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
Definition rsienums.h:362
@ RSIHomeMethodRISING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
Definition rsienums.h:312
@ RSIHomeMethodRESERVED_32
Reserved.
Definition rsienums.h:336
@ RSIHomeMethodImprovedPOSITIVE_HOME_NEGATIVE_MOMENTUM
Definition rsienums.h:369
@ RSIHomeMethodImprovedFALLING_HOME_NEGATIVE_START_POSITIVE_MOMENTUM
Definition rsienums.h:379
@ RSIHomeMethodRISING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
Definition rsienums.h:318
@ RSIHomeMethodImprovedRISING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
Definition rsienums.h:355
@ RSIHomeMethodNONE
Set the current position to zero (home).
Definition rsienums.h:302
@ RSIHomeMethodImprovedFALLING_HOME_THEN_LEFT_INDEX_POSITIVE_START
Definition rsienums.h:356
@ RSIHomeMethodImprovedFALLING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
Definition rsienums.h:360
@ RSIHomeMethodRISING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
Definition rsienums.h:319
RSICompensatorOutputType
Compensator output types.
Definition rsienums.h:1426
@ RSICompensatorOutputTypeSINGLE
Compensator output will overwrite any other compensation values.
Definition rsienums.h:1427
@ RSICompensatorOutputTypeADDITIVE
Compensator output bill be added to all other compensation values.
Definition rsienums.h:1428
RSINetworkStartMode
Network start modes.
Definition rsienums.h:593
@ RSINetworkStartModePREOPERATIONAL
start the network in preoperational mode
Definition rsienums.h:595
@ RSINetworkStartModeOPERATIONAL
start the network in operational mode (default)
Definition rsienums.h:594
RSIMotorFeedbackFault
Feedbacks to use for Feedback Fault action.
Definition rsienums.h:1153
@ RSIMotorFeedbackFaultPRIMARY
Feedback Fault Primary.
Definition rsienums.h:1154
@ RSIMotorFeedbackFaultSECONDARY
Feedback Fault Secondary.
Definition rsienums.h:1155
@ RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY
Feedback Fault (Primary or Secondary).
Definition rsienums.h:1156
RSITrace
Trace masks.
Definition rsienums.h:545
@ RSITraceVALIDATE
Validate.
Definition rsienums.h:553
@ RSITraceLOCK_TAKE
On lock take.
Definition rsienums.h:555
@ RSITraceFUNCTION_RETURN
Function return.
Definition rsienums.h:548
@ RSITraceFUNCTION_ENTRY
Function entry.
Definition rsienums.h:547
@ RSITraceLOCK_GIVE
On lock give.
Definition rsienums.h:554
@ RSITraceTRAJECTORY_EXECUTOR
Trajectory.
Definition rsienums.h:559
@ RSITraceMEMORY_ALLOC
On memory allocation.
Definition rsienums.h:549
@ RSITraceMEMORY_FREE
On memory free.
Definition rsienums.h:550
@ RSITraceMEMORY_SET
Memroy set.
Definition rsienums.h:552
@ RSITraceALL
Trace everything.
Definition rsienums.h:560
@ RSITraceNONE
No tracing.
Definition rsienums.h:546
@ RSITraceMEMORY_GET
Memory get.
Definition rsienums.h:551
RSIMotorStepperPulse
Pulse A or B.
Definition rsienums.h:1256
RSIAxisGantryType
How to combine Axis Feedback Positions.
Definition rsienums.h:1146
RSINetworkState
State of network.
Definition rsienums.h:573
@ RSINetworkStatePREOPERATIONAL
EtherCAT preoperational.
Definition rsienums.h:577
@ RSINetworkStateSHUTDOWN
EtherCAT was shutdown or stopped, must restart.
Definition rsienums.h:580
@ RSINetworkStateDISCOVERED
EtherCAT nodes discovered but not started.
Definition rsienums.h:576
@ RSINetworkStateDISCOVERING
EtherCAT network is in the process of discovering nodes.
Definition rsienums.h:575
@ RSINetworkStateOPERATIONAL
EtherCAT operational, good state.
Definition rsienums.h:578
@ RSINetworkStateSTARTING
EtherCAT is starting.
Definition rsienums.h:581
@ RSINetworkStateUNINITIALIZED
EtherCAT not yet started.
Definition rsienums.h:574
RSIControllerAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:405
@ RSIControllerAddressTypeUSER_BUFFER
First location in User Buffer.
Definition rsienums.h:408
@ RSIControllerAddressTypeNETWORK_CLOCK_KD
scaling factor for clock synchronization.
Definition rsienums.h:430
@ RSIControllerAddressTypeNETWORK_CLOCK_LINUX_ADJUSTMENT_NS
correction value used by linux.
Definition rsienums.h:424
@ RSIControllerAddressTypeMATHBLOCK_PROCESS_VALUE
the processed value of a math block (must specify object index)
Definition rsienums.h:418
@ RSIControllerAddressTypeNETWORK_CLOCK_INTIME_RELOAD_VALUE
hardware ticks between Intime kernel cycles.
Definition rsienums.h:425
@ RSIControllerAddressTypeFRAME_SEND_RECEIVE_MICROSECONDS
programmable delay for packet send/receive (200 microseconds at <=1000Hz, 0 microseconds at >1000Hz,...
Definition rsienums.h:412
@ RSIControllerAddressTypeCOMPENSATOR_OUTPUT_TYPE
used to configure a compensator for single or additive output
Definition rsienums.h:413
@ RSIControllerAddressTypeNETWORK_CLOCK_REFERENCE_ERROR_NS
error as determined between Ideal timestamp and Reference Clock timestamp (includes drift and jitter)...
Definition rsienums.h:422
@ RSIControllerAddressTypeCOMPENSATOR_COMPENSATOR_VALUE
the output of just that compensator no additive compensators
Definition rsienums.h:414
@ RSIControllerAddressTypeNETWORK_TIMING_DELTA
the latest time delta between the current network packet send time and the previous (microseconds)....
Definition rsienums.h:416
@ RSIControllerAddressTypeNETWORK_CLOCK_FILTER_DEPTH
Filter Depth used by the clock alignment function.
Definition rsienums.h:427
@ RSIControllerAddressTypeNETWORK_CLOCK_MAX_RELOAD_VALUE_DELTA
max change to Intime Reload value per filter depth cycle.
Definition rsienums.h:426
@ RSIControllerAddressTypeNETWORK_STATUS_ACTIVE_NODE_COUNT
Number of nodes that are actually powered on and responding.
Definition rsienums.h:431
@ RSIControllerAddressTypeUSERLIMIT_STATUS
UserLimit status (must specify object index).
Definition rsienums.h:411
@ RSIControllerAddressTypeNETWORK_CLOCK_ENABLE
enable the Clock error collection feature 0 - Disabled 1 - Enabled
Definition rsienums.h:421
@ RSIControllerAddressTypeNETWORK_CLOCK_KP
scaling factor for clock synchronization.
Definition rsienums.h:428
@ RSIControllerAddressTypeFIRMWARE_NULL_INPUT
the null input value for the RMP firmware (used for restoring firmware input pointers to default)
Definition rsienums.h:419
@ RSIControllerAddressTypeSAMPLE_COUNTER
Sample Counter.
Definition rsienums.h:406
@ RSIControllerAddressTypeNETWORK_CLOCK_KI
scaling factor for clock synchronization.
Definition rsienums.h:429
@ RSIControllerAddressTypeFIRMWARE_NULL_OUTPUT
the null output value for the RMP firmware ( used for restoring firmware output pointers to default)
Definition rsienums.h:420
@ RSIControllerAddressTypeNETWORK_STATUS_SYNCHRONIZATION_ERROR_NS
Typically collected every 16 samples (nanoseconds).
Definition rsienums.h:435
@ RSIControllerAddressTypeLIMIT_ENABLED_MASK
first 32-bits of LimitEnalbedMask
Definition rsienums.h:410
@ RSIControllerAddressTypeRECORDER_BUFFER_POINTER
Pointer to the RecorderBuffer.
Definition rsienums.h:409
@ RSIControllerAddressTypeNETWORK_STATUS_CYCLIC_FRAME_PERIOD_US
Collected every sample (microseconds).
Definition rsienums.h:434
@ RSIControllerAddressTypeNETWORK_STATUS_MISSED_CYCLIC_FRAME_COUNT
Cumulative count of missed cyclic frames.
Definition rsienums.h:433
@ RSIControllerAddressTypeNETWORK_TIMING_RECEIVE_DELTA
the latest time delta between the current network packet receive time and the previous (microseconds)...
Definition rsienums.h:417
@ RSIControllerAddressTypeNETWORK_CLOCK_ADJUSTMENT_NS
adjustment value used for clock synchronization.
Definition rsienums.h:423
@ RSIControllerAddressTypeNETWORK_STATUS_AL_STATUS
Logical OR of alStatus of all nodes (8 - Good/Operational).
Definition rsienums.h:432
@ RSIControllerAddressTypeFIRMWARE_TIMING_DELTA
the latest time delta between the current RMP sample and the previous (microseconds)
Definition rsienums.h:415
@ RSIControllerAddressTypeSIGNATURE
Signature word.
Definition rsienums.h:407
RSIMotorDisableAction
Action for when a motor is disabled.
Definition rsienums.h:1326
@ RSIMotorDisableActionNONE
No action taken when disabled.
Definition rsienums.h:1327
@ RSIMotorDisableActionCMD_EQ_ACT
Set Command Position = Actual Position when amp is disabled.
Definition rsienums.h:1328
RSIEventType
Event Types or Status Bits.
Definition rsienums.h:973
RSIMotionType
PT and PVT streaming motion types.
Definition rsienums.h:1045
@ RSIMotionTypeBESSEL
Bessel algorithm with continuous velocity but discontinuous acceleration; smoother than PT but less s...
Definition rsienums.h:1049
@ RSIMotionTypeSPLINE
Spline algorithm with continuous velocity and acceleration; velocity may be discontinuous at the end ...
Definition rsienums.h:1048
@ RSIMotionTypePT
Position-Time algorithm with continuous position but discontinuous velocity. Best for short time inte...
Definition rsienums.h:1046
@ RSIMotionTypeBSPLINE2
2nd-order B-Spline algorithm with continuous velocity but discontinuous acceleration; trajectory does...
Definition rsienums.h:1050
@ RSIMotionTypeCONSTRAINED_SMOOTH1
(beta) acceleration constrained smoothing of PT points
Definition rsienums.h:1052
@ RSIMotionTypePTF
Position-Time-Feedforward algorithm with continuous position but discontinuous velocity,...
Definition rsienums.h:1054
@ RSIMotionTypePVTF
Position-Velocity-Time-Feedforward algorithm with continuous position and velocity,...
Definition rsienums.h:1055
@ RSIMotionTypeBSPLINE
3rd-order B-Spline algorithm with continuous velocity and acceleration; trajectory does not pass thro...
Definition rsienums.h:1047
@ RSIMotionTypePVT
Position-Velocity-Time algorithm with continuous position and velocity; acceleration and jerk are cal...
Definition rsienums.h:1051
@ RSIMotionTypeCONSTRAINED_SMOOTH2
(beta) acceleration constrained smoothing of PT points
Definition rsienums.h:1053
RSIDataType
Data types for User Limits and other triggers.
Definition rsienums.h:664
@ RSIDataTypeUINT32
uint32 (unsigned 32-bit integer)
Definition rsienums.h:671
@ RSIDataTypeDOUBLE
double (64-bit floating point)
Definition rsienums.h:673
@ RSIDataTypeINT64
int64 (signed 64-bit integer)
Definition rsienums.h:674
@ RSIDataTypeUSHORT
ushort (unsigned 16-bit) (deprecated)
Definition rsienums.h:667
@ RSIDataTypeMASK32
32-bit bitmask
Definition rsienums.h:676
@ RSIDataTypeSHORT
short (signed 16-bit) (deprecated)
Definition rsienums.h:666
@ RSIDataTypeINT16
signed 16-bit integer
Definition rsienums.h:668
@ RSIDataTypeBOOL
bool (boolean) support for Real-Time Tasks
Definition rsienums.h:678
@ RSIDataTypeUINT16
unsigned 16-bit integer
Definition rsienums.h:669
@ RSIDataTypeMASK64
64-bit bitmask
Definition rsienums.h:677
@ RSIDataTypeINT32
int32 (signed 32-bit integer)
Definition rsienums.h:670
@ RSIDataTypeUINT64
uint64 (unsigned 64-bit integer)
Definition rsienums.h:675
@ RSIDataTypeFLOAT
float (32-bit floating point, rarely used)
Definition rsienums.h:672
RSIMotorLimitType
Motor Limits.
Definition rsienums.h:960
RSIUserLimitLogic
Logic options for User Limits.
Definition rsienums.h:651
@ RSIUserLimitLogicABS_LE
Absolute value is less than.
Definition rsienums.h:660
@ RSIUserLimitLogicLE
Less than or equal.
Definition rsienums.h:656
@ RSIUserLimitLogicABS_GT
Absolute value is greater than.
Definition rsienums.h:659
@ RSIUserLimitLogicABS_EQ
Absolute value is equal to.
Definition rsienums.h:658
@ RSIUserLimitLogicGE
Greater than or equal.
Definition rsienums.h:655
RSIMotorIoTypeMask
Possible mask bits for Motor I/O types.
Definition rsienums.h:1272
RSIAction
Action to perform on an Axis.
Definition rsienums.h:1122
@ RSIActionABORT
Abort - disable the amplifier, zero filter output, leave in error state.
Definition rsienums.h:1130
@ RSIActionE_STOP_CMD_EQ_ACT
E-Stop then set Command position equal to Actual Position.
Definition rsienums.h:1129
@ RSIActionE_STOP_MODIFY
E-Stop using a Deceleration and Jerk Percent.
Definition rsienums.h:1127
@ RSIActionTRIGGERED_MODIFY
Trigger motion to zero velocity using Deceleration and Jerk Percent.
Definition rsienums.h:1136
@ RSIActionE_STOP
E-Stop - decelerate in EStopTime and leave in error state.
Definition rsienums.h:1125
@ RSIActionSTOP
Stop - decelerate in StopTime (can be resumed).
Definition rsienums.h:1124
@ RSIActionE_STOP_MODIFY_ABORT
E-Stop using a Deceleration and Jerk Percent then Abort.
Definition rsienums.h:1128
@ RSIActionNONE
None - do not perform any action.
Definition rsienums.h:1123
@ RSIActionE_STOP_ABORT
E-Stop then Abort.
Definition rsienums.h:1126
@ RSIActionRESUME
Resume a paused motion.
Definition rsienums.h:1133
RSIAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:439
@ RSIAxisAddressTypeAXIS_LINK
Axis Link for Gantry use.
Definition rsienums.h:466
@ RSIAxisAddressTypeENCODER_SECONDARY_DELTA
Secondary Encoder position delta.
Definition rsienums.h:459
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_OUTPUT
Motor Config Demand Output Channel 3.
Definition rsienums.h:471
@ RSIAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
Definition rsienums.h:498
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_OUTPUT
Motor Config Demand Output Channel 2.
Definition rsienums.h:470
@ RSIAxisAddressTypeENCODER_PRIMARY_DELTA
Primary Encoder position delta.
Definition rsienums.h:458
@ RSIAxisAddressTypeFILTER_VELOCITY_POINTER
Filter Velocity Pointer (points to feedback delta).
Definition rsienums.h:465
@ RSIAxisAddressTypeBACKLASH_VALUE
The resuling backlash compensation value.
Definition rsienums.h:485
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_OUTPUT
Motor Config Demand Output Channel 1.
Definition rsienums.h:469
@ RSIAxisAddressTypeENCODER_SECONDARY
Secondary Encoder position.
Definition rsienums.h:456
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_INPUT
Motor Config Demand Input Channel 3.
Definition rsienums.h:475
@ RSIAxisAddressTypeDEDICATED_OUTPUTS
Dedicated Outputs (Amp Enable, Brake, etc).
Definition rsienums.h:451
@ RSIAxisAddressTypeENCODER_PRIMARY
Primary Encoder position.
Definition rsienums.h:455
@ RSIAxisAddressTypeFRAME_INDEX
The index of the frame currently executing.
Definition rsienums.h:494
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_SCALE
Motor Config Demand Scale Channel 3.
Definition rsienums.h:493
@ RSIAxisAddressTypeACTUAL_VELOCITY
Actual Velocity.
Definition rsienums.h:443
@ RSIAxisAddressTypeFRAME_LOAD_INDEX
The index of the last loaded frame.
Definition rsienums.h:495
@ RSIAxisAddressTypeFILTER_SECONDARY_POINTER
Filter Secondary Pointer for Gantry use.
Definition rsienums.h:462
@ RSIAxisAddressTypeENCODER_PRIMARY_POINTER
Encoder[0].Ptr. Useful for Created Axes.
Definition rsienums.h:468
@ RSIAxisAddressTypeMOTOR_DATA_STATUS
Motor Status.
Definition rsienums.h:482
@ RSIAxisAddressTypeTARGET_POSITION
Target Position.
Definition rsienums.h:486
@ RSIAxisAddressTypeAMP_ACTIVE_SUPPORTED
Will be automatically set true for drives which support AMP_ACTIVE (read-only).
Definition rsienums.h:488
@ RSIAxisAddressTypeMOTION_ID
Motion Identifier.
Definition rsienums.h:453
@ RSIAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
Definition rsienums.h:479
@ RSIAxisAddressTypeFILTER_SMOOTHED_VELOCITY
Smoothed velocity estimate from the filter object.
Definition rsienums.h:460
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ZERO
AxisConfig FeedbackPtr[0].
Definition rsienums.h:477
@ RSIAxisAddressTypeDIGITAL_OUTPUTS
Digital Output (general purpose).
Definition rsienums.h:449
@ RSIAxisAddressTypeCOMMAND_ACCELERATION
Command Acceleration.
Definition rsienums.h:445
@ RSIAxisAddressTypeDEMAND_PRIMARY_SCALE
Motor Config Demand Scale Channel 0.
Definition rsienums.h:490
@ RSIAxisAddressTypeFILTER_SECONDARY_COEFF
Filter Secondary Coefficient for Gantry use.
Definition rsienums.h:464
@ RSIAxisAddressTypeDEMAND_PRIMARY_OUTPUT
Motor Config Demand Output Channel 0. Useful for Created Axes.
Definition rsienums.h:467
@ RSIAxisAddressTypeDEDICATED_INPUTS_POINTER
Pointer to Dedicated Inputs (Home, Limits, Amp Fault, etc).
Definition rsienums.h:487
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_SCALE
Motor Config Demand Scale Channel 1.
Definition rsienums.h:491
@ RSIAxisAddressTypeFILTER_PRIMARY_COEFF
Filter Primary Coefficient for Gantry use.
Definition rsienums.h:463
@ RSIAxisAddressTypeDS402_SUPPORTED
Will be automatically set true for drives which support the DS402 standard.
Definition rsienums.h:489
@ RSIAxisAddressTypeMOTION_ELEMENT_ID
Motion Element Identifier (element within the motion).
Definition rsienums.h:454
@ RSIAxisAddressTypeCOMPENSATION_FINAL_VALUE
Final Compensation value, the value subtraced from ActualPosition and added to position demand.
Definition rsienums.h:484
@ RSIAxisAddressTypeMOTION_STATUS
Motion Status.
Definition rsienums.h:447
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_INPUT
Motor Config Demand Input Channel 2.
Definition rsienums.h:474
@ RSIAxisAddressTypeDEMAND
Filter Output (the commanded torque sent to the drive).
Definition rsienums.h:448
@ RSIAxisAddressTypeCOMMAND_POSITION
Command Position.
Definition rsienums.h:441
@ RSIAxisAddressTypeDEMAND_PRIMARY_INPUT
Motor Config Demand Input Channel 0.
Definition rsienums.h:472
@ RSIAxisAddressTypeDIGITAL_INPUTS
Digital Input (general purpose).
Definition rsienums.h:450
@ RSIAxisAddressTypeCONTROL_MODE_PRIMARY_MAP
0xFFFFxxxx. xxxx=FFF0 for 1, FF10 for 2, F210 for 3, and 3210 for 4 Demand Channel(s) Processed.
Definition rsienums.h:476
@ RSIAxisAddressTypeFILTER_GAIN_KP
Proportional Gain.
Definition rsienums.h:457
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ONE
AxisConfig FeedbackPtr[1].
Definition rsienums.h:478
@ RSIAxisAddressTypeTC_ACTUAL_POSITION
(internal) Trajectory Calculator Actual Position
Definition rsienums.h:480
@ RSIAxisAddressTypeCOMMAND_VELOCITY
Command Velocity.
Definition rsienums.h:444
@ RSIAxisAddressTypeCOMPENSATION_CURRENT_VALUE
Compensation value, where multiple compensators can write.
Definition rsienums.h:483
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_INPUT
Motor Config Demand Input Channel 1.
Definition rsienums.h:473
@ RSIAxisAddressTypePOSITION_ERROR
Position Error.
Definition rsienums.h:442
@ RSIAxisAddressTypePOST_TRAJECTORY_GEARING_POSITION
The gear position applied to this axis by Post Trajectory Gearing.
Definition rsienums.h:497
@ RSIAxisAddressTypeACTUAL_POSITION
Actual Position.
Definition rsienums.h:440
@ RSIAxisAddressTypeFILTER_PRIMARY_POINTER
Filter Primary Pointer for Gantry use.
Definition rsienums.h:461
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_SCALE
Motor Config Demand Scale Channel 2.
Definition rsienums.h:492
@ RSIAxisAddressTypeTC_COMMAND_POSITION
(internal) Trajectory Calculator Command Position
Definition rsienums.h:481
@ RSIAxisAddressTypeAMP_ENABLE_AMP_FAULT_TIMEOUT
The timeout in seconds after which an Amp Fault will occur if the Axis does not enable after calling ...
Definition rsienums.h:496
@ RSIAxisAddressTypeDEDICATED_INPUTS
Dedicated Inputs (Home, Limits, Amp Fault, etc).
Definition rsienums.h:452
RSIProcessorType
Controller's processor type.
Definition rsienums.h:295
@ RSIProcessorTypeRMP
RSI processor (Soft Motion).
Definition rsienums.h:296
RSIMotorStepperPulseType
Stepper pulse type.
Definition rsienums.h:1262
RSIMotorType
Motor Type.
Definition rsienums.h:1318
@ RSIMotorTypeSTEPPER
Stepper motor.
Definition rsienums.h:1320
@ RSIMotorTypeSERVO
Servo motor.
Definition rsienums.h:1319
@ RSIMotorTypePHANTOM
Phantom motor (nothing physically connected).
Definition rsienums.h:1321
RSIWait
Waiting for interrupts.
Definition rsienums.h:1035
@ RSIWaitPOLL
return immediately, use polling
Definition rsienums.h:1037
@ RSIWaitFOREVER
Wait forever before returning.
Definition rsienums.h:1036
RSIAnalogOutChannel
Analog output channels.
Definition rsienums.h:1300
RSINetworkStartError
Network start errors.
Definition rsienums.h:599
@ RSINetworkStartErrorETHERCAT_SAFETY_MAIN_DEVICE_NOT_DETECTED
No supported Safety MainDevice detected when Safety.xml is present.
Definition rsienums.h:626
@ RSINetworkStartErrorUNSUPPORTED_NODE_DETECTED
An unsupported node on the network is preventing the EtherCAT network from starting.
Definition rsienums.h:627
@ RSINetworkStartErrorTHREAD_SCHEDULING_OR_PRIORITY
Failed to set thread scheduling or priority.
Definition rsienums.h:623
@ RSINetworkStartErrorETHERCAT_SAFETY_NOT_LICENSED
Your controller does not have a FSoE license.
Definition rsienums.h:625
RSIMotorGeneralIo
Motor I/O bit numbers.
Definition rsienums.h:924
RSIMotionAttrMask
Attribute masks for motion. You cannot mix RSIMotionAttrMaskDELAY and RSIMotionAttrMaskAPPEND.
Definition rsienums.h:1067
@ RSIMotionAttrMaskOUTPUT
Sets or clear bits after the move.
Definition rsienums.h:1076
@ RSIMotionAttrMaskNO_INTERRUPT_ENABLE
Skip the InterruptEnableSet() in MovePT() and MovePVT() when motion is starting.
Definition rsienums.h:1097
@ RSIMotionAttrMaskNO_REVERSAL
No Reversal.
Definition rsienums.h:1096
@ RSIMotionAttrMaskNO_HANDSHAKE
Does NOT wait for the handshake between the software and controller to begin the motion trajectory pr...
Definition rsienums.h:1073
@ RSIMotionAttrMaskRELATIVE
The position values for the move are interpreted relative to the current position.
Definition rsienums.h:1071
@ RSIMotionAttrMaskDELAY
Inserts a pause before the beginning of the move. MotionDelaySet contains the length of the delay.
Definition rsienums.h:1070
@ RSIMotionAttrMaskNO_WAIT
Does NOT wait for the controller to acknowledge the commanded move, does NOT wait for the controller ...
Definition rsienums.h:1078
@ RSIMotionAttrMaskNO_BACKTRACK
No Backtrack.
Definition rsienums.h:1091
@ RSIMotionAttrMaskAPPEND
Append motion.
Definition rsienums.h:1084
@ RSIMotionAttrMaskSYNC_START
Synchronize start of motion for all axes.
Definition rsienums.h:1087
@ RSIMotionAttrMaskHOLD
Prevents the move from executing until a specific trigger condition is met. See MotionHold methods.
Definition rsienums.h:1075
@ RSIMotionAttrMaskMASTER_START
Master Start.
Definition rsienums.h:1090
@ RSIMotionAttrMaskNO_BACKTRACK_HOLD
No Backtrack Hold.
Definition rsienums.h:1092
@ RSIMotionAttrMaskSYNC_END
Synchronize end of motion for all axes.
Definition rsienums.h:1086
RSIMultiAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:502
@ RSIMultiAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
Definition rsienums.h:504
@ RSIMultiAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
Definition rsienums.h:505
@ RSIMultiAxisAddressTypeMOTION_STATUS
Motion Status.
Definition rsienums.h:503
RSIFilterGainPIDCoeff
PID gain coefficients.
Definition rsienums.h:1175
@ RSIFilterGainPIDCoeffOUTPUT_LIMITHIGH
Output Limit (High).
Definition rsienums.h:1186
@ RSIFilterGainPIDCoeffDRATE
Derivative sub-sampling rate.
Definition rsienums.h:1183
@ RSIFilterGainPIDCoeffOUTPUT_LIMITLOW
Output Limit (Low).
Definition rsienums.h:1187
@ RSIFilterGainPIDCoeffOUTPUT_OFFSET
Output Offset.
Definition rsienums.h:1190
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion).
Definition rsienums.h:1184
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITHIGH
Output Limit (High).
Definition rsienums.h:1188
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving).
Definition rsienums.h:1185
@ RSIFilterGainPIDCoeffNOISE_POSITIONFFT
Noise position FFT.
Definition rsienums.h:1191
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITLOW
Output Limit (Low).
Definition rsienums.h:1189
RSIUserLimitTriggerType
Trigger types for UserLimits.
Definition rsienums.h:638
@ RSIUserLimitTriggerTypeTIMER
Specifies that the user limit is to be used as a timer.
Definition rsienums.h:644
@ RSIUserLimitTriggerTypeEND
internal use only
Definition rsienums.h:645
@ RSIUserLimitTriggerTypeCOUNT
internal use only
Definition rsienums.h:647
@ RSIUserLimitTriggerTypeFIRST
internal use only
Definition rsienums.h:646
@ RSIUserLimitTriggerTypeCONDITION_OR
Two conditions are evaluated and combined via a logical OR.
Definition rsienums.h:643
@ RSIUserLimitTriggerTypeSINGLE_CONDITION
Only one condition is evaluated.
Definition rsienums.h:641
@ RSIUserLimitTriggerTypeCONDITION_AND
Two conditions are evaluated and combined via a logical AND.
Definition rsienums.h:642
@ RSIUserLimitTriggerTypeNONE
Disables the user limit. No conditions are evaluated.
Definition rsienums.h:640
RSIFirmwareLogic
Logic options for User Limits.
Definition rsienums.h:565
@ RSILogicAND
Two conditions are evaluated and combined via a logical AND.
Definition rsienums.h:569
@ RSILogicOR
Two conditions are evaluated and combined via a logical OR.
Definition rsienums.h:568
@ RSILogicNEVER
Disables the user limit. No conditions are evaluated.
Definition rsienums.h:566
@ RSILogicSINGLE
Only one condition is evaluated.
Definition rsienums.h:567
RSINetworkOutputAddressType
Network output address types.
Definition rsienums.h:1419
@ RSINetworkOutputAddressTypeOVERRIDE_VALUE
The value to be sent if we are overriding intended value.
Definition rsienums.h:1422
@ RSINetworkOutputAddressTypeFIRMWARE_VALUE
The value to be sent if we aren't overriding it.
Definition rsienums.h:1421
@ RSINetworkOutputAddressTypeSENT_VALUE
The value sent over the network. Could be firmware value or override value, depending on override set...
Definition rsienums.h:1420
INtimeStatus
INtime status values.
Definition rsienums.h:1364
RSIMotionHoldType
Types for MotionHold attribute.
Definition rsienums.h:1102
RSIControllerType
Controller type.
Definition rsienums.h:284
@ RSIControllerTypeCLIENT
Client - TCP/IP networked.
Definition rsienums.h:286
RSIMotorFaultMask
Mask values for several motor faults.
Definition rsienums.h:1306
@ RSIMotorFaultMaskAMP_NOT_POWERED
Not powered.
Definition rsienums.h:1312
@ RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY
Secondary feedback.
Definition rsienums.h:1314
@ RSIMotorFaultMaskDRIVE_NOT_READY
Not ready.
Definition rsienums.h:1313
RSIHomeStage
Predefined Homing Stage sections.
Definition rsienums.h:397
@ RSIHomeStageSTAGE_TWO
Searching Move from Limit Active to Limit Edge. (ie Returning to Home Edge).
Definition rsienums.h:399
@ RSIHomeStageSTAGE_THREE
Searching Move from Edge to Index.
Definition rsienums.h:400
@ RSIHomeStageSTAGE_FOUR
Covers motion to Zero after HomeOffsetSet has been used.
Definition rsienums.h:401
@ RSIHomeStageSTAGE_ONE
Searching Move to Find Limit. (ie Home Active).
Definition rsienums.h:398
RSIMotorBrakeMode
Brake modes.
Definition rsienums.h:1332
@ RSIMotorBrakeModeDELAY
Use a brake, including programmable delays.
Definition rsienums.h:1334
RSICacheObject
Caching data for GUI optimization.
Definition rsienums.h:1352
@ RSICacheObjectMotionStatus
RapidCodeMotion.
Definition rsienums.h:1355
@ RSICacheObjectControlConfig
MotionController.
Definition rsienums.h:1353
RSIErrorMessage
All possible RSI Error Messages.
Definition rsienums.h:17
@ RSI_SQNODE_NOT_IO_NODE
This node is not an I/O node.
Definition rsienums.h:238
@ RSI_ERROR_LOG_EMPTY
The error log is empty.
Definition rsienums.h:236
@ RSI_MOTION_DONE_WAIT_TIMEOUT
Timed out while waiting for MotionDone.
Definition rsienums.h:241
@ RSI_ERROR_MESSAGE_DYNAMIC
The text for this error will be dynamically generated in the source code.
Definition rsienums.h:242
@ RSI_CONTROLLER_INVALID_CONTROLLER_TYPE
Invalid controller type.
Definition rsienums.h:222
@ RSI_INVALID_ID
Invalid RSI ID.
Definition rsienums.h:223
@ RSI_COMPENSATOR_COULD_NOT_ENABLE_ADDITIVE
The compensator could not be enabled.
Definition rsienums.h:261
@ RSI_AXIS_HOME_INVALID_HOME_SLOW_VELOCITY
Invalid Home Slow Velocity.
Definition rsienums.h:230
@ RSI_GCODE_LINE
Generic type for RSI specific G-Code errors occurring on a specific line or move.
Definition rsienums.h:269
@ RSI_CARTESIAN_PATH
Cartesian move builder exception.
Definition rsienums.h:273
@ RSI_AXIS_HOME_INVALID_POS_LIMIT_HIT
Hit Positive Limit while moving to Negative Limit.
Definition rsienums.h:248
@ RSI_AXIS_HOME_INDEX_NOT_SUPPORTED
Home Methods which require Index are only selectively supported. Contact RSI to see if we can add sup...
Definition rsienums.h:255
@ RSI_ERROR_LOG_FULL
The error log is full.
Definition rsienums.h:237
@ RSI_NOFEATURE_LICENSE
The RMP feature is not enabled.
Definition rsienums.h:266
@ RSI_COMPENSATOR_COULD_NOT_DISABLE_SINGLE
The compensator could not be disabled.
Definition rsienums.h:260
@ RSI_AXIS_FALLING_HOME_STATE_HIGH_CHECK
Failed to reach expected Home State: High. This method should only be used for Home Setups which are ...
Definition rsienums.h:253
@ RSI_METHOD_UNSUPPORTED
This method is not supported in this version.
Definition rsienums.h:240
@ RSI_AXIS_HOME_CAPTURE_ARMING_FAILED
Capture failed to arm for homing.
Definition rsienums.h:228
@ RSI_AXIS_RISING_HOME_STATE_LOW_CHECK
Failed to reach expected Home State: Low. This method should only be used for Home Setups which are H...
Definition rsienums.h:252
@ RSI_NETWORK_FIRMWARE_IS_BUSY
The network firmware is busy.
Definition rsienums.h:243
@ RSI_GCODE_SYNTAX
G-Code Syntax parsing errors.
Definition rsienums.h:270
@ RSI_AXIS_LIMIT_UNEXPECTED_STATE
Expected True and was False or vise versa.
Definition rsienums.h:250
@ RSI_IOPOINT_INVALID_OUTPUT
An output was configured as an input.
Definition rsienums.h:264
@ RSI_MATHBLOCK_INVALID
Invalid MathBlock.
Definition rsienums.h:278
@ RSI_CONTROLLER_CUSTOM_FIRMWARE_REQUIRED
Custom controller firmware required.
Definition rsienums.h:225
@ RSI_AXIS_HOME_INVALID_HOME_VELOCITY
Invalid Home Velocity.
Definition rsienums.h:229
@ RSI_AXIS_HOME_FAILED_TO_REACH_MAX_TRAVEL
Failed to reached State in specified Max Travel. Please evaluate limits or Stage's Max Travel value.
Definition rsienums.h:246
@ RSI_AXIS_HOME_INVALID_HOME_DECELERATION
Invalid Home Deceleration.
Definition rsienums.h:232
@ RSI_EXECUTOR
Exception while running the Cartesian trajectory executor.
Definition rsienums.h:271
@ RSI_STREAMING_OUTPUT_CONFIG_INVALID
The number of streaming output values must be configured with StreamingOutputCountSet before adding o...
Definition rsienums.h:245
@ RSI_AXIS_ADDRESS_TYPE_UNKNOWN
The address type requested is unknown or unsupported.
Definition rsienums.h:239
@ RSI_CONTROLLER_INVALID_CONTROLLER_NUMBER
Invalid controller number.
Definition rsienums.h:220
@ RSI_CARTESIAN_PATH_LINE
Cartesian move builder exception occurring on a specific line or move.
Definition rsienums.h:274
@ RSI_CONTROLLER_NOT_SYNC_INTERRUPT
Not the controller Sync interrupt.
Definition rsienums.h:224
@ RSI_COMPENSATOR_INVALID_AXIS_MASTER_TYPE
The compensator config was invalid.
Definition rsienums.h:262
@ RSI_GCODE
Generic type for RSI specific G-Code errors.
Definition rsienums.h:268
@ RSI_FUNCTION_NOT_SUPPORTED
This method is not currently supported.
Definition rsienums.h:235
@ RSI_AXIS_RISING_HOME_STATE_HIGH_CHECK
Failed to reach expected Home State: High. This method should only be used for Home Setups which are ...
Definition rsienums.h:251
@ RSI_AXIS_HOME_INVALID_HOME_ACCELERATION
Invalid Home Acceleration.
Definition rsienums.h:231
@ RSI_AXIS_HOME_INDEX_NOT_REACHABLE
Distance to Travel to Index (AKDs Zero Angle) is greater than Home Stage Max Travel....
Definition rsienums.h:256
@ RSI_GCODE_PARSE
Error interpreting the G-Code string.
Definition rsienums.h:267
@ RSI_COMPENSATOR_COULD_NOT_ENABLE_AXIS_ACTUAL_POSITION
The compensator could not be enabled.
Definition rsienums.h:263
@ RSI_CONTROLLER_INVALID_SERVER_NAME
Invalid server name for CLIENT controller.
Definition rsienums.h:221
@ RSI_AXIS_HOME_CANCELED
User canceled homing operation.
Definition rsienums.h:233
@ RSI_AXIS_HOME_CAPTURE_FAILED
Capture failed.
Definition rsienums.h:227
@ RSI_AMP_ENABLE_RESTRICTED_STATE
Failed attempt to enable amplifier in a restricted state (MOVING, STOPPING, STOPPED) see RapidCodeMot...
Definition rsienums.h:279
@ RSI_AXIS_HOME_INDEX_NOT_REACHED
Did not finish in IDLE state after attempting to move to Zero Angle.
Definition rsienums.h:257
@ RSI_AXIS_HOME_INVALID_NEG_LIMIT_HIT
Hit Negative Limit while moving to Positive Limit.
Definition rsienums.h:249
@ RSI_FIRMWARE_VERSION_MISMATCH
The RMP firmware and the RapidCode software versions don't match. Restart your INtime Node.
Definition rsienums.h:265
@ RSI_AXIS_HOME_FAILED_TO_REACH_DESIRED_STATE_OF_SWITCH
Homing failed to reach the desired state of a switch.
Definition rsienums.h:234
@ RSI_COMPENSATOR_POINT_COUNT_INVALID
Memory allocated for compensator not equal to required.
Definition rsienums.h:259
@ RSI_AXIS_HOME_UNEXPECTED_STATE
Expected STOPPED state but didn't reach it. Homing requires Home/Hardware Limit actions set to STOP.
Definition rsienums.h:247
@ RSI_CARTESIAN_TRAJECTORY_BUILDER
Error while trying to build the Cartesian trajectory before running it.
Definition rsienums.h:272
@ RSI_CONTROLLER_INVALID_UNHANDLED
The controller is invalid due to prior failure.
Definition rsienums.h:244
@ RSINetworkNodeMessageNODE_FAILURE
EtherCAT node failure.
Definition rsienums.h:277
@ RSI_AXIS_FALLING_HOME_STATE_LOW_CHECK
Failed to reach expected Home State: Low. This method should only be used for Home Setups which are H...
Definition rsienums.h:254
@ RSI_CARTESIAN_ROBOT
Robot errors.
Definition rsienums.h:275
@ RSI_NETWORK_NODE_DOES_NOT_EXIST
NetworkNode object does not exist.
Definition rsienums.h:258
@ RSI_AXIS_HOME_METHOD_NOT_SUPPORTED
Home Method not (yet) supported.
Definition rsienums.h:226
RSINetworkType
Type of Network topology.
Definition rsienums.h:631
@ RSINetworkTypeRING
A Ring topology is a chain of linked Node(s) going from the Controllers Out port to the In port.
Definition rsienums.h:634
@ RSINetworkTypeSTRING
A String topology is chain of linked Node(s) to the Controller from the In or Out port.
Definition rsienums.h:632
@ RSINetworkTypeDUAL_STRING
A Dual String topology is two chained links of Node(s) to the Controller from the In and Out ports.
Definition rsienums.h:633
RSIMotorIoType
Possible configurations for Motor I/O.
Definition rsienums.h:1235
RSIAxisPositionInput
Feedback Positions for each Axis.
Definition rsienums.h:1140
@ RSIAxisPositionInputSECOND
Secondary encoder.
Definition rsienums.h:1142
@ RSIAxisPositionInputFIRST
Primary encoder.
Definition rsienums.h:1141
RSIFilterGainIndex
Filter Gain Table enums for.
Definition rsienums.h:1217
RSINodeType
Valid Node types.
Definition rsienums.h:682
@ RSINodeTypeYASKAWA_SGDXT
Yaskawa Sigma-X triple axis drive.
Definition rsienums.h:747
@ RSINodeTypeYASKAWA_SGDXW
Yaskawa Sigma-X dual axis drive.
Definition rsienums.h:746
@ RSINodeTypeBECKHOFF_EL6900
Beckhoff Safety Main Device.
Definition rsienums.h:697
@ RSINodeTypeBECKHOFF_EL2521
1-channel pulse train output terminal
Definition rsienums.h:709
@ RSINodeTypeYASKAWA_SGDXS
Yaskawa Sigma-X single axis drive.
Definition rsienums.h:745
@ RSINodeTypePANASONIC_MINASA5
Used for all Minas A5.
Definition rsienums.h:740
@ RSINodeTypeINVALID
internal use only
Definition rsienums.h:683
@ RSINodeTypeBECKHOFF_EL6910
Beckhoff Safety Main Device.
Definition rsienums.h:698
@ RSINodeTypeLINMOT_DRIVE
Linmot drives.
Definition rsienums.h:851
@ RSINodeTypePANASONIC_MINASA6
Used for all Minas A6.
Definition rsienums.h:741
@ RSINodeTypeKOLLMORGEN_S700
S300, S400, S600, and S700s.
Definition rsienums.h:687
RSISource
Possible sources that have caused an Error state.
Definition rsienums.h:1021
@ RSISourceLIMIT_SW_POS
Software Positive Limit.
Definition rsienums.h:1028
@ RSISourceLIMIT_HW_NEG
Hardware Negative Limit switch.
Definition rsienums.h:1025
@ RSISourceLIMIT_ERROR
Position Error Limit.
Definition rsienums.h:1024
@ RSISourceUNKNOWN
Unknown error source.
Definition rsienums.h:1031
@ RSISourceOUT_OF_FRAMES
Motion Out Of Frames.
Definition rsienums.h:1030
@ RSISourceLIMIT_SW_NEG
Software Negative Limit.
Definition rsienums.h:1027
@ RSISourceFEEDBACK_FAULT
Encoder fault.
Definition rsienums.h:1029
@ RSISourceAMP_FAULT
Amp Fault.
Definition rsienums.h:1022
@ RSISourceLIMIT_HW_POS
Hardware Positivie Limit switch.
Definition rsienums.h:1026
RSIMotionAttrOutputType
Types for outputs during motion.
Definition rsienums.h:1115
RSIMotorDedicatedIn
Dedicated Input bits per motor.
Definition rsienums.h:896
@ RSIMotorDedicatedInINDEX_SECONDARY
Encoder Index (Secondary).
Definition rsienums.h:903
@ RSIMotorDedicatedInHALL_B
Hall Sensor B.
Definition rsienums.h:907
@ RSIMotorDedicatedInFEEDBACK_FAULT
Feedback Fault.
Definition rsienums.h:904
@ RSIMotorDedicatedInBRAKE_APPLIED
Brake Applied.
Definition rsienums.h:898
@ RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY
Primary Encoder Feedback Fault.
Definition rsienums.h:913
@ RSIMotorDedicatedInINDEX
Encoder Index.
Definition rsienums.h:902
@ RSIMotorDedicatedInDRIVE_STATUS_10
Drive Status 10.
Definition rsienums.h:912
@ RSIMotorDedicatedInHALL_A
Hall Sensor A.
Definition rsienums.h:906
@ RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY
Secondary Encoder Feedback Fault.
Definition rsienums.h:914
@ RSIMotorDedicatedInLIMIT_HW_NEG
Hardware Negative Limit.
Definition rsienums.h:901
@ RSIMotorDedicatedInDRIVE_STATUS_9
Drive Status 9.
Definition rsienums.h:911
@ RSIMotorDedicatedInHALL_C
Hall Sensor C.
Definition rsienums.h:908
@ RSIMotorDedicatedInLIMIT_HW_POS
Hardware Positive Limit.
Definition rsienums.h:900
RSIMotorFeedback
Encoders per motor.
Definition rsienums.h:1160
@ RSIMotorFeedbackSECONDARY
Secondary encoder.
Definition rsienums.h:1162
@ RSIMotorFeedbackPRIMARY
Primary encoder.
Definition rsienums.h:1161
RSIMotorDedicatedOut
Dedicated Output bits per motor.
Definition rsienums.h:918
@ RSIMotorDedicatedOutBRAKE_RELEASE
Brake Release.
Definition rsienums.h:920
RSIOperationMode
DS402 modes of operation.
Definition rsienums.h:1338
@ RSIOperationModePROFILE_VELOCITY_MODE
3, pv, Profile velocity mode
Definition rsienums.h:1342
@ RSIOperationModeTORQUE_PROFILE_MODE
4, tq, Torque profile mode
Definition rsienums.h:1343
@ RSIOperationModeINTERPOLATED_POSITION_MODE
7, ip, Interpolated position mode
Definition rsienums.h:1345
@ RSIOperationModeHOMING_MODE
6, hm, Homing mode
Definition rsienums.h:1344
@ RSIOperationModeVELOCITY_MODE
2, vl, Velocity mode
Definition rsienums.h:1341
@ RSIOperationModeNONE
0, Reserved/None
Definition rsienums.h:1339
@ RSIOperationModeCYCLIC_SYNCHRONOUS_TORQUE_MODE
10, cst, Cyclic synchronous torque mode
Definition rsienums.h:1348
@ RSIOperationModeCYCLIC_SYNCHRONOUS_POSITION_MODE
8, csp, Cyclic synchronous position mode
Definition rsienums.h:1346
@ RSIOperationModeCYCLIC_SYNCHRONOUS_VELOCITY_MODE
9, csv, Cyclic synchronous velocity mode
Definition rsienums.h:1347
@ RSIOperationModePROFILE_POSITION_MODE
1, pp, Profile position mode
Definition rsienums.h:1340
RSIPathPlanType
Path motion planning types.
Definition rsienums.h:1061
@ RSIPathPlanTypeSCURVE
S-curve velocity profile.
Definition rsienums.h:1063
@ RSIPathPlanTypeTRAPEZOIDAL
Trapezoidal velocity profile.
Definition rsienums.h:1062
RSINetworkTechnologyType
Network technology type.
Definition rsienums.h:1359
RSINetworkIndexType
Network PDO index types for configuring axis input/output mappings.
Definition rsienums.h:1397
@ NetworkIndexTypeVELOCITY_DEMAND_INDEX
Target Velocity (DS402 0x60FF) - 32-bit velocity setpoint in counts/sample.
Definition rsienums.h:1411
@ NetworkIndexTypeANALOG_INPUT_INDEX
Analog Input - 16/32-bit analog sensor value (vendor-specific).
Definition rsienums.h:1404
@ NetworkIndexTypeAUX_POSITION_FEEDBACK_INDEX
Auxiliary Encoder - 32-bit secondary encoder feedback (vendor-specific).
Definition rsienums.h:1406
@ NetworkIndexTypeCONTROL_WORD_INDEX
Control Word (DS402 0x6040) - 16-bit drive state machine commands.
Definition rsienums.h:1409
@ NetworkIndexTypeMODE_OF_OPERATION_INDEX
Modes of Operation (DS402 0x6060) - 8-bit operation mode (PP, PV, HM, CSP, CSV, CST).
Definition rsienums.h:1413
@ NetworkIndexTypeDIGITAL_INPUT_INDEX
Digital Inputs (DS402 0x60FD) - 8/16/32-bit drive input state (vendor-specific).
Definition rsienums.h:1403
@ NetworkIndexTypeTARGET_TORQUE_INDEX
Target Torque (DS402 0x6071) - 16-bit torque/current setpoint (‰ of rated torque).
Definition rsienums.h:1412
@ NetworkIndexTypePDO_POSITION_ERROR_INDEX
Position Error (DS402 0x60F4) - 32-bit following error in counts (optional).
Definition rsienums.h:1405
@ NetworkIndexTypeSTATUS_WORD_INDEX
Status Word (DS402 0x6041) - 16-bit drive state/status flags.
Definition rsienums.h:1399
@ NetworkIndexTypeANALOG_OUTPUT_INDEX
Analog Output - 16/32-bit analog output command (vendor-specific).
Definition rsienums.h:1415
@ NetworkIndexTypeVELOCITY_ACTUAL_INDEX
Velocity Actual Value (DS402 0x606C) - 32-bit velocity feedback in counts/sample.
Definition rsienums.h:1401
@ NetworkIndexTypeTORQUE_ACTUAL_INDEX
Torque Actual Value (DS402 0x6077) - 16-bit torque/current feedback (‰ of rated torque).
Definition rsienums.h:1402
@ NetworkIndexTypePOSITION_DEMAND_INDEX
Target Position (DS402 0x607A) - 32-bit position setpoint in counts.
Definition rsienums.h:1410
@ NetworkIndexTypeDIGITAL_OUTPUT_INDEX
Digital Outputs (DS402 0x60FE) - 8/16/32-bit drive output commands (vendor-specific).
Definition rsienums.h:1414
@ NetworkIndexTypePOSITION_ACTUAL_INDEX
Position Actual Value (DS402 0x6064) - 32-bit encoder feedback in counts.
Definition rsienums.h:1400
RSIFirmwareStatus
Status bits used in the firmware.
Definition rsienums.h:509
RSINetworkStartupMethod
Network startup methods.
Definition rsienums.h:585
@ RSINetworkStartupMethodPROBE_TOPOLOGY
probe to see what is on the network
Definition rsienums.h:587
@ RSINetworkStartupMethodNETWORK_ONLY
run the network, assumes probe was done earlier
Definition rsienums.h:588
@ RSINetworkStartupMethodTEST_ENI_LOAD
eni testing mode.
Definition rsienums.h:589
RSIFilterGainPIVCoeff
PIV gain coefficients.
Definition rsienums.h:1196
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving).
Definition rsienums.h:1207
@ RSIFilterGainPIVCoeffNOISE_FILTERFFT
Noise filter FFT.
Definition rsienums.h:1212
@ RSIFilterGainPIVCoeffOUTPUT_OFFSET
Output Offset.
Definition rsienums.h:1211
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion).
Definition rsienums.h:1206
@ RSIFilterGainPIVCoeffOUTPUT_LIMITLOW
Output Limit (Low).
Definition rsienums.h:1210
@ RSIFilterGainPIVCoeffGAINVELOCITY_INTEGRATIONMAX
Velocity Integrator Maximum.
Definition rsienums.h:1208
@ RSIFilterGainPIVCoeffSMOOTHINGFILTER_GAIN
Smoothing parameter, 0 = no smoothing, 1 = infinite smoothing.
Definition rsienums.h:1205
@ RSIFilterGainPIVCoeffOUTPUT_LIMITHIGH
Output Limit (High).
Definition rsienums.h:1209
@ RSIStateSTOPPING
Stopping, on its way to stopped. Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() i...
Definition rsienums.h:889
@ RSIStateSTOPPING_ERROR
Stopping with an error.
Definition rsienums.h:891
@ RSIStateSTOPPED
Stopped (resumable). Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() in this state...
Definition rsienums.h:890
@ RSIStateMOVING
Moving (without any errors). Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() in th...
Definition rsienums.h:888
@ RSIStateIDLE
Idle, ready for anything.
Definition rsienums.h:887
RSIAxisMasterType
Sources available to a slave Axis for electronic gearing & camming.
Definition rsienums.h:1225
@ RSIAxisMasterTypeAXIS_COMMAND_POSITION
Use command position from master.
Definition rsienums.h:1228
@ RSIAxisMasterTypeAXIS_ACTUAL_POSITION
Use actual position from master.
Definition rsienums.h:1229
@ RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY
Use secondary motor encoder from master.
Definition rsienums.h:1227
@ RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY
Use primary motor encoder from master.
Definition rsienums.h:1226