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
432
494};
495
502
505 RSIFirmwareStatusIN_COARSE_POSITION = RSICONSTANTFWStatusIN_COARSE_POSITION,
506 RSIFirmwareStatusAT_TARGET = RSICONSTANTFWStatusAT_TARGET,
507 RSIFirmwareStatusAT_VELOCITY = RSICONSTANTFWStatusAT_VELOCITY,
508 RSIFirmwareStatusIN_FINE_POSITION = RSICONSTANTFWStatusIN_FINE_POSITION,
509 RSIFirmwareStatusSETTLED = RSICONSTANTFWStatusSETTLED,
510 RSIFirmwareStatusDONE = RSICONSTANTFWStatusDONE,
511 RSIFirmwareStatusMOTION_START = RSICONSTANTFWStatusMOTION_START,
512 RSIFirmwareStatusPS_FAULT = RSICONSTANTFWStatusPS_FAULT,
513 RSIFirmwareStatusMS_FAULT = RSICONSTANTFWStatusMS_FAULT,
514 RSIFirmwareStatusOUT_OF_FRAMES = RSICONSTANTFWStatusOUT_OF_FRAMES,
515 RSIFirmwareStatusFRAME = RSICONSTANTFWStatusFRAME,
516 RSIFirmwareStatusRESET = RSICONSTANTFWStatusRESET,
517 RSIFirmwareStatusRESUME = RSICONSTANTFWStatusRESUME,
518 RSIFirmwareStatusPAUSE = RSICONSTANTFWStatusPAUSE,
519 RSIFirmwareStatusSTOP = RSICONSTANTFWStatusSTOP,
520 RSIFirmwareStatusESTOP = RSICONSTANTFWStatusESTOP,
521 RSIFirmwareStatusESTOP_ABORT = RSICONSTANTFWStatusESTOP_ABORT,
522 RSIFirmwareStatusESTOP_CMD_EQ_ACT = RSICONSTANTFWStatusESTOP_CMD_EQ_ACT,
523 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP,
524 RSIFirmwareStatusTRIGGERED_MODIFY = RSICONSTANTFWStatusTRIGGERED_MODIFY,
525 RSIFirmwareStatusABORT = RSICONSTANTFWStatusABORT,
526 RSIFirmwareStatusERROR_STATE = RSICONSTANTFWStatusERROR_STATE,
527 RSIFirmwareStatusDISABLED = RSICONSTANTFWStatusDISABLED,
528 RSIFirmwareStatusHOST = RSICONSTANTFWStatusHOST,
529 RSIFirmwareStatusREC_IDLE = RSICONSTANTFWStatusREC_IDLE,
530 RSIFirmwareStatusREC_HIGH = RSICONSTANTFWStatusREC_HIGH,
531 RSIFirmwareStatusREC_FULL = RSICONSTANTFWStatusREC_FULL,
532 RSIFirmwareStatusREC_RUNNING = RSICONSTANTFWStatusREC_RUNNING,
533 RSIFirmwareStatusCAM = RSICONSTANTFWStatusCAM,
534 RSIFirmwareStatusEXTERNAL = RSICONSTANTFWStatusEXTERNAL,
535 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP_ABORT = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP_ABORT,
536 RSIFirmwareStatusMOTOR_LIMIT = RSICONSTANTFWStatusMOTOR_LIMIT,
537};
538
540enum class RSITrace {
541 RSITraceNONE = RSICONSTANTTraceNONE,
542 RSITraceFUNCTION_ENTRY = RSICONSTANTTraceFUNCTION_ENTRY,
543 RSITraceFUNCTION_RETURN = RSICONSTANTTraceFUNCTION_RETURN,
544 RSITraceMEMORY_ALLOC = RSICONSTANTTraceMEMORY_ALLOC,
545 RSITraceMEMORY_FREE = RSICONSTANTTraceMEMORY_FREE,
546 RSITraceMEMORY_GET = RSICONSTANTTraceMEMORY_GET,
547 RSITraceMEMORY_SET = RSICONSTANTTraceMEMORY_SET,
548 RSITraceVALIDATE = RSICONSTANTTraceVALIDATE,
549 RSITraceLOCK_GIVE = RSICONSTANTTraceLOCK_GIVE,
550 RSITraceLOCK_TAKE = RSICONSTANTTraceLOCK_TAKE,
551 RSITraceEVENT = RSICONSTANTTraceEVENT,
552 RSITraceCUSTOM = RSICONSTANTTraceCUSTOM,
553 RSITraceTIME = RSICONSTANTTraceTIME,
554 RSITraceTRAJECTORY_EXECUTOR = RSICONSTANTTraceTRAJECTORY_EXECUTOR,
555 RSITraceALL = RSICONSTANTTraceALL,
556};
557
560{
561 RSILogicNEVER = RSICONSTANTFWLogicNEVER,
562 RSILogicSINGLE = RSICONSTANTFWLogicSINGLE,
563 RSILogicOR = RSICONSTANTFWLogicOR,
564 RSILogicAND = RSICONSTANTFWLogicAND,
565};
566
578
586
592
624
626enum class RSINetworkType {
627 RSINetworkTypeSTRING = RSICONSTANTNetworkTypeSTRING,
628 RSINetworkTypeDUAL_STRING = RSICONSTANTNetworkTypeSTRING_DUAL,
629 RSINetworkTypeRING = RSICONSTANTNetworkTypeRING,
630};
631
634 RSIUserLimitTriggerTypeINVALID = RSICONSTANTUserLimitTriggerTypeINVALID,
635 RSIUserLimitTriggerTypeNONE = RSICONSTANTUserLimitTriggerTypeNONE,
636 RSIUserLimitTriggerTypeSINGLE_CONDITION = RSICONSTANTUserLimitTriggerTypeSINGLE_CONDITION,
637 RSIUserLimitTriggerTypeCONDITION_AND = RSICONSTANTUserLimitTriggerTypeCONDITION_AND,
638 RSIUserLimitTriggerTypeCONDITION_OR = RSICONSTANTUserLimitTriggerTypeCONDITION_OR,
639 RSIUserLimitTriggerTypeTIMER = RSICONSTANTUserLimitTriggerTypeTIMER,
640 RSIUserLimitTriggerTypeEND = RSICONSTANTUserLimitTriggerTypeEND,
641 RSIUserLimitTriggerTypeFIRST = RSICONSTANTUserLimitTriggerTypeFIRST,
642 RSIUserLimitTriggerTypeCOUNT = RSICONSTANTUserLimitTriggerTypeCOUNT,
643};
644
647 RSIUserLimitLogicEQ = RSICONSTANTUserLimitLogicEQ,
648 RSIUserLimitLogicNE = RSICONSTANTUserLimitLogicNE,
649 RSIUserLimitLogicGT = RSICONSTANTUserLimitLogicGT,
650 RSIUserLimitLogicGE = RSICONSTANTUserLimitLogicGE,
651 RSIUserLimitLogicLE = RSICONSTANTUserLimitLogicLE,
652 RSIUserLimitLogicLT = RSICONSTANTUserLimitLogicLT,
653 RSIUserLimitLogicABS_EQ = RSICONSTANTUserLimitLogicABS_EQ,
654 RSIUserLimitLogicABS_GT = RSICONSTANTUserLimitLogicABS_GT,
655 RSIUserLimitLogicABS_LE = RSICONSTANTUserLimitLogicABS_LE,
656};
657
659enum class RSIDataType {
660 RSIDataTypeINVALID = RSICONSTANTDataTypeINVALID,
661 RSIDataTypeSHORT = RSICONSTANTDataTypeSHORT,
662 RSIDataTypeUSHORT = RSICONSTANTDataTypeUSHORT,
663 RSIDataTypeINT16 = RSICONSTANTDataTypeSHORT,
664 RSIDataTypeUINT16 = RSICONSTANTDataTypeUSHORT,
665 RSIDataTypeINT32 = RSICONSTANTDataTypeINT32,
666 RSIDataTypeUINT32 = RSICONSTANTDataTypeUINT32,
667 RSIDataTypeFLOAT = RSICONSTANTDataTypeFLOAT,
668 RSIDataTypeDOUBLE = RSICONSTANTDataTypeDOUBLE,
669 RSIDataTypeINT64 = RSICONSTANTDataTypeINT64,
670 RSIDataTypeUINT64 = RSICONSTANTDataTypeUINT64,
671 RSIDataTypeMASK32 = RSICONSTANTDataTypeMASK32,
672 RSIDataTypeMASK64 = RSICONSTANTDataTypeMASK64,
673 RSIDataTypeBOOL = RSICONSTANTDataTypeBOOL,
674};
675
677enum class RSINodeType : uint64_t {
678 RSINodeTypeINVALID = RSICONSTANTNodeLibNodeTypeINVALID,
679 RSINodeTypeUNKNOWN = RSICONSTANTNodeLibNodeTypeUNKNOWN,
680
681 RSINodeTypeKOLLMORGEN_AKD = 0x0000006A00414B44,
682 RSINodeTypeKOLLMORGEN_S700 = 0x0000006A03000600,
683 RSINodeTypeKOLLMORGEN_AKT = 0x0000006A04602c22,
684 RSINodeTypeKOLLMORGEN_AKD_C = 0x0000006A414B4331,
685 RSINodeTypeKOLLMORGEN_AKD_N = 0x0000006A414B444E,
692 RSINodeTypeBECKHOFF_EL6900 = 0x000000021AF43052,
693 RSINodeTypeBECKHOFF_EL6910 = 0x000000021AFE3052,
694 RSINodeTypeBECKHOFF_EP3184 = 0x000000020C704052,
695 RSINodeTypeBECKHOFF_EP2338 = 0x0000000209224052,
696 RSINodeTypeBECKHOFF_EP7041 = 0x000000021b814052,
697 RSINodeTypeBECKHOFF_EK1100 = 0x00000002044c2c52,
698 RSINodeTypeBECKHOFF_EK1310 = 0x00000002051E2C52,
699 RSINodeTypeBECKHOFF_EL1008 = 0x0000000203f03052,
700 RSINodeTypeBECKHOFF_EL1054 = 0x00000002041E3052,
701 RSINodeTypeBECKHOFF_EL1088 = 0x0000000204403052,
702 RSINodeTypeBECKHOFF_EL2008 = 0x0000000207d83052,
703 RSINodeTypeBECKHOFF_EL2022 = 0x0000000207e63052,
704 RSINodeTypeBECKHOFF_EL2521 = 0x0000000209d93052,
705 RSINodeTypeBECKHOFF_EL2624 = 0x000000020A403052,
706 RSINodeTypeBECKHOFF_EL2634 = 0x000000020A4A3052,
707 RSINodeTypeBECKHOFF_EK1101 = 0x00000002044d2c52,
708 RSINodeTypeBECKHOFF_EL3002 = 0x000000020bba3052,
709 RSINodeTypeBECKHOFF_EL4032 = 0x000000020fc03052,
710 RSINodeTypeBECKHOFF_EL3104 = 0x000000020c203052,
711 RSINodeTypeBECKHOFF_EJ1100 = 0x00000002044C2852,
712 RSINodeTypeBECKHOFF_EJ1889 = 0x0000000207612852,
713 RSINodeTypeBECKHOFF_EJ2889 = 0x000000020B492852,
714 RSINodeTypeBECKHOFF_EJ3004 = 0x000000020BBC2852,
715 RSINodeTypeBECKHOFF_EJ4002 = 0x000000020FA22852,
716 RSINodeTypeBECKHOFF_EP4378 = 0x00000002111a4052,
717 RSINodeTypeBECKHOFF_EPP2338 = 0x0000000264765829,
718 RSINodeTypeBECKHOFF_EPP2316 = 0x00000002647656C9,
719 RSINodeTypeBECKHOFF_EL7041 = 0x000000021b813052,
720 RSINodeTypeBECKHOFF_BK1120 = 0x0000000204602c22,
721 RSINodeTypeBECKHOFF_EL4022 = 0x000000020fb63052,
722 RSINodeTypeBECKHOFF_EL1918 = 0x00000002077E3052,
723 RSINodeTypeBECKHOFF_EL1904 = 0x0000000207703052,
724 RSINodeTypeBECKHOFF_EL2904 = 0x000000020B583052,
725 RSINodeTypeBECKHOFF_EL4102 = 0x0000000210063052,
726 RSINodeTypeAMC_DIGIFLEX = 0x000000BD012D0000,
727 RSINodeTypeAMC_DIGIFLEX2 = 0x000000BD012E0000,
728 RSINodeTypeAMC_DIGIFLEX3 = 0x000000BD012F0000,
729 RSINodeTypeAMC_DIGIFLEX4 = 0x000000BD01300000,
730 RSINodeTypeAMC_FlexPro = 0x000000BD01910000,
731 RSINodeTypeFESTO_CMMP = 0x0000001D502D4153,
732 RSINodeTypeFESTO_CMMT = 0x0000001D007B1a95,
733 RSINodeTypeSERVOTRONIX_FLEXIPRO = 0x000002E100000000,
734 RSINodeTypeMPC_FLEXIPRO = 0x0000067800000000,
735 RSINodeTypePANASONIC_MINASA5 = 0x0000066F511050A1,
736 RSINodeTypePANASONIC_MINASA6 = 0x0000066F60000000,
737 RSINodeTypeDELTA_ASDA = 0x000001DD10305070,
738 RSINodeTypeYASKAWA_SGDV = 0x0000053902200001,
739 RSINodeTypeYASKAWA_SGD7S = 0x0000053902200301,
740 RSINodeTypeYASKAWA_SGDXS = 0x0000053902200901,
741 RSINodeTypeYASKAWA_SGDXW = 0x0000053902200902,
742 RSINodeTypeYASKAWA_SGDXT = 0x0000053902200903,
743 RSINodeTypeYASKAWA_A1000 = 0x0000053941313030,
744 RSINodeTypeYASKAWA_GA700 = 0x0000053947413730,
745 RSINodeTypeSCHNEIDER_LXM32M = 0x0800005A00016440,
746 RSINodeTypeSCHNEIDER_LXM28E = 0x0800005A00096030,
747 RSINodeTypeSCHNEIDER_ILA = 0x0800005A000022DB,
748 RSINodeTypeBONFIGLIOLI_AGILE = 0x000000D500008000,
749 RSINodeTypeAMP_SS = 0x0000040400000001,
750 RSINodeTypeCOPLEY_XEC = 0x000000AB000011B0,
751 RSINodeTypeCOPLEY_TE2 = 0x000000AB000010F0,
752 RSINodeTypeCOPLEY_RGM = 0x000000AB00002020,
753 RSINodeTypeCOPLEY_XE2 = 0x000000AB000010B0,
754 RSINodeTypeCOPLEY_XEL = 0x000000AB00001000,
755 RSINodeTypeESTUN_PRONET = 0x0000060A00000001,
756 RSINodeTypeOPTOFORCE_SENSOR = 0x000005D426483052,
757 RSINodeTypeCREVIS_NA9286 = 0x0000029D4E419286,
758 RSINodeTypeCREVIS_GN9386 = 0x0000029D474C9086,
759 RSINodeTypeCREVIS_GL9086 = 0x0000029D474E9386,
760 RSINodeTypeESD_ECXDIO8 = 0x0000001700000004,
761 RSINodeTypePROMESS_DSC = 0x000001902FB52E56,
762 RSINodeTypeHMS_ANYBUS = 0x0000001B0000003D,
763 RSINodeTypeTECO_JSDG2E = 0x0000081B47322D45,
764 RSINodeTypeELMO_GOLD = 0x0000009A00030924,
765 RSINodeTypeELMO_DUET = 0x0000009A00030925,
766 RSINodeTypeELMO_PLATINUM = 0x0000009A01100002,
767 RSINodeTypeKEYENCE_NUEC1 = 0x0000054100002500,
768 RSINodeTypeSMC_EX260 = 0x0000011401000001,
769 RSINodeTypeSMC_EX600 = 0x0000011401000005,
770 RSINodeTypeAMAX_4830 = 0x000013FE00004830,
771 RSINodeTypeBONFIGLIOLI_ACU540 = 0x000000D500004000,
772 RSINodeTypeOMRON_1SN01H = 0x00000083000000AE,
773 RSINodeTypeOMRON_1SN01L = 0x00000083000000AB,
774 RSINodeTypeOMRON_1SN02H = 0x00000083000000AF,
775 RSINodeTypeOMRON_1SN02L = 0x00000083000000AC,
776 RSINodeTypeOMRON_1SN04H = 0x00000083000000B0,
777 RSINodeTypeOMRON_1SN04L = 0x00000083000000AD,
778 RSINodeTypeOMRON_1SN06F = 0x00000083000000BE,
779 RSINodeTypeOMRON_1SN08H = 0x00000083000000B1,
780 RSINodeTypeOMRON_1SN10F = 0x00000083000000B6,
781 RSINodeTypeOMRON_1SN10H = 0x00000083000000B2,
782 RSINodeTypeOMRON_1SN15F = 0x00000083000000B7,
783 RSINodeTypeOMRON_1SN15H = 0x00000083000000B3,
784 RSINodeTypeOMRON_1SN20F = 0x00000083000000B8,
785 RSINodeTypeOMRON_1SN20H = 0x00000083000000B4,
786 RSINodeTypeOMRON_1SN30F = 0x00000083000000B9,
787 RSINodeTypeOMRON_1SN30H = 0x00000083000000B5,
788 RSINodeTypeMITSUBISHI_MR_J4_TM = 0x00000A1E00000201,
789 RSINodeTypeMITSUBISHI_MR_J5_TM = 0x00000A1E00000304,
790 RSINodeTypeMITSUBISHI_MR_J5W2 = 0x00000A1E00000302,
791 RSINodeTypeMITSUBISHI_MR_JET = 0x00000A1E00000305,
792 RSINodeTypeLENZE_I550 = 0x0000003B69055000,
793 RSINodeTypeLENZE_I700_SINGLE = 0x0000003B69070001,
794 RSINodeTypeLENZE_I700_DOUBLE = 0x0000003B69070002,
795 RSINodeTypeINVT_DA200 = 0x0000061600000000,
796 RSINodeTypeABB_MICROFLEX = 0x000000B7000002BC,
797 RSINodeTypePARKER_PD = 0x0900008900010001,
798 RSINodeTypePARKER_FL20C = 0x0100008900000001,
799 RSINodeTypeHANS_DMODULE = 0x0000001A50440200,
800 RSINodeTypeTPM_STP_K121 = 0x000006AB4b121000,
801 RSINodeTypeTPM_SRV_K221 = 0x000006AB31221100,
802 RSINodeTypeORIENTAL_NETC01 = 0x000002BE00001397,
803 RSINodeTypeFASTECH_ETHERCAT = 0x0FA0000000001002,
804 RSINodeTypeFASTECH_ETHERCAT_TO = 0x0FA0000000001202,
805 RSINodeTypeFASTECH_ETHERCAT_ALL = 0x0FA0000000001007,
806 RSINodeTypeFASTECH_ETHERCAT_MINI = 0x0FA0000000001006,
807 RSINodeTypeFASTECH_ETHERCAT_I8O8 = 0x0FA0000000002021,
809 RSINodeTypeFASTECH_ETHERCAT_DA04 = 0x0FA0000000002212,
810 RSINodeTypeFASTECH_ETHERCAT_AD08 = 0x0FA0000000002203,
811 RSINodeTypeDELTA_5500 = 0x000001DD00005500,
812 RSINodeTypeDELTA_6002 = 0x000001DD00006002,
813 RSINodeTypeDELTA_7062 = 0x000001DD00007062,
814 RSINodeTypeDELTA_70A2 = 0x000001DD000070A2,
815 RSINodeTypeDELTA_9144 = 0x000001DD00009144,
816 RSINodeTypeDELTA_8124 = 0x000001DD00008124,
817 RSINodeTypeDELTA_5621 = 0x000001DD00005621,
818 RSINodeTypeDELTA_ASDA_A3 = 0x000001DD00006010,
819 RSINodeTypeDELTA_ASDA_B3 = 0x000001DD00006080,
820 RSINodeTypeMOONS_STF06_EC = 0x0000016800000002,
821 RSINodeTypeMOONS_M2_EC = 0x0000016800000003,
822 RSINodeTypeMOONS_SSDC06_EC = 0x0000016800000004,
823 RSINodeTypeMOONS_M3_EC = 0x0000016800000007,
824 RSINodeTypeMOONS_M3R5_EC = 0x000001680000000F,
825 RSINodeTypeMOONS_MDX_EC = 0x0000016800000011,
826 RSINodeTypeMOONS_STF4X_EC = 0x0000016800000014,
827 RSINodeTypeMOONS_M3E_EC = 0x0000016800000015,
828 RSINodeTypeMOONS_STF2X_EC = 0x0000016800000017,
829 RSINodeTypeMOONS_M56S_EC = 0x000001680000001A,
830 RSINodeTypeMOONS_M54S_EC = 0x000001680000001B,
831 RSINodeTypeMOONS_M52S_EC = 0x000001680000001E,
832 RSINodeTypeMOONS_MROBOT_EC = 0x0000016800000021,
833 RSINodeTypeMOONS_MBDV_EC = 0x0000016810000007,
834 RSINodeTypeMOONS_MBDV_02_EC = 0x000001681000000F,
835 RSINodeTypeFUJI_ALPHA7 = 0x0000025E00010002,
836 RSINodeTypeBR_X20 = 0x0000006C0000AC23,
838 RSINodeTypeNEXCOM_NEIO1812 = 0x0000075200001812,
840 RSINodeTypeHIWIN_EDF1 = 0x0000AAAA00000005,
841 RSINodeTypeLEADSHINE_CS3E = 0x0000432100000100,
842 RSINodeTypeLEADSHINE_L7EC = 0x00004321000000B2,
843 RSINodeTypeLEADSHINE_DM3E = 0x0000432100008100,
844 RSINodeTypeINGENIA_CAPITAN_XCR = 0x0000029C03731001,
845 RSINodeTypeCONTROLTECHNIQUES_753 = 0x000000F901031102,
846 RSINodeTypeLINMOT_DRIVE = 0x4C4E54490096096F,
847 RSINodeTypeTECHNOSOFT_IPOS8015 = 0x000001A3015F5A2D,
849 RSINodeTypeJENNYSCIENCE_XENAX = 0x0000055700007509,
850 RSINodeTypeNANOTEC_PD4 = 0x0000026C0000003C,
851 RSINodeTypeWAGO = 0x0000002107500354,
852 RSINodeTypeIFM_AL1930 = 0x0000062200001930,
853 RSINodeTypeSANYODENKI_RS3 = 0x000001b90000000b,
854 RSINodeTypeODEAR_DSEX16Y16L_MW = 0x00000a8c0000000e,
855 RSINodeTypeICP_ECAT2055 = 0x0049435000000807,
856 RSINodeTypeLS_IX7NH = 0x0000759500010005,
857 RSINodeTypeNIMOTION_PMM = 0x0000002D01000003,
859 RSINodeTypeCKD_ECR_MNNN3B_EC = 0x0000063400040003,
860 RSINodeTypeCKD_AXD = 0x0000063400040006,
861 RSINodeTypeCKD_ECMG_CNNN30 = 0x0000063400040007,
862 RSINodeTypeNODKA_AX1010 = 0x000002EAA00A1010,
863 RSINodeTypeNODKA_AX1013 = 0x000002EAA00A1013,
864 RSINodeTypeNODKA_AX1016 = 0x000002EAA00A1016,
865 RSINodeTypeNODKA_AX1020 = 0x000002EAA00A1020,
866 RSINodeTypeNODKA_AX1023 = 0x000002EAA00A1023,
867 RSINodeTypeNODKA_AX1026 = 0x000002EAA00A1026,
868 RSINodeTypeNODKA_AX1310 = 0x000002EAA00A1310,
869 RSINodeTypeNODKA_AX1313 = 0x000002EAA00A1313,
870 RSINodeTypeNODKA_AX1316 = 0x000002EAA00A1316,
871 RSINodeTypeNODKA_AX1320 = 0x000002EAA00A1320,
872 RSINodeTypeNODKA_AX1323 = 0x000002EAA00A1323,
873 RSINodeTypeNODKA_AX1326 = 0x000002EAA00A1326,
874 RSINodeTypeNIKKIDENSO_NCR_HD = 0x0000081600000100,
875};
876
879enum class RSIState {
880 RSIStateIDLE = RSICONSTANTStateIDLE,
881 RSIStateMOVING = RSICONSTANTStateMOVING,
882 RSIStateSTOPPING = RSICONSTANTStateSTOPPING,
883 RSIStateSTOPPED = RSICONSTANTStateSTOPPED,
884 RSIStateSTOPPING_ERROR = RSICONSTANTStateSTOPPING_ERROR,
885 RSIStateERROR = RSICONSTANTStateERROR,
886};
887
890 RSIMotorDedicatedInAMP_FAULT = RSICONSTANTMotorDedicatedInAMP_FAULT,
891 RSIMotorDedicatedInBRAKE_APPLIED = RSICONSTANTMotorDedicatedInBRAKE_APPLIED,
892 RSIMotorDedicatedInHOME = RSICONSTANTMotorDedicatedInHOME,
893 RSIMotorDedicatedInLIMIT_HW_POS = RSICONSTANTMotorDedicatedInLIMIT_HW_POS,
894 RSIMotorDedicatedInLIMIT_HW_NEG = RSICONSTANTMotorDedicatedInLIMIT_HW_NEG,
895 RSIMotorDedicatedInINDEX = RSICONSTANTMotorDedicatedInINDEX_PRIMARY,
896 RSIMotorDedicatedInINDEX_SECONDARY = RSICONSTANTMotorDedicatedInINDEX_SECONDARY,
897 RSIMotorDedicatedInFEEDBACK_FAULT = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT,
898 RSIMotorDedicatedInCAPTURED = RSICONSTANTMotorDedicatedInDRIVE_CAPTURED,
899 RSIMotorDedicatedInHALL_A = RSICONSTANTMotorDedicatedInHALL_A,
900 RSIMotorDedicatedInHALL_B = RSICONSTANTMotorDedicatedInHALL_B,
901 RSIMotorDedicatedInHALL_C = RSICONSTANTMotorDedicatedInHALL_C,
902 RSIMotorDedicatedInAMP_ACTIVE = RSICONSTANTMotorDedicatedInAMP_ACTIVE,
903 RSIMotorDedicatedInWARNING = RSICONSTANTMotorDedicatedInDRIVE_WARNING,
904 RSIMotorDedicatedInDRIVE_STATUS_9 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_9,
905 RSIMotorDedicatedInDRIVE_STATUS_10 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_10,
906 RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_PRIMARY,
907 RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_SECONDARY,
908};
909
912 RSIMotorDedicatedOutAMP_ENABLE = RSICONSTANTMotorDedicatedOutAMP_ENABLE,
913 RSIMotorDedicatedOutBRAKE_RELEASE = RSICONSTANTMotorDedicatedOutBRAKE_RELEASE,
914};
915
918 RSIMotorGeneralIo0 = RSICONSTANTMotorGeneralIo0,
919 RSIMotorGeneralIo1 = RSICONSTANTMotorGeneralIo1,
920 RSIMotorGeneralIo2 = RSICONSTANTMotorGeneralIo2,
921 RSIMotorGeneralIo3 = RSICONSTANTMotorGeneralIo3,
922 RSIMotorGeneralIo4 = RSICONSTANTMotorGeneralIo4,
923 RSIMotorGeneralIo5 = RSICONSTANTMotorGeneralIo5,
924 RSIMotorGeneralIo6 = RSICONSTANTMotorGeneralIo6,
925 RSIMotorGeneralIo7 = RSICONSTANTMotorGeneralIo7,
926 RSIMotorGeneralIo8 = RSICONSTANTMotorGeneralIo8,
927 RSIMotorGeneralIo9 = RSICONSTANTMotorGeneralIo9,
928 RSIMotorGeneralIo10 = RSICONSTANTMotorGeneralIo10,
929 RSIMotorGeneralIo11 = RSICONSTANTMotorGeneralIo11,
930 RSIMotorGeneralIo12 = RSICONSTANTMotorGeneralIo12,
931 RSIMotorGeneralIo13 = RSICONSTANTMotorGeneralIo13,
932 RSIMotorGeneralIo14 = RSICONSTANTMotorGeneralIo14,
933 RSIMotorGeneralIo15 = RSICONSTANTMotorGeneralIo15,
934 RSIMotorGeneralIo16 = RSICONSTANTMotorGeneralIo16,
935 RSIMotorGeneralIo17 = RSICONSTANTMotorGeneralIo17,
936 RSIMotorGeneralIo18 = RSICONSTANTMotorGeneralIo18,
937 RSIMotorGeneralIo19 = RSICONSTANTMotorGeneralIo19,
938 RSIMotorGeneralIo20 = RSICONSTANTMotorGeneralIo20,
939 RSIMotorGeneralIo21 = RSICONSTANTMotorGeneralIo21,
940 RSIMotorGeneralIo22 = RSICONSTANTMotorGeneralIo22,
941 RSIMotorGeneralIo23 = RSICONSTANTMotorGeneralIo23,
942 RSIMotorGeneralIo24 = RSICONSTANTMotorGeneralIo24,
943 RSIMotorGeneralIo25 = RSICONSTANTMotorGeneralIo25,
944 RSIMotorGeneralIo26 = RSICONSTANTMotorGeneralIo26,
945 RSIMotorGeneralIo27 = RSICONSTANTMotorGeneralIo27,
946 RSIMotorGeneralIo28 = RSICONSTANTMotorGeneralIo28,
947 RSIMotorGeneralIo29 = RSICONSTANTMotorGeneralIo29,
948 RSIMotorGeneralIo30 = RSICONSTANTMotorGeneralIo30,
949 RSIMotorGeneralIo31 = RSICONSTANTMotorGeneralIo31,
950};
951
954 RSIMotorLimitTypeAMP_FAULT = RSICONSTANTMotorLimitTypeAMP_FAULT,
955 RSIMotorLimitTypeAMP_WARNING = RSICONSTANTMotorLimitTypeAMP_WARNING,
956 RSIMotorLimitTypeFEEDBACK_FAULT = RSICONSTANTMotorLimitTypeFEEDBACK_FAULT,
957 RSIMotorLimitTypeERROR = RSICONSTANTMotorLimitTypeERROR,
958 RSIMotorLimitTypeTORQUE = RSICONSTANTMotorLimitTypeTORQUE,
959 RSIMotorLimitTypeHW_NEG = RSICONSTANTMotorLimitTypeHW_NEG,
960 RSIMotorLimitTypeHW_POS = RSICONSTANTMotorLimitTypeHW_POS,
961 RSIMotorLimitTypeSW_NEG = RSICONSTANTMotorLimitTypeSW_NEG,
962 RSIMotorLimitTypeSW_POS = RSICONSTANTMotorLimitTypeSW_POS,
963};
964
966enum class RSIEventType {
967 RSIEventTypeINVALID = RSICONSTANTEventTypeINVALID,
968 RSIEventTypeNONE = RSICONSTANTEventTypeNONE,
969 RSIEventTypeAMP_FAULT = RSICONSTANTEventTypeAMP_FAULT,
970 RSIEventTypeAMP_WARNING = RSICONSTANTEventTypeAMP_WARNING,
971 RSIEventTypeFEEDBACK_FAULT = RSICONSTANTEventTypeFEEDBACK_FAULT,
972 RSIEventTypeLIMIT_ERROR = RSICONSTANTEventTypeLIMIT_ERROR,
973 RSIEventTypeLIMIT_TORQUE = RSICONSTANTEventTypeLIMIT_TORQUE,
974 RSIEventTypeLIMIT_HW_NEG = RSICONSTANTEventTypeLIMIT_HW_NEG,
975 RSIEventTypeLIMIT_HW_POS = RSICONSTANTEventTypeLIMIT_HW_POS,
976 RSIEventTypeLIMIT_SW_NEG = RSICONSTANTEventTypeLIMIT_SW_NEG,
977 RSIEventTypeLIMIT_SW_POS = RSICONSTANTEventTypeLIMIT_SW_POS,
978 RSIEventTypeMOTION_DONE = RSICONSTANTEventTypeMOTION_DONE,
979 RSIEventTypeMOTION_START = RSICONSTANTEventTypeMOTION_START,
980 RSIEventTypeMOTION_MODIFY = RSICONSTANTEventTypeMOTION_MODIFY,
981 RSIEventTypeMOTION_AT_VELOCITY = RSICONSTANTEventTypeMOTION_AT_VELOCITY,
982 RSIEventTypeMOTION_OUT_OF_FRAMES = RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES,
983 RSIEventTypeMOTION_LOAD_FRAMES = RSICONSTANTEventTypeMOTION_LOAD_FRAMES,
984 RSIEventTypeNEAR_TARGET = RSICONSTANTEventTypeNEAR_TARGET,
985 RSIEventTypeSETTLED = RSICONSTANTEventTypeSETTLED,
986 RSIEventTypeAT_TARGET = RSICONSTANTEventTypeAT_TARGET,
987 RSIEventTypeFRAME = RSICONSTANTEventTypeFRAME,
988 RSIEventTypeRECORDER_HIGH = RSICONSTANTEventTypeRECORDER_HIGH,
989 RSIEventTypeRECORDER_FULL = RSICONSTANTEventTypeRECORDER_FULL,
990 RSIEventTypeRECORDER_DONE = RSICONSTANTEventTypeRECORDER_DONE,
991 RSIEventTypeSEQUENCE = RSICONSTANTEventTypeSEQUENCE,
992 RSIEventTypeSEQUENCE_LOAD = RSICONSTANTEventTypeSEQUENCE_LOAD,
993 RSIEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED = RSICONSTANTEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED,
994 RSIEventTypeCONTROL_FAN = RSICONSTANTEventTypeCONTROL_FAN,
995 RSIEventTypeSYNQNET_DEAD = RSICONSTANTEventTypeSYNQNET_DEAD,
996 RSIEventTypeSYNQNET_RX_FAILURE = RSICONSTANTEventTypeSYNQNET_RX_FAILURE,
997 RSIEventTypeSYNQNET_TX_FAILURE = RSICONSTANTEventTypeSYNQNET_TX_FAILURE,
998 RSIEventTypeSYNQNET_NODE_FAILURE = RSICONSTANTEventTypeSYNQNET_NODE_FAILURE,
999 RSIEventTypeSYNQNET_RECOVERY = RSICONSTANTEventTypeSYNQNET_RECOVERY,
1000 RSIEventTypeSQNODE_IO_ABORT = RSICONSTANTEventTypeSQNODE_IO_ABORT,
1001 RSIEventTypeSQNODE_NODE_DISABLE = RSICONSTANTEventTypeSQNODE_NODE_DISABLE,
1002 RSIEventTypeSQNODE_NODE_ALARM = RSICONSTANTEventTypeSQNODE_NODE_ALARM,
1003 RSIEventTypeSQNODE_ANALOG_POWER_FAULT = RSICONSTANTEventTypeSQNODE_ANALOG_POWER_FAULT,
1004 RSIEventTypeSQNODE_USER_FAULT = RSICONSTANTEventTypeSQNODE_USER_FAULT,
1005 RSIEventTypeSQNODE_NODE_FAILURE = RSICONSTANTEventTypeSQNODE_NODE_FAILURE,
1006 RSIEventTypeSQNODE_IO_FAULT = RSICONSTANTEventTypeSQNODE_IO_FAULT,
1007 RSIEventTypeUSER_LIMIT = RSICONSTANTEventTypeUSER_LIMIT,
1008 RSIEventTypeCAPTURE = RSICONSTANTEventTypeCAPTURE,
1009 RSIEventTypeHOME = RSICONSTANTEventTypeEND,
1011};
1012
1014enum class RSISource {
1015 RSISourceAMP_FAULT = (decltype(RSICONSTANTEventTypeAMP_FAULT))RSIEventType::RSIEventTypeAMP_FAULT,
1016 RSISourceHOME = (decltype(RSICONSTANTEventTypeEND))RSIEventType::RSIEventTypeHOME,
1017 RSISourceLIMIT_ERROR = (decltype(RSICONSTANTEventTypeLIMIT_ERROR))RSIEventType::RSIEventTypeLIMIT_ERROR,
1018 RSISourceLIMIT_HW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_HW_NEG))RSIEventType::RSIEventTypeLIMIT_HW_NEG,
1019 RSISourceLIMIT_HW_POS = (decltype(RSICONSTANTEventTypeLIMIT_HW_POS))RSIEventType::RSIEventTypeLIMIT_HW_POS,
1020 RSISourceLIMIT_SW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_SW_NEG))RSIEventType::RSIEventTypeLIMIT_SW_NEG,
1021 RSISourceLIMIT_SW_POS = (decltype(RSICONSTANTEventTypeLIMIT_SW_POS))RSIEventType::RSIEventTypeLIMIT_SW_POS,
1022 RSISourceFEEDBACK_FAULT = (decltype(RSICONSTANTEventTypeFEEDBACK_FAULT))RSIEventType::RSIEventTypeFEEDBACK_FAULT,
1023 RSISourceOUT_OF_FRAMES = (decltype(RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES))RSIEventType::RSIEventTypeMOTION_OUT_OF_FRAMES,
1025};
1026
1028enum class RSIWait {
1029 RSIWaitFOREVER = RSICONSTANTWaitFOREVER,
1030 RSIWaitPOLL = RSICONSTANTWaitPOLL,
1031 RSIWaitMSEC = RSICONSTANTWaitMSEC,
1032};
1033
1034
1038enum class RSIMotionType {
1039 RSIMotionTypePT = RSICONSTANTMotionTypePT,
1040 RSIMotionTypeBSPLINE = RSICONSTANTMotionTypeBSPLINE,
1041 RSIMotionTypeSPLINE = RSICONSTANTMotionTypeSPLINE,
1042 RSIMotionTypeBESSEL = RSICONSTANTMotionTypeBESSEL,
1043 RSIMotionTypeBSPLINE2 = RSICONSTANTMotionTypeBSPLINE2,
1044 RSIMotionTypePVT = RSICONSTANTMotionTypePVT,
1045 RSIMotionTypeCONSTRAINED_SMOOTH1 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH1,
1046 RSIMotionTypeCONSTRAINED_SMOOTH2 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH2,
1047 RSIMotionTypePTF = RSICONSTANTMotionTypePTF,
1048 RSIMotionTypePVTF = RSICONSTANTMotionTypePVTF,
1049};
1050
1051
1052
1058
1093
1096 RSIMotionHoldTypeNONE = RSICONSTANTMotionHoldTypeNONE,
1097 RSIMotionHoldTypeGATE = RSICONSTANTMotionHoldTypeGATE,
1098 RSIMotionHoldTypeMOTOR_DEDICATED_IN = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_IN,
1099 RSIMotionHoldTypeMOTOR_DEDICATED_OUT = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_OUT,
1100 RSIMotionHoldTypeMOTOR_GENERAL_IN = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_IN,
1101 RSIMotionHoldTypeMOTOR_GENERAL_OUT = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_OUT,
1102 RSIMotionHoldTypeAXIS_COMMAND_POSITION = RSICONSTANTMotionHoldTypeAXIS_COMMAND_POSITION,
1103 RSIMotionHoldTypeAXIS_ACTUAL_POSITION = RSICONSTANTMotionHoldTypeAXIS_ACTUAL_POSITION,
1104 RSIMotionHoldTypeCUSTOM = RSICONSTANTMotionHoldTypeCUSTOM,
1105};
1106
1113
1115enum class RSIAction {
1116 RSIActionNONE = RSICONSTANTActionNONE,
1117 RSIActionSTOP = RSICONSTANTActionSTOP,
1118 RSIActionE_STOP = RSICONSTANTActionE_STOP,
1119 RSIActionE_STOP_ABORT = RSICONSTANTActionE_STOP_ABORT,
1120 RSIActionE_STOP_MODIFY = RSICONSTANTActionE_STOP_MODIFY,
1121 RSIActionE_STOP_MODIFY_ABORT = RSICONSTANTActionE_STOP_MODIFY_ABORT,
1122 RSIActionE_STOP_CMD_EQ_ACT = RSICONSTANTActionE_STOP_CMD_EQ_ACT,
1123 RSIActionABORT = RSICONSTANTActionABORT,
1124 RSIActionDONE = RSICONSTANTActionDONE,
1125 RSIActionSTART = RSICONSTANTActionSTART,
1126 RSIActionRESUME = RSICONSTANTActionRESUME,
1127 RSIActionRESET = RSICONSTANTActionRESET,
1128 RSIActionCANCEL_REPEAT = RSICONSTANTActionCANCEL_REPEAT,
1129 RSIActionTRIGGERED_MODIFY = RSICONSTANTActionTRIGGERED_MODIFY,
1130};
1131
1137
1140 RSIAxisGantryTypeNONE = RSICONSTANTAxisGantryTypeNONE,
1141 RSIAxisGantryTypeADD = RSICONSTANTAxisGantryTypeLINEAR,
1142 RSIAxisGantryTypeSUBTRACT = RSICONSTANTAxisGantryTypeTWIST,
1143};
1144
1147 RSIMotorFeedbackFaultPRIMARY = RSICONSTANTMotorFeedbackFaultPRIMARY,
1148 RSIMotorFeedbackFaultSECONDARY = RSICONSTANTMotorFeedbackFaultSECONDARY,
1149 RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY = RSICONSTANTMotorFeedbackFaultPRIMARY_OR_SECONDARY,
1150};
1151
1154 RSIMotorFeedbackPRIMARY = RSICONSTANTMotorFeedbackInputPRIMARY,
1155 RSIMotorFeedbackSECONDARY = RSICONSTANTMotorFeedbackInputSECONDARY,
1156};
1157
1160 RSIFilterAlgorithmPID = RSICONSTANTFilterAlgorithmPID,
1161 RSIFilterAlgorithmPIV = RSICONSTANTFilterAlgorithmPIV,
1162 RSIFilterAlgorithmNONE = RSICONSTANTFilterAlgorithmNONE,
1163 RSIFilterAlgorithmPIV1 = RSICONSTANTFilterAlgorithmPIV1,
1164 RSIFilterAlgorithmUSER = RSICONSTANTFilterAlgorithmUSER,
1165};
1166
1187
1208
1211 RSIFilterGainIndexNO_MOTION = RSICONSTANTFilterGainIndexNO_MOTION,
1212 RSIFilterGainIndexACCEL = RSICONSTANTFilterGainIndexACCEL,
1213 RSIFilterGainIndexDECEL = RSICONSTANTFilterGainIndexDECEL,
1214 RSIFilterGainIndexVELOCITY = RSICONSTANTFilterGainIndexVELOCITY,
1215};
1216
1219 RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_PRIMARY,
1220 RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_SECONDARY,
1221 RSIAxisMasterTypeAXIS_COMMAND_POSITION = RSICONSTANTAxisMasterTypeAXIS_COMMAND_POSITION,
1222 RSIAxisMasterTypeAXIS_ACTUAL_POSITION = RSICONSTANTAxisMasterTypeAXIS_ACTUAL_POSITION,
1223 RSIAxisMasterTypeADDRESS = RSICONSTANTAxisMasterTypeCUSTOM,
1224 RSIAxisMasterTypeNONE = RSICONSTANTAxisMasterTypeNONE,
1225};
1226
1228enum class RSIMotorIoType {
1229 RSIMotorIoTypeOUTPUT = RSICONSTANTMotorIoTypeOUTPUT,
1230 RSIMotorIoTypePULSE_A = RSICONSTANTMotorIoTypePULSE_A,
1231 RSIMotorIoTypePULSE_B = RSICONSTANTMotorIoTypePULSE_B,
1232 RSIMotorIoTypeCOMPARE_0 = RSICONSTANTMotorIoTypeCOMPARE_0,
1233 RSIMotorIoTypeCOMPARE_1 = RSICONSTANTMotorIoTypeCOMPARE_1,
1234 RSIMotorIoTypeBRAKE = RSICONSTANTMotorIoTypeBRAKE,
1235 RSIMotorIoTypeSOURCE6 = RSICONSTANTMotorIoTypeSOURCE6,
1236 RSIMotorIoTypeSSI_CLOCK0 = RSICONSTANTMotorIoTypeSSI_CLOCK0,
1237 RSIMotorIoTypeSSI_CLOCK1 = RSICONSTANTMotorIoTypeSSI_CLOCK1,
1238 RSIMotorIoTypeSOURCE9 = RSICONSTANTMotorIoTypeSOURCE9,
1239 RSIMotorIoTypeSOURCE10 = RSICONSTANTMotorIoTypeSOURCE10,
1240 RSIMotorIoTypeSOURCE11 = RSICONSTANTMotorIoTypeSOURCE11,
1241 RSIMotorIoTypeSOURCE12 = RSICONSTANTMotorIoTypeSOURCE12,
1242 RSIMotorIoTypeSOURCE13 = RSICONSTANTMotorIoTypeSOURCE13,
1243 RSIMotorIoTypeSOURCE14 = RSICONSTANTMotorIoTypeSOURCE14,
1244 RSIMotorIoTypeSOURCE15 = RSICONSTANTMotorIoTypeSOURCE15,
1245 RSIMotorIoTypeINPUT = RSICONSTANTMotorIoTypeINPUT,
1246};
1247
1253
1256 RSIMotorStepperPulseTypeSTEP = RSICONSTANTMotorStepperPulseTypeSTEP,
1257 RSIMotorStepperPulseTypeDIR = RSICONSTANTMotorStepperPulseTypeDIR,
1258 RSIMotorStepperPulseTypeCW = RSICONSTANTMotorStepperPulseTypeCW,
1259 RSIMotorStepperPulseTypeCCW = RSICONSTANTMotorStepperPulseTypeCCW,
1260 RSIMotorStepperPulseTypeQUADA = RSICONSTANTMotorStepperPulseTypeQUADA,
1261 RSIMotorStepperPulseTypeQUADB = RSICONSTANTMotorStepperPulseTypeQUADB,
1262};
1263
1266 RSIMotorIoTypeMaskOUTPUT = RSICONSTANTMotorIoTypeMaskOUTPUT,
1267 RSIMotorIoTypeMaskSOURCE1 = RSICONSTANTMotorIoTypeMaskSOURCE1,
1268 RSIMotorIoTypeMaskSOURCE2 = RSICONSTANTMotorIoTypeMaskSOURCE2,
1269 RSIMotorIoTypeMaskSOURCE3 = RSICONSTANTMotorIoTypeMaskSOURCE3,
1270 RSIMotorIoTypeMaskSOURCE4 = RSICONSTANTMotorIoTypeMaskSOURCE4,
1271 RSIMotorIoTypeMaskSOURCE5 = RSICONSTANTMotorIoTypeMaskSOURCE5,
1272 RSIMotorIoTypeMaskSOURCE6 = RSICONSTANTMotorIoTypeMaskSOURCE6,
1273 RSIMotorIoTypeMaskSOURCE7 = RSICONSTANTMotorIoTypeMaskSOURCE7,
1274 RSIMotorIoTypeMaskSOURCE8 = RSICONSTANTMotorIoTypeMaskSOURCE8,
1275 RSIMotorIoTypeMaskSOURCE9 = RSICONSTANTMotorIoTypeMaskSOURCE9,
1276 RSIMotorIoTypeMaskSOURCE10 = RSICONSTANTMotorIoTypeMaskSOURCE10,
1277 RSIMotorIoTypeMaskSOURCE11 = RSICONSTANTMotorIoTypeMaskSOURCE11,
1278 RSIMotorIoTypeMaskSOURCE12 = RSICONSTANTMotorIoTypeMaskSOURCE12,
1279 RSIMotorIoTypeMaskSOURCE13 = RSICONSTANTMotorIoTypeMaskSOURCE13,
1280 RSIMotorIoTypeMaskSOURCE14 = RSICONSTANTMotorIoTypeMaskSOURCE14,
1281 RSIMotorIoTypeMaskSOURCE15 = RSICONSTANTMotorIoTypeMaskSOURCE15,
1282 RSIMotorIoTypeMaskINPUT = RSICONSTANTMotorIoTypeMaskINPUT,
1283 RSIMotorIoTypeMaskPULSE_A = RSICONSTANTMotorIoTypeMaskPULSE_A,
1284 RSIMotorIoTypeMaskPULSE_B = RSICONSTANTMotorIoTypeMaskPULSE_B,
1285 RSIMotorIoTypeMaskCOMPARE_0 = RSICONSTANTMotorIoTypeMaskCOMPARE_0,
1286 RSIMotorIoTypeMaskCOMPARE_1 = RSICONSTANTMotorIoTypeMaskCOMPARE_1,
1287 RSIMotorIoTypeMaskBRAKE = RSICONSTANTMotorIoTypeMaskBRAKE,
1288 RSIMotorIoTypeMaskSSI_CLOCK0 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK0,
1289 RSIMotorIoTypeMaskSSI_CLOCK1 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK1,
1290};
1291
1297
1300 RSIMotorFaultMaskAMP = RSICONSTANTMotorFaultMaskAMP,
1301 RSIMotorFaultMaskDRIVE = RSICONSTANTMotorFaultMaskDRIVE,
1302 RSIMotorFaultMaskWATCHDOG = RSICONSTANTMotorFaultMaskWATCHDOG,
1303 RSIMotorFaultMaskCHECKSUM = RSICONSTANTMotorFaultMaskCHECKSUM,
1304 RSIMotorFaultMaskFEEDBACK = RSICONSTANTMotorFaultMaskFEEDBACK,
1305 RSIMotorFaultMaskAMP_NOT_POWERED = RSICONSTANTMotorFaultMaskNOT_READY_FOR_REMOTE_CONTROL,
1306 RSIMotorFaultMaskDRIVE_NOT_READY = RSICONSTANTMotorFaultMaskDRIVE_NOT_READY,
1307 RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorFaultMaskFEEDBACK_FAULT_SECONDARY
1308};
1309
1311enum class RSIMotorType {
1312 RSIMotorTypeSERVO = RSICONSTANTMotorTypeSERVO,
1313 RSIMotorTypeSTEPPER = RSICONSTANTMotorTypeSTEPPER,
1316};
1317
1320 RSIMotorDisableActionNONE = RSICONSTANTMotorDisableActionNONE,
1321 RSIMotorDisableActionCMD_EQ_ACT = RSICONSTANTMotorDisableActionCMD_EQ_ACT,
1322};
1323
1326 RSIMotorBrakeModeNONE = RSICONSTANTMotorBrakeModeNONE,
1327 RSIMotorBrakeModeDELAY = RSICONSTANTMotorBrakeModeDELAY,
1328};
1329
1343
1350
1355
1363
1410
1417
1420 RSICompensatorOutputTypeSINGLE = RSICONSTANTFWCompensatorOutputTypeSINGLE,
1421 RSICompensatorOutputTypeADDITIVE = RSICONSTANTFWCompensatorOutputTypeADDITIVE
1422};
1423
1429
1448
1465
1467
1468} // namespace RSI
1469
1470} // namespace RapidCode
1471#endif // _RSI_CONSTANTS_H
RSIFilterAlgorithm
Filter algorithms.
Definition rsienums.h:1159
@ RSIFilterAlgorithmUSER
User defined algorithm (custom firmware required).
Definition rsienums.h:1164
@ RSIFilterAlgorithmNONE
No control algorithm.
Definition rsienums.h:1162
@ RSIFilterAlgorithmPIV
PIV algorithm.
Definition rsienums.h:1161
@ RSIFilterAlgorithmPIV1
PIV1 (custom firmware required).
Definition rsienums.h:1163
@ RSIFilterAlgorithmPID
PID algorithm.
Definition rsienums.h:1160
RSINetworkEniResult
NetworkEniGenerate return values.
Definition rsienums.h:1451
@ RSINetworkEniResultDISCOVERED_ZERO_NODES
There were no nodes discovered on the network so we could not generate an ENI file.
Definition rsienums.h:1463
@ RSINetworkEniResultCONFIG_NOT_DETECTED
Failed Configuration creation or 0 slaves to add to it. Did you move your ESI folder?
Definition rsienums.h:1454
@ RSINetworkEniResultNODE_INFO_ERROR
Error(s) in NodeInfo.xml.
Definition rsienums.h:1455
@ RSINetworkEniResultMISSING_ESI_FILES
Add ESI file with correct Vendor, Product, Revision to the ESI folder.
Definition rsienums.h:1453
@ RSINetworkEniResultTOO_MANY_PDO_OUTPUTS
The ENI has too many PDO Outputs for RMP.
Definition rsienums.h:1461
@ RSINetworkEniResultTOO_MANY_NODES
The ENI was generated properly but has more nodes than can be supported by the RMP.
Definition rsienums.h:1459
@ RSINetworkEniResultFAILED_TO_CREATE_ENI_BUILDER
Did not create ENIBuilder internal object.
Definition rsienums.h:1458
@ RSINetworkEniResultTOO_MANY_PDO_BYTES
The total size of the PDO bytes is too large for RMP.
Definition rsienums.h:1462
@ RSINetworkEniResultSUCCESS
ENI file generated successfully.
Definition rsienums.h:1452
@ RSINetworkEniResultUNKNOWN_FAILURE
Fall through case. Contact RSI with details about your changes to the various XMLs.
Definition rsienums.h:1456
@ RSINetworkEniResultENI_FILE_ALREADY_EXISTS
Use overload which overwrites or be glad we didn't just delete your old file.
Definition rsienums.h:1457
@ RSINetworkEniResultTOO_MANY_PDO_INPUTS
The ENI has too many PDO Inputs for RMP.
Definition rsienums.h:1460
RSIPDOType
Compensator output types.
Definition rsienums.h:1425
@ RSIPDOTypeOUTPUT
A network PDO OUTPUT.
Definition rsienums.h:1427
@ RSIPDOTypeINPUT
A network PDO INPUT.
Definition rsienums.h:1426
RSIMathBlockOperation
MathBlock operations.
Definition rsienums.h:1431
@ RSIMathBlockOperationSUBTRACT
Subtraction operation.
Definition rsienums.h:1434
@ RSIMathBlockOperationBIT_MASK_AND
Bitwise AND operation.
Definition rsienums.h:1443
@ RSIMathBlockOperationDIVIDE
Division operation.
Definition rsienums.h:1436
@ RSIMathBlockOperationBIT_MASK_OR
Bitwise OR operation.
Definition rsienums.h:1441
@ RSIMathBlockOperationMULTIPLY
Multiplication operation.
Definition rsienums.h:1435
@ RSIMathBlockOperationADD
Addition operation.
Definition rsienums.h:1433
@ RSIMathBlockOperationSQRT
Square root operation.
Definition rsienums.h:1437
@ RSIMathBlockOperationNONE
No operation. Disables the MathBlock.
Definition rsienums.h:1432
@ RSIMathBlockOperationBIT_MASK_XOR
Bitwise XOR operation.
Definition rsienums.h:1442
@ RSIMathBlockOperationBIT_MASK_SHIFT_LEFT
Bitwise shift left operation.
Definition rsienums.h:1445
@ RSIMathBlockOperationBIT_MASK_SHIFT_RIGHT
Bitwise shift right operation.
Definition rsienums.h:1446
@ RSIMathBlockOperationSQRT_X_SQRD_PLUS_Y_SQRD
Calculates the square root of (x^2 + y^2).
Definition rsienums.h:1438
@ RSIMathBlockOperationBIT_MASK_AND_WITH_INVERTED
Bitwise AND with inverted values.
Definition rsienums.h:1444
@ 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:1419
@ RSICompensatorOutputTypeSINGLE
Compensator output will overwrite any other compensation values.
Definition rsienums.h:1420
@ RSICompensatorOutputTypeADDITIVE
Compensator output bill be added to all other compensation values.
Definition rsienums.h:1421
RSINetworkStartMode
Network start modes.
Definition rsienums.h:588
@ RSINetworkStartModePREOPERATIONAL
start the network in preoperational mode
Definition rsienums.h:590
@ RSINetworkStartModeOPERATIONAL
start the network in operational mode (default)
Definition rsienums.h:589
RSIMotorFeedbackFault
Feedbacks to use for Feedback Fault action.
Definition rsienums.h:1146
@ RSIMotorFeedbackFaultPRIMARY
Feedback Fault Primary.
Definition rsienums.h:1147
@ RSIMotorFeedbackFaultSECONDARY
Feedback Fault Secondary.
Definition rsienums.h:1148
@ RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY
Feedback Fault (Primary or Secondary).
Definition rsienums.h:1149
RSITrace
Trace masks.
Definition rsienums.h:540
@ RSITraceVALIDATE
Validate.
Definition rsienums.h:548
@ RSITraceLOCK_TAKE
On lock take.
Definition rsienums.h:550
@ RSITraceFUNCTION_RETURN
Function return.
Definition rsienums.h:543
@ RSITraceFUNCTION_ENTRY
Function entry.
Definition rsienums.h:542
@ RSITraceLOCK_GIVE
On lock give.
Definition rsienums.h:549
@ RSITraceTRAJECTORY_EXECUTOR
Trajectory.
Definition rsienums.h:554
@ RSITraceMEMORY_ALLOC
On memory allocation.
Definition rsienums.h:544
@ RSITraceMEMORY_FREE
On memory free.
Definition rsienums.h:545
@ RSITraceMEMORY_SET
Memroy set.
Definition rsienums.h:547
@ RSITraceALL
Trace everything.
Definition rsienums.h:555
@ RSITraceNONE
No tracing.
Definition rsienums.h:541
@ RSITraceMEMORY_GET
Memory get.
Definition rsienums.h:546
RSIMotorStepperPulse
Pulse A or B.
Definition rsienums.h:1249
RSIAxisGantryType
How to combine Axis Feedback Positions.
Definition rsienums.h:1139
RSINetworkState
State of network.
Definition rsienums.h:568
@ RSINetworkStatePREOPERATIONAL
EtherCAT preoperational.
Definition rsienums.h:572
@ RSINetworkStateSHUTDOWN
EtherCAT was shutdown or stopped, must restart.
Definition rsienums.h:575
@ RSINetworkStateDISCOVERED
EtherCAT nodes discovered but not started.
Definition rsienums.h:571
@ RSINetworkStateDISCOVERING
EtherCAT network is in the process of discovering nodes.
Definition rsienums.h:570
@ RSINetworkStateOPERATIONAL
EtherCAT operational, good state.
Definition rsienums.h:573
@ RSINetworkStateSTARTING
EtherCAT is starting.
Definition rsienums.h:576
@ RSINetworkStateUNINITIALIZED
EtherCAT not yet started.
Definition rsienums.h:569
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µs default)
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
@ 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
@ RSIControllerAddressTypeLIMIT_ENABLED_MASK
first 32-bits of LimitEnalbedMask
Definition rsienums.h:410
@ RSIControllerAddressTypeRECORDER_BUFFER_POINTER
Pointer to the RecorderBuffer.
Definition rsienums.h:409
@ 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
@ 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:1319
@ RSIMotorDisableActionNONE
No action taken when disabled.
Definition rsienums.h:1320
@ RSIMotorDisableActionCMD_EQ_ACT
Set Command Position = Actual Position when amp is disabled.
Definition rsienums.h:1321
RSIEventType
Event Types or Status Bits.
Definition rsienums.h:966
RSIMotionType
PT and PVT streaming motion types.
Definition rsienums.h:1038
@ RSIMotionTypeBESSEL
Bessel algorithm with continuous velocity but discontinuous acceleration; smoother than PT but less s...
Definition rsienums.h:1042
@ RSIMotionTypeSPLINE
Spline algorithm with continuous velocity and acceleration; velocity may be discontinuous at the end ...
Definition rsienums.h:1041
@ RSIMotionTypePT
Position-Time algorithm with continuous position but discontinuous velocity. Best for short time inte...
Definition rsienums.h:1039
@ RSIMotionTypeBSPLINE2
2nd-order B-Spline algorithm with continuous velocity but discontinuous acceleration; trajectory does...
Definition rsienums.h:1043
@ RSIMotionTypeCONSTRAINED_SMOOTH1
(beta) acceleration constrained smoothing of PT points
Definition rsienums.h:1045
@ RSIMotionTypePTF
Position-Time-Feedforward algorithm with continuous position but discontinuous velocity,...
Definition rsienums.h:1047
@ RSIMotionTypePVTF
Position-Velocity-Time-Feedforward algorithm with continuous position and velocity,...
Definition rsienums.h:1048
@ RSIMotionTypeBSPLINE
3rd-order B-Spline algorithm with continuous velocity and acceleration; trajectory does not pass thro...
Definition rsienums.h:1040
@ RSIMotionTypePVT
Position-Velocity-Time algorithm with continuous position and velocity; acceleration and jerk are cal...
Definition rsienums.h:1044
@ RSIMotionTypeCONSTRAINED_SMOOTH2
(beta) acceleration constrained smoothing of PT points
Definition rsienums.h:1046
RSIDataType
Data types for User Limits and other triggers.
Definition rsienums.h:659
@ RSIDataTypeUINT32
uint32 (unsigned 32-bit integer)
Definition rsienums.h:666
@ RSIDataTypeDOUBLE
double (64-bit floating point)
Definition rsienums.h:668
@ RSIDataTypeINT64
int64 (signed 64-bit integer)
Definition rsienums.h:669
@ RSIDataTypeUSHORT
ushort (unsigned 16-bit) (deprecated)
Definition rsienums.h:662
@ RSIDataTypeMASK32
32-bit bitmask
Definition rsienums.h:671
@ RSIDataTypeSHORT
short (signed 16-bit) (deprecated)
Definition rsienums.h:661
@ RSIDataTypeINT16
signed 16-bit integer
Definition rsienums.h:663
@ RSIDataTypeBOOL
bool (boolean) support for Real-Time Tasks
Definition rsienums.h:673
@ RSIDataTypeUINT16
unsigned 16-bit integer
Definition rsienums.h:664
@ RSIDataTypeMASK64
64-bit bitmask
Definition rsienums.h:672
@ RSIDataTypeINT32
int32 (signed 32-bit integer)
Definition rsienums.h:665
@ RSIDataTypeUINT64
uint64 (unsigned 64-bit integer)
Definition rsienums.h:670
@ RSIDataTypeFLOAT
float (32-bit floating point, rarely used)
Definition rsienums.h:667
RSIMotorLimitType
Motor Limits.
Definition rsienums.h:953
RSIUserLimitLogic
Logic options for User Limits.
Definition rsienums.h:646
@ RSIUserLimitLogicABS_LE
Absolute value is less than.
Definition rsienums.h:655
@ RSIUserLimitLogicLE
Less than or equal.
Definition rsienums.h:651
@ RSIUserLimitLogicABS_GT
Absolute value is greater than.
Definition rsienums.h:654
@ RSIUserLimitLogicABS_EQ
Absolute value is equal to.
Definition rsienums.h:653
@ RSIUserLimitLogicGE
Greater than or equal.
Definition rsienums.h:650
RSIMotorIoTypeMask
Possible mask bits for Motor I/O types.
Definition rsienums.h:1265
RSIAction
Action to perform on an Axis.
Definition rsienums.h:1115
@ RSIActionABORT
Abort - disable the amplifier, zero filter output, leave in error state.
Definition rsienums.h:1123
@ RSIActionE_STOP_CMD_EQ_ACT
E-Stop then set Command position equal to Actual Position.
Definition rsienums.h:1122
@ RSIActionE_STOP_MODIFY
E-Stop using a Deceleration and Jerk Percent.
Definition rsienums.h:1120
@ RSIActionTRIGGERED_MODIFY
Trigger motion to zero velocity using Deceleration and Jerk Percent.
Definition rsienums.h:1129
@ RSIActionE_STOP
E-Stop - decelerate in EStopTime and leave in error state.
Definition rsienums.h:1118
@ RSIActionSTOP
Stop - decelerate in StopTime (can be resumed).
Definition rsienums.h:1117
@ RSIActionE_STOP_MODIFY_ABORT
E-Stop using a Deceleration and Jerk Percent then Abort.
Definition rsienums.h:1121
@ RSIActionNONE
None - do not perform any action.
Definition rsienums.h:1116
@ RSIActionE_STOP_ABORT
E-Stop then Abort.
Definition rsienums.h:1119
@ RSIActionRESUME
Resume a paused motion.
Definition rsienums.h:1126
RSIAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:434
@ RSIAxisAddressTypeAXIS_LINK
Axis Link for Gantry use.
Definition rsienums.h:461
@ RSIAxisAddressTypeENCODER_SECONDARY_DELTA
Secondary Encoder position delta.
Definition rsienums.h:454
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_OUTPUT
Motor Config Demand Output Channel 3.
Definition rsienums.h:466
@ RSIAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
Definition rsienums.h:493
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_OUTPUT
Motor Config Demand Output Channel 2.
Definition rsienums.h:465
@ RSIAxisAddressTypeENCODER_PRIMARY_DELTA
Primary Encoder position delta.
Definition rsienums.h:453
@ RSIAxisAddressTypeFILTER_VELOCITY_POINTER
Filter Velocity Pointer (points to feedback delta).
Definition rsienums.h:460
@ RSIAxisAddressTypeBACKLASH_VALUE
The resuling backlash compensation value.
Definition rsienums.h:480
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_OUTPUT
Motor Config Demand Output Channel 1.
Definition rsienums.h:464
@ RSIAxisAddressTypeENCODER_SECONDARY
Secondary Encoder position.
Definition rsienums.h:451
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_INPUT
Motor Config Demand Input Channel 3.
Definition rsienums.h:470
@ RSIAxisAddressTypeDEDICATED_OUTPUTS
Dedicated Outputs (Amp Enable, Brake, etc).
Definition rsienums.h:446
@ RSIAxisAddressTypeENCODER_PRIMARY
Primary Encoder position.
Definition rsienums.h:450
@ RSIAxisAddressTypeFRAME_INDEX
The index of the frame currently executing.
Definition rsienums.h:489
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_SCALE
Motor Config Demand Scale Channel 3.
Definition rsienums.h:488
@ RSIAxisAddressTypeACTUAL_VELOCITY
Actual Velocity.
Definition rsienums.h:438
@ RSIAxisAddressTypeFRAME_LOAD_INDEX
The index of the last loaded frame.
Definition rsienums.h:490
@ RSIAxisAddressTypeFILTER_SECONDARY_POINTER
Filter Secondary Pointer for Gantry use.
Definition rsienums.h:457
@ RSIAxisAddressTypeENCODER_PRIMARY_POINTER
Encoder[0].Ptr. Useful for Created Axes.
Definition rsienums.h:463
@ RSIAxisAddressTypeMOTOR_DATA_STATUS
Motor Status.
Definition rsienums.h:477
@ RSIAxisAddressTypeTARGET_POSITION
Target Position.
Definition rsienums.h:481
@ RSIAxisAddressTypeAMP_ACTIVE_SUPPORTED
Will be automatically set true for drives which support AMP_ACTIVE (read-only).
Definition rsienums.h:483
@ RSIAxisAddressTypeMOTION_ID
Motion Identifier.
Definition rsienums.h:448
@ RSIAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
Definition rsienums.h:474
@ RSIAxisAddressTypeFILTER_SMOOTHED_VELOCITY
Smoothed velocity estimate from the filter object.
Definition rsienums.h:455
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ZERO
AxisConfig FeedbackPtr[0].
Definition rsienums.h:472
@ RSIAxisAddressTypeDIGITAL_OUTPUTS
Digital Output (general purpose).
Definition rsienums.h:444
@ RSIAxisAddressTypeCOMMAND_ACCELERATION
Command Acceleration.
Definition rsienums.h:440
@ RSIAxisAddressTypeDEMAND_PRIMARY_SCALE
Motor Config Demand Scale Channel 0.
Definition rsienums.h:485
@ RSIAxisAddressTypeFILTER_SECONDARY_COEFF
Filter Secondary Coefficient for Gantry use.
Definition rsienums.h:459
@ RSIAxisAddressTypeDEMAND_PRIMARY_OUTPUT
Motor Config Demand Output Channel 0. Useful for Created Axes.
Definition rsienums.h:462
@ RSIAxisAddressTypeDEDICATED_INPUTS_POINTER
Pointer to Dedicated Inputs (Home, Limits, Amp Fault, etc).
Definition rsienums.h:482
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_SCALE
Motor Config Demand Scale Channel 1.
Definition rsienums.h:486
@ RSIAxisAddressTypeFILTER_PRIMARY_COEFF
Filter Primary Coefficient for Gantry use.
Definition rsienums.h:458
@ RSIAxisAddressTypeDS402_SUPPORTED
Will be automatically set true for drives which support the DS402 standard.
Definition rsienums.h:484
@ RSIAxisAddressTypeMOTION_ELEMENT_ID
Motion Element Identifier (element within the motion).
Definition rsienums.h:449
@ RSIAxisAddressTypeCOMPENSATION_FINAL_VALUE
Final Compensation value, the value subtraced from ActualPosition and added to position demand.
Definition rsienums.h:479
@ RSIAxisAddressTypeMOTION_STATUS
Motion Status.
Definition rsienums.h:442
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_INPUT
Motor Config Demand Input Channel 2.
Definition rsienums.h:469
@ RSIAxisAddressTypeDEMAND
Filter Output (the commanded torque sent to the drive).
Definition rsienums.h:443
@ RSIAxisAddressTypeCOMMAND_POSITION
Command Position.
Definition rsienums.h:436
@ RSIAxisAddressTypeDEMAND_PRIMARY_INPUT
Motor Config Demand Input Channel 0.
Definition rsienums.h:467
@ RSIAxisAddressTypeDIGITAL_INPUTS
Digital Input (general purpose).
Definition rsienums.h:445
@ 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:471
@ RSIAxisAddressTypeFILTER_GAIN_KP
Proportional Gain.
Definition rsienums.h:452
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ONE
AxisConfig FeedbackPtr[1].
Definition rsienums.h:473
@ RSIAxisAddressTypeTC_ACTUAL_POSITION
(internal) Trajectory Calculator Actual Position
Definition rsienums.h:475
@ RSIAxisAddressTypeCOMMAND_VELOCITY
Command Velocity.
Definition rsienums.h:439
@ RSIAxisAddressTypeCOMPENSATION_CURRENT_VALUE
Compensation value, where multiple compensators can write.
Definition rsienums.h:478
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_INPUT
Motor Config Demand Input Channel 1.
Definition rsienums.h:468
@ RSIAxisAddressTypePOSITION_ERROR
Position Error.
Definition rsienums.h:437
@ RSIAxisAddressTypePOST_TRAJECTORY_GEARING_POSITION
The gear position applied to this axis by Post Trajectory Gearing.
Definition rsienums.h:492
@ RSIAxisAddressTypeACTUAL_POSITION
Actual Position.
Definition rsienums.h:435
@ RSIAxisAddressTypeFILTER_PRIMARY_POINTER
Filter Primary Pointer for Gantry use.
Definition rsienums.h:456
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_SCALE
Motor Config Demand Scale Channel 2.
Definition rsienums.h:487
@ RSIAxisAddressTypeTC_COMMAND_POSITION
(internal) Trajectory Calculator Command Position
Definition rsienums.h:476
@ 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:491
@ RSIAxisAddressTypeDEDICATED_INPUTS
Dedicated Inputs (Home, Limits, Amp Fault, etc).
Definition rsienums.h:447
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:1255
RSIMotorType
Motor Type.
Definition rsienums.h:1311
@ RSIMotorTypeSTEPPER
Stepper motor.
Definition rsienums.h:1313
@ RSIMotorTypeSERVO
Servo motor.
Definition rsienums.h:1312
@ RSIMotorTypePHANTOM
Phantom motor (nothing physically connected).
Definition rsienums.h:1314
RSIWait
Waiting for interrupts.
Definition rsienums.h:1028
@ RSIWaitPOLL
return immediately, use polling
Definition rsienums.h:1030
@ RSIWaitFOREVER
Wait forever before returning.
Definition rsienums.h:1029
RSIAnalogOutChannel
Analog output channels.
Definition rsienums.h:1293
RSINetworkStartError
Network start errors.
Definition rsienums.h:594
@ RSINetworkStartErrorETHERCAT_SAFETY_MAIN_DEVICE_NOT_DETECTED
No supported Safety MainDevice detected when Safety.xml is present.
Definition rsienums.h:621
@ RSINetworkStartErrorUNSUPPORTED_NODE_DETECTED
An unsupported node on the network is preventing the EtherCAT network from starting.
Definition rsienums.h:622
@ RSINetworkStartErrorTHREAD_SCHEDULING_OR_PRIORITY
Failed to set thread scheduling or priority.
Definition rsienums.h:618
@ RSINetworkStartErrorETHERCAT_SAFETY_NOT_LICENSED
Your controller does not have a FSoE license.
Definition rsienums.h:620
RSIMotorGeneralIo
Motor I/O bit numbers.
Definition rsienums.h:917
RSIMotionAttrMask
Attribute masks for motion. You cannot mix RSIMotionAttrMaskDELAY and RSIMotionAttrMaskAPPEND.
Definition rsienums.h:1060
@ RSIMotionAttrMaskOUTPUT
Sets or clear bits after the move.
Definition rsienums.h:1069
@ RSIMotionAttrMaskNO_INTERRUPT_ENABLE
Skip the InterruptEnableSet() in MovePT() and MovePVT() when motion is starting.
Definition rsienums.h:1090
@ RSIMotionAttrMaskNO_REVERSAL
No Reversal.
Definition rsienums.h:1089
@ RSIMotionAttrMaskNO_HANDSHAKE
Does NOT wait for the handshake between the software and controller to begin the motion trajectory pr...
Definition rsienums.h:1066
@ RSIMotionAttrMaskRELATIVE
The position values for the move are interpreted relative to the current position.
Definition rsienums.h:1064
@ RSIMotionAttrMaskDELAY
Inserts a pause before the beginning of the move. MotionDelaySet contains the length of the delay.
Definition rsienums.h:1063
@ RSIMotionAttrMaskNO_WAIT
Does NOT wait for the controller to acknowledge the commanded move, does NOT wait for the controller ...
Definition rsienums.h:1071
@ RSIMotionAttrMaskNO_BACKTRACK
No Backtrack.
Definition rsienums.h:1084
@ RSIMotionAttrMaskAPPEND
Append motion.
Definition rsienums.h:1077
@ RSIMotionAttrMaskSYNC_START
Synchronize start of motion for all axes.
Definition rsienums.h:1080
@ RSIMotionAttrMaskHOLD
Prevents the move from executing until a specific trigger condition is met. See MotionHold methods.
Definition rsienums.h:1068
@ RSIMotionAttrMaskMASTER_START
Master Start.
Definition rsienums.h:1083
@ RSIMotionAttrMaskNO_BACKTRACK_HOLD
No Backtrack Hold.
Definition rsienums.h:1085
@ RSIMotionAttrMaskSYNC_END
Synchronize end of motion for all axes.
Definition rsienums.h:1079
RSIMultiAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:497
@ RSIMultiAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
Definition rsienums.h:499
@ RSIMultiAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
Definition rsienums.h:500
@ RSIMultiAxisAddressTypeMOTION_STATUS
Motion Status.
Definition rsienums.h:498
RSIFilterGainPIDCoeff
PID gain coefficients.
Definition rsienums.h:1168
@ RSIFilterGainPIDCoeffOUTPUT_LIMITHIGH
Output Limit (High).
Definition rsienums.h:1179
@ RSIFilterGainPIDCoeffDRATE
Derivative sub-sampling rate.
Definition rsienums.h:1176
@ RSIFilterGainPIDCoeffOUTPUT_LIMITLOW
Output Limit (Low).
Definition rsienums.h:1180
@ RSIFilterGainPIDCoeffOUTPUT_OFFSET
Output Offset.
Definition rsienums.h:1183
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion).
Definition rsienums.h:1177
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITHIGH
Output Limit (High).
Definition rsienums.h:1181
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving).
Definition rsienums.h:1178
@ RSIFilterGainPIDCoeffNOISE_POSITIONFFT
Noise position FFT.
Definition rsienums.h:1184
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITLOW
Output Limit (Low).
Definition rsienums.h:1182
RSIUserLimitTriggerType
Trigger types for UserLimits.
Definition rsienums.h:633
@ RSIUserLimitTriggerTypeTIMER
Specifies that the user limit is to be used as a timer.
Definition rsienums.h:639
@ RSIUserLimitTriggerTypeEND
internal use only
Definition rsienums.h:640
@ RSIUserLimitTriggerTypeCOUNT
internal use only
Definition rsienums.h:642
@ RSIUserLimitTriggerTypeFIRST
internal use only
Definition rsienums.h:641
@ RSIUserLimitTriggerTypeCONDITION_OR
Two conditions are evaluated and combined via a logical OR.
Definition rsienums.h:638
@ RSIUserLimitTriggerTypeSINGLE_CONDITION
Only one condition is evaluated.
Definition rsienums.h:636
@ RSIUserLimitTriggerTypeCONDITION_AND
Two conditions are evaluated and combined via a logical AND.
Definition rsienums.h:637
@ RSIUserLimitTriggerTypeNONE
Disables the user limit. No conditions are evaluated.
Definition rsienums.h:635
RSIFirmwareLogic
Logic options for User Limits.
Definition rsienums.h:560
@ RSILogicAND
Two conditions are evaluated and combined via a logical AND.
Definition rsienums.h:564
@ RSILogicOR
Two conditions are evaluated and combined via a logical OR.
Definition rsienums.h:563
@ RSILogicNEVER
Disables the user limit. No conditions are evaluated.
Definition rsienums.h:561
@ RSILogicSINGLE
Only one condition is evaluated.
Definition rsienums.h:562
RSINetworkOutputAddressType
Network output address types.
Definition rsienums.h:1412
@ RSINetworkOutputAddressTypeOVERRIDE_VALUE
The value to be sent if we are overriding intended value.
Definition rsienums.h:1415
@ RSINetworkOutputAddressTypeFIRMWARE_VALUE
The value to be sent if we aren't overriding it.
Definition rsienums.h:1414
@ RSINetworkOutputAddressTypeSENT_VALUE
The value sent over the network. Could be firmware value or override value, depending on override set...
Definition rsienums.h:1413
INtimeStatus
INtime status values.
Definition rsienums.h:1357
RSIMotionHoldType
Types for MotionHold attribute.
Definition rsienums.h:1095
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:1299
@ RSIMotorFaultMaskAMP_NOT_POWERED
Not powered.
Definition rsienums.h:1305
@ RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY
Secondary feedback.
Definition rsienums.h:1307
@ RSIMotorFaultMaskDRIVE_NOT_READY
Not ready.
Definition rsienums.h:1306
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:1325
@ RSIMotorBrakeModeDELAY
Use a brake, including programmable delays.
Definition rsienums.h:1327
RSICacheObject
Caching data for GUI optimization.
Definition rsienums.h:1345
@ RSICacheObjectMotionStatus
RapidCodeMotion.
Definition rsienums.h:1348
@ RSICacheObjectControlConfig
MotionController.
Definition rsienums.h:1346
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:626
@ RSINetworkTypeRING
A Ring topology is a chain of linked Node(s) going from the Controllers Out port to the In port.
Definition rsienums.h:629
@ RSINetworkTypeSTRING
A String topology is chain of linked Node(s) to the Controller from the In or Out port.
Definition rsienums.h:627
@ 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:628
RSIMotorIoType
Possible configurations for Motor I/O.
Definition rsienums.h:1228
RSIAxisPositionInput
Feedback Positions for each Axis.
Definition rsienums.h:1133
@ RSIAxisPositionInputSECOND
Secondary encoder.
Definition rsienums.h:1135
@ RSIAxisPositionInputFIRST
Primary encoder.
Definition rsienums.h:1134
RSIFilterGainIndex
Filter Gain Table enums for.
Definition rsienums.h:1210
RSINodeType
Valid Node types.
Definition rsienums.h:677
@ RSINodeTypeYASKAWA_SGDXT
Yaskawa Sigma-X triple axis drive.
Definition rsienums.h:742
@ RSINodeTypeYASKAWA_SGDXW
Yaskawa Sigma-X dual axis drive.
Definition rsienums.h:741
@ RSINodeTypeBECKHOFF_EL6900
Beckhoff Safety Main Device.
Definition rsienums.h:692
@ RSINodeTypeBECKHOFF_EL2521
1-channel pulse train output terminal
Definition rsienums.h:704
@ RSINodeTypeYASKAWA_SGDXS
Yaskawa Sigma-X single axis drive.
Definition rsienums.h:740
@ RSINodeTypePANASONIC_MINASA5
Used for all Minas A5.
Definition rsienums.h:735
@ RSINodeTypeINVALID
internal use only
Definition rsienums.h:678
@ RSINodeTypeBECKHOFF_EL6910
Beckhoff Safety Main Device.
Definition rsienums.h:693
@ RSINodeTypeLINMOT_DRIVE
Used for all Linmot drives.
Definition rsienums.h:846
@ RSINodeTypePANASONIC_MINASA6
Used for all Minas A6.
Definition rsienums.h:736
@ RSINodeTypeKOLLMORGEN_S700
S300, S400, S600, and S700s.
Definition rsienums.h:682
RSISource
Possible sources that have caused an Error state.
Definition rsienums.h:1014
@ RSISourceLIMIT_SW_POS
Software Positive Limit.
Definition rsienums.h:1021
@ RSISourceLIMIT_HW_NEG
Hardware Negative Limit switch.
Definition rsienums.h:1018
@ RSISourceLIMIT_ERROR
Position Error Limit.
Definition rsienums.h:1017
@ RSISourceUNKNOWN
Unknown error source.
Definition rsienums.h:1024
@ RSISourceOUT_OF_FRAMES
Motion Out Of Frames.
Definition rsienums.h:1023
@ RSISourceLIMIT_SW_NEG
Software Negative Limit.
Definition rsienums.h:1020
@ RSISourceFEEDBACK_FAULT
Encoder fault.
Definition rsienums.h:1022
@ RSISourceAMP_FAULT
Amp Fault.
Definition rsienums.h:1015
@ RSISourceLIMIT_HW_POS
Hardware Positivie Limit switch.
Definition rsienums.h:1019
RSIMotionAttrOutputType
Types for outputs during motion.
Definition rsienums.h:1108
RSIMotorDedicatedIn
Dedicated Input bits per motor.
Definition rsienums.h:889
@ RSIMotorDedicatedInINDEX_SECONDARY
Encoder Index (Secondary).
Definition rsienums.h:896
@ RSIMotorDedicatedInHALL_B
Hall Sensor B.
Definition rsienums.h:900
@ RSIMotorDedicatedInFEEDBACK_FAULT
Feedback Fault.
Definition rsienums.h:897
@ RSIMotorDedicatedInBRAKE_APPLIED
Brake Applied.
Definition rsienums.h:891
@ RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY
Primary Encoder Feedback Fault.
Definition rsienums.h:906
@ RSIMotorDedicatedInINDEX
Encoder Index.
Definition rsienums.h:895
@ RSIMotorDedicatedInDRIVE_STATUS_10
Drive Status 10.
Definition rsienums.h:905
@ RSIMotorDedicatedInHALL_A
Hall Sensor A.
Definition rsienums.h:899
@ RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY
Secondary Encoder Feedback Fault.
Definition rsienums.h:907
@ RSIMotorDedicatedInLIMIT_HW_NEG
Hardware Negative Limit.
Definition rsienums.h:894
@ RSIMotorDedicatedInDRIVE_STATUS_9
Drive Status 9.
Definition rsienums.h:904
@ RSIMotorDedicatedInHALL_C
Hall Sensor C.
Definition rsienums.h:901
@ RSIMotorDedicatedInLIMIT_HW_POS
Hardware Positive Limit.
Definition rsienums.h:893
RSIMotorFeedback
Encoders per motor.
Definition rsienums.h:1153
@ RSIMotorFeedbackSECONDARY
Secondary encoder.
Definition rsienums.h:1155
@ RSIMotorFeedbackPRIMARY
Primary encoder.
Definition rsienums.h:1154
RSIMotorDedicatedOut
Dedicated Output bits per motor.
Definition rsienums.h:911
@ RSIMotorDedicatedOutBRAKE_RELEASE
Brake Release.
Definition rsienums.h:913
RSIOperationMode
DS402 modes of operation.
Definition rsienums.h:1331
@ RSIOperationModePROFILE_VELOCITY_MODE
3, pv, Profile velocity mode
Definition rsienums.h:1335
@ RSIOperationModeTORQUE_PROFILE_MODE
4, tq, Torque profile mode
Definition rsienums.h:1336
@ RSIOperationModeINTERPOLATED_POSITION_MODE
7, ip, Interpolated position mode
Definition rsienums.h:1338
@ RSIOperationModeHOMING_MODE
6, hm, Homing mode
Definition rsienums.h:1337
@ RSIOperationModeVELOCITY_MODE
2, vl, Velocity mode
Definition rsienums.h:1334
@ RSIOperationModeNONE
0, Reserved/None
Definition rsienums.h:1332
@ RSIOperationModeCYCLIC_SYNCHRONOUS_TORQUE_MODE
10, cst, Cyclic synchronous torque mode
Definition rsienums.h:1341
@ RSIOperationModeCYCLIC_SYNCHRONOUS_POSITION_MODE
8, csp, Cyclic synchronous position mode
Definition rsienums.h:1339
@ RSIOperationModeCYCLIC_SYNCHRONOUS_VELOCITY_MODE
9, csv, Cyclic synchronous velocity mode
Definition rsienums.h:1340
@ RSIOperationModePROFILE_POSITION_MODE
1, pp, Profile position mode
Definition rsienums.h:1333
RSIPathPlanType
Path motion planning types.
Definition rsienums.h:1054
@ RSIPathPlanTypeSCURVE
S-curve velocity profile.
Definition rsienums.h:1056
@ RSIPathPlanTypeTRAPEZOIDAL
Trapezoidal velocity profile.
Definition rsienums.h:1055
RSINetworkTechnologyType
Network technology type.
Definition rsienums.h:1352
RSINetworkIndexType
Network PDO index types for configuring axis input/output mappings.
Definition rsienums.h:1390
@ NetworkIndexTypeVELOCITY_DEMAND_INDEX
Target Velocity (DS402 0x60FF) - 32-bit velocity setpoint in counts/sample.
Definition rsienums.h:1404
@ NetworkIndexTypeANALOG_INPUT_INDEX
Analog Input - 16/32-bit analog sensor value (vendor-specific).
Definition rsienums.h:1397
@ NetworkIndexTypeAUX_POSITION_FEEDBACK_INDEX
Auxiliary Encoder - 32-bit secondary encoder feedback (vendor-specific).
Definition rsienums.h:1399
@ NetworkIndexTypeCONTROL_WORD_INDEX
Control Word (DS402 0x6040) - 16-bit drive state machine commands.
Definition rsienums.h:1402
@ NetworkIndexTypeMODE_OF_OPERATION_INDEX
Modes of Operation (DS402 0x6060) - 8-bit operation mode (PP, PV, HM, CSP, CSV, CST).
Definition rsienums.h:1406
@ NetworkIndexTypeDIGITAL_INPUT_INDEX
Digital Inputs (DS402 0x60FD) - 8/16/32-bit drive input state (vendor-specific).
Definition rsienums.h:1396
@ NetworkIndexTypeTARGET_TORQUE_INDEX
Target Torque (DS402 0x6071) - 16-bit torque/current setpoint (‰ of rated torque).
Definition rsienums.h:1405
@ NetworkIndexTypePDO_POSITION_ERROR_INDEX
Position Error (DS402 0x60F4) - 32-bit following error in counts (optional).
Definition rsienums.h:1398
@ NetworkIndexTypeSTATUS_WORD_INDEX
Status Word (DS402 0x6041) - 16-bit drive state/status flags.
Definition rsienums.h:1392
@ NetworkIndexTypeANALOG_OUTPUT_INDEX
Analog Output - 16/32-bit analog output command (vendor-specific).
Definition rsienums.h:1408
@ NetworkIndexTypeVELOCITY_ACTUAL_INDEX
Velocity Actual Value (DS402 0x606C) - 32-bit velocity feedback in counts/sample.
Definition rsienums.h:1394
@ NetworkIndexTypeTORQUE_ACTUAL_INDEX
Torque Actual Value (DS402 0x6077) - 16-bit torque/current feedback (‰ of rated torque).
Definition rsienums.h:1395
@ NetworkIndexTypePOSITION_DEMAND_INDEX
Target Position (DS402 0x607A) - 32-bit position setpoint in counts.
Definition rsienums.h:1403
@ NetworkIndexTypeDIGITAL_OUTPUT_INDEX
Digital Outputs (DS402 0x60FE) - 8/16/32-bit drive output commands (vendor-specific).
Definition rsienums.h:1407
@ NetworkIndexTypePOSITION_ACTUAL_INDEX
Position Actual Value (DS402 0x6064) - 32-bit encoder feedback in counts.
Definition rsienums.h:1393
RSIFirmwareStatus
Status bits used in the firmware.
Definition rsienums.h:504
RSINetworkStartupMethod
Network startup methods.
Definition rsienums.h:580
@ RSINetworkStartupMethodPROBE_TOPOLOGY
probe to see what is on the network
Definition rsienums.h:582
@ RSINetworkStartupMethodNETWORK_ONLY
run the network, assumes probe was done earlier
Definition rsienums.h:583
@ RSINetworkStartupMethodTEST_ENI_LOAD
eni testing mode.
Definition rsienums.h:584
RSIFilterGainPIVCoeff
PIV gain coefficients.
Definition rsienums.h:1189
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving).
Definition rsienums.h:1200
@ RSIFilterGainPIVCoeffNOISE_FILTERFFT
Noise filter FFT.
Definition rsienums.h:1205
@ RSIFilterGainPIVCoeffOUTPUT_OFFSET
Output Offset.
Definition rsienums.h:1204
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion).
Definition rsienums.h:1199
@ RSIFilterGainPIVCoeffOUTPUT_LIMITLOW
Output Limit (Low).
Definition rsienums.h:1203
@ RSIFilterGainPIVCoeffGAINVELOCITY_INTEGRATIONMAX
Velocity Integrator Maximum.
Definition rsienums.h:1201
@ RSIFilterGainPIVCoeffSMOOTHINGFILTER_GAIN
Smoothing parameter, 0 = no smoothing, 1 = infinite smoothing.
Definition rsienums.h:1198
@ RSIFilterGainPIVCoeffOUTPUT_LIMITHIGH
Output Limit (High).
Definition rsienums.h:1202
@ RSIStateSTOPPING
Stopping, on its way to stopped. Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() i...
Definition rsienums.h:882
@ RSIStateSTOPPING_ERROR
Stopping with an error.
Definition rsienums.h:884
@ RSIStateSTOPPED
Stopped (resumable). Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() in this state...
Definition rsienums.h:883
@ RSIStateMOVING
Moving (without any errors). Note: Cannot use Axis::PositionSet() or Axis::CommandPositionSet() in th...
Definition rsienums.h:881
@ RSIStateIDLE
Idle, ready for anything.
Definition rsienums.h:880
RSIAxisMasterType
Sources available to a slave Axis for electronic gearing & camming.
Definition rsienums.h:1218
@ RSIAxisMasterTypeAXIS_COMMAND_POSITION
Use command position from master.
Definition rsienums.h:1221
@ RSIAxisMasterTypeAXIS_ACTUAL_POSITION
Use actual position from master.
Definition rsienums.h:1222
@ RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY
Use secondary motor encoder from master.
Definition rsienums.h:1220
@ RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY
Use primary motor encoder from master.
Definition rsienums.h:1219