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
493};
494
501
504 RSIFirmwareStatusIN_COARSE_POSITION = RSICONSTANTFWStatusIN_COARSE_POSITION,
505 RSIFirmwareStatusAT_TARGET = RSICONSTANTFWStatusAT_TARGET,
506 RSIFirmwareStatusAT_VELOCITY = RSICONSTANTFWStatusAT_VELOCITY,
507 RSIFirmwareStatusIN_FINE_POSITION = RSICONSTANTFWStatusIN_FINE_POSITION,
508 RSIFirmwareStatusSETTLED = RSICONSTANTFWStatusSETTLED,
509 RSIFirmwareStatusDONE = RSICONSTANTFWStatusDONE,
510 RSIFirmwareStatusMOTION_START = RSICONSTANTFWStatusMOTION_START,
511 RSIFirmwareStatusPS_FAULT = RSICONSTANTFWStatusPS_FAULT,
512 RSIFirmwareStatusMS_FAULT = RSICONSTANTFWStatusMS_FAULT,
513 RSIFirmwareStatusOUT_OF_FRAMES = RSICONSTANTFWStatusOUT_OF_FRAMES,
514 RSIFirmwareStatusFRAME = RSICONSTANTFWStatusFRAME,
515 RSIFirmwareStatusRESET = RSICONSTANTFWStatusRESET,
516 RSIFirmwareStatusRESUME = RSICONSTANTFWStatusRESUME,
517 RSIFirmwareStatusPAUSE = RSICONSTANTFWStatusPAUSE,
518 RSIFirmwareStatusSTOP = RSICONSTANTFWStatusSTOP,
519 RSIFirmwareStatusESTOP = RSICONSTANTFWStatusESTOP,
520 RSIFirmwareStatusESTOP_ABORT = RSICONSTANTFWStatusESTOP_ABORT,
521 RSIFirmwareStatusESTOP_CMD_EQ_ACT = RSICONSTANTFWStatusESTOP_CMD_EQ_ACT,
522 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP,
523 RSIFirmwareStatusTRIGGERED_MODIFY = RSICONSTANTFWStatusTRIGGERED_MODIFY,
524 RSIFirmwareStatusABORT = RSICONSTANTFWStatusABORT,
525 RSIFirmwareStatusERROR_STATE = RSICONSTANTFWStatusERROR_STATE,
526 RSIFirmwareStatusDISABLED = RSICONSTANTFWStatusDISABLED,
527 RSIFirmwareStatusHOST = RSICONSTANTFWStatusHOST,
528 RSIFirmwareStatusREC_IDLE = RSICONSTANTFWStatusREC_IDLE,
529 RSIFirmwareStatusREC_HIGH = RSICONSTANTFWStatusREC_HIGH,
530 RSIFirmwareStatusREC_FULL = RSICONSTANTFWStatusREC_FULL,
531 RSIFirmwareStatusREC_RUNNING = RSICONSTANTFWStatusREC_RUNNING,
532 RSIFirmwareStatusCAM = RSICONSTANTFWStatusCAM,
533 RSIFirmwareStatusEXTERNAL = RSICONSTANTFWStatusEXTERNAL,
534 RSIFirmwareStatusTRIGGERED_MODIFY_ESTOP_ABORT = RSICONSTANTFWStatusTRIGGERED_MODIFY_ESTOP_ABORT,
535 RSIFirmwareStatusMOTOR_LIMIT = RSICONSTANTFWStatusMOTOR_LIMIT,
536};
537
539enum class RSITrace {
540 RSITraceNONE = RSICONSTANTTraceNONE,
541 RSITraceFUNCTION_ENTRY = RSICONSTANTTraceFUNCTION_ENTRY,
542 RSITraceFUNCTION_RETURN = RSICONSTANTTraceFUNCTION_RETURN,
543 RSITraceMEMORY_ALLOC = RSICONSTANTTraceMEMORY_ALLOC,
544 RSITraceMEMORY_FREE = RSICONSTANTTraceMEMORY_FREE,
545 RSITraceMEMORY_GET = RSICONSTANTTraceMEMORY_GET,
546 RSITraceMEMORY_SET = RSICONSTANTTraceMEMORY_SET,
547 RSITraceVALIDATE = RSICONSTANTTraceVALIDATE,
548 RSITraceLOCK_GIVE = RSICONSTANTTraceLOCK_GIVE,
549 RSITraceLOCK_TAKE = RSICONSTANTTraceLOCK_TAKE,
550 RSITraceEVENT = RSICONSTANTTraceEVENT,
551 RSITraceCUSTOM = RSICONSTANTTraceCUSTOM,
552 RSITraceTIME = RSICONSTANTTraceTIME,
553 RSITraceTRAJECTORY_EXECUTOR = RSICONSTANTTraceTRAJECTORY_EXECUTOR,
554 RSITraceALL = RSICONSTANTTraceALL,
555};
556
559{
560 RSILogicNEVER = RSICONSTANTFWLogicNEVER,
561 RSILogicSINGLE = RSICONSTANTFWLogicSINGLE,
562 RSILogicOR = RSICONSTANTFWLogicOR,
563 RSILogicAND = RSICONSTANTFWLogicAND,
564};
565
577
585
591
619
621enum class RSINetworkType {
622 RSINetworkTypeSTRING = RSICONSTANTNetworkTypeSTRING,
623 RSINetworkTypeDUAL_STRING = RSICONSTANTNetworkTypeSTRING_DUAL,
624 RSINetworkTypeRING = RSICONSTANTNetworkTypeRING,
625};
626
629 RSIUserLimitTriggerTypeINVALID = RSICONSTANTUserLimitTriggerTypeINVALID,
630 RSIUserLimitTriggerTypeNONE = RSICONSTANTUserLimitTriggerTypeNONE,
631 RSIUserLimitTriggerTypeSINGLE_CONDITION = RSICONSTANTUserLimitTriggerTypeSINGLE_CONDITION,
632 RSIUserLimitTriggerTypeCONDITION_AND = RSICONSTANTUserLimitTriggerTypeCONDITION_AND,
633 RSIUserLimitTriggerTypeCONDITION_OR = RSICONSTANTUserLimitTriggerTypeCONDITION_OR,
634 RSIUserLimitTriggerTypeTIMER = RSICONSTANTUserLimitTriggerTypeTIMER,
635 RSIUserLimitTriggerTypeEND = RSICONSTANTUserLimitTriggerTypeEND,
636 RSIUserLimitTriggerTypeFIRST = RSICONSTANTUserLimitTriggerTypeFIRST,
637 RSIUserLimitTriggerTypeCOUNT = RSICONSTANTUserLimitTriggerTypeCOUNT,
638};
639
642 RSIUserLimitLogicEQ = RSICONSTANTUserLimitLogicEQ,
643 RSIUserLimitLogicNE = RSICONSTANTUserLimitLogicNE,
644 RSIUserLimitLogicGT = RSICONSTANTUserLimitLogicGT,
645 RSIUserLimitLogicGE = RSICONSTANTUserLimitLogicGE,
646 RSIUserLimitLogicLE = RSICONSTANTUserLimitLogicLE,
647 RSIUserLimitLogicLT = RSICONSTANTUserLimitLogicLT,
648 RSIUserLimitLogicABS_EQ = RSICONSTANTUserLimitLogicABS_EQ,
649 RSIUserLimitLogicABS_GT = RSICONSTANTUserLimitLogicABS_GT,
650 RSIUserLimitLogicABS_LE = RSICONSTANTUserLimitLogicABS_LE,
651};
652
654enum class RSIDataType {
655 RSIDataTypeINVALID = RSICONSTANTDataTypeINVALID,
656 RSIDataTypeSHORT = RSICONSTANTDataTypeSHORT,
657 RSIDataTypeUSHORT = RSICONSTANTDataTypeUSHORT,
658 RSIDataTypeINT16 = RSICONSTANTDataTypeSHORT,
659 RSIDataTypeUINT16 = RSICONSTANTDataTypeUSHORT,
660 RSIDataTypeINT32 = RSICONSTANTDataTypeINT32,
661 RSIDataTypeUINT32 = RSICONSTANTDataTypeUINT32,
662 RSIDataTypeFLOAT = RSICONSTANTDataTypeFLOAT,
663 RSIDataTypeDOUBLE = RSICONSTANTDataTypeDOUBLE,
664 RSIDataTypeINT64 = RSICONSTANTDataTypeINT64,
665 RSIDataTypeUINT64 = RSICONSTANTDataTypeUINT64,
666 RSIDataTypeMASK32 = RSICONSTANTDataTypeMASK32,
667 RSIDataTypeMASK64 = RSICONSTANTDataTypeMASK64,
668};
669
671enum class RSINodeType : uint64_t {
672 RSINodeTypeINVALID = RSICONSTANTNodeLibNodeTypeINVALID,
673 RSINodeTypeUNKNOWN = RSICONSTANTNodeLibNodeTypeUNKNOWN,
674
675 RSINodeTypeKOLLMORGEN_AKD = 0x0000006A00414B44,
676 RSINodeTypeKOLLMORGEN_S700 = 0x0000006A03000600,
677 RSINodeTypeKOLLMORGEN_AKT = 0x0000006A04602c22,
678 RSINodeTypeKOLLMORGEN_AKD_C = 0x0000006A414B4331,
679 RSINodeTypeKOLLMORGEN_AKD_N = 0x0000006A414B444E,
680 RSINodeTypeKOLLMORGEN_AKD2G_1AXIS = 0x0000006A11110100,
682 RSINodeTypeKOLLMORGEN_AKD2G_1AXIS_SIL3_ADV = 0x0000006A11110300,
683 RSINodeTypeKOLLMORGEN_AKD2G_2AXIS = 0x0000006A11210100,
685 RSINodeTypeKOLLMORGEN_AKD2G_2AXIS_SIL3_ADV = 0x0000006A11210300,
686 RSINodeTypeBECKHOFF_EL6900 = 0x000000021AF43052,
687 RSINodeTypeBECKHOFF_EL6910 = 0x000000021AFE3052,
688 RSINodeTypeBECKHOFF_EP3184 = 0x000000020C704052,
689 RSINodeTypeBECKHOFF_EP2338 = 0x0000000209224052,
690 RSINodeTypeBECKHOFF_EP7041 = 0x000000021b814052,
691 RSINodeTypeBECKHOFF_EK1100 = 0x00000002044c2c52,
692 RSINodeTypeBECKHOFF_EK1310 = 0x00000002051E2C52,
693 RSINodeTypeBECKHOFF_EL1008 = 0x0000000203f03052,
694 RSINodeTypeBECKHOFF_EL1054 = 0x00000002041E3052,
695 RSINodeTypeBECKHOFF_EL1088 = 0x0000000204403052,
696 RSINodeTypeBECKHOFF_EL2008 = 0x0000000207d83052,
697 RSINodeTypeBECKHOFF_EL2022 = 0x0000000207e63052,
698 RSINodeTypeBECKHOFF_EL2521 = 0x0000000209d93052,
699 RSINodeTypeBECKHOFF_EL2624 = 0x000000020A403052,
700 RSINodeTypeBECKHOFF_EL2634 = 0x000000020A4A3052,
701 RSINodeTypeBECKHOFF_EK1101 = 0x00000002044d2c52,
702 RSINodeTypeBECKHOFF_EL3002 = 0x000000020bba3052,
703 RSINodeTypeBECKHOFF_EL4032 = 0x000000020fc03052,
704 RSINodeTypeBECKHOFF_EL3104 = 0x000000020c203052,
705 RSINodeTypeBECKHOFF_EJ1100 = 0x00000002044C2852,
706 RSINodeTypeBECKHOFF_EJ1889 = 0x0000000207612852,
707 RSINodeTypeBECKHOFF_EJ2889 = 0x000000020B492852,
708 RSINodeTypeBECKHOFF_EJ3004 = 0x000000020BBC2852,
709 RSINodeTypeBECKHOFF_EJ4002 = 0x000000020FA22852,
710 RSINodeTypeBECKHOFF_EP4378 = 0x00000002111a4052,
711 RSINodeTypeBECKHOFF_EPP2338 = 0x0000000264765829,
712 RSINodeTypeBECKHOFF_EPP2316 = 0x00000002647656C9,
713 RSINodeTypeBECKHOFF_EL7041 = 0x000000021b813052,
714 RSINodeTypeBECKHOFF_BK1120 = 0x0000000204602c22,
715 RSINodeTypeBECKHOFF_EL4022 = 0x000000020fb63052,
716 RSINodeTypeBECKHOFF_EL1918 = 0x00000002077E3052,
717 RSINodeTypeBECKHOFF_EL2904 = 0x000000020B583052,
718 RSINodeTypeBECKHOFF_EL4102 = 0x0000000210063052,
719 RSINodeTypeAMC_DIGIFLEX = 0x000000BD012D0000,
720 RSINodeTypeAMC_DIGIFLEX2 = 0x000000BD012E0000,
721 RSINodeTypeAMC_DIGIFLEX3 = 0x000000BD012F0000,
722 RSINodeTypeAMC_DIGIFLEX4 = 0x000000BD01300000,
723 RSINodeTypeAMC_FlexPro = 0x000000BD01910000,
724 RSINodeTypeFESTO_CMMP = 0x0000001D502D4153,
725 RSINodeTypeFESTO_CMMT = 0x0000001D007B1a95,
726 RSINodeTypeSERVOTRONIX_FLEXIPRO = 0x000002E100000000,
727 RSINodeTypeMPC_FLEXIPRO = 0x0000067800000000,
728 RSINodeTypePANASONIC_MINASA5 = 0x0000066F511050A1,
729 RSINodeTypePANASONIC_MINASA6 = 0x0000066F60000000,
730 RSINodeTypeDELTA_ASDA = 0x000001DD10305070,
731 RSINodeTypeYASKAWA_SGDV = 0x0000053902200001,
732 RSINodeTypeYASKAWA_SGD7S = 0x0000053902200301,
733 RSINodeTypeYASKAWA_SGDXS = 0x0000053902200901,
734 RSINodeTypeYASKAWA_A1000 = 0x0000053941313030,
735 RSINodeTypeYASKAWA_GA700 = 0x0000053947413730,
736 RSINodeTypeSCHNEIDER_LXM32M = 0x0800005A00016440,
737 RSINodeTypeSCHNEIDER_LXM28E = 0x0800005A00096030,
738 RSINodeTypeSCHNEIDER_ILA = 0x0800005A000022DB,
739 RSINodeTypeBONFIGLIOLI_AGILE = 0x000000D500008000,
740 RSINodeTypeAMP_SS = 0x0000040400000001,
741 RSINodeTypeCOPLEY_XEC = 0x000000AB000011B0,
742 RSINodeTypeCOPLEY_TE2 = 0x000000AB000010F0,
743 RSINodeTypeCOPLEY_RGM = 0x000000AB00002020,
744 RSINodeTypeCOPLEY_XE2 = 0x000000AB000010B0,
745 RSINodeTypeCOPLEY_XEL = 0x000000AB00001000,
746 RSINodeTypeESTUN_PRONET = 0x0000060A00000001,
747 RSINodeTypeOPTOFORCE_SENSOR = 0x000005D426483052,
748 RSINodeTypeCREVIS_NA9286 = 0x0000029D4E419286,
749 RSINodeTypeCREVIS_GN9386 = 0x0000029D474C9086,
750 RSINodeTypeCREVIS_GL9086 = 0x0000029D474E9386,
751 RSINodeTypeESD_ECXDIO8 = 0x0000001700000004,
752 RSINodeTypePROMESS_DSC = 0x000001902FB52E56,
753 RSINodeTypeHMS_ANYBUS = 0x0000001B0000003D,
754 RSINodeTypeTECO_JSDG2E = 0x0000081B47322D45,
755 RSINodeTypeELMO_GOLD = 0x0000009A00030924,
756 RSINodeTypeELMO_DUET = 0x0000009A00030925,
757 RSINodeTypeELMO_PLATINUM = 0x0000009A01100002,
758 RSINodeTypeKEYENCE_NUEC1 = 0x0000054100002500,
759 RSINodeTypeSMC_EX260 = 0x0000011401000001,
760 RSINodeTypeSMC_EX600 = 0x0000011401000005,
761 RSINodeTypeAMAX_4830 = 0x000013FE00004830,
762 RSINodeTypeBONFIGLIOLI_ACU540 = 0x000000D500004000,
763 RSINodeTypeOMRON_1SN01H = 0x00000083000000AE,
764 RSINodeTypeOMRON_1SN01L = 0x00000083000000AB,
765 RSINodeTypeOMRON_1SN02H = 0x00000083000000AF,
766 RSINodeTypeOMRON_1SN02L = 0x00000083000000AC,
767 RSINodeTypeOMRON_1SN04H = 0x00000083000000B0,
768 RSINodeTypeOMRON_1SN04L = 0x00000083000000AD,
769 RSINodeTypeOMRON_1SN06F = 0x00000083000000BE,
770 RSINodeTypeOMRON_1SN08H = 0x00000083000000B1,
771 RSINodeTypeOMRON_1SN10F = 0x00000083000000B6,
772 RSINodeTypeOMRON_1SN10H = 0x00000083000000B2,
773 RSINodeTypeOMRON_1SN15F = 0x00000083000000B7,
774 RSINodeTypeOMRON_1SN15H = 0x00000083000000B3,
775 RSINodeTypeOMRON_1SN20F = 0x00000083000000B8,
776 RSINodeTypeOMRON_1SN20H = 0x00000083000000B4,
777 RSINodeTypeOMRON_1SN30F = 0x00000083000000B9,
778 RSINodeTypeOMRON_1SN30H = 0x00000083000000B5,
779 RSINodeTypeMITSUBISHI_MR_J4_TM = 0x00000A1E00000201,
780 RSINodeTypeMITSUBISHI_MR_J5_TM = 0x00000A1E00000304,
781 RSINodeTypeMITSUBISHI_MR_J5W2 = 0x00000A1E00000302,
782 RSINodeTypeMITSUBISHI_MR_JET = 0x00000A1E00000305,
783 RSINodeTypeLENZE_I550 = 0x0000003B69055000,
784 RSINodeTypeLENZE_I700_SINGLE = 0x0000003B69070001,
785 RSINodeTypeLENZE_I700_DOUBLE = 0x0000003B69070002,
786 RSINodeTypeINVT_DA200 = 0x0000061600000000,
787 RSINodeTypeABB_MICROFLEX = 0x000000B7000002BC,
788 RSINodeTypePARKER_PD = 0x0900008900010001,
789 RSINodeTypePARKER_FL20C = 0x0100008900000001,
790 RSINodeTypeHANS_DMODULE = 0x0000001A50440200,
791 RSINodeTypeTPM_STP_K121 = 0x000006AB4b121000,
792 RSINodeTypeTPM_SRV_K221 = 0x000006AB31221100,
793 RSINodeTypeORIENTAL_NETC01 = 0x000002BE00001397,
794 RSINodeTypeFASTECH_ETHERCAT = 0x0FA0000000001002,
795 RSINodeTypeFASTECH_ETHERCAT_TO = 0x0FA0000000001202,
796 RSINodeTypeFASTECH_ETHERCAT_ALL = 0x0FA0000000001007,
797 RSINodeTypeFASTECH_ETHERCAT_MINI = 0x0FA0000000001006,
798 RSINodeTypeFASTECH_ETHERCAT_I8O8 = 0x0FA0000000002021,
799 RSINodeTypeFASTECH_ETHERCAT_I16O16 = 0x0FA0000000002023,
800 RSINodeTypeFASTECH_ETHERCAT_DA04 = 0x0FA0000000002212,
801 RSINodeTypeFASTECH_ETHERCAT_AD08 = 0x0FA0000000002203,
802 RSINodeTypeDELTA_5500 = 0x000001DD00005500,
803 RSINodeTypeDELTA_6002 = 0x000001DD00006002,
804 RSINodeTypeDELTA_7062 = 0x000001DD00007062,
805 RSINodeTypeDELTA_70A2 = 0x000001DD000070A2,
806 RSINodeTypeDELTA_9144 = 0x000001DD00009144,
807 RSINodeTypeDELTA_8124 = 0x000001DD00008124,
808 RSINodeTypeDELTA_5621 = 0x000001DD00005621,
809 RSINodeTypeDELTA_ASDA_A3 = 0x000001DD00006010,
810 RSINodeTypeMOONS_MDX_EC = 0x0000016800000011,
811 RSINodeTypeMOONS_SSDC06_EC = 0x0000016800000004,
812 RSINodeTypeMOONS_STF06_EC = 0x0000016800000002,
813 RSINodeTypeFUJI_ALPHA7 = 0x0000025E00010002,
814 RSINodeTypeBR_X20 = 0x0000006C0000AC23,
815 RSINodeTypeSICK_FLEXI_SOFT_SAFETY = 0x0100005600002301,
816 RSINodeTypeNEXCOM_NEIO1812 = 0x0000075200001812,
817 RSINodeTypeALICAT_MASS_FLOW_CONTROLLER = 0x0000093A00000005,
818 RSINodeTypeHIWIN_EDF1 = 0x0000AAAA00000005,
819 RSINodeTypeLEADSHINE_CS3E = 0x0000432100000100,
820 RSINodeTypeLEADSHINE_L7EC = 0x00004321000000B2,
821 RSINodeTypeLEADSHINE_DM3E = 0x0000432100008100,
822 RSINodeTypeINGENIA_CAPITAN_XCR = 0x0000029C03731001,
823 RSINodeTypeCONTROLTECHNIQUES_753 = 0x000000F901031102,
824 RSINodeTypeLINMOT_DRIVE = 0x4C4E54490096096F,
825 RSINodeTypeTECHNOSOFT_IPOS8015 = 0x000001A3015F5A2D,
826 RSINodeTypeJENNYSCIENCE_XENAX = 0x0000055700007509,
827 RSINodeTypeNANOTEC_PD4 = 0x0000026C0000003C,
828 RSINodeTypeWAGO = 0x0000002107500354,
829 RSINodeTypeIFM_AL1930 = 0x0000062200001930,
830 RSINodeTypeSANYODENKI_RS3 = 0x000001b90000000b,
831 RSINodeTypeODEAR_DSEX16Y16L_MW = 0x00000a8c0000000e,
832 RSINodeTypeICP_ECAT2055 = 0x0049435000000807,
833 RSINodeTypeLS_IX7NH = 0x0000759500010005,
834 RSINodeTypeNIMOTION_PMM = 0x0000002D01000003,
835};
836
839enum class RSIState {
840 RSIStateIDLE = RSICONSTANTStateIDLE,
841 RSIStateMOVING = RSICONSTANTStateMOVING,
842 RSIStateSTOPPING = RSICONSTANTStateSTOPPING,
843 RSIStateSTOPPED = RSICONSTANTStateSTOPPED,
844 RSIStateSTOPPING_ERROR = RSICONSTANTStateSTOPPING_ERROR,
845 RSIStateERROR = RSICONSTANTStateERROR,
846};
847
850 RSIMotorDedicatedInAMP_FAULT = RSICONSTANTMotorDedicatedInAMP_FAULT,
851 RSIMotorDedicatedInBRAKE_APPLIED = RSICONSTANTMotorDedicatedInBRAKE_APPLIED,
852 RSIMotorDedicatedInHOME = RSICONSTANTMotorDedicatedInHOME,
853 RSIMotorDedicatedInLIMIT_HW_POS = RSICONSTANTMotorDedicatedInLIMIT_HW_POS,
854 RSIMotorDedicatedInLIMIT_HW_NEG = RSICONSTANTMotorDedicatedInLIMIT_HW_NEG,
855 RSIMotorDedicatedInINDEX = RSICONSTANTMotorDedicatedInINDEX_PRIMARY,
856 RSIMotorDedicatedInINDEX_SECONDARY = RSICONSTANTMotorDedicatedInINDEX_SECONDARY,
857 RSIMotorDedicatedInFEEDBACK_FAULT = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT,
858 RSIMotorDedicatedInCAPTURED = RSICONSTANTMotorDedicatedInDRIVE_CAPTURED,
859 RSIMotorDedicatedInHALL_A = RSICONSTANTMotorDedicatedInHALL_A,
860 RSIMotorDedicatedInHALL_B = RSICONSTANTMotorDedicatedInHALL_B,
861 RSIMotorDedicatedInHALL_C = RSICONSTANTMotorDedicatedInHALL_C,
862 RSIMotorDedicatedInAMP_ACTIVE = RSICONSTANTMotorDedicatedInAMP_ACTIVE,
863 RSIMotorDedicatedInWARNING = RSICONSTANTMotorDedicatedInDRIVE_WARNING,
864 RSIMotorDedicatedInDRIVE_STATUS_9 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_9,
865 RSIMotorDedicatedInDRIVE_STATUS_10 = RSICONSTANTMotorDedicatedInDRIVE_STATUS_10,
866 RSIMotorDedicatedInFEEDBACK_FAULT_PRIMARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_PRIMARY,
867 RSIMotorDedicatedInFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorDedicatedInFEEDBACK_FAULT_SECONDARY,
868};
869
872 RSIMotorDedicatedOutAMP_ENABLE = RSICONSTANTMotorDedicatedOutAMP_ENABLE,
873 RSIMotorDedicatedOutBRAKE_RELEASE = RSICONSTANTMotorDedicatedOutBRAKE_RELEASE,
874};
875
878 RSIMotorGeneralIo0 = RSICONSTANTMotorGeneralIo0,
879 RSIMotorGeneralIo1 = RSICONSTANTMotorGeneralIo1,
880 RSIMotorGeneralIo2 = RSICONSTANTMotorGeneralIo2,
881 RSIMotorGeneralIo3 = RSICONSTANTMotorGeneralIo3,
882 RSIMotorGeneralIo4 = RSICONSTANTMotorGeneralIo4,
883 RSIMotorGeneralIo5 = RSICONSTANTMotorGeneralIo5,
884 RSIMotorGeneralIo6 = RSICONSTANTMotorGeneralIo6,
885 RSIMotorGeneralIo7 = RSICONSTANTMotorGeneralIo7,
886 RSIMotorGeneralIo8 = RSICONSTANTMotorGeneralIo8,
887 RSIMotorGeneralIo9 = RSICONSTANTMotorGeneralIo9,
888 RSIMotorGeneralIo10 = RSICONSTANTMotorGeneralIo10,
889 RSIMotorGeneralIo11 = RSICONSTANTMotorGeneralIo11,
890 RSIMotorGeneralIo12 = RSICONSTANTMotorGeneralIo12,
891 RSIMotorGeneralIo13 = RSICONSTANTMotorGeneralIo13,
892 RSIMotorGeneralIo14 = RSICONSTANTMotorGeneralIo14,
893 RSIMotorGeneralIo15 = RSICONSTANTMotorGeneralIo15,
894 RSIMotorGeneralIo16 = RSICONSTANTMotorGeneralIo16,
895 RSIMotorGeneralIo17 = RSICONSTANTMotorGeneralIo17,
896 RSIMotorGeneralIo18 = RSICONSTANTMotorGeneralIo18,
897 RSIMotorGeneralIo19 = RSICONSTANTMotorGeneralIo19,
898 RSIMotorGeneralIo20 = RSICONSTANTMotorGeneralIo20,
899 RSIMotorGeneralIo21 = RSICONSTANTMotorGeneralIo21,
900 RSIMotorGeneralIo22 = RSICONSTANTMotorGeneralIo22,
901 RSIMotorGeneralIo23 = RSICONSTANTMotorGeneralIo23,
902 RSIMotorGeneralIo24 = RSICONSTANTMotorGeneralIo24,
903 RSIMotorGeneralIo25 = RSICONSTANTMotorGeneralIo25,
904 RSIMotorGeneralIo26 = RSICONSTANTMotorGeneralIo26,
905 RSIMotorGeneralIo27 = RSICONSTANTMotorGeneralIo27,
906 RSIMotorGeneralIo28 = RSICONSTANTMotorGeneralIo28,
907 RSIMotorGeneralIo29 = RSICONSTANTMotorGeneralIo29,
908 RSIMotorGeneralIo30 = RSICONSTANTMotorGeneralIo30,
909 RSIMotorGeneralIo31 = RSICONSTANTMotorGeneralIo31,
910};
911
914 RSIMotorLimitTypeAMP_FAULT = RSICONSTANTMotorLimitTypeAMP_FAULT,
915 RSIMotorLimitTypeAMP_WARNING = RSICONSTANTMotorLimitTypeAMP_WARNING,
916 RSIMotorLimitTypeFEEDBACK_FAULT = RSICONSTANTMotorLimitTypeFEEDBACK_FAULT,
917 RSIMotorLimitTypeERROR = RSICONSTANTMotorLimitTypeERROR,
918 RSIMotorLimitTypeTORQUE = RSICONSTANTMotorLimitTypeTORQUE,
919 RSIMotorLimitTypeHW_NEG = RSICONSTANTMotorLimitTypeHW_NEG,
920 RSIMotorLimitTypeHW_POS = RSICONSTANTMotorLimitTypeHW_POS,
921 RSIMotorLimitTypeSW_NEG = RSICONSTANTMotorLimitTypeSW_NEG,
922 RSIMotorLimitTypeSW_POS = RSICONSTANTMotorLimitTypeSW_POS,
923};
924
926enum class RSIEventType {
927 RSIEventTypeINVALID = RSICONSTANTEventTypeINVALID,
928 RSIEventTypeNONE = RSICONSTANTEventTypeNONE,
929 RSIEventTypeAMP_FAULT = RSICONSTANTEventTypeAMP_FAULT,
930 RSIEventTypeAMP_WARNING = RSICONSTANTEventTypeAMP_WARNING,
931 RSIEventTypeFEEDBACK_FAULT = RSICONSTANTEventTypeFEEDBACK_FAULT,
932 RSIEventTypeLIMIT_ERROR = RSICONSTANTEventTypeLIMIT_ERROR,
933 RSIEventTypeLIMIT_TORQUE = RSICONSTANTEventTypeLIMIT_TORQUE,
934 RSIEventTypeLIMIT_HW_NEG = RSICONSTANTEventTypeLIMIT_HW_NEG,
935 RSIEventTypeLIMIT_HW_POS = RSICONSTANTEventTypeLIMIT_HW_POS,
936 RSIEventTypeLIMIT_SW_NEG = RSICONSTANTEventTypeLIMIT_SW_NEG,
937 RSIEventTypeLIMIT_SW_POS = RSICONSTANTEventTypeLIMIT_SW_POS,
938 RSIEventTypeMOTION_DONE = RSICONSTANTEventTypeMOTION_DONE,
939 RSIEventTypeMOTION_START = RSICONSTANTEventTypeMOTION_START,
940 RSIEventTypeMOTION_MODIFY = RSICONSTANTEventTypeMOTION_MODIFY,
941 RSIEventTypeMOTION_AT_VELOCITY = RSICONSTANTEventTypeMOTION_AT_VELOCITY,
942 RSIEventTypeMOTION_OUT_OF_FRAMES = RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES,
943 RSIEventTypeMOTION_LOAD_FRAMES = RSICONSTANTEventTypeMOTION_LOAD_FRAMES,
944 RSIEventTypeNEAR_TARGET = RSICONSTANTEventTypeNEAR_TARGET,
945 RSIEventTypeSETTLED = RSICONSTANTEventTypeSETTLED,
946 RSIEventTypeAT_TARGET = RSICONSTANTEventTypeAT_TARGET,
947 RSIEventTypeFRAME = RSICONSTANTEventTypeFRAME,
948 RSIEventTypeRECORDER_HIGH = RSICONSTANTEventTypeRECORDER_HIGH,
949 RSIEventTypeRECORDER_FULL = RSICONSTANTEventTypeRECORDER_FULL,
950 RSIEventTypeRECORDER_DONE = RSICONSTANTEventTypeRECORDER_DONE,
951 RSIEventTypeSEQUENCE = RSICONSTANTEventTypeSEQUENCE,
952 RSIEventTypeSEQUENCE_LOAD = RSICONSTANTEventTypeSEQUENCE_LOAD,
953 RSIEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED = RSICONSTANTEventTypeCONTROL_HOST_PROCESS_TIME_EXCEEDED,
954 RSIEventTypeCONTROL_FAN = RSICONSTANTEventTypeCONTROL_FAN,
955 RSIEventTypeSYNQNET_DEAD = RSICONSTANTEventTypeSYNQNET_DEAD,
956 RSIEventTypeSYNQNET_RX_FAILURE = RSICONSTANTEventTypeSYNQNET_RX_FAILURE,
957 RSIEventTypeSYNQNET_TX_FAILURE = RSICONSTANTEventTypeSYNQNET_TX_FAILURE,
958 RSIEventTypeSYNQNET_NODE_FAILURE = RSICONSTANTEventTypeSYNQNET_NODE_FAILURE,
959 RSIEventTypeSYNQNET_RECOVERY = RSICONSTANTEventTypeSYNQNET_RECOVERY,
960 RSIEventTypeSQNODE_IO_ABORT = RSICONSTANTEventTypeSQNODE_IO_ABORT,
961 RSIEventTypeSQNODE_NODE_DISABLE = RSICONSTANTEventTypeSQNODE_NODE_DISABLE,
962 RSIEventTypeSQNODE_NODE_ALARM = RSICONSTANTEventTypeSQNODE_NODE_ALARM,
963 RSIEventTypeSQNODE_ANALOG_POWER_FAULT = RSICONSTANTEventTypeSQNODE_ANALOG_POWER_FAULT,
964 RSIEventTypeSQNODE_USER_FAULT = RSICONSTANTEventTypeSQNODE_USER_FAULT,
965 RSIEventTypeSQNODE_NODE_FAILURE = RSICONSTANTEventTypeSQNODE_NODE_FAILURE,
966 RSIEventTypeSQNODE_IO_FAULT = RSICONSTANTEventTypeSQNODE_IO_FAULT,
967 RSIEventTypeUSER_LIMIT = RSICONSTANTEventTypeUSER_LIMIT,
968 RSIEventTypeCAPTURE = RSICONSTANTEventTypeCAPTURE,
969 RSIEventTypeHOME = RSICONSTANTEventTypeEND,
971};
972
974enum class RSISource {
975 RSISourceAMP_FAULT = (decltype(RSICONSTANTEventTypeAMP_FAULT))RSIEventType::RSIEventTypeAMP_FAULT,
976 RSISourceHOME = (decltype(RSICONSTANTEventTypeEND))RSIEventType::RSIEventTypeHOME,
977 RSISourceLIMIT_ERROR = (decltype(RSICONSTANTEventTypeLIMIT_ERROR))RSIEventType::RSIEventTypeLIMIT_ERROR,
978 RSISourceLIMIT_HW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_HW_NEG))RSIEventType::RSIEventTypeLIMIT_HW_NEG,
979 RSISourceLIMIT_HW_POS = (decltype(RSICONSTANTEventTypeLIMIT_HW_POS))RSIEventType::RSIEventTypeLIMIT_HW_POS,
980 RSISourceLIMIT_SW_NEG = (decltype(RSICONSTANTEventTypeLIMIT_SW_NEG))RSIEventType::RSIEventTypeLIMIT_SW_NEG,
981 RSISourceLIMIT_SW_POS = (decltype(RSICONSTANTEventTypeLIMIT_SW_POS))RSIEventType::RSIEventTypeLIMIT_SW_POS,
982 RSISourceFEEDBACK_FAULT = (decltype(RSICONSTANTEventTypeFEEDBACK_FAULT))RSIEventType::RSIEventTypeFEEDBACK_FAULT,
983 RSISourceOUT_OF_FRAMES = (decltype(RSICONSTANTEventTypeMOTION_OUT_OF_FRAMES))RSIEventType::RSIEventTypeMOTION_OUT_OF_FRAMES,
985};
986
988enum class RSIWait {
989 RSIWaitFOREVER = RSICONSTANTWaitFOREVER,
990 RSIWaitPOLL = RSICONSTANTWaitPOLL,
991 RSIWaitMSEC = RSICONSTANTWaitMSEC,
992};
993
994
998enum class RSIMotionType {
999 RSIMotionTypePT = RSICONSTANTMotionTypePT,
1000 RSIMotionTypeBSPLINE = RSICONSTANTMotionTypeBSPLINE,
1001 RSIMotionTypeSPLINE = RSICONSTANTMotionTypeSPLINE,
1002 RSIMotionTypeBESSEL = RSICONSTANTMotionTypeBESSEL,
1003 RSIMotionTypeBSPLINE2 = RSICONSTANTMotionTypeBSPLINE2,
1004 RSIMotionTypePVT = RSICONSTANTMotionTypePVT,
1005 RSIMotionTypeCONSTRAINED_SMOOTH1 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH1,
1006 RSIMotionTypeCONSTRAINED_SMOOTH2 = RSICONSTANTMotionTypeCONSTRAINED_SMOOTH2,
1007};
1008
1009
1010
1016
1019
1020 RSIMotionAttrMaskBEHAVIOR = 1 << 1,
1021 RSIMotionAttrMaskDELAY = 1 << 2,
1022 RSIMotionAttrMaskRELATIVE = 1 << 3,
1023 RSIMotionAttrMaskID = 1 << 4,
1026 RSIMotionAttrMaskHOLD = 1 << 7,
1027 RSIMotionAttrMaskOUTPUT = 1 << 8,
1029 RSIMotionAttrMaskNO_WAIT = 1 << 10,
1030 RSIMotionAttrMaskELEMENT_ID = 1 << 11,
1031 RSIMotionAttrMaskRETAIN = 1 << 12,
1033 RSIMotionAttrMaskLOW_COUNT = 1 << 14,
1034
1035 RSIMotionAttrMaskAPPEND = 1 << 15,
1036 RSIMotionAttrMaskAUTO_START = 1 << 16,
1037 RSIMotionAttrMaskSYNC_END = 1 << 17,
1038 RSIMotionAttrMaskSYNC_START = 1 << 18,
1039
1040 RSIMotionAttrMaskREPEAT = 1 << 19,
1044
1045 RSIMotionAttrMaskEVENT = 1 << 23,
1046 RSIMotionAttrMaskFINAL_VEL = 1 << 24,
1049
1050};
1051
1054 RSIMotionHoldTypeNONE = RSICONSTANTMotionHoldTypeNONE,
1055 RSIMotionHoldTypeGATE = RSICONSTANTMotionHoldTypeGATE,
1056 RSIMotionHoldTypeMOTOR_DEDICATED_IN = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_IN,
1057 RSIMotionHoldTypeMOTOR_DEDICATED_OUT = RSICONSTANTMotionHoldTypeMOTOR_DEDICATED_OUT,
1058 RSIMotionHoldTypeMOTOR_GENERAL_IN = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_IN,
1059 RSIMotionHoldTypeMOTOR_GENERAL_OUT = RSICONSTANTMotionHoldTypeMOTOR_GENERAL_OUT,
1060 RSIMotionHoldTypeAXIS_COMMAND_POSITION = RSICONSTANTMotionHoldTypeAXIS_COMMAND_POSITION,
1061 RSIMotionHoldTypeAXIS_ACTUAL_POSITION = RSICONSTANTMotionHoldTypeAXIS_ACTUAL_POSITION,
1062 RSIMotionHoldTypeCUSTOM = RSICONSTANTMotionHoldTypeCUSTOM,
1063};
1064
1071
1073enum class RSIAction {
1074 RSIActionNONE = RSICONSTANTActionNONE,
1075 RSIActionSTOP = RSICONSTANTActionSTOP,
1076 RSIActionE_STOP = RSICONSTANTActionE_STOP,
1077 RSIActionE_STOP_ABORT = RSICONSTANTActionE_STOP_ABORT,
1078 RSIActionE_STOP_MODIFY = RSICONSTANTActionE_STOP_MODIFY,
1079 RSIActionE_STOP_MODIFY_ABORT = RSICONSTANTActionE_STOP_MODIFY_ABORT,
1080 RSIActionE_STOP_CMD_EQ_ACT = RSICONSTANTActionE_STOP_CMD_EQ_ACT,
1081 RSIActionABORT = RSICONSTANTActionABORT,
1082 RSIActionDONE = RSICONSTANTActionDONE,
1083 RSIActionSTART = RSICONSTANTActionSTART,
1084 RSIActionRESUME = RSICONSTANTActionRESUME,
1085 RSIActionRESET = RSICONSTANTActionRESET,
1086 RSIActionCANCEL_REPEAT = RSICONSTANTActionCANCEL_REPEAT,
1087 RSIActionTRIGGERED_MODIFY = RSICONSTANTActionTRIGGERED_MODIFY,
1088};
1089
1095
1098 RSIAxisGantryTypeNONE = RSICONSTANTAxisGantryTypeNONE,
1099 RSIAxisGantryTypeADD = RSICONSTANTAxisGantryTypeLINEAR,
1100 RSIAxisGantryTypeSUBTRACT = RSICONSTANTAxisGantryTypeTWIST,
1101};
1102
1105 RSIMotorFeedbackFaultPRIMARY = RSICONSTANTMotorFeedbackFaultPRIMARY,
1106 RSIMotorFeedbackFaultSECONDARY = RSICONSTANTMotorFeedbackFaultSECONDARY,
1107 RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY = RSICONSTANTMotorFeedbackFaultPRIMARY_OR_SECONDARY,
1108};
1109
1112 RSIMotorFeedbackPRIMARY = RSICONSTANTMotorFeedbackInputPRIMARY,
1113 RSIMotorFeedbackSECONDARY = RSICONSTANTMotorFeedbackInputSECONDARY,
1114};
1115
1118 RSIFilterAlgorithmPID = RSICONSTANTFilterAlgorithmPID,
1119 RSIFilterAlgorithmPIV = RSICONSTANTFilterAlgorithmPIV,
1120 RSIFilterAlgorithmNONE = RSICONSTANTFilterAlgorithmNONE,
1121 RSIFilterAlgorithmPIV1 = RSICONSTANTFilterAlgorithmPIV1,
1122 RSIFilterAlgorithmUSER = RSICONSTANTFilterAlgorithmUSER,
1123};
1124
1145
1166
1169 RSIFilterGainIndexNO_MOTION = RSICONSTANTFilterGainIndexNO_MOTION,
1170 RSIFilterGainIndexACCEL = RSICONSTANTFilterGainIndexACCEL,
1171 RSIFilterGainIndexDECEL = RSICONSTANTFilterGainIndexDECEL,
1172 RSIFilterGainIndexVELOCITY = RSICONSTANTFilterGainIndexVELOCITY,
1173};
1174
1177 RSIAxisMasterTypeMOTOR_FEEDBACK_PRIMARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_PRIMARY,
1178 RSIAxisMasterTypeMOTOR_FEEDBACK_SECONDARY = RSICONSTANTAxisMasterTypeMOTOR_FEEDBACK_SECONDARY,
1179 RSIAxisMasterTypeAXIS_COMMAND_POSITION = RSICONSTANTAxisMasterTypeAXIS_COMMAND_POSITION,
1180 RSIAxisMasterTypeAXIS_ACTUAL_POSITION = RSICONSTANTAxisMasterTypeAXIS_ACTUAL_POSITION,
1181 RSIAxisMasterTypeADDRESS = RSICONSTANTAxisMasterTypeCUSTOM,
1182 RSIAxisMasterTypeNONE = RSICONSTANTAxisMasterTypeNONE,
1183};
1184
1186enum class RSIMotorIoType {
1187 RSIMotorIoTypeOUTPUT = RSICONSTANTMotorIoTypeOUTPUT,
1188 RSIMotorIoTypePULSE_A = RSICONSTANTMotorIoTypePULSE_A,
1189 RSIMotorIoTypePULSE_B = RSICONSTANTMotorIoTypePULSE_B,
1190 RSIMotorIoTypeCOMPARE_0 = RSICONSTANTMotorIoTypeCOMPARE_0,
1191 RSIMotorIoTypeCOMPARE_1 = RSICONSTANTMotorIoTypeCOMPARE_1,
1192 RSIMotorIoTypeBRAKE = RSICONSTANTMotorIoTypeBRAKE,
1193 RSIMotorIoTypeSOURCE6 = RSICONSTANTMotorIoTypeSOURCE6,
1194 RSIMotorIoTypeSSI_CLOCK0 = RSICONSTANTMotorIoTypeSSI_CLOCK0,
1195 RSIMotorIoTypeSSI_CLOCK1 = RSICONSTANTMotorIoTypeSSI_CLOCK1,
1196 RSIMotorIoTypeSOURCE9 = RSICONSTANTMotorIoTypeSOURCE9,
1197 RSIMotorIoTypeSOURCE10 = RSICONSTANTMotorIoTypeSOURCE10,
1198 RSIMotorIoTypeSOURCE11 = RSICONSTANTMotorIoTypeSOURCE11,
1199 RSIMotorIoTypeSOURCE12 = RSICONSTANTMotorIoTypeSOURCE12,
1200 RSIMotorIoTypeSOURCE13 = RSICONSTANTMotorIoTypeSOURCE13,
1201 RSIMotorIoTypeSOURCE14 = RSICONSTANTMotorIoTypeSOURCE14,
1202 RSIMotorIoTypeSOURCE15 = RSICONSTANTMotorIoTypeSOURCE15,
1203 RSIMotorIoTypeINPUT = RSICONSTANTMotorIoTypeINPUT,
1204};
1205
1211
1214 RSIMotorStepperPulseTypeSTEP = RSICONSTANTMotorStepperPulseTypeSTEP,
1215 RSIMotorStepperPulseTypeDIR = RSICONSTANTMotorStepperPulseTypeDIR,
1216 RSIMotorStepperPulseTypeCW = RSICONSTANTMotorStepperPulseTypeCW,
1217 RSIMotorStepperPulseTypeCCW = RSICONSTANTMotorStepperPulseTypeCCW,
1218 RSIMotorStepperPulseTypeQUADA = RSICONSTANTMotorStepperPulseTypeQUADA,
1219 RSIMotorStepperPulseTypeQUADB = RSICONSTANTMotorStepperPulseTypeQUADB,
1220};
1221
1224 RSIMotorIoTypeMaskOUTPUT = RSICONSTANTMotorIoTypeMaskOUTPUT,
1225 RSIMotorIoTypeMaskSOURCE1 = RSICONSTANTMotorIoTypeMaskSOURCE1,
1226 RSIMotorIoTypeMaskSOURCE2 = RSICONSTANTMotorIoTypeMaskSOURCE2,
1227 RSIMotorIoTypeMaskSOURCE3 = RSICONSTANTMotorIoTypeMaskSOURCE3,
1228 RSIMotorIoTypeMaskSOURCE4 = RSICONSTANTMotorIoTypeMaskSOURCE4,
1229 RSIMotorIoTypeMaskSOURCE5 = RSICONSTANTMotorIoTypeMaskSOURCE5,
1230 RSIMotorIoTypeMaskSOURCE6 = RSICONSTANTMotorIoTypeMaskSOURCE6,
1231 RSIMotorIoTypeMaskSOURCE7 = RSICONSTANTMotorIoTypeMaskSOURCE7,
1232 RSIMotorIoTypeMaskSOURCE8 = RSICONSTANTMotorIoTypeMaskSOURCE8,
1233 RSIMotorIoTypeMaskSOURCE9 = RSICONSTANTMotorIoTypeMaskSOURCE9,
1234 RSIMotorIoTypeMaskSOURCE10 = RSICONSTANTMotorIoTypeMaskSOURCE10,
1235 RSIMotorIoTypeMaskSOURCE11 = RSICONSTANTMotorIoTypeMaskSOURCE11,
1236 RSIMotorIoTypeMaskSOURCE12 = RSICONSTANTMotorIoTypeMaskSOURCE12,
1237 RSIMotorIoTypeMaskSOURCE13 = RSICONSTANTMotorIoTypeMaskSOURCE13,
1238 RSIMotorIoTypeMaskSOURCE14 = RSICONSTANTMotorIoTypeMaskSOURCE14,
1239 RSIMotorIoTypeMaskSOURCE15 = RSICONSTANTMotorIoTypeMaskSOURCE15,
1240 RSIMotorIoTypeMaskINPUT = RSICONSTANTMotorIoTypeMaskINPUT,
1241 RSIMotorIoTypeMaskPULSE_A = RSICONSTANTMotorIoTypeMaskPULSE_A,
1242 RSIMotorIoTypeMaskPULSE_B = RSICONSTANTMotorIoTypeMaskPULSE_B,
1243 RSIMotorIoTypeMaskCOMPARE_0 = RSICONSTANTMotorIoTypeMaskCOMPARE_0,
1244 RSIMotorIoTypeMaskCOMPARE_1 = RSICONSTANTMotorIoTypeMaskCOMPARE_1,
1245 RSIMotorIoTypeMaskBRAKE = RSICONSTANTMotorIoTypeMaskBRAKE,
1246 RSIMotorIoTypeMaskSSI_CLOCK0 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK0,
1247 RSIMotorIoTypeMaskSSI_CLOCK1 = RSICONSTANTMotorIoTypeMaskSSI_CLOCK1,
1248};
1249
1255
1258 RSIMotorFaultMaskAMP = RSICONSTANTMotorFaultMaskAMP,
1259 RSIMotorFaultMaskDRIVE = RSICONSTANTMotorFaultMaskDRIVE,
1260 RSIMotorFaultMaskWATCHDOG = RSICONSTANTMotorFaultMaskWATCHDOG,
1261 RSIMotorFaultMaskCHECKSUM = RSICONSTANTMotorFaultMaskCHECKSUM,
1262 RSIMotorFaultMaskFEEDBACK = RSICONSTANTMotorFaultMaskFEEDBACK,
1263 RSIMotorFaultMaskAMP_NOT_POWERED = RSICONSTANTMotorFaultMaskNOT_READY_FOR_REMOTE_CONTROL,
1264 RSIMotorFaultMaskDRIVE_NOT_READY = RSICONSTANTMotorFaultMaskDRIVE_NOT_READY,
1265 RSIMotorFaultMaskFEEDBACK_FAULT_SECONDARY = RSICONSTANTMotorFaultMaskFEEDBACK_FAULT_SECONDARY
1266};
1267
1269enum class RSIMotorType {
1270 RSIMotorTypeSERVO = RSICONSTANTMotorTypeSERVO,
1271 RSIMotorTypeSTEPPER = RSICONSTANTMotorTypeSTEPPER,
1274};
1275
1278 RSIMotorDisableActionNONE = RSICONSTANTMotorDisableActionNONE,
1279 RSIMotorDisableActionCMD_EQ_ACT = RSICONSTANTMotorDisableActionCMD_EQ_ACT,
1280};
1281
1284 RSIMotorBrakeModeNONE = RSICONSTANTMotorBrakeModeNONE,
1285 RSIMotorBrakeModeDELAY = RSICONSTANTMotorBrakeModeDELAY,
1286};
1287
1301
1308
1313
1321
1341
1348
1351 RSICompensatorOutputTypeSINGLE = RSICONSTANTFWCompensatorOutputTypeSINGLE,
1352 RSICompensatorOutputTypeADDITIVE = RSICONSTANTFWCompensatorOutputTypeADDITIVE
1353};
1354
1356enum class RSIPDOType {
1359};
1360
1379
1396
1398
1399} // namespace RSI
1400
1401} // namespace RapidCode
1402#endif // _RSI_CONSTANTS_H
RSIFilterAlgorithm
Filter algorithms.
Definition rsienums.h:1117
@ RSIFilterAlgorithmUSER
User defined algorithm (custom firmware required)
@ RSIFilterAlgorithmNONE
No control algorithm.
@ RSIFilterAlgorithmPIV1
PIV1 (custom firmware required)
RSINetworkEniResult
NetworkEniGenerate return values.
Definition rsienums.h:1382
@ RSINetworkEniResultDISCOVERED_ZERO_NODES
There were no nodes discovered on the network so we could not generate an ENI file.
Definition rsienums.h:1394
@ RSINetworkEniResultCONFIG_NOT_DETECTED
Failed Configuration creation or 0 slaves to add to it. Did you move your ESI folder?
Definition rsienums.h:1385
@ RSINetworkEniResultNODE_INFO_ERROR
Error(s) in NodeInfo.xml.
Definition rsienums.h:1386
@ RSINetworkEniResultMISSING_ESI_FILES
Add ESI file with correct Vendor, Product, Revision to the ESI folder.
Definition rsienums.h:1384
@ RSINetworkEniResultTOO_MANY_PDO_OUTPUTS
The ENI has too many PDO Outputs for RMP.
Definition rsienums.h:1392
@ RSINetworkEniResultTOO_MANY_NODES
The ENI was generated properly but has more nodes than can be supported by the RMP.
Definition rsienums.h:1390
@ RSINetworkEniResultFAILED_TO_CREATE_ENI_BUILDER
Did not create ENIBuilder internal object.
Definition rsienums.h:1389
@ RSINetworkEniResultTOO_MANY_PDO_BYTES
The total size of the PDO bytes is too large for RMP.
Definition rsienums.h:1393
@ RSINetworkEniResultSUCCESS
ENI file generated successfully.
Definition rsienums.h:1383
@ RSINetworkEniResultUNKNOWN_FAILURE
Fall through case. Contact RSI with details about your changes to the various XMLs.
Definition rsienums.h:1387
@ RSINetworkEniResultENI_FILE_ALREADY_EXISTS
Use overload which overwrites or be glad we didn't just delete your old file.
Definition rsienums.h:1388
@ RSINetworkEniResultTOO_MANY_PDO_INPUTS
The ENI has too many PDO Inputs for RMP.
Definition rsienums.h:1391
RSIPDOType
Compensator output types.
Definition rsienums.h:1356
@ RSIPDOTypeOUTPUT
A network PDO OUTPUT.
@ RSIPDOTypeINPUT
A network PDO INPUT.
RSIMathBlockOperation
MathBlock operations.
Definition rsienums.h:1362
@ 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:1350
@ 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:587
@ 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:1104
@ RSIMotorFeedbackFaultPRIMARY
Feedback Fault Primary.
@ RSIMotorFeedbackFaultSECONDARY
Feedback Fault Secondary.
@ RSIMotorFeedbackFaultPRIMARY_OR_SECONDARY
Feedback Fault (Primary or Secondary)
RSITrace
Trace masks.
Definition rsienums.h:539
@ 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:1207
RSIAxisGantryType
How to combine Axis Feedback Positions.
Definition rsienums.h:1097
RSINetworkState
State of network.
Definition rsienums.h:567
@ 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:1277
@ 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:926
RSIMotionType
PT and PVT streaming motion types.
Definition rsienums.h:998
@ RSIMotionTypeBESSEL
Bessel algorithm with continuous velocity but discontinuous acceleration; smoother than PT but less s...
@ RSIMotionTypeSPLINE
Spline algorithm with continuous velocity and acceleration; velocity may be discontinuous at the end ...
@ RSIMotionTypePT
Position-Time algorithm with continuous position but discontinuous velocity. Best for short time inte...
@ RSIMotionTypeBSPLINE2
2nd-order B-Spline algorithm with continuous velocity but discontinuous acceleration; trajectory does...
@ RSIMotionTypeCONSTRAINED_SMOOTH1
(beta) acceleration constrained smoothing of PT points
@ RSIMotionTypeBSPLINE
3rd-order B-Spline algorithm with continuous velocity and acceleration; trajectory does not pass thro...
@ RSIMotionTypePVT
Position-Velocity-Time algorithm with continuous position and velocity; acceleration and jerk are cal...
@ RSIMotionTypeCONSTRAINED_SMOOTH2
(beta) acceleration constrained smoothing of PT points
RSIDataType
Data types for User Limits and other triggers.
Definition rsienums.h:654
@ 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:913
RSIUserLimitLogic
Logic options for User Limits.
Definition rsienums.h:641
@ 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:1223
RSIAction
Action to perform on an Axis.
Definition rsienums.h:1073
@ 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.
@ RSIAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
@ 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:1213
RSIMotorType
Motor Type.
Definition rsienums.h:1269
@ RSIMotorTypeSTEPPER
Stepper motor.
@ RSIMotorTypePHANTOM
Phantom motor (nothing physically connected)
RSIWait
Waiting for interrupts.
Definition rsienums.h:988
@ RSIWaitPOLL
return immediately, use polling
@ RSIWaitFOREVER
Wait forever before returning.
RSIAnalogOutChannel
Analog output channels.
Definition rsienums.h:1251
RSINetworkStartError
Network start errors.
Definition rsienums.h:593
@ RSINetworkStartErrorTHREAD_SCHEDULING_OR_PRIORITY
Failed to set thread scheduling or priority.
RSIMotorGeneralIo
Motor I/O bit numbers.
Definition rsienums.h:877
RSIMotionAttrMask
Attribute masks for motion. You cannot mix RSIMotionAttrMaskDELAY and RSIMotionAttrMaskAPPEND.
Definition rsienums.h:1018
@ RSIMotionAttrMaskOUTPUT
Sets or clear bits after the move.
@ RSIMotionAttrMaskNO_INTERRUPT_ENABLE
Skip the InterruptEnableSet() in MovePT() and MovePVT() when motion is starting.
@ 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:496
@ RSIMultiAxisAddressTypeTARGET_FEEDRATE
Target FeedRate.
@ RSIMultiAxisAddressTypeCURRENT_FEEDRATE
Current FeedRate.
@ RSIMultiAxisAddressTypeMOTION_STATUS
Motion Status.
RSIFilterGainPIDCoeff
PID gain coefficients.
Definition rsienums.h:1126
@ 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:628
@ 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:559
@ 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:1343
@ 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:1315
RSIMotionHoldType
Types for MotionHold attribute.
Definition rsienums.h:1053
RSIControllerType
Controller type.
Definition rsienums.h:283
@ RSIControllerTypeCLIENT
Client - TCP/IP networked.
RSIMotorFaultMask
Mask values for several motor faults.
Definition rsienums.h:1257
@ 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:1283
@ RSIMotorBrakeModeDELAY
Use a brake, including programmable delays.
RSICacheObject
Caching data for GUI optimization.
Definition rsienums.h:1303
@ 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:621
@ 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:1186
RSIAxisPositionInput
Feedback Positions for each Axis.
Definition rsienums.h:1091
@ RSIAxisPositionInputSECOND
Secondary encoder.
@ RSIAxisPositionInputFIRST
Primary encoder.
RSIFilterGainIndex
Filter Gain Table enums for.
Definition rsienums.h:1168
RSINodeType
Valid Node types.
Definition rsienums.h:671
@ 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:974
@ 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:1066
RSIMotorDedicatedIn
Dedicated Input bits per motor.
Definition rsienums.h:849
@ 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:1111
@ RSIMotorFeedbackSECONDARY
Secondary encoder.
@ RSIMotorFeedbackPRIMARY
Primary encoder.
RSIMotorDedicatedOut
Dedicated Output bits per motor.
Definition rsienums.h:871
@ RSIMotorDedicatedOutBRAKE_RELEASE
Brake Release.
RSIOperationMode
DS402 modes of operation.
Definition rsienums.h:1289
@ 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:1012
@ RSIPathPlanTypeSCURVE
S-curve velocity profile.
@ RSIPathPlanTypeTRAPEZOIDAL
Trapezoidal velocity profile.
RSINetworkTechnologyType
Network technology type.
Definition rsienums.h:1310
RSINetworkIndexType
Network index types for Axis.
Definition rsienums.h:1323
RSIFirmwareStatus
Status bits used in the firmware.
Definition rsienums.h:503
RSINetworkStartupMethod
Network startup methods.
Definition rsienums.h:579
@ 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:1147
@ 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:1176
@ 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.