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,
268 RSI_GCODE,
276 // Used SqNode Message error for EtherCat node error. users might have used old enum in code so left naming style intact for now
279
280};
281
285 RSIControllerTypeCLIENT = RSICONSTANTControlTypeCLIENT,
286 RSIControllerTypeFILE = RSICONSTANTControlTypeFILE,
287 RSIControllerTypeSIMULATION = RSICONSTANTControlTypeSIMULATION,
289 RSIControllerTypeUNINITIALIZED = RSICONSTANTControlTypeINVALID,
290
291};
292
296};
297
300enum class RSIHomeMethod {
302
309
314
319
322
327
330
333
336
339
341
344
352
357
362
365
372
377
382
385
388
390
393};
394
402
431
492};
493
499
502 RSIFirmwareStatusIN_COARSE_POSITION = RSICONSTANTFWStatusIN_COARSE_POSITION,
503 RSIFirmwareStatusAT_TARGET = RSICONSTANTFWStatusAT_TARGET,
504 RSIFirmwareStatusAT_VELOCITY = RSICONSTANTFWStatusAT_VELOCITY,
505 RSIFirmwareStatusIN_FINE_POSITION = RSICONSTANTFWStatusIN_FINE_POSITION,
506 RSIFirmwareStatusSETTLED = RSICONSTANTFWStatusSETTLED,
507 RSIFirmwareStatusDONE = RSICONSTANTFWStatusDONE,
508 RSIFirmwareStatusMOTION_START = RSICONSTANTFWStatusMOTION_START,
509 RSIFirmwareStatusPS_FAULT = RSICONSTANTFWStatusPS_FAULT,
510 RSIFirmwareStatusMS_FAULT = RSICONSTANTFWStatusMS_FAULT,
511 RSIFirmwareStatusOUT_OF_FRAMES = RSICONSTANTFWStatusOUT_OF_FRAMES,
512 RSIFirmwareStatusFRAME = RSICONSTANTFWStatusFRAME,
513 RSIFirmwareStatusRESET = RSICONSTANTFWStatusRESET,
514 RSIFirmwareStatusRESUME = RSICONSTANTFWStatusRESUME,
515 RSIFirmwareStatusPAUSE = RSICONSTANTFWStatusPAUSE,
516 RSIFirmwareStatusSTOP = RSICONSTANTFWStatusSTOP,
517 RSIFirmwareStatusESTOP = RSICONSTANTFWStatusESTOP,
518 RSIFirmwareStatusESTOP_ABORT = RSICONSTANTFWStatusESTOP_ABORT,
519 RSIFirmwareStatusESTOP_CMD_EQ_ACT = RSICONSTANTFWStatusESTOP_CMD_EQ_ACT,
520 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP,
521 RSIFirmwareStatusTRIGGERED_MODIFY = RSICONSTANTFWStatusTRIGGERED_MODIFY,
522 RSIFirmwareStatusABORT = RSICONSTANTFWStatusABORT,
523 RSIFirmwareStatusERROR_STATE = RSICONSTANTFWStatusERROR_STATE,
524 RSIFirmwareStatusDISABLED = RSICONSTANTFWStatusDISABLED,
525 RSIFirmwareStatusHOST = RSICONSTANTFWStatusHOST,
526 RSIFirmwareStatusREC_IDLE = RSICONSTANTFWStatusREC_IDLE,
527 RSIFirmwareStatusREC_HIGH = RSICONSTANTFWStatusREC_HIGH,
528 RSIFirmwareStatusREC_FULL = RSICONSTANTFWStatusREC_FULL,
529 RSIFirmwareStatusREC_RUNNING = RSICONSTANTFWStatusREC_RUNNING,
530 RSIFirmwareStatusCAM = RSICONSTANTFWStatusCAM,
531 RSIFirmwareStatusEXTERNAL = RSICONSTANTFWStatusEXTERNAL,
532 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP_ABORT = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP_ABORT,
533 RSIFirmwareStatusMOTOR_LIMIT = RSICONSTANTFWStatusMOTOR_LIMIT,
534};
535
537enum class RSITrace {
538 RSITraceNONE = RSICONSTANTTraceNONE,
539 RSITraceFUNCTION_ENTRY = RSICONSTANTTraceFUNCTION_ENTRY,
540 RSITraceFUNCTION_RETURN = RSICONSTANTTraceFUNCTION_RETURN,
541 RSITraceMEMORY_ALLOC = RSICONSTANTTraceMEMORY_ALLOC,
542 RSITraceMEMORY_FREE = RSICONSTANTTraceMEMORY_FREE,
543 RSITraceMEMORY_GET = RSICONSTANTTraceMEMORY_GET,
544 RSITraceMEMORY_SET = RSICONSTANTTraceMEMORY_SET,
545 RSITraceVALIDATE = RSICONSTANTTraceVALIDATE,
546 RSITraceLOCK_GIVE = RSICONSTANTTraceLOCK_GIVE,
547 RSITraceLOCK_TAKE = RSICONSTANTTraceLOCK_TAKE,
548 RSITraceEVENT = RSICONSTANTTraceEVENT,
549 RSITraceCUSTOM = RSICONSTANTTraceCUSTOM,
550 RSITraceTIME = RSICONSTANTTraceTIME,
551 RSITraceTRAJECTORY_EXECUTOR = RSICONSTANTTraceTRAJECTORY_EXECUTOR,
552 RSITraceALL = RSICONSTANTTraceALL,
553};
554
557{
558 RSILogicNEVER = RSICONSTANTFWLogicNEVER,
559 RSILogicSINGLE = RSICONSTANTFWLogicSINGLE,
560 RSILogicOR = RSICONSTANTFWLogicOR,
561 RSILogicAND = RSICONSTANTFWLogicAND,
562};
563
575
583
589
617
619enum class RSINetworkType {
620 RSINetworkTypeSTRING = RSICONSTANTNetworkTypeSTRING,
621 RSINetworkTypeDUAL_STRING = RSICONSTANTNetworkTypeSTRING_DUAL,
622 RSINetworkTypeRING = RSICONSTANTNetworkTypeRING,
623};
624
627 RSIUserLimitTriggerTypeINVALID = RSICONSTANTUserLimitTriggerTypeINVALID,
628 RSIUserLimitTriggerTypeNONE = RSICONSTANTUserLimitTriggerTypeNONE,
629 RSIUserLimitTriggerTypeSINGLE_CONDITION = RSICONSTANTUserLimitTriggerTypeSINGLE_CONDITION,
630 RSIUserLimitTriggerTypeCONDITION_AND = RSICONSTANTUserLimitTriggerTypeCONDITION_AND,
631 RSIUserLimitTriggerTypeCONDITION_OR = RSICONSTANTUserLimitTriggerTypeCONDITION_OR,
632 RSIUserLimitTriggerTypeTIMER = RSICONSTANTUserLimitTriggerTypeTIMER,
633 RSIUserLimitTriggerTypeEND = RSICONSTANTUserLimitTriggerTypeEND,
634 RSIUserLimitTriggerTypeFIRST = RSICONSTANTUserLimitTriggerTypeFIRST,
635 RSIUserLimitTriggerTypeCOUNT = RSICONSTANTUserLimitTriggerTypeCOUNT,
636};
637
640 RSIUserLimitLogicEQ = RSICONSTANTUserLimitLogicEQ,
641 RSIUserLimitLogicNE = RSICONSTANTUserLimitLogicNE,
642 RSIUserLimitLogicGT = RSICONSTANTUserLimitLogicGT,
643 RSIUserLimitLogicGE = RSICONSTANTUserLimitLogicGE,
644 RSIUserLimitLogicLE = RSICONSTANTUserLimitLogicLE,
645 RSIUserLimitLogicLT = RSICONSTANTUserLimitLogicLT,
646 RSIUserLimitLogicABS_EQ = RSICONSTANTUserLimitLogicABS_EQ,
647 RSIUserLimitLogicABS_GT = RSICONSTANTUserLimitLogicABS_GT,
648 RSIUserLimitLogicABS_LE = RSICONSTANTUserLimitLogicABS_LE,
649};
650
652enum class RSIDataType {
653 RSIDataTypeINVALID = RSICONSTANTDataTypeINVALID,
654 RSIDataTypeSHORT = RSICONSTANTDataTypeSHORT,
655 RSIDataTypeUSHORT = RSICONSTANTDataTypeUSHORT,
656 RSIDataTypeINT16 = RSICONSTANTDataTypeSHORT,
657 RSIDataTypeUINT16 = RSICONSTANTDataTypeUSHORT,
658 RSIDataTypeINT32 = RSICONSTANTDataTypeINT32,
659 RSIDataTypeUINT32 = RSICONSTANTDataTypeUINT32,
660 RSIDataTypeFLOAT = RSICONSTANTDataTypeFLOAT,
661 RSIDataTypeDOUBLE = RSICONSTANTDataTypeDOUBLE,
662 RSIDataTypeINT64 = RSICONSTANTDataTypeINT64,
663 RSIDataTypeUINT64 = RSICONSTANTDataTypeUINT64,
664 RSIDataTypeMASK32 = RSICONSTANTDataTypeMASK32,
665 RSIDataTypeMASK64 = RSICONSTANTDataTypeMASK64,
666};
667
669enum class RSINodeType : uint64_t {
670 RSINodeTypeINVALID = RSICONSTANTNodeLibNodeTypeINVALID,
671 RSINodeTypeUNKNOWN = RSICONSTANTNodeLibNodeTypeUNKNOWN,
672
673 RSINodeTypeKOLLMORGEN_AKD = 0x0000006A00414B44,
674 RSINodeTypeKOLLMORGEN_S700 = 0x0000006A03000600,
675 RSINodeTypeKOLLMORGEN_AKT = 0x0000006A04602c22,
676 RSINodeTypeKOLLMORGEN_AKD_C = 0x0000006A414B4331,
677 RSINodeTypeKOLLMORGEN_AKD_N = 0x0000006A414B444E,
678 RSINodeTypeKOLLMORGEN_AKD2G_1AXIS = 0x0000006A11110100,
680 RSINodeTypeKOLLMORGEN_AKD2G_1AXIS_SIL3_ADV = 0x0000006A11110300,
681 RSINodeTypeKOLLMORGEN_AKD2G_2AXIS = 0x0000006A11210100,
683 RSINodeTypeKOLLMORGEN_AKD2G_2AXIS_SIL3_ADV = 0x0000006A11210300,
684 RSINodeTypeBECKHOFF_EL6900 = 0x000000021AF43052,
685 RSINodeTypeBECKHOFF_EL6910 = 0x000000021AFE3052,
686 RSINodeTypeBECKHOFF_EP3184 = 0x000000020C704052,
687 RSINodeTypeBECKHOFF_EP2338 = 0x0000000209224052,
688 RSINodeTypeBECKHOFF_EP7041 = 0x000000021b814052,
689 RSINodeTypeBECKHOFF_EK1100 = 0x00000002044c2c52,
690 RSINodeTypeBECKHOFF_EK1310 = 0x00000002051E2C52,
691 RSINodeTypeBECKHOFF_EL1008 = 0x0000000203f03052,
692 RSINodeTypeBECKHOFF_EL1054 = 0x00000002041E3052,
693 RSINodeTypeBECKHOFF_EL1088 = 0x0000000204403052,
694 RSINodeTypeBECKHOFF_EL2008 = 0x0000000207d83052,
695 RSINodeTypeBECKHOFF_EL2022 = 0x0000000207e63052,
696 RSINodeTypeBECKHOFF_EL2521 = 0x0000000209d93052,
697 RSINodeTypeBECKHOFF_EL2624 = 0x000000020A403052,
698 RSINodeTypeBECKHOFF_EL2634 = 0x000000020A4A3052,
699 RSINodeTypeBECKHOFF_EK1101 = 0x00000002044d2c52,
700 RSINodeTypeBECKHOFF_EL3002 = 0x000000020bba3052,
701 RSINodeTypeBECKHOFF_EL4032 = 0x000000020fc03052,
702 RSINodeTypeBECKHOFF_EL3104 = 0x000000020c203052,
703 RSINodeTypeBECKHOFF_EJ1100 = 0x00000002044C2852,
704 RSINodeTypeBECKHOFF_EJ1889 = 0x0000000207612852,
705 RSINodeTypeBECKHOFF_EJ2889 = 0x000000020B492852,
706 RSINodeTypeBECKHOFF_EJ3004 = 0x000000020BBC2852,
707 RSINodeTypeBECKHOFF_EJ4002 = 0x000000020FA22852,
708 RSINodeTypeBECKHOFF_EP4378 = 0x00000002111a4052,
709 RSINodeTypeBECKHOFF_EPP2338 = 0x0000000264765829,
710 RSINodeTypeBECKHOFF_EPP2316 = 0x00000002647656C9,
711 RSINodeTypeBECKHOFF_EL7041 = 0x000000021b813052,
712 RSINodeTypeBECKHOFF_BK1120 = 0x0000000204602c22,
713 RSINodeTypeBECKHOFF_EL4022 = 0x000000020fb63052,
714 RSINodeTypeAMC_DIGIFLEX = 0x000000BD012D0000,
715 RSINodeTypeAMC_DIGIFLEX2 = 0x000000BD012E0000,
716 RSINodeTypeAMC_DIGIFLEX3 = 0x000000BD012F0000,
717 RSINodeTypeAMC_DIGIFLEX4 = 0x000000BD01300000,
718 RSINodeTypeAMC_FlexPro = 0x000000BD01910000,
719 RSINodeTypeFESTO_CMMP = 0x0000001D502D4153,
720 RSINodeTypeFESTO_CMMT = 0x0000001D007B1a95,
721 RSINodeTypeSERVOTRONIX_FLEXIPRO = 0x000002E100000000,
722 RSINodeTypeMPC_FLEXIPRO = 0x0000067800000000,
723 RSINodeTypePANASONIC_MINASA5 = 0x0000066F511050A1,
724 RSINodeTypePANASONIC_MINASA6 = 0x0000066F60000000,
725 RSINodeTypeDELTA_ASDA = 0x000001DD10305070,
726 RSINodeTypeYASKAWA_SGDV = 0x0000053902200001,
727 RSINodeTypeYASKAWA_SGD7S = 0x0000053902200301,
728 RSINodeTypeYASKAWA_SGDXS = 0x0000053902200901,
729 RSINodeTypeYASKAWA_A1000 = 0x0000053941313030,
730 RSINodeTypeYASKAWA_GA700 = 0x0000053947413730,
731 RSINodeTypeSCHNEIDER_LXM32M = 0x0800005A00016440,
732 RSINodeTypeSCHNEIDER_LXM28E = 0x0800005A00096030,
733 RSINodeTypeSCHNEIDER_ILA = 0x0800005A000022DB,
734 RSINodeTypeBONFIGLIOLI_AGILE = 0x000000D500008000,
735 RSINodeTypeAMP_SS = 0x0000040400000001,
736 RSINodeTypeCOPLEY_XEC = 0x000000AB000011B0,
737 RSINodeTypeCOPLEY_TE2 = 0x000000AB000010F0,
738 RSINodeTypeCOPLEY_RGM = 0x000000AB00002020,
739 RSINodeTypeCOPLEY_XE2 = 0x000000AB000010B0,
740 RSINodeTypeCOPLEY_XEL = 0x000000AB00001000,
741 RSINodeTypeESTUN_PRONET = 0x0000060A00000001,
742 RSINodeTypeOPTOFORCE_SENSOR = 0x000005D426483052,
743 RSINodeTypeCREVIS_NA9286 = 0x0000029D4E419286,
744 RSINodeTypeCREVIS_GN9386 = 0x0000029D474C9086,
745 RSINodeTypeCREVIS_GL9086 = 0x0000029D474E9386,
746 RSINodeTypeESD_ECXDIO8 = 0x0000001700000004,
747 RSINodeTypePROMESS_DSC = 0x000001902FB52E56,
748 RSINodeTypeHMS_ANYBUS = 0x0000001B0000003D,
749 RSINodeTypeTECO_JSDG2E = 0x0000081B47322D45,
750 RSINodeTypeELMO_GOLD = 0x0000009A00030924,
751 RSINodeTypeELMO_DUET = 0x0000009A00030925,
752 RSINodeTypeELMO_PLATINUM = 0x0000009A01100002,
753 RSINodeTypeKEYENCE_NUEC1 = 0x0000054100002500,
754 RSINodeTypeSMC_EX260 = 0x0000011401000001,
755 RSINodeTypeSMC_EX600 = 0x0000011401000005,
756 RSINodeTypeAMAX_4830 = 0x000013FE00004830,
757 RSINodeTypeBONFIGLIOLI_ACU540 = 0x000000D500004000,
758 RSINodeTypeOMRON_1SN01H = 0x00000083000000AE,
759 RSINodeTypeOMRON_1SN01L = 0x00000083000000AB,
760 RSINodeTypeOMRON_1SN02H = 0x00000083000000AF,
761 RSINodeTypeOMRON_1SN02L = 0x00000083000000AC,
762 RSINodeTypeOMRON_1SN04H = 0x00000083000000B0,
763 RSINodeTypeOMRON_1SN04L = 0x00000083000000AD,
764 RSINodeTypeOMRON_1SN06F = 0x00000083000000BE,
765 RSINodeTypeOMRON_1SN08H = 0x00000083000000B1,
766 RSINodeTypeOMRON_1SN10F = 0x00000083000000B6,
767 RSINodeTypeOMRON_1SN10H = 0x00000083000000B2,
768 RSINodeTypeOMRON_1SN15F = 0x00000083000000B7,
769 RSINodeTypeOMRON_1SN15H = 0x00000083000000B3,
770 RSINodeTypeOMRON_1SN20F = 0x00000083000000B8,
771 RSINodeTypeOMRON_1SN20H = 0x00000083000000B4,
772 RSINodeTypeOMRON_1SN30F = 0x00000083000000B9,
773 RSINodeTypeOMRON_1SN30H = 0x00000083000000B5,
774 RSINodeTypeMITSUBISHI_MR_J4_TM = 0x00000A1E00000201,
775 RSINodeTypeMITSUBISHI_MR_J5_TM = 0x00000A1E00000304,
776 RSINodeTypeMITSUBISHI_MR_J5W2 = 0x00000A1E00000302,
777 RSINodeTypeMITSUBISHI_MR_JET = 0x00000A1E00000305,
778 RSINodeTypeLENZE_I550 = 0x0000003B69055000,
779 RSINodeTypeLENZE_I700_SINGLE = 0x0000003B69070001,
780 RSINodeTypeLENZE_I700_DOUBLE = 0x0000003B69070002,
781 RSINodeTypeINVT_DA200 = 0x0000061600000000,
782 RSINodeTypeABB_MICROFLEX = 0x000000B7000002BC,
783 RSINodeTypePARKER_PD = 0x0900008900010001,
784 RSINodeTypePARKER_FL20C = 0x0100008900000001,
785 RSINodeTypeHANS_DMODULE = 0x0000001A50440200,
786 RSINodeTypeTPM_STP_K121 = 0x000006AB4b121000,
787 RSINodeTypeTPM_SRV_K221 = 0x000006AB31221100,
788 RSINodeTypeORIENTAL_NETC01 = 0x000002BE00001397,
789 RSINodeTypeFASTECH_ETHERCAT = 0x0FA0000000001002,
790 RSINodeTypeFASTECH_ETHERCAT_TO = 0x0FA0000000001202,
791 RSINodeTypeFASTECH_ETHERCAT_ALL = 0x0FA0000000001007,
792 RSINodeTypeFASTECH_ETHERCAT_MINI = 0x0FA0000000001006,
793 RSINodeTypeFASTECH_ETHERCAT_I8O8 = 0x0FA0000000002021,
794 RSINodeTypeFASTECH_ETHERCAT_I16O16 = 0x0FA0000000002023,
795 RSINodeTypeFASTECH_ETHERCAT_DA04 = 0x0FA0000000002212,
796 RSINodeTypeFASTECH_ETHERCAT_AD08 = 0x0FA0000000002203,
797 RSINodeTypeDELTA_5500 = 0x000001DD00005500,
798 RSINodeTypeDELTA_6002 = 0x000001DD00006002,
799 RSINodeTypeDELTA_7062 = 0x000001DD00007062,
800 RSINodeTypeDELTA_70A2 = 0x000001DD000070A2,
801 RSINodeTypeDELTA_9144 = 0x000001DD00009144,
802 RSINodeTypeDELTA_8124 = 0x000001DD00008124,
803 RSINodeTypeDELTA_5621 = 0x000001DD00005621,
804 RSINodeTypeDELTA_ASDA_A3 = 0x000001DD00006010,
805 RSINodeTypeMOONS_SSDC06_EC = 0x0000016800000004,
806 RSINodeTypeMOONS_STF06_EC = 0x0000016800000002,
807 RSINodeTypeFUJI_ALPHA7 = 0x0000025E00010002,
808 RSINodeTypeBR_X20 = 0x0000006C0000AC23,
809 RSINodeTypeSICK_FLEXI_SOFT_SAFETY = 0x0100005600002301,
810 RSINodeTypeNEXCOM_NEIO1812 = 0x0000075200001812,
811 RSINodeTypeALICAT_MASS_FLOW_CONTROLLER = 0x0000093A00000005,
812 RSINodeTypeHIWIN_EDF1 = 0x0000AAAA00000005,
813 RSINodeTypeLEADSHINE_CS3E = 0x0000432100000100,
814 RSINodeTypeLEADSHINE_L7EC = 0x00004321000000B2,
815 RSINodeTypeLEADSHINE_DM3E = 0x0000432100008100,
816 RSINodeTypeINGENIA_CAPITAN_XCR = 0x0000029C03731001,
817 RSINodeTypeCONTROLTECHNIQUES_753 = 0x000000F901031102,
818 RSINodeTypeLINMOT_DRIVE = 0x4C4E54490096096F,
819 RSINodeTypeTECHNOSOFT_IPOS8015 = 0x000001A3015F5A2D,
820 RSINodeTypeJENNYSCIENCE_XENAX = 0x0000055700007509,
821 RSINodeTypeNANOTEC_PD4 = 0x0000026C0000003C,
822 RSINodeTypeWAGO = 0x0000002107500354,
823 RSINodeTypeIFM_AL1930 = 0x0000062200001930,
824 RSINodeTypeSANYODENKI_RS3 = 0x000001b90000000b,
825 RSINodeTypeODEAR_DSEX16Y16L_MW = 0x00000a8c0000000e,
826 RSINodeTypeICP_ECAT2055 = 0x0049435000000807,
827 RSINodeTypeLS_IX7NH = 0x0000759500010005,
828 RSINodeTypeNIMOTION_PMM = 0x0000002D01000003,
829};
830
833enum class RSIState {
834 RSIStateIDLE = RSICONSTANTStateIDLE,
835 RSIStateMOVING = RSICONSTANTStateMOVING,
836 RSIStateSTOPPING = RSICONSTANTStateSTOPPING,
837 RSIStateSTOPPED = RSICONSTANTStateSTOPPED,
838 RSIStateSTOPPING_ERROR = RSICONSTANTStateSTOPPING_ERROR,
839 RSIStateERROR = RSICONSTANTStateERROR,
840};
841
844 RSIMotorDedicatedInAMP_FAULT = RSICONSTANTMotorDedicatedInAMP_FAULT,
845 RSIMotorDedicatedInBRAKE_APPLIED = RSICONSTANTMotorDedicatedInBRAKE_APPLIED,
846 RSIMotorDedicatedInHOME = RSICONSTANTMotorDedicatedInHOME,
847 RSIMotorDedicatedInLIMIT_HW_POS = RSICONSTANTMotorDedicatedInLIMIT_HW_POS,
848 RSIMotorDedicatedInLIMIT_HW_NEG = RSICONSTANTMotorDedicatedInLIMIT_HW_NEG,
849 RSIMotorDedicatedInINDEX = RSICONSTANTMotorDedicatedInINDEX_PRIMARY,
850 RSIMotorDedicatedInINDEX_SECONDARY = RSICONSTANTMotorDedicatedInINDEX_SECONDARY,
851 RSIMotorDedicatedInFEEDBACK_FAULT = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT,
852 RSIMotorDedicatedInCAPTURED = RSICONSTANTMotorDedicatedInDRIVE_CAPTURED,
853 RSIMotorDedicatedInHALL_A = RSICONSTANTMotorDedicatedInHALL_A,
854 RSIMotorDedicatedInHALL_B = RSICONSTANTMotorDedicatedInHALL_B,
855 RSIMotorDedicatedInHALL_C = RSICONSTANTMotorDedicatedInHALL_C,
856 RSIMotorDedicatedInAMP_ACTIVE = RSICONSTANTMotorDedicatedInAMP_ACTIVE,
857 RSIMotorDedicatedInWARNING = RSICONSTANTMotorDedicatedInDRIVE_WARNING,
858 RSIMotorDedicatedInDRIVE_STATUS_9 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_9,
859 RSIMotorDedicatedInDRIVE_STATUS_10 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_10,
860 RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_PRIMARY,
861 RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_SECONDARY,
862};
863
866 RSIMotorDedicatedOutAMP_ENABLE = RSICONSTANTMotorDedicatedOutAMP_ENABLE,
867 RSIMotorDedicatedOutBRAKE_RELEASE = RSICONSTANTMotorDedicatedOutBRAKE_RELEASE,
868};
869
872 RSIMotorGeneralIo0 = RSICONSTANTMotorGeneralIo0,
873 RSIMotorGeneralIo1 = RSICONSTANTMotorGeneralIo1,
874 RSIMotorGeneralIo2 = RSICONSTANTMotorGeneralIo2,
875 RSIMotorGeneralIo3 = RSICONSTANTMotorGeneralIo3,
876 RSIMotorGeneralIo4 = RSICONSTANTMotorGeneralIo4,
877 RSIMotorGeneralIo5 = RSICONSTANTMotorGeneralIo5,
878 RSIMotorGeneralIo6 = RSICONSTANTMotorGeneralIo6,
879 RSIMotorGeneralIo7 = RSICONSTANTMotorGeneralIo7,
880 RSIMotorGeneralIo8 = RSICONSTANTMotorGeneralIo8,
881 RSIMotorGeneralIo9 = RSICONSTANTMotorGeneralIo9,
882 RSIMotorGeneralIo10 = RSICONSTANTMotorGeneralIo10,
883 RSIMotorGeneralIo11 = RSICONSTANTMotorGeneralIo11,
884 RSIMotorGeneralIo12 = RSICONSTANTMotorGeneralIo12,
885 RSIMotorGeneralIo13 = RSICONSTANTMotorGeneralIo13,
886 RSIMotorGeneralIo14 = RSICONSTANTMotorGeneralIo14,
887 RSIMotorGeneralIo15 = RSICONSTANTMotorGeneralIo15,
888 RSIMotorGeneralIo16 = RSICONSTANTMotorGeneralIo16,
889 RSIMotorGeneralIo17 = RSICONSTANTMotorGeneralIo17,
890 RSIMotorGeneralIo18 = RSICONSTANTMotorGeneralIo18,
891 RSIMotorGeneralIo19 = RSICONSTANTMotorGeneralIo19,
892 RSIMotorGeneralIo20 = RSICONSTANTMotorGeneralIo20,
893 RSIMotorGeneralIo21 = RSICONSTANTMotorGeneralIo21,
894 RSIMotorGeneralIo22 = RSICONSTANTMotorGeneralIo22,
895 RSIMotorGeneralIo23 = RSICONSTANTMotorGeneralIo23,
896 RSIMotorGeneralIo24 = RSICONSTANTMotorGeneralIo24,
897 RSIMotorGeneralIo25 = RSICONSTANTMotorGeneralIo25,
898 RSIMotorGeneralIo26 = RSICONSTANTMotorGeneralIo26,
899 RSIMotorGeneralIo27 = RSICONSTANTMotorGeneralIo27,
900 RSIMotorGeneralIo28 = RSICONSTANTMotorGeneralIo28,
901 RSIMotorGeneralIo29 = RSICONSTANTMotorGeneralIo29,
902 RSIMotorGeneralIo30 = RSICONSTANTMotorGeneralIo30,
903 RSIMotorGeneralIo31 = RSICONSTANTMotorGeneralIo31,
904};
905
908 RSIMotorLimitTypeAMP_FAULT = RSICONSTANTMotorLimitTypeAMP_FAULT,
909 RSIMotorLimitTypeAMP_WARNING = RSICONSTANTMotorLimitTypeAMP_WARNING,
910 RSIMotorLimitTypeFEEDBACK_FAULT = RSICONSTANTMotorLimitTypeFEEDBACK_FAULT,
911 RSIMotorLimitTypeERROR = RSICONSTANTMotorLimitTypeERROR,
912 RSIMotorLimitTypeTORQUE = RSICONSTANTMotorLimitTypeTORQUE,
913 RSIMotorLimitTypeHW_NEG = RSICONSTANTMotorLimitTypeHW_NEG,
914 RSIMotorLimitTypeHW_POS = RSICONSTANTMotorLimitTypeHW_POS,
915 RSIMotorLimitTypeSW_NEG = RSICONSTANTMotorLimitTypeSW_NEG,
916 RSIMotorLimitTypeSW_POS = RSICONSTANTMotorLimitTypeSW_POS,
917};
918
920enum class RSIEventType {
921 RSIEventTypeINVALID = RSICONSTANTEventTypeINVALID,
922 RSIEventTypeNONE = RSICONSTANTEventTypeNONE,
923 RSIEventTypeAMP_FAULT = RSICONSTANTEventTypeAMP_FAULT,
924 RSIEventTypeAMP_WARNING = RSICONSTANTEventTypeAMP_WARNING,
925 RSIEventTypeFEEDBACK_FAULT = RSICONSTANTEventTypeFEEDBACK_FAULT,
926 RSIEventTypeLIMIT_ERROR = RSICONSTANTEventTypeLIMIT_ERROR,
927 RSIEventTypeLIMIT_TORQUE = RSICONSTANTEventTypeLIMIT_TORQUE,
928 RSIEventTypeLIMIT_HW_NEG = RSICONSTANTEventTypeLIMIT_HW_NEG,
929 RSIEventTypeLIMIT_HW_POS = RSICONSTANTEventTypeLIMIT_HW_POS,
930 RSIEventTypeLIMIT_SW_NEG = RSICONSTANTEventTypeLIMIT_SW_NEG,
931 RSIEventTypeLIMIT_SW_POS = RSICONSTANTEventTypeLIMIT_SW_POS,
932 RSIEventTypeMOTION_DONE = RSICONSTANTEventTypeMOTION_DONE,
933 RSIEventTypeMOTION_START = RSICONSTANTEventTypeMOTION_START,
934 RSIEventTypeMOTION_MODIFY = RSICONSTANTEventTypeMOTION_MODIFY,
935 RSIEventTypeMOTION_AT_VELOCITY = RSICONSTANTEventTypeMOTION_AT_VELOCITY,
936 RSIEventTypeMOTION_OUT_OF_FRAMES = RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES,
937 RSIEventTypeMOTION_LOAD_FRAMES = RSICONSTANTEventTypeMOTION_LOAD_FRAMES,
938 RSIEventTypeNEAR_TARGET = RSICONSTANTEventTypeNEAR_TARGET,
939 RSIEventTypeSETTLED = RSICONSTANTEventTypeSETTLED,
940 RSIEventTypeAT_TARGET = RSICONSTANTEventTypeAT_TARGET,
941 RSIEventTypeFRAME = RSICONSTANTEventTypeFRAME,
942 RSIEventTypeRECORDER_HIGH = RSICONSTANTEventTypeRECORDER_HIGH,
943 RSIEventTypeRECORDER_FULL = RSICONSTANTEventTypeRECORDER_FULL,
944 RSIEventTypeRECORDER_DONE = RSICONSTANTEventTypeRECORDER_DONE,
945 RSIEventTypeSEQUENCE = RSICONSTANTEventTypeSEQUENCE,
946 RSIEventTypeSEQUENCE_LOAD = RSICONSTANTEventTypeSEQUENCE_LOAD,
947 RSIEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED = RSICONSTANTEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED,
948 RSIEventTypeCONTROL_FAN = RSICONSTANTEventTypeCONTROL_FAN,
949 RSIEventTypeSYNQNET_DEAD = RSICONSTANTEventTypeSYNQNET_DEAD,
950 RSIEventTypeSYNQNET_RX_FAILURE = RSICONSTANTEventTypeSYNQNET_RX_FAILURE,
951 RSIEventTypeSYNQNET_TX_FAILURE = RSICONSTANTEventTypeSYNQNET_TX_FAILURE,
952 RSIEventTypeSYNQNET_NODE_FAILURE = RSICONSTANTEventTypeSYNQNET_NODE_FAILURE,
953 RSIEventTypeSYNQNET_RECOVERY = RSICONSTANTEventTypeSYNQNET_RECOVERY,
954 RSIEventTypeSQNODE_IO_ABORT = RSICONSTANTEventTypeSQNODE_IO_ABORT,
955 RSIEventTypeSQNODE_NODE_DISABLE = RSICONSTANTEventTypeSQNODE_NODE_DISABLE,
956 RSIEventTypeSQNODE_NODE_ALARM = RSICONSTANTEventTypeSQNODE_NODE_ALARM,
957 RSIEventTypeSQNODE_ANALOG_POWER_FAULT = RSICONSTANTEventTypeSQNODE_ANALOG_POWER_FAULT,
958 RSIEventTypeSQNODE_USER_FAULT = RSICONSTANTEventTypeSQNODE_USER_FAULT,
959 RSIEventTypeSQNODE_NODE_FAILURE = RSICONSTANTEventTypeSQNODE_NODE_FAILURE,
960 RSIEventTypeSQNODE_IO_FAULT = RSICONSTANTEventTypeSQNODE_IO_FAULT,
961 RSIEventTypeUSER_LIMIT = RSICONSTANTEventTypeUSER_LIMIT,
962 RSIEventTypeCAPTURE = RSICONSTANTEventTypeCAPTURE,
963 RSIEventTypeHOME = RSICONSTANTEventTypeEND,
965};
966
968enum class RSISource {
969 RSISourceAMP_FAULT = (decltype(RSICONSTANTEventTypeAMP_FAULT))RSIEventType::RSIEventTypeAMP_FAULT,
970 RSISourceHOME = (decltype(RSICONSTANTEventTypeEND))RSIEventType::RSIEventTypeHOME,
971 RSISourceLIMIT_ERROR = (decltype(RSICONSTANTEventTypeLIMIT_ERROR))RSIEventType::RSIEventTypeLIMIT_ERROR,
972 RSISourceLIMIT_HW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_HW_NEG))RSIEventType::RSIEventTypeLIMIT_HW_NEG,
973 RSISourceLIMIT_HW_POS = (decltype(RSICONSTANTEventTypeLIMIT_HW_POS))RSIEventType::RSIEventTypeLIMIT_HW_POS,
974 RSISourceLIMIT_SW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_SW_NEG))RSIEventType::RSIEventTypeLIMIT_SW_NEG,
975 RSISourceLIMIT_SW_POS = (decltype(RSICONSTANTEventTypeLIMIT_SW_POS))RSIEventType::RSIEventTypeLIMIT_SW_POS,
976 RSISourceFEEDBACK_FAULT = (decltype(RSICONSTANTEventTypeFEEDBACK_FAULT))RSIEventType::RSIEventTypeFEEDBACK_FAULT,
977 RSISourceOUT_OF_FRAMES = (decltype(RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES))RSIEventType::RSIEventTypeMOTION_OUT_OF_FRAMES,
979};
980
982enum class RSIWait {
983 RSIWaitFOREVER = RSICONSTANTWaitFOREVER,
984 RSIWaitPOLL = RSICONSTANTWaitPOLL,
985 RSIWaitMSEC = RSICONSTANTWaitMSEC,
986};
987
989enum class RSIMotionType {
990 RSIMotionTypePT = RSICONSTANTMotionTypePT,
991 RSIMotionTypeBSPLINE = RSICONSTANTMotionTypeBSPLINE,
992 RSIMotionTypeSPLINE = RSICONSTANTMotionTypeSPLINE,
993 RSIMotionTypeBESSEL = RSICONSTANTMotionTypeBESSEL,
994 RSIMotionTypeBSPLINE2 = RSICONSTANTMotionTypeBSPLINE2,
995 RSIMotionTypePVT = RSICONSTANTMotionTypePVT,
996};
997
1003
1006
1007 RSIMotionAttrMaskBEHAVIOR = 1 << 1,
1008 RSIMotionAttrMaskDELAY = 1 << 2,
1009 RSIMotionAttrMaskRELATIVE = 1 << 3,
1010 RSIMotionAttrMaskID = 1 << 4,
1013 RSIMotionAttrMaskHOLD = 1 << 7,
1014 RSIMotionAttrMaskOUTPUT = 1 << 8,
1016 RSIMotionAttrMaskNO_WAIT = 1 << 10,
1017 RSIMotionAttrMaskELEMENT_ID = 1 << 11,
1018 RSIMotionAttrMaskRETAIN = 1 << 12,
1020 RSIMotionAttrMaskLOW_COUNT = 1 << 14,
1021
1022 RSIMotionAttrMaskAPPEND = 1 << 15,
1023 RSIMotionAttrMaskAUTO_START = 1 << 16,
1024 RSIMotionAttrMaskSYNC_END = 1 << 17,
1025 RSIMotionAttrMaskSYNC_START = 1 << 18,
1026
1027 RSIMotionAttrMaskREPEAT = 1 << 19,
1031 // see below RSIMotionAttrMaskALL = RSICONSTANTMotionAttrMaskALL,
1032
1033 // RSICONSTANT, now RSICONSTANT
1034 RSIMotionAttrMaskEVENT = 1 << 23,
1035 RSIMotionAttrMaskFINAL_VEL = 1 << 24,
1037
1038};
1039
1042 RSIMotionHoldTypeNONE = RSICONSTANTMotionHoldTypeNONE,
1043 RSIMotionHoldTypeGATE = RSICONSTANTMotionHoldTypeGATE,
1044 RSIMotionHoldTypeMOTOR_DEDICATED_IN = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_IN,
1045 RSIMotionHoldTypeMOTOR_DEDICATED_OUT = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_OUT,
1046 RSIMotionHoldTypeMOTOR_GENERAL_IN = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_IN,
1047 RSIMotionHoldTypeMOTOR_GENERAL_OUT = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_OUT,
1048 RSIMotionHoldTypeAXIS_COMMAND_POSITION = RSICONSTANTMotionHoldTypeAXIS_COMMAND_POSITION,
1049 RSIMotionHoldTypeAXIS_ACTUAL_POSITION = RSICONSTANTMotionHoldTypeAXIS_ACTUAL_POSITION,
1050 RSIMotionHoldTypeCUSTOM = RSICONSTANTMotionHoldTypeCUSTOM,
1051};
1052
1059
1061enum class RSIAction {
1062 RSIActionNONE = RSICONSTANTActionNONE,
1063 RSIActionSTOP = RSICONSTANTActionSTOP,
1064 RSIActionE_STOP = RSICONSTANTActionE_STOP,
1065 RSIActionE_STOP_ABORT = RSICONSTANTActionE_STOP_ABORT,
1066 RSIActionE_STOP_MODIFY = RSICONSTANTActionE_STOP_MODIFY,
1067 RSIActionE_STOP_MODIFY_ABORT = RSICONSTANTActionE_STOP_MODIFY_ABORT,
1068 RSIActionE_STOP_CMD_EQ_ACT = RSICONSTANTActionE_STOP_CMD_EQ_ACT,
1069 RSIActionABORT = RSICONSTANTActionABORT,
1070 RSIActionDONE = RSICONSTANTActionDONE,
1071 RSIActionSTART = RSICONSTANTActionSTART,
1072 RSIActionRESUME = RSICONSTANTActionRESUME,
1073 RSIActionRESET = RSICONSTANTActionRESET,
1074 RSIActionCANCEL_REPEAT = RSICONSTANTActionCANCEL_REPEAT,
1075 RSIActionTRIGGERED_MODIFY = RSICONSTANTActionTRIGGERED_MODIFY,
1076};
1077
1083
1086 RSIAxisGantryTypeNONE = RSICONSTANTAxisGantryTypeNONE,
1087 RSIAxisGantryTypeADD = RSICONSTANTAxisGantryTypeLINEAR,
1088 RSIAxisGantryTypeSUBTRACT = RSICONSTANTAxisGantryTypeTWIST,
1089};
1090
1093 RSIMotorFeedbackFaultPRIMARY = RSICONSTANTMotorFeedbackFaultPRIMARY,
1094 RSIMotorFeedbackFaultSECONDARY = RSICONSTANTMotorFeedbackFaultSECONDARY,
1095 RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY = RSICONSTANTMotorFeedbackFaultPRIMARY_OR_SECONDARY,
1096};
1097
1100 RSIMotorFeedbackPRIMARY = RSICONSTANTMotorFeedbackInputPRIMARY,
1101 RSIMotorFeedbackSECONDARY = RSICONSTANTMotorFeedbackInputSECONDARY,
1102};
1103
1106 RSIFilterAlgorithmPID = RSICONSTANTFilterAlgorithmPID,
1107 RSIFilterAlgorithmPIV = RSICONSTANTFilterAlgorithmPIV,
1108 RSIFilterAlgorithmNONE = RSICONSTANTFilterAlgorithmNONE,
1109 RSIFilterAlgorithmPIV1 = RSICONSTANTFilterAlgorithmPIV1,
1110 RSIFilterAlgorithmUSER = RSICONSTANTFilterAlgorithmUSER,
1111};
1112
1133
1154
1157 RSIFilterGainIndexNO_MOTION = RSICONSTANTFilterGainIndexNO_MOTION,
1158 RSIFilterGainIndexACCEL = RSICONSTANTFilterGainIndexACCEL,
1159 RSIFilterGainIndexDECEL = RSICONSTANTFilterGainIndexDECEL,
1160 RSIFilterGainIndexVELOCITY = RSICONSTANTFilterGainIndexVELOCITY,
1161};
1162
1165 RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_PRIMARY,
1166 RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_SECONDARY,
1167 RSIAxisMasterTypeAXIS_COMMAND_POSITION = RSICONSTANTAxisMasterTypeAXIS_COMMAND_POSITION,
1168 RSIAxisMasterTypeAXIS_ACTUAL_POSITION = RSICONSTANTAxisMasterTypeAXIS_ACTUAL_POSITION,
1169 RSIAxisMasterTypeADDRESS = RSICONSTANTAxisMasterTypeCUSTOM,
1170 RSIAxisMasterTypeNONE = RSICONSTANTAxisMasterTypeNONE,
1171};
1172
1174enum class RSIMotorIoType {
1175 RSIMotorIoTypeOUTPUT = RSICONSTANTMotorIoTypeOUTPUT,
1176 RSIMotorIoTypePULSE_A = RSICONSTANTMotorIoTypePULSE_A,
1177 RSIMotorIoTypePULSE_B = RSICONSTANTMotorIoTypePULSE_B,
1178 RSIMotorIoTypeCOMPARE_0 = RSICONSTANTMotorIoTypeCOMPARE_0,
1179 RSIMotorIoTypeCOMPARE_1 = RSICONSTANTMotorIoTypeCOMPARE_1,
1180 RSIMotorIoTypeBRAKE = RSICONSTANTMotorIoTypeBRAKE,
1181 RSIMotorIoTypeSOURCE6 = RSICONSTANTMotorIoTypeSOURCE6,
1182 RSIMotorIoTypeSSI_CLOCK0 = RSICONSTANTMotorIoTypeSSI_CLOCK0,
1183 RSIMotorIoTypeSSI_CLOCK1 = RSICONSTANTMotorIoTypeSSI_CLOCK1,
1184 RSIMotorIoTypeSOURCE9 = RSICONSTANTMotorIoTypeSOURCE9,
1185 RSIMotorIoTypeSOURCE10 = RSICONSTANTMotorIoTypeSOURCE10,
1186 RSIMotorIoTypeSOURCE11 = RSICONSTANTMotorIoTypeSOURCE11,
1187 RSIMotorIoTypeSOURCE12 = RSICONSTANTMotorIoTypeSOURCE12,
1188 RSIMotorIoTypeSOURCE13 = RSICONSTANTMotorIoTypeSOURCE13,
1189 RSIMotorIoTypeSOURCE14 = RSICONSTANTMotorIoTypeSOURCE14,
1190 RSIMotorIoTypeSOURCE15 = RSICONSTANTMotorIoTypeSOURCE15,
1191 RSIMotorIoTypeINPUT = RSICONSTANTMotorIoTypeINPUT,
1192};
1193
1199
1202 RSIMotorStepperPulseTypeSTEP = RSICONSTANTMotorStepperPulseTypeSTEP,
1203 RSIMotorStepperPulseTypeDIR = RSICONSTANTMotorStepperPulseTypeDIR,
1204 RSIMotorStepperPulseTypeCW = RSICONSTANTMotorStepperPulseTypeCW,
1205 RSIMotorStepperPulseTypeCCW = RSICONSTANTMotorStepperPulseTypeCCW,
1206 RSIMotorStepperPulseTypeQUADA = RSICONSTANTMotorStepperPulseTypeQUADA,
1207 RSIMotorStepperPulseTypeQUADB = RSICONSTANTMotorStepperPulseTypeQUADB,
1208};
1209
1212 RSIMotorIoTypeMaskOUTPUT = RSICONSTANTMotorIoTypeMaskOUTPUT,
1213 RSIMotorIoTypeMaskSOURCE1 = RSICONSTANTMotorIoTypeMaskSOURCE1,
1214 RSIMotorIoTypeMaskSOURCE2 = RSICONSTANTMotorIoTypeMaskSOURCE2,
1215 RSIMotorIoTypeMaskSOURCE3 = RSICONSTANTMotorIoTypeMaskSOURCE3,
1216 RSIMotorIoTypeMaskSOURCE4 = RSICONSTANTMotorIoTypeMaskSOURCE4,
1217 RSIMotorIoTypeMaskSOURCE5 = RSICONSTANTMotorIoTypeMaskSOURCE5,
1218 RSIMotorIoTypeMaskSOURCE6 = RSICONSTANTMotorIoTypeMaskSOURCE6,
1219 RSIMotorIoTypeMaskSOURCE7 = RSICONSTANTMotorIoTypeMaskSOURCE7,
1220 RSIMotorIoTypeMaskSOURCE8 = RSICONSTANTMotorIoTypeMaskSOURCE8,
1221 RSIMotorIoTypeMaskSOURCE9 = RSICONSTANTMotorIoTypeMaskSOURCE9,
1222 RSIMotorIoTypeMaskSOURCE10 = RSICONSTANTMotorIoTypeMaskSOURCE10,
1223 RSIMotorIoTypeMaskSOURCE11 = RSICONSTANTMotorIoTypeMaskSOURCE11,
1224 RSIMotorIoTypeMaskSOURCE12 = RSICONSTANTMotorIoTypeMaskSOURCE12,
1225 RSIMotorIoTypeMaskSOURCE13 = RSICONSTANTMotorIoTypeMaskSOURCE13,
1226 RSIMotorIoTypeMaskSOURCE14 = RSICONSTANTMotorIoTypeMaskSOURCE14,
1227 RSIMotorIoTypeMaskSOURCE15 = RSICONSTANTMotorIoTypeMaskSOURCE15,
1228 RSIMotorIoTypeMaskINPUT = RSICONSTANTMotorIoTypeMaskINPUT,
1229 RSIMotorIoTypeMaskPULSE_A = RSICONSTANTMotorIoTypeMaskPULSE_A,
1230 RSIMotorIoTypeMaskPULSE_B = RSICONSTANTMotorIoTypeMaskPULSE_B,
1231 RSIMotorIoTypeMaskCOMPARE_0 = RSICONSTANTMotorIoTypeMaskCOMPARE_0,
1232 RSIMotorIoTypeMaskCOMPARE_1 = RSICONSTANTMotorIoTypeMaskCOMPARE_1,
1233 RSIMotorIoTypeMaskBRAKE = RSICONSTANTMotorIoTypeMaskBRAKE,
1234 RSIMotorIoTypeMaskSSI_CLOCK0 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK0,
1235 RSIMotorIoTypeMaskSSI_CLOCK1 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK1,
1236};
1237
1243
1246 RSIMotorFaultMaskAMP = RSICONSTANTMotorFaultMaskAMP,
1247 RSIMotorFaultMaskDRIVE = RSICONSTANTMotorFaultMaskDRIVE,
1248 RSIMotorFaultMaskWATCHDOG = RSICONSTANTMotorFaultMaskWATCHDOG,
1249 RSIMotorFaultMaskCHECKSUM = RSICONSTANTMotorFaultMaskCHECKSUM,
1250 RSIMotorFaultMaskFEEDBACK = RSICONSTANTMotorFaultMaskFEEDBACK,
1251 RSIMotorFaultMaskAMP_NOT_POWERED = RSICONSTANTMotorFaultMaskNOT_READY_FOR_REMOTE_CONTROL,
1252 RSIMotorFaultMaskDRIVE_NOT_READY = RSICONSTANTMotorFaultMaskDRIVE_NOT_READY,
1253 RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorFaultMaskFEEDBACK_FAULT_SECONDARY
1254};
1255
1257enum class RSIMotorType {
1258 RSIMotorTypeSERVO = RSICONSTANTMotorTypeSERVO,
1259 RSIMotorTypeSTEPPER = RSICONSTANTMotorTypeSTEPPER,
1262};
1263
1266 RSIMotorDisableActionNONE = RSICONSTANTMotorDisableActionNONE,
1267 RSIMotorDisableActionCMD_EQ_ACT = RSICONSTANTMotorDisableActionCMD_EQ_ACT,
1268};
1269
1272 RSIMotorBrakeModeNONE = RSICONSTANTMotorBrakeModeNONE,
1273 RSIMotorBrakeModeDELAY = RSICONSTANTMotorBrakeModeDELAY,
1274};
1275
1289
1296
1301
1309
1329
1336
1339 RSICompensatorOutputTypeSINGLE = RSICONSTANTFWCompensatorOutputTypeSINGLE,
1340 RSICompensatorOutputTypeADDITIVE = RSICONSTANTFWCompensatorOutputTypeADDITIVE
1341};
1342
1344enum class RSIPDOType {
1347};
1348
1367
1369
1370} // namespace RSI
1371
1372} // namespace RapidCode
1373#endif // _RSI_CONSTANTS_H
RSIFilterAlgorithm
Filter algorithms.
Definition rsienums.h:1105
@ RSIFilterAlgorithmUSER
User defined algorithm (custom firmware required)
@ RSIFilterAlgorithmNONE
No control algorithm.
@ RSIFilterAlgorithmPIV1
PIV1 (custom firmware required)
RSIPDOType
Compensator output types.
Definition rsienums.h:1344
@ RSIPDOTypeOUTPUT
A network PDO OUTPUT.
@ RSIPDOTypeINPUT
A network PDO INPUT.
RSIMathBlockOperation
MathBlock operations.
Definition rsienums.h:1350
@ RSIMathBlockOperationSUBTRACT
Subtraction operation.
@ RSIMathBlockOperationBIT_MASK_AND
Bitwise AND operation.
@ RSIMathBlockOperationDIVIDE
Division operation.
@ RSIMathBlockOperationBIT_MASK_OR
Bitwise OR operation.
@ RSIMathBlockOperationMULTIPLY
Multiplication operation.
@ RSIMathBlockOperationADD
Addition operation.
@ RSIMathBlockOperationSQRT
Square root operation.
@ RSIMathBlockOperationNONE
No operation. Disables the MathBlock.
@ RSIMathBlockOperationBIT_MASK_XOR
Bitwise XOR operation.
@ RSIMathBlockOperationBIT_MASK_SHIFT_LEFT
Bitwise shift left operation.
@ RSIMathBlockOperationBIT_MASK_SHIFT_RIGHT
Bitwise shift right operation.
@ RSIMathBlockOperationSQRT_X_SQRD_PLUS_Y_SQRD
Calculates the square root of (x^2 + y^2).
@ RSIMathBlockOperationBIT_MASK_AND_WITH_INVERTED
Bitwise AND with inverted values.
@ RSIHomeMethodImprovedFALLING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
@ RSIHomeMethodFALLING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
@ RSIHomeMethodImprovedRISING_HOME_THEN_LEFT_INDEX_POSITIVE_START
@ RSIHomeMethodImprovedRISING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
@ RSIHomeMethodFALLING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
@ RSIHomeMethodImprovedFALLING_HOME_NEGATIVE_START_NEGATIVE_MOMENTUM
@ RSIHomeMethodImprovedFALLING_HOME_POSITIVE_START_POITIVE_MOMENTUM
@ RSIHomeMethodImprovedFALLING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
@ RSIHomeMethodPOSITIVE_HARDSTOP
Positive Hardstop.
@ RSIHomeMethodFALLING_HOME_THEN_LEFT_INDEX_POSITIVE_START
@ RSIHomeMethodImprovedRISING_HOME_POSITIVE_START_NEGATIVE_MOMENTUM
@ RSIHomeMethodNEGATIVE_HARDSTOP
Negative Hardstop.
@ RSIHomeMethodImprovedFALLING_HOME_POSITIVE_START_NEGATIVE_MOMENTUM
@ RSIHomeMethodFALLING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
@ RSIHomeMethodImprovedRISING_HOME_NEGATIVE_START_NEGATIVE_MOMENTUM
@ RSIHomeMethodImprovedRISING_HOME_POSITIVE_START_POSITIVE_MOMENTUM
@ RSIHomeMethodImprovedRISING_HOME_NEGATIVE_START_POSITIVE_MOMENTUM
@ RSIHomeMethodImprovedRISING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
@ RSIHomeMethodRISING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
@ RSIHomeMethodImprovedFALLING_HOME_NEGATIVE_START_POSITIVE_MOMENTUM
@ RSIHomeMethodRISING_HOME_THEN_RIGHT_INDEX_NEGATIVE_START
@ RSIHomeMethodImprovedRISING_HOME_THEN_RIGHT_INDEX_POSITIVE_START
@ RSIHomeMethodNONE
Set the current position to zero (home)
@ RSIHomeMethodImprovedFALLING_HOME_THEN_LEFT_INDEX_POSITIVE_START
@ RSIHomeMethodImprovedFALLING_HOME_THEN_LEFT_INDEX_NEGATIVE_START
RSICompensatorOutputType
Compensator output types.
Definition rsienums.h:1338
@ RSICompensatorOutputTypeSINGLE
Compensator output will overwrite any other compensation values.
@ RSICompensatorOutputTypeADDITIVE
Compensator output bill be added to all other compensation values.
RSINetworkStartMode
Network start modes.
Definition rsienums.h:585
@ RSINetworkStartModePREOPERATIONAL
start the network in preoperational mode
@ RSINetworkStartModeOPERATIONAL
start the network in operational mode (default)
RSIMotorFeedbackFault
Feedbacks to use for Feedback Fault action.
Definition rsienums.h:1092
@ RSIMotorFeedbackFaultPRIMARY
Feedback Fault Primary.
@ RSIMotorFeedbackFaultSECONDARY
Feedback Fault Secondary.
@ RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY
Feedback Fault (Primary or Secondary)
RSITrace
Trace masks.
Definition rsienums.h:537
@ RSITraceLOCK_TAKE
On lock take.
@ RSITraceFUNCTION_RETURN
Function return.
@ RSITraceFUNCTION_ENTRY
Function entry.
@ RSITraceLOCK_GIVE
On lock give.
@ RSITraceTRAJECTORY_EXECUTOR
Trajectory.
@ RSITraceMEMORY_ALLOC
On memory allocation.
@ RSITraceMEMORY_FREE
On memory free.
@ RSITraceMEMORY_SET
Memroy set.
@ RSITraceALL
Trace everything.
@ RSITraceMEMORY_GET
Memory get.
RSIMotorStepperPulse
Pulse A or B.
Definition rsienums.h:1195
RSIAxisGantryType
How to combine Axis Feedback Positions.
Definition rsienums.h:1085
RSINetworkState
State of network.
Definition rsienums.h:565
@ RSINetworkStatePREOPERATIONAL
EtherCAT preoperational.
@ RSINetworkStateSHUTDOWN
EtherCAT was shutdown or stopped, must restart.
@ RSINetworkStateDISCOVERED
EtherCAT nodes discovered but not started.
@ RSINetworkStateDISCOVERING
EtherCAT network is in the process of discovering nodes.
@ RSINetworkStateOPERATIONAL
EtherCAT operational, good state.
@ RSINetworkStateSTARTING
EtherCAT is starting.
@ RSINetworkStateUNINITIALIZED
EtherCAT not yet started.
RSIControllerAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:404
@ RSIControllerAddressTypeUSER_BUFFER
First location in User Buffer.
@ RSIControllerAddressTypeNETWORK_CLOCK_KD
scaling factor for clock synchronization.
@ RSIControllerAddressTypeNETWORK_CLOCK_LINUX_ADJUSTMENT_NS
correction value used by linux.
@ RSIControllerAddressTypeMATHBLOCK_PROCESS_VALUE
the processed value of a math block (must specify object index)
@ RSIControllerAddressTypeNETWORK_CLOCK_INTIME_RELOAD_VALUE
hardware ticks between Intime kernel cycles.
@ RSIControllerAddressTypeFRAME_SEND_RECEIVE_MICROSECONDS
programmable delay for packet send/receive
@ RSIControllerAddressTypeCOMPENSATOR_OUTPUT_TYPE
used to configure a compensator for single or additive output
@ RSIControllerAddressTypeNETWORK_CLOCK_REFERENCE_ERROR_NS
error as determined between Ideal timestamp and Reference Clock timestamp (includes drift and jitter)...
@ RSIControllerAddressTypeCOMPENSATOR_COMPENSATOR_VALUE
the output of just that compensator no additive compensators
@ RSIControllerAddressTypeNETWORK_TIMING_DELTA
the latest time delta between the current network packet send time and the previous (microseconds)....
@ RSIControllerAddressTypeNETWORK_CLOCK_FILTER_DEPTH
Filter Depth used by the clock alignment function.
@ RSIControllerAddressTypeNETWORK_CLOCK_MAX_RELOAD_VALUE_DELTA
max change to Intime Reload value per filter depth cycle.
@ RSIControllerAddressTypeUSERLIMIT_STATUS
UserLimit status (must specify object index)
@ RSIControllerAddressTypeNETWORK_CLOCK_ENABLE
enable the Clock error collection feature 0 - Disabled 1 - Enabled
@ RSIControllerAddressTypeNETWORK_CLOCK_KP
scaling factor for clock synchronization.
@ RSIControllerAddressTypeFIRMWARE_NULL_INPUT
the null input value for the RMP firmware (used for restoring firmware input pointers to default)
@ RSIControllerAddressTypeSAMPLE_COUNTER
Sample Counter.
@ RSIControllerAddressTypeNETWORK_CLOCK_KI
scaling factor for clock synchronization.
@ RSIControllerAddressTypeFIRMWARE_NULL_OUTPUT
the null output value for the RMP firmware ( used for restoring firmware output pointers to default)
@ RSIControllerAddressTypeLIMIT_ENABLED_MASK
first 32-bits of LimitEnalbedMask
@ RSIControllerAddressTypeRECORDER_BUFFER_POINTER
Pointer to the RecorderBuffer.
@ RSIControllerAddressTypeNETWORK_TIMING_RECEIVE_DELTA
the latest time delta between the current network packet receive time and the previous (microseconds)...
@ RSIControllerAddressTypeNETWORK_CLOCK_ADJUSTMENT_NS
adjustment value used for clock synchronization.
@ RSIControllerAddressTypeFIRMWARE_TIMING_DELTA
the latest time delta between the current RMP sample and the previous (microseconds)
@ RSIControllerAddressTypeSIGNATURE
Signature word.
RSIMotorDisableAction
Action for when a motor is disabled.
Definition rsienums.h:1265
@ RSIMotorDisableActionNONE
No action taken when disabled.
@ RSIMotorDisableActionCMD_EQ_ACT
Set Command Position = Actual Position when amp is disabled.
RSIEventType
Event Types or Status Bits.
Definition rsienums.h:920
RSIMotionType
Streaming motion types.
Definition rsienums.h:989
@ RSIMotionTypePT
simple Position and Time algorithm
@ RSIMotionTypeBSPLINE
BSpline algorithm.
@ RSIMotionTypePVT
Position, Velocity and Time. For internal use when MovePVT() is called.
RSIDataType
Data types for User Limits and other triggers.
Definition rsienums.h:652
@ RSIDataTypeUINT32
uint32 (unsigned 32-bit integer)
@ RSIDataTypeDOUBLE
double (64-bit floating point)
@ RSIDataTypeINT64
int64 (signed 64-bit integer)
@ RSIDataTypeUSHORT
ushort (unsigned 16-bit) (deprecated)
@ RSIDataTypeMASK32
32-bit bitmask
@ RSIDataTypeSHORT
short (signed 16-bit) (deprecated)
@ RSIDataTypeINT16
signed 16-bit integer
@ RSIDataTypeUINT16
unsigned 16-bit integer
@ RSIDataTypeMASK64
64-bit bitmask
@ RSIDataTypeINT32
int32 (signed 32-bit integer)
@ RSIDataTypeUINT64
uint64 (unsigned 64-bit integer)
@ RSIDataTypeFLOAT
float (32-bit floating point, rarely used)
RSIMotorLimitType
Motor Limits.
Definition rsienums.h:907
RSIUserLimitLogic
Logic options for User Limits.
Definition rsienums.h:639
@ RSIUserLimitLogicABS_LE
Absolute value is less than.
@ RSIUserLimitLogicLE
Less than or equal.
@ RSIUserLimitLogicABS_GT
Absolute value is greater than.
@ RSIUserLimitLogicABS_EQ
Absolute value is equal to.
@ RSIUserLimitLogicGE
Greater than or equal.
RSIMotorIoTypeMask
Possible mask bits for Motor I/O types.
Definition rsienums.h:1211
RSIAction
Action to perform on an Axis.
Definition rsienums.h:1061
@ RSIActionABORT
Abort - disable the amplifier, zero filter output, leave in error state.
@ RSIActionE_STOP_CMD_EQ_ACT
E-Stop then set Command position equal to Actual Position.
@ RSIActionE_STOP_MODIFY
E-Stop using a Deceleration and Jerk Percent.
@ RSIActionTRIGGERED_MODIFY
Trigger motion to zero velocity using Deceleration and Jerk Percent.
@ RSIActionE_STOP
E-Stop - decelerate in EStopTime and leave in error state.
@ RSIActionSTOP
Stop - decelerate in StopTime (can be resumed)
@ RSIActionE_STOP_MODIFY_ABORT
E-Stop using a Deceleration and Jerk Percent then Abort.
@ RSIActionNONE
None - do not perform any action.
@ RSIActionE_STOP_ABORT
E-Stop then Abort.
@ RSIActionRESUME
Resume a paused motion.
RSIAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:433
@ RSIAxisAddressTypeAXIS_LINK
Axis Link for Gantry use.
@ RSIAxisAddressTypeENCODER_SECONDARY_DELTA
Secondary Encoder position delta.
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_OUTPUT
Motor Config Demand Output Channel 3.
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_OUTPUT
Motor Config Demand Output Channel 2.
@ RSIAxisAddressTypeENCODER_PRIMARY_DELTA
Primary Encoder position delta.
@ RSIAxisAddressTypeFILTER_VELOCITY_POINTER
Filter Velocity Pointer (points to feedback delta)
@ RSIAxisAddressTypeBACKLASH_VALUE
The resuling backlash compensation value.
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_OUTPUT
Motor Config Demand Output Channel 1.
@ RSIAxisAddressTypeENCODER_SECONDARY
Secondary Encoder position.
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_INPUT
Motor Config Demand Input Channel 3.
@ RSIAxisAddressTypeDEDICATED_OUTPUTS
Dedicated Outputs (Amp Enable, Brake, etc)
@ RSIAxisAddressTypeENCODER_PRIMARY
Primary Encoder position.
@ RSIAxisAddressTypeFRAME_INDEX
The index of the frame currently executing.
@ RSIAxisAddressTypeDEMAND_CHANNEL_THREE_SCALE
Motor Config Demand Scale Channel 3.
@ RSIAxisAddressTypeACTUAL_VELOCITY
Actual Velocity.
@ RSIAxisAddressTypeFRAME_LOAD_INDEX
The index of the last loaded frame.
@ RSIAxisAddressTypeFILTER_SECONDARY_POINTER
Filter Secondary Pointer for Gantry use.
@ RSIAxisAddressTypeENCODER_PRIMARY_POINTER
Encoder[0].Ptr. Useful for Created Axes.
@ RSIAxisAddressTypeMOTOR_DATA_STATUS
Motor Status.
@ RSIAxisAddressTypeTARGET_POSITION
Target Position.
@ RSIAxisAddressTypeAMP_ACTIVE_SUPPORTED
Will be automatically set true for drives which support AMP_ACTIVE (read-only)
@ RSIAxisAddressTypeMOTION_ID
Motion Identifier.
@ RSIAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
@ RSIAxisAddressTypeFILTER_SMOOTHED_VELOCITY
Smoothed velocity estimate from the filter object.
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ZERO
AxisConfig FeedbackPtr[0].
@ RSIAxisAddressTypeDIGITAL_OUTPUTS
Digital Output (general purpose)
@ RSIAxisAddressTypeCOMMAND_ACCELERATION
Command Acceleration.
@ RSIAxisAddressTypeDEMAND_PRIMARY_SCALE
Motor Config Demand Scale Channel 0.
@ RSIAxisAddressTypeFILTER_SECONDARY_COEFF
Filter Secondary Coefficient for Gantry use.
@ RSIAxisAddressTypeDEMAND_PRIMARY_OUTPUT
Motor Config Demand Output Channel 0. Useful for Created Axes.
@ RSIAxisAddressTypeDEDICATED_INPUTS_POINTER
Pointer to Dedicated Inputs (Home, Limits, Amp Fault, etc)
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_SCALE
Motor Config Demand Scale Channel 1.
@ RSIAxisAddressTypeFILTER_PRIMARY_COEFF
Filter Primary Coefficient for Gantry use.
@ RSIAxisAddressTypeDS402_SUPPORTED
Will be automatically set true for drives which support the DS402 standard.
@ RSIAxisAddressTypeMOTION_ELEMENT_ID
Motion Element Identifier (element within the motion)
@ RSIAxisAddressTypeCOMPENSATION_FINAL_VALUE
Final Compensation value, the value subtraced from ActualPosition and added to position demand.
@ RSIAxisAddressTypeMOTION_STATUS
Motion Status.
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_INPUT
Motor Config Demand Input Channel 2.
@ RSIAxisAddressTypeDEMAND
Filter Output (the commanded torque sent to the drive)
@ RSIAxisAddressTypeCOMMAND_POSITION
Command Position.
@ RSIAxisAddressTypeDEMAND_PRIMARY_INPUT
Motor Config Demand Input Channel 0.
@ RSIAxisAddressTypeDIGITAL_INPUTS
Digital Input (general purpose)
@ RSIAxisAddressTypeCONTROL_MODE_PRIMARY_MAP
0xFFFFxxxx. xxxx=FFF0 for 1, FF10 for 2, F210 for 3, and 3210 for 4 Demand Channel(s) Processed.
@ RSIAxisAddressTypeFILTER_GAIN_KP
Proportional Gain.
@ RSIAxisAddressTypeAXIS_CONFIG_FEEDBACKPTR_ONE
AxisConfig FeedbackPtr[1].
@ RSIAxisAddressTypeTC_ACTUAL_POSITION
(internal) Trajectory Calculator Actual Position
@ RSIAxisAddressTypeCOMMAND_VELOCITY
Command Velocity.
@ RSIAxisAddressTypeCOMPENSATION_CURRENT_VALUE
Compensation value, where multiple compensators can write.
@ RSIAxisAddressTypeDEMAND_CHANNEL_ONE_INPUT
Motor Config Demand Input Channel 1.
@ RSIAxisAddressTypePOSITION_ERROR
Position Error.
@ RSIAxisAddressTypePOST_TRAJECTORY_GEARING_POSITION
The gear position applied to this axis by Post Trajectory Gearing.
@ RSIAxisAddressTypeACTUAL_POSITION
Actual Position.
@ RSIAxisAddressTypeFILTER_PRIMARY_POINTER
Filter Primary Pointer for Gantry use.
@ RSIAxisAddressTypeDEMAND_CHANNEL_TWO_SCALE
Motor Config Demand Scale Channel 2.
@ RSIAxisAddressTypeTC_COMMAND_POSITION
(internal) Trajectory Calculator Command Position
@ RSIAxisAddressTypeAMP_ENABLE_AMP_FAULT_TIMEOUT
The timeout in seconds after which an Amp Fault will occur if the Axis does not enable after calling ...
@ RSIAxisAddressTypeDEDICATED_INPUTS
Dedicated Inputs (Home, Limits, Amp Fault, etc)
RSIProcessorType
Controller's processor type.
Definition rsienums.h:294
@ RSIProcessorTypeRMP
RSI processor (Soft Motion)
RSIMotorStepperPulseType
Stepper pulse type.
Definition rsienums.h:1201
RSIMotorType
Motor Type.
Definition rsienums.h:1257
@ RSIMotorTypeSTEPPER
Stepper motor.
@ RSIMotorTypePHANTOM
Phantom motor (nothing physically connected)
RSIWait
Waiting for interrupts.
Definition rsienums.h:982
@ RSIWaitPOLL
return immediately, use polling
@ RSIWaitFOREVER
Wait forever before returning.
RSIAnalogOutChannel
Analog output channels.
Definition rsienums.h:1239
RSINetworkStartError
Network start errors.
Definition rsienums.h:591
@ RSINetworkStartErrorTHREAD_SCHEDULING_OR_PRIORITY
Failed to set thread scheduling or priority.
RSIMotorGeneralIo
Motor I/O bit numbers.
Definition rsienums.h:871
RSIMotionAttrMask
Attribute masks for motion. You cannot mix RSIMotionAttrMaskDELAY and RSIMotionAttrMaskAPPEND.
Definition rsienums.h:1005
@ RSIMotionAttrMaskOUTPUT
Sets or clear bits after the move.
@ RSIMotionAttrMaskNO_REVERSAL
No Reversal.
@ RSIMotionAttrMaskNO_HANDSHAKE
Does NOT wait for the handshake between the software and controller to begin the motion trajectory pr...
@ RSIMotionAttrMaskRELATIVE
The position values for the move are interpreted relative to the current position.
@ RSIMotionAttrMaskDELAY
Inserts a pause before the beginning of the move. MotionDelaySet contains the length of the delay.
@ RSIMotionAttrMaskNO_WAIT
Does NOT wait for the controller to acknowledge the commanded move, does NOT wait for the controller ...
@ RSIMotionAttrMaskNO_BACKTRACK
No Backtrack.
@ RSIMotionAttrMaskAPPEND
Append motion.
@ RSIMotionAttrMaskSYNC_START
Synchronize start of motion for all axes.
@ RSIMotionAttrMaskHOLD
Prevents the move from executing until a specific trigger condition is met. See MotionHold methods.
@ RSIMotionAttrMaskMASTER_START
Master Start.
@ RSIMotionAttrMaskNO_BACKTRACK_HOLD
No Backtrack Hold.
@ RSIMotionAttrMaskSYNC_END
Synchronize end of motion for all axes.
RSIMultiAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition rsienums.h:495
@ RSIMultiAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
@ RSIMultiAxisAddressTypeMOTION_STATUS
Motion Status.
RSIFilterGainPIDCoeff
PID gain coefficients.
Definition rsienums.h:1114
@ RSIFilterGainPIDCoeffOUTPUT_LIMITHIGH
Output Limit (High)
@ RSIFilterGainPIDCoeffDRATE
Derivative sub-sampling rate.
@ RSIFilterGainPIDCoeffOUTPUT_LIMITLOW
Output Limit (Low)
@ RSIFilterGainPIDCoeffOUTPUT_OFFSET
Output Offset.
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion)
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITHIGH
Output Limit (High)
@ RSIFilterGainPIDCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving)
@ RSIFilterGainPIDCoeffNOISE_POSITIONFFT
Noise position FFT.
@ RSIFilterGainPIDCoeffOUTPUT_VELOCITYLIMITLOW
Output Limit (Low)
RSIUserLimitTriggerType
Trigger types for UserLimits.
Definition rsienums.h:626
@ RSIUserLimitTriggerTypeTIMER
Specifies that the user limit is to be used as a timer.
@ RSIUserLimitTriggerTypeEND
internal use only
@ RSIUserLimitTriggerTypeCOUNT
internal use only
@ RSIUserLimitTriggerTypeFIRST
internal use only
@ RSIUserLimitTriggerTypeCONDITION_OR
Two conditions are evaluated and combined via a logical OR.
@ RSIUserLimitTriggerTypeSINGLE_CONDITION
Only one condition is evaluated.
@ RSIUserLimitTriggerTypeCONDITION_AND
Two conditions are evaluated and combined via a logical AND.
@ RSIUserLimitTriggerTypeNONE
Disables the user limit. No conditions are evaluated.
RSIFirmwareLogic
Logic options for User Limits.
Definition rsienums.h:557
@ RSILogicAND
Two conditions are evaluated and combined via a logical AND.
@ RSILogicOR
Two conditions are evaluated and combined via a logical OR.
@ RSILogicNEVER
Disables the user limit. No conditions are evaluated.
@ RSILogicSINGLE
Only one condition is evaluated.
RSINetworkOutputAddressType
Network output address types.
Definition rsienums.h:1331
@ RSINetworkOutputAddressTypeOVERRIDE_VALUE
The value to be sent if we are overriding intended value.
@ RSINetworkOutputAddressTypeFIRMWARE_VALUE
The value to be sent if we aren't overriding it.
@ RSINetworkOutputAddressTypeSENT_VALUE
The value sent over the network. Could be firmware value or override value, depending on override set...
INtimeStatus
INtime status values.
Definition rsienums.h:1303
RSIMotionHoldType
Types for MotionHold attribute.
Definition rsienums.h:1041
RSIControllerType
Controller type.
Definition rsienums.h:283
@ RSIControllerTypeCLIENT
Client - TCP/IP networked.
RSIMotorFaultMask
Mask values for several motor faults.
Definition rsienums.h:1245
@ RSIMotorFaultMaskAMP_NOT_POWERED
Not powered.
@ RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY
Secondary feedback.
RSIHomeStage
Predefined Homing Stage sections.
Definition rsienums.h:396
@ RSIHomeStageSTAGE_TWO
Searching Move from Limit Active to Limit Edge. (ie Returning to Home Edge)
@ RSIHomeStageSTAGE_THREE
Searching Move from Edge to Index.
@ RSIHomeStageSTAGE_FOUR
Covers motion to Zero after HomeOffsetSet has been used.
@ RSIHomeStageSTAGE_ONE
Searching Move to Find Limit. (ie Home Active)
RSIMotorBrakeMode
Brake modes.
Definition rsienums.h:1271
@ RSIMotorBrakeModeDELAY
Use a brake, including programmable delays.
RSICacheObject
Caching data for GUI optimization.
Definition rsienums.h:1291
@ RSICacheObjectMotionStatus
RapidCodeMotion.
@ RSICacheObjectControlConfig
MotionController.
RSIErrorMessage
All possible RSI Error Messages.
Definition rsienums.h:17
@ RSI_SQNODE_NOT_IO_NODE
This node is not an I/O node.
@ RSI_ERROR_LOG_EMPTY
The error log is empty.
@ RSI_MOTION_DONE_WAIT_TIMEOUT
Timed out while waiting for MotionDone.
@ RSI_ERROR_MESSAGE_DYNAMIC
The text for this error will be dynamically generated in the source code.
@ RSI_CONTROLLER_INVALID_CONTROLLER_TYPE
Invalid controller type.
@ RSI_COMPENSATOR_COULD_NOT_ENABLE_ADDITIVE
The compensator could not be enabled.
@ RSI_AXIS_HOME_INVALID_HOME_SLOW_VELOCITY
Invalid Home Slow Velocity.
@ RSI_GCODE_LINE
Generic type for RSI specific G-Code errors occurring on a specific line or move.
@ RSI_CARTESIAN_PATH
Cartesian move builder exception.
@ RSI_AXIS_HOME_INVALID_POS_LIMIT_HIT
Hit Positive Limit while moving to Negative Limit.
@ RSI_AXIS_HOME_INDEX_NOT_SUPPORTED
Home Methods which require Index are only selectively supported. Contact RSI to see if we can add sup...
@ RSI_ERROR_LOG_FULL
The error log is full.
@ RSI_NOFEATURE_LICENSE
The RMP feature is not enabled.
@ RSI_COMPENSATOR_COULD_NOT_DISABLE_SINGLE
The compensator could not be disabled.
@ 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 ...
@ RSI_METHOD_UNSUPPORTED
This method is not supported in this version.
@ RSI_AXIS_HOME_CAPTURE_ARMING_FAILED
Capture failed to arm for homing.
@ 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...
@ RSI_NETWORK_FIRMWARE_IS_BUSY
The network firmware is busy.
@ RSI_GCODE_SYNTAX
G-Code Syntax parsing errors.
@ RSI_AXIS_LIMIT_UNEXPECTED_STATE
Expected True and was False or vise versa.
@ RSI_IOPOINT_INVALID_OUTPUT
An output was configured as an input.
@ RSI_MATHBLOCK_INVALID
Invalid MathBlock.
@ RSI_CONTROLLER_CUSTOM_FIRMWARE_REQUIRED
Custom controller firmware required.
@ RSI_AXIS_HOME_INVALID_HOME_VELOCITY
Invalid Home Velocity.
@ 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.
@ RSI_AXIS_HOME_INVALID_HOME_DECELERATION
Invalid Home Deceleration.
@ RSI_EXECUTOR
Exception while running the Cartesian trajectory executor.
@ RSI_STREAMING_OUTPUT_CONFIG_INVALID
The number of streaming output values must be configured with StreamingOutputCountSet before adding o...
@ RSI_AXIS_ADDRESS_TYPE_UNKNOWN
The address type requested is unknown or unsupported.
@ RSI_CONTROLLER_INVALID_CONTROLLER_NUMBER
Invalid controller number.
@ RSI_CARTESIAN_PATH_LINE
Cartesian move builder exception occurring on a specific line or move.
@ RSI_CONTROLLER_NOT_SYNC_INTERRUPT
Not the controller Sync interrupt.
@ RSI_COMPENSATOR_INVALID_AXIS_MASTER_TYPE
The compensator config was invalid.
@ RSI_GCODE
Generic type for RSI specific G-Code errors.
@ RSI_FUNCTION_NOT_SUPPORTED
This method is not currently supported.
@ 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 ...
@ RSI_AXIS_HOME_INVALID_HOME_ACCELERATION
Invalid Home Acceleration.
@ RSI_AXIS_HOME_INDEX_NOT_REACHABLE
Distance to Travel to Index (AKDs Zero Angle) is greater than Home Stage Max Travel....
@ RSI_GCODE_PARSE
Error interpreting the G-Code string.
@ RSI_COMPENSATOR_COULD_NOT_ENABLE_AXIS_ACTUAL_POSITION
The compensator could not be enabled.
@ RSI_CONTROLLER_INVALID_SERVER_NAME
Invalid server name for CLIENT controller.
@ RSI_AXIS_HOME_CANCELED
User canceled homing operation.
@ RSI_AXIS_HOME_CAPTURE_FAILED
Capture failed.
@ RSI_AXIS_HOME_INDEX_NOT_REACHED
Did not finish in IDLE state after attempting to move to Zero Angle.
@ RSI_AXIS_HOME_INVALID_NEG_LIMIT_HIT
Hit Negative Limit while moving to Positive Limit.
@ RSI_FIRMWARE_VERSION_MISMATCH
The RMP firmware and the RapidCode software versions don't match. Restart your INtime Node.
@ RSI_AXIS_HOME_FAILED_TO_REACH_DESIRED_STATE_OF_SWITCH
Homing failed to reach the desired state of a switch.
@ RSI_COMPENSATOR_POINT_COUNT_INVALID
Memory allocated for compensator not equal to required.
@ RSI_AXIS_HOME_UNEXPECTED_STATE
Expected STOPPED state but didn't reach it. Homing requires Home/Hardware Limit actions set to STOP.
@ RSI_CARTESIAN_TRAJECTORY_BUILDER
Error while trying to build the Cartesian trajectory before running it.
@ RSI_CONTROLLER_INVALID_UNHANDLED
The controller is invalid due to prior failure.
@ RSINetworkNodeMessageNODE_FAILURE
EtherCAT node failure.
@ 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...
@ RSI_NETWORK_NODE_DOES_NOT_EXIST
NetworkNode object does not exist.
@ RSI_AXIS_HOME_METHOD_NOT_SUPPORTED
Home Method not (yet) supported.
RSINetworkType
Type of Network topology.
Definition rsienums.h:619
@ RSINetworkTypeRING
A Ring topology is a chain of linked Node(s) going from the Controllers Out port to the In port.
@ RSINetworkTypeSTRING
A String topology is chain of linked Node(s) to the Controller from the In or Out port.
@ RSINetworkTypeDUAL_STRING
A Dual String topology is two chained links of Node(s) to the Controller from the In and Out ports.
RSIMotorIoType
Possible configurations for Motor I/O.
Definition rsienums.h:1174
RSIAxisPositionInput
Feedback Positions for each Axis.
Definition rsienums.h:1079
@ RSIAxisPositionInputSECOND
Secondary encoder.
@ RSIAxisPositionInputFIRST
Primary encoder.
RSIFilterGainIndex
Filter Gain Table enums for.
Definition rsienums.h:1156
RSINodeType
Valid Node types.
Definition rsienums.h:669
@ RSINodeTypeBECKHOFF_EL6900
Beckhoff Safety Main Device.
@ RSINodeTypeBECKHOFF_EL2521
1-channel pulse train output terminal
@ RSINodeTypePANASONIC_MINASA5
Used for all Minas A5.
@ RSINodeTypeINVALID
internal use only
@ RSINodeTypeBECKHOFF_EL6910
Beckhoff Safety Main Device.
@ RSINodeTypeLINMOT_DRIVE
Used for all Linmot drives.
@ RSINodeTypePANASONIC_MINASA6
Used for all Minas A6.
@ RSINodeTypeKOLLMORGEN_S700
S300, S400, S600, and S700s.
RSISource
Possible sources that have caused an Error state.
Definition rsienums.h:968
@ RSISourceLIMIT_SW_POS
Software Positive Limit.
@ RSISourceLIMIT_HW_NEG
Hardware Negative Limit switch.
@ RSISourceLIMIT_ERROR
Position Error Limit.
@ RSISourceUNKNOWN
Unknown error source.
@ RSISourceOUT_OF_FRAMES
Motion Out Of Frames.
@ RSISourceLIMIT_SW_NEG
Software Negative Limit.
@ RSISourceFEEDBACK_FAULT
Encoder fault.
@ RSISourceAMP_FAULT
Amp Fault.
@ RSISourceLIMIT_HW_POS
Hardware Positivie Limit switch.
RSIMotionAttrOutputType
Types for outputs during motion.
Definition rsienums.h:1054
RSIMotorDedicatedIn
Dedicated Input bits per motor.
Definition rsienums.h:843
@ RSIMotorDedicatedInINDEX_SECONDARY
Encoder Index (Secondary)
@ RSIMotorDedicatedInFEEDBACK_FAULT
Feedback Fault.
@ RSIMotorDedicatedInBRAKE_APPLIED
Brake Applied.
@ RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY
Primary Encoder Feedback Fault.
@ RSIMotorDedicatedInDRIVE_STATUS_10
Drive Status 10.
@ RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY
Secondary Encoder Feedback Fault.
@ RSIMotorDedicatedInLIMIT_HW_NEG
Hardware Negative Limit.
@ RSIMotorDedicatedInDRIVE_STATUS_9
Drive Status 9.
@ RSIMotorDedicatedInLIMIT_HW_POS
Hardware Positive Limit.
RSIMotorFeedback
Encoders per motor.
Definition rsienums.h:1099
@ RSIMotorFeedbackSECONDARY
Secondary encoder.
@ RSIMotorFeedbackPRIMARY
Primary encoder.
RSIMotorDedicatedOut
Dedicated Output bits per motor.
Definition rsienums.h:865
@ RSIMotorDedicatedOutBRAKE_RELEASE
Brake Release.
RSIOperationMode
DS402 modes of operation.
Definition rsienums.h:1277
@ RSIOperationModePROFILE_VELOCITY_MODE
3, pv, Profile velocity mode
@ RSIOperationModeTORQUE_PROFILE_MODE
4, tq, Torque profile mode
@ RSIOperationModeINTERPOLATED_POSITION_MODE
7, ip, Interpolated position mode
@ RSIOperationModeHOMING_MODE
6, hm, Homing mode
@ RSIOperationModeVELOCITY_MODE
2, vl, Velocity mode
@ RSIOperationModeNONE
0, Reserved/None
@ RSIOperationModeCYCLIC_SYNCHRONOUS_TORQUE_MODE
10, cst, Cyclic synchronous torque mode
@ RSIOperationModeCYCLIC_SYNCHRONOUS_POSITION_MODE
8, csp, Cyclic synchronous position mode
@ RSIOperationModeCYCLIC_SYNCHRONOUS_VELOCITY_MODE
9, csv, Cyclic synchronous velocity mode
@ RSIOperationModePROFILE_POSITION_MODE
1, pp, Profile position mode
RSIPathPlanType
Path motion planning types.
Definition rsienums.h:999
@ RSIPathPlanTypeSCURVE
S-curve velocity profile.
@ RSIPathPlanTypeTRAPEZOIDAL
Trapezoidal velocity profile.
RSINetworkTechnologyType
Network technology type.
Definition rsienums.h:1298
RSINetworkIndexType
Network index types for Axis.
Definition rsienums.h:1311
RSIFirmwareStatus
Status bits used in the firmware.
Definition rsienums.h:501
RSINetworkStartupMethod
Network startup methods.
Definition rsienums.h:577
@ RSINetworkStartupMethodPROBE_TOPOLOGY
probe to see what is on the network
@ RSINetworkStartupMethodNETWORK_ONLY
run the network, assumes probe was done earlier
@ RSINetworkStartupMethodTEST_ENI_LOAD
eni testing mode.
RSIFilterGainPIVCoeff
PIV gain coefficients.
Definition rsienums.h:1135
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_REST
Integrator Maximum (not moving)
@ RSIFilterGainPIVCoeffNOISE_FILTERFFT
Noise filter FFT.
@ RSIFilterGainPIVCoeffOUTPUT_OFFSET
Output Offset.
@ RSIFilterGainPIVCoeffINTEGRATIONMAX_MOVING
Integrator Maximum (in motion)
@ RSIFilterGainPIVCoeffOUTPUT_LIMITLOW
Output Limit (Low)
@ RSIFilterGainPIVCoeffGAINVELOCITY_INTEGRATIONMAX
Velocity Integrator Maximum.
@ RSIFilterGainPIVCoeffSMOOTHINGFILTER_GAIN
Smoothing parameter, 0 = no smoothing, 1 = infinite smoothing.
@ RSIFilterGainPIVCoeffOUTPUT_LIMITHIGH
Output Limit (High)
@ RSIStateSTOPPING
Stopping, on its way to stopped.
@ RSIStateSTOPPING_ERROR
Stopping with an error.
@ RSIStateSTOPPED
Stopped (resumable).
@ RSIStateMOVING
Moving (without any errors)
@ RSIStateIDLE
Idle, ready for anything.
RSIAxisMasterType
Sources available to a slave Axis for electronic gearing & camming.
Definition rsienums.h:1164
@ RSIAxisMasterTypeAXIS_COMMAND_POSITION
Use command position from master.
@ RSIAxisMasterTypeAXIS_ACTUAL_POSITION
Use actual position from master.
@ RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY
Use secondary motor encoder from master.
@ RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY
Use primary motor encoder from master.