799 StaticInstanceMediator* _mediator;
810 static inline constexpr uint32_t NetworkStartTimeoutMillisecondsDefault = 30000;
813 static inline constexpr uint32_t AxisCountMaximum = 64;
816 static inline constexpr uint32_t MotionCountMaximum = 64;
819 static inline constexpr uint32_t NetworkNodeCountMaximum = 64;
822 static inline constexpr uint32_t RecorderCountMaximum = 64;
825 static inline constexpr uint32_t CompensatorCountMaximum = 64;
828 static inline constexpr uint32_t MathBlockCountMaximum = 64;
831 static inline constexpr uint32_t UserBufferDataCountMaximum = 1024;
834 static inline constexpr double SampleRateDefault = 1000.0;
845 static inline constexpr int32_t AxisFrameBufferSizeDefault = 1024;
867 static inline constexpr uint32_t PathLengthMaximum = 256;
874 static inline constexpr int32_t CpuAffinityDefault = -1;
880 static inline constexpr int32_t RmpThreadPriorityMaximumDefault = 45;
886 static inline constexpr int32_t RmpThreadPriorityRange = 8;
892 static inline constexpr int32_t RmpThreadPriorityMinimum = RmpThreadPriorityRange + 1;
898 static inline constexpr int32_t RmpThreadPriorityMaximum = 99;
904 static inline constexpr int32_t RmpThreadPriorityNoRealTime = 0;
919 std::memset(RmpPath,
'\0', PathLengthMaximum);
920 std::memset(NicPrimary,
'\0', PathLengthMaximum);
921 std::memset(NicSecondary,
'\0', PathLengthMaximum);
923 std::memset(NodeName,
'\0', PathLengthMaximum);
924#elif defined(__linux__)
925 CpuAffinity = CpuAffinityDefault;
926 RmpThreadPriorityMax = RmpThreadPriorityMaximumDefault;
940 char RmpPath[PathLengthMaximum];
946 char NicPrimary[PathLengthMaximum];
952 char NicSecondary[PathLengthMaximum];
956#if defined(_WIN32) && defined(__linux__)
957 static_assert(
false,
"_WIN32 and __linux__ defined. Double check preprocessor definitions");
958#elif !defined(_WIN32) && !defined(__linux__) && !defined(DOXYGEN)
959 static_assert(
false,
"Neither _WIN32 nor __linux__ are defined AND this is not a documentation build. Double check preprocessor definitions");
961#if defined(_WIN32) || defined(DOXYGEN)
972 char NodeName[PathLengthMaximum];
976#if defined(__linux__) || defined(DOXYGEN)
1189 virtual IO*
IOGet(int32_t nodeNumber) PURE_VIRTUAL;
1236 virtual
void Refresh() PURE_VIRTUAL;
1245 virtual
void Shutdown() PURE_VIRTUAL;
1255 virtual
void MemoryToFile(const
char* const fileName) PURE_VIRTUAL;
1285 virtual int32_t SampleCounterGet() PURE_VIRTUAL;
1301 virtual
double ProcessorUsageGet() PURE_VIRTUAL;
1313 virtual
void ProcessorUsageClear() PURE_VIRTUAL;
1318 virtual uint32_t FirmwareTimingDeltaGet() PURE_VIRTUAL;
1352 virtual uint32_t SerialNumberGet(
void) PURE_VIRTUAL;
1372 virtual
void SampleWait(uint32_t samples) PURE_VIRTUAL;
1379 virtual const
char* const ServerNameGet() PURE_VIRTUAL;
1382 virtual int32_t ServerPortGet() PURE_VIRTUAL;
1414 virtual
void SampleRateSet(
double sampleRate) PURE_VIRTUAL;
1418 virtual
double SampleRateGet() PURE_VIRTUAL;
1437 virtual int32_t AxisCountGet() PURE_VIRTUAL;
1457 virtual
void AxisCountSet(int32_t axisCount) PURE_VIRTUAL;
1461 virtual
void AxisCountSet(int32_t axisCount,
bool setMotorFilterSupervisor) PURE_VIRTUAL;
1465 virtual
bool IsLicensed() PURE_VIRTUAL;
1468 virtual int32_t PackageVariantGet() PURE_VIRTUAL;
1471 virtual int32_t AxisLicenseCountGet() PURE_VIRTUAL;
1474 virtual
bool MechaWareLicenseGet() PURE_VIRTUAL;
1477 virtual int32_t UnsupportedOptionSet(int32_t option) PURE_VIRTUAL;
1503 virtual int32_t MotionCountGet() PURE_VIRTUAL;
1521 virtual
void MotionCountSet(int32_t motionCount) PURE_VIRTUAL;
1548 virtual int32_t UserVersionGet() PURE_VIRTUAL;
1573 virtual
void UserVersionSet(int32_t version) PURE_VIRTUAL;
1577 virtual int32_t ExternalMemorySizeGet() PURE_VIRTUAL;
1595 virtual
void AxisFrameBufferSizeSet(int32_t axisNumber, int32_t frameBufferSize) PURE_VIRTUAL;
1611 virtual int32_t AxisFrameBufferSizeGet(int32_t axisNumber) PURE_VIRTUAL;
1636 virtual const
char* const FirmwareVersionGet() PURE_VIRTUAL;
1655 virtual int32_t FirmwareOptionGet() PURE_VIRTUAL;
1658 virtual
bool HasMechaWare() PURE_VIRTUAL;
1683 virtual int32_t MemoryGet(uint64_t address) PURE_VIRTUAL;
1703 virtual
double MemoryDoubleGet(uint64_t address) PURE_VIRTUAL;
1730 virtual
void MemoryBlockGet(uint64_t address,
void* dataStart, int32_t size) PURE_VIRTUAL;
1746 virtual
void MemorySet(uint64_t address, int32_t data) PURE_VIRTUAL;
1766 virtual
void MemoryDoubleSet(uint64_t address,
double dataDouble) PURE_VIRTUAL;
1793 virtual
void MemoryBlockSet(uint64_t address, const
void* const dataStart, int32_t size) PURE_VIRTUAL;
1813 virtual uint32_t FirmwareAddressGet(uint64_t hostAddress) PURE_VIRTUAL;
1840 virtual uint64_t HostAddressGet(uint32_t firmwareAddress) PURE_VIRTUAL;
1866 virtual int32_t BackgroundCycleCounterGet() PURE_VIRTUAL;
1879 virtual uint64_t AddressFromStringGet(const
char* const addressName) PURE_VIRTUAL;
1891 virtual const
char* const StringFromAddressGet(uint64_t hostAddress) PURE_VIRTUAL;
1962 virtual
bool MotionHoldGateGet(int32_t gateNumber) PURE_VIRTUAL;
1981 virtual
void MotionHoldGateSet(int32_t gateNumber,
bool hold) PURE_VIRTUAL;
1997 virtual int32_t NetworkNodeCountGet() PURE_VIRTUAL;
2000 virtual
void NetworkStart() PURE_VIRTUAL;
2024 virtual
void NetworkShutdown() PURE_VIRTUAL;
2031 virtual int32_t NetworkCounterGet() PURE_VIRTUAL;
2034 virtual int32_t NetworkInputCountGet() PURE_VIRTUAL;
2037 virtual int32_t NetworkInputBitSizeGet(int32_t index) PURE_VIRTUAL;
2042 virtual const
char* const NetworkInputDataTypeNameGet(int32_t index) PURE_VIRTUAL;
2046 virtual int32_t NetworkInputBitOffsetGet(int32_t index) PURE_VIRTUAL;
2050 virtual const
char* const NetworkInputNameGet(int32_t index) PURE_VIRTUAL;
2055 virtual uint64_t NetworkInputValueGet(int32_t index) PURE_VIRTUAL;
2062 virtual uint64_t NetworkInputAddressGet(int32_t index) PURE_VIRTUAL;
2067 virtual int32_t NetworkOutputCountGet() PURE_VIRTUAL;
2071 virtual int32_t NetworkOutputBitSizeGet(int32_t index) PURE_VIRTUAL;
2077 virtual const
char* const NetworkOutputDataTypeNameGet(int32_t index) PURE_VIRTUAL;
2080 virtual int32_t NetworkOutputBitOffsetGet(int32_t index) PURE_VIRTUAL;
2083 virtual const
char* const NetworkOutputNameGet(int32_t index) PURE_VIRTUAL;
2100 virtual uint64_t NetworkOutputValueGet(int32_t index) PURE_VIRTUAL;
2118 virtual
void NetworkOutputValueSet(int32_t index, uint64_t outputValue) PURE_VIRTUAL;
2138 virtual uint64_t NetworkOutputAddressGet(int32_t index) PURE_VIRTUAL;
2156 virtual uint64_t NetworkOutputIntendedValueGet(int32_t index) PURE_VIRTUAL;
2169 virtual
void NetworkOutputOverrideSet(int32_t index,
bool outputOverride) PURE_VIRTUAL;
2181 virtual
bool NetworkOutputOverrideGet(int32_t index) PURE_VIRTUAL;
2202 virtual
void NetworkOutputOverrideValueSet(int32_t index, uint64_t outputValue) PURE_VIRTUAL;
2216 virtual uint64_t NetworkOutputOverrideValueGet(int32_t index) PURE_VIRTUAL;
2232 virtual uint64_t NetworkOutputSentValueGet(int32_t index) PURE_VIRTUAL;
2237 virtual int32_t NetworkLogMessageCountGet() PURE_VIRTUAL;
2246 virtual const
char* const NetworkLogMessageGet(int32_t messageIndex) PURE_VIRTUAL;
2249 virtual
void NetworkTimingEnableSet(
bool enable) PURE_VIRTUAL;
2252 virtual
void NetworkTimingClear() PURE_VIRTUAL;
2255 virtual uint32_t NetworkTimingDeltaGet() PURE_VIRTUAL;
2258 virtual uint32_t NetworkTimingMinGet() PURE_VIRTUAL;
2261 virtual uint32_t NetworkTimingMaxGet() PURE_VIRTUAL;
2264 virtual
void NetworkTimingThresholdLowSet(uint32_t microseconds) PURE_VIRTUAL;
2267 virtual
void NetworkTimingThresholdHighSet(uint32_t microseconds) PURE_VIRTUAL;
2270 virtual uint32_t NetworkTimingThresholdLowCountGet() PURE_VIRTUAL;
2273 virtual uint32_t NetworkTimingThresholdHighCountGet() PURE_VIRTUAL;
2276 virtual
bool NetworkSynchronizedGet() PURE_VIRTUAL;
2300 virtual
void InterruptEnableSet(
bool enable) PURE_VIRTUAL;
2320 virtual
void InterruptWake() PURE_VIRTUAL;
2349 virtual
void SyncInterruptEnableSet(
bool enable) PURE_VIRTUAL;
2376 virtual
void SyncInterruptPeriodSet(uint32_t samples) PURE_VIRTUAL;
2397 virtual int32_t SyncInterruptWait() PURE_VIRTUAL;
2400 virtual
bool ServiceThreadStateGet() PURE_VIRTUAL;
2412 virtual int32_t SyncInterruptHostProcessTimeGet() PURE_VIRTUAL;
2415 virtual int32_t SyncInterruptHostProcessFlagGet() PURE_VIRTUAL;
2429 virtual
void SyncInterruptHostProcessFlagSet(
bool hostProcessFlag) PURE_VIRTUAL;
2441 virtual
bool SyncInterruptHostProcessStatusBitGet() PURE_VIRTUAL;
2452 virtual
void SyncInterruptHostProcessStatusClear() PURE_VIRTUAL;
2480 virtual
void ServiceThreadEnableSet(
bool enable) PURE_VIRTUAL;
2508 virtual int32_t RecorderCountGet() PURE_VIRTUAL;
2527 virtual
void RecorderCountSet(int32_t recorderCount) PURE_VIRTUAL;
2545 virtual
void RecorderPeriodSet(uint32_t samples) PURE_VIRTUAL;
2548 virtual
void RecorderPeriodSet(int32_t recorderNumber, uint32_t samples) PURE_VIRTUAL;
2566 virtual
void RecorderCircularBufferSet(
bool enable) PURE_VIRTUAL;
2569 virtual
void RecorderCircularBufferSet(int32_t recorderNumber,
bool enable) PURE_VIRTUAL;
2586 virtual
void RecorderDataCountSet(int32_t count) PURE_VIRTUAL;
2589 virtual
void RecorderDataCountSet(int32_t recorderNumber,int32_t count) PURE_VIRTUAL;
2607 virtual
void RecorderDataAddressSet(int32_t index, uint64_t address) PURE_VIRTUAL;
2610 virtual
void RecorderDataAddressSet(int32_t recorderNumber,int32_t index, uint64_t address) PURE_VIRTUAL;
2618 virtual
void RecorderDataAddressesSet(int32_t recorderNumber, const uint64_t* const addresses, int32_t addressCount) PURE_VIRTUAL;
2639 virtual
void RecorderConfigureToTriggerOnMotion(
Axis *axis,
bool triggerOnMotion) PURE_VIRTUAL;
2647 virtual
void RecorderConfigureToTriggerOnMotion(int32_t recorderNumber,
Axis *axis,
bool triggerOnMotion) PURE_VIRTUAL;
2654 virtual
void RecorderConfigureToTriggerOnMotion(
MultiAxis *multiAxis,
bool triggerOnMotion) PURE_VIRTUAL;
2662 virtual
void RecorderConfigureToTriggerOnMotion(int32_t recorderNumber,
MultiAxis *multiAxis,
bool triggerOnMotion) PURE_VIRTUAL;
2670 virtual
void RecorderConfigureToTriggerOnMotion(int32_t recorderNumber, int32_t motionNumber,
bool triggerOnMotion) PURE_VIRTUAL;
2680 virtual
bool RecorderTriggerOnMotionGet(int32_t recorderNumber) PURE_VIRTUAL;
2697 virtual
bool RecorderEnabledGet() PURE_VIRTUAL;
2700 virtual
bool RecorderEnabledGet(int32_t recorderNumber ) PURE_VIRTUAL;
2718 virtual int32_t RecorderRecordCountGet() PURE_VIRTUAL;
2721 virtual int32_t RecorderRecordCountGet(int32_t recorderNumber ) PURE_VIRTUAL;
2736 virtual int32_t RecorderRecordMaxCountGet() PURE_VIRTUAL;
2739 virtual int32_t RecorderRecordMaxCountGet(int32_t recorderNumber) PURE_VIRTUAL;
2755 virtual
void RecorderStart() PURE_VIRTUAL;
2758 virtual
void RecorderStart(int32_t recorderNumber) PURE_VIRTUAL;
2776 virtual
void RecorderStop() PURE_VIRTUAL;
2779 virtual
void RecorderStop(int32_t recorderNumber) PURE_VIRTUAL;
2798 virtual const int32_t* const RecorderRecordDataGet() PURE_VIRTUAL;
2801 virtual const int32_t* const RecorderRecordDataGet(int32_t recorderNumber) PURE_VIRTUAL;
2817 virtual
void RecorderRecordDataRetrieve() PURE_VIRTUAL;
2838 virtual int32_t RecorderRecordDataRetrieveBulk(int32_t recorderNumber, int32_t recordCount) PURE_VIRTUAL;
2841 virtual
void RecorderRecordDataRetrieve(int32_t recorderNumber) PURE_VIRTUAL;
2859 virtual int32_t RecorderRecordDataValueGet(int32_t index) PURE_VIRTUAL;
2862 virtual int32_t RecorderRecordDataValueGet(int32_t recorderNumber, int32_t index) PURE_VIRTUAL;
2882 virtual int32_t RecorderRecordDataValueGet(int32_t recorderNumber, int32_t recordIndex, int32_t dataIndex) PURE_VIRTUAL;
2885 virtual
double RecorderRecordDataDoubleGet(int32_t index) PURE_VIRTUAL;
2888 virtual
double RecorderRecordDataDoubleGet(int32_t recorderNumber, int32_t index) PURE_VIRTUAL;
2908 virtual
double RecorderRecordDataDoubleGet(int32_t recorderNumber, int32_t recordIndex, int32_t dataIndex) PURE_VIRTUAL;
2927 virtual
void RecorderBufferHighCountSet(int32_t bufferHighCount) PURE_VIRTUAL;
2930 virtual
void RecorderBufferHighCountSet(int32_t recorderNumber, int32_t bufferHighCount) PURE_VIRTUAL;
2946 virtual
void RecorderReset() PURE_VIRTUAL;
2949 virtual
void RecorderReset(int32_t recorderNumber) PURE_VIRTUAL;
2962 virtual int32_t RecorderBufferSizeGet(int32_t recorderNumber) PURE_VIRTUAL;
2980 virtual
void RecorderBufferSizeSet(int32_t recorderNumber, int32_t bufferSize) PURE_VIRTUAL;
3015 virtual int32_t CompensatorCountGet() PURE_VIRTUAL;
3036 virtual
void CompensatorCountSet(int32_t compensatorCount) PURE_VIRTUAL;
3048 virtual int32_t CompensatorPointCountGet(int32_t compensatorNumber) PURE_VIRTUAL;
3069 virtual
void CompensatorPointCountSet(int32_t compensatorNumber, int32_t pointCount) PURE_VIRTUAL;
3084 virtual int32_t CompensatorDimensionGet(int32_t compensatorNumber) PURE_VIRTUAL;
3111 virtual
void CompensatorConfigSet(int32_t compensatorNumber, int32_t firstInputAxisNumber,
RSIAxisMasterType firstInputAxisType,
double firstInputAxisMinimum,
double firstInputAxisMaximum,
double firstInputAxisDelta, int32_t secondInputAxisNumber,
RSIAxisMasterType secondInputAxisType,
double secondInputAxisMinimum,
double secondInputAxisMaximum,
double secondInputAxisDelta, int32_t outputAxisNumber,
RSICompensatorOutputType outputType, const
double* const table) PURE_VIRTUAL;
3142 virtual
void CompensatorConfigSet(int32_t compensatorNumber,
Axis* firstInputAxis,
RSIAxisMasterType firstInputAxisType,
double firstInputAxisMinimum,
double firstInputAxisMaximum,
double firstInputAxisDelta,
Axis* secondInputAxis,
RSIAxisMasterType secondInputAxisType,
double secondInputAxisMinimum,
double secondInputAxisMaximum,
double secondInputAxisDelta,
Axis* outputAxis,
RSICompensatorOutputType outputType, const
double* const table) PURE_VIRTUAL;
3164 virtual
void CompensatorConfigSet(int32_t compensatorNumber, int32_t inputAxisNumber,
RSIAxisMasterType inputAxisType,
double inputAxisMinimum,
double inputAxisMaximum,
double inputAxisDelta, int32_t outputAxisNumber,
RSICompensatorOutputType outputType, const
double* const table) PURE_VIRTUAL;
3186 virtual
void CompensatorConfigSet(int32_t compensatorNumber,
Axis* inputAxis,
RSIAxisMasterType inputAxisType,
double inputAxisMinimum,
double inputAxisMaximum,
double inputAxisDelta,
Axis* outputAxis,
RSICompensatorOutputType outputType, const
double* const table) PURE_VIRTUAL;
3199 virtual
void CompensatorTableSet(int32_t compensatorNumber, const
double* const table) PURE_VIRTUAL;
3212 virtual
void CompensatorTableGet(int32_t compensatorNumber,
double* table) PURE_VIRTUAL;
3233 virtual
double CompensatorPositionGet(int32_t compensatorNumber) PURE_VIRTUAL;
3252 virtual
void CompensatorTableClear(int32_t compensatorNumber) PURE_VIRTUAL;
3262 virtual
void CompensatorDisable(int32_t compensatorNumber) PURE_VIRTUAL;
3268 virtual
void CompensatorDisable(int32_t compensatorNumber,
bool force) PURE_VIRTUAL;
3276 virtual
void CompensatorEnable(int32_t compensatorNumber) PURE_VIRTUAL;
3304 virtual int32_t UserLimitCountGet() PURE_VIRTUAL;
3325 virtual
void UserLimitCountSet(int32_t userLimitCount) PURE_VIRTUAL;
3356 virtual
RSIAction UserLimitActionGet(int32_t number) PURE_VIRTUAL;
3359 virtual int32_t UserLimitAxisNumberGet(int32_t number) PURE_VIRTUAL;
3362 virtual
double UserLimitDurationGet(int32_t number) PURE_VIRTUAL;
3365 virtual
bool UserLimitSingleShotGet(int32_t number) PURE_VIRTUAL;
3391 virtual
void UserLimitConditionSet(int32_t number, int32_t conditionNumber,
RSIUserLimitLogic logic, uint64_t addressOfUInt32, uint32_t userLimitMask, uint32_t limitValueUInt32) PURE_VIRTUAL;
3414 virtual
void UserLimitConditionSet(int32_t number, int32_t conditionNumber,
RSIUserLimitLogic logic, uint64_t addressOfDouble,
double limitValueDouble) PURE_VIRTUAL;
3417 virtual
RSIDataType UserLimitConditionDataTypeGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3420 virtual
RSIUserLimitLogic UserLimitConditionLogicGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3423 virtual uint64_t UserLimitConditionAddressGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3426 virtual uint32_t UserLimitConditionMaskGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3429 virtual int32_t UserLimitConditionLimitValueGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3432 virtual
double UserLimitConditionLimitValueDoubleGet(int32_t number, int32_t conditionNumber) PURE_VIRTUAL;
3460 virtual
void UserLimitOutputSet(int32_t number, uint32_t andMask, uint32_t orMask, uint64_t outputPtr,
bool enabled) PURE_VIRTUAL;
3464 virtual
void UserLimitOutputSet(int32_t number, int32_t valueSet, uint64_t outputPtr,
bool enabled) PURE_VIRTUAL;
3468 virtual
void UserLimitOutputSet(int32_t number, uint64_t andMask, uint64_t orMask, uint64_t outputPtr,
bool enabled) PURE_VIRTUAL;
3472 virtual
void UserLimitOutputSet(int32_t number,
double limitValueDouble, uint64_t outputPtr,
bool enabled) PURE_VIRTUAL;
3489 virtual
void UserLimitOutputSet(int32_t number,
RSIDataType dataType, uint64_t inputPtr, uint64_t outputPtr,
bool enabled) PURE_VIRTUAL;
3492 virtual
bool UserLimitOutputEnableGet(int32_t number) PURE_VIRTUAL;
3495 virtual
RSIDataType UserLimitOutputDataTypeGet(int32_t number) PURE_VIRTUAL;
3498 virtual uint64_t UserLimitOutputAddressGet(int32_t number) PURE_VIRTUAL;
3501 virtual uint64_t UserLimitOutputInputAddressGet(int32_t number) PURE_VIRTUAL;
3504 virtual uint32_t UserLimitOutputAndMaskGet(int32_t number) PURE_VIRTUAL;
3507 virtual uint32_t UserLimitOutputOrMaskGet(int32_t number) PURE_VIRTUAL;
3510 virtual int32_t UserLimitOutputValueGet(int32_t number) PURE_VIRTUAL;
3513 virtual uint64_t UserLimitOutputAndMask64Get(int32_t number) PURE_VIRTUAL;
3516 virtual uint64_t UserLimitOutputOrMask64Get(int32_t number) PURE_VIRTUAL;
3520 virtual
double UserLimitOutputDoubleGet(int32_t number) PURE_VIRTUAL;
3542 virtual
bool UserLimitStateGet(int32_t number) PURE_VIRTUAL;
3564 virtual
bool UserLimitEnableGet(int32_t number) PURE_VIRTUAL;
3567 virtual
void UserLimitEnableSet(int32_t number,
bool enable) PURE_VIRTUAL;
3583 virtual
void UserLimitDisable(int32_t number) PURE_VIRTUAL;
3596 virtual
void UserLimitReset(int32_t number) PURE_VIRTUAL;
3607 virtual int32_t UserLimitCountMax() PURE_VIRTUAL;
3626 virtual
void UserLimitInterruptUserDataAddressSet(int32_t number, uint32_t userDataIndex, uint64_t address) PURE_VIRTUAL;
3629 virtual uint64_t UserLimitInterruptUserDataAddressGet(int32_t number, uint32_t userDataIndex) PURE_VIRTUAL;
3647 virtual int32_t MathBlockCountGet() PURE_VIRTUAL;
3659 virtual
void MathBlockCountSet(int32_t mathBlockCount) PURE_VIRTUAL;
3715 static inline constexpr uint32_t SDOTimeoutMillisecondsDefault = 100;
3732 virtual
bool IsEtherCAT() PURE_VIRTUAL;
3735 virtual
bool IsSynqNet() PURE_VIRTUAL;
3745 virtual
bool HasIO() PURE_VIRTUAL;
3748 virtual
bool DigitalInGet(int32_t digitalInNumber) PURE_VIRTUAL;
3751 virtual
bool DigitalOutGet(int32_t digitalOutNumber) PURE_VIRTUAL;
3754 virtual
void DigitalOutSet(int32_t digitalOutNumber,
bool state) PURE_VIRTUAL;
3757 virtual int32_t AnalogInGet(int32_t analogChannel) PURE_VIRTUAL;
3760 virtual int32_t AnalogOutGet(int32_t analogChannel) PURE_VIRTUAL;
3763 virtual
void AnalogOutSet(int32_t analogChannel, int32_t analogValue) PURE_VIRTUAL;
3772 virtual int32_t DigitalInCountGet() PURE_VIRTUAL;
3775 virtual int32_t DigitalOutCountGet() PURE_VIRTUAL;
3778 virtual int32_t AnalogInCountGet() PURE_VIRTUAL;
3781 virtual int32_t AnalogOutCountGet() PURE_VIRTUAL;
3785 virtual int32_t SegmentCountGet() PURE_VIRTUAL;
3788 virtual int32_t SegmentDigitalInCountGet(int32_t segmentNumber) PURE_VIRTUAL;
3791 virtual int32_t SegmentDigitalOutCountGet(int32_t segmentNumber) PURE_VIRTUAL;
3794 virtual int32_t SegmentAnalogInCountGet(int32_t segmentNumber) PURE_VIRTUAL;
3797 virtual int32_t SegmentAnalogOutCountGet(int32_t segmentNumber) PURE_VIRTUAL;
3800 virtual int32_t SegmentIDGet(int32_t segmentNumber) PURE_VIRTUAL;
3814 virtual uint64_t DigitalInAddressGet(int32_t bitNumber) PURE_VIRTUAL;
3828 virtual int32_t DigitalInMaskGet(int32_t bitNumber) PURE_VIRTUAL;
3842 virtual uint64_t DigitalOutAddressGet(int32_t bitNumber) PURE_VIRTUAL;
3856 virtual int32_t DigitalOutMaskGet(int32_t bitNumber) PURE_VIRTUAL;
3869 virtual uint64_t AnalogInAddressGet(int32_t channel) PURE_VIRTUAL;
3882 virtual int32_t AnalogInMaskGet(int32_t channel) PURE_VIRTUAL;
3895 virtual uint64_t AnalogOutAddressGet(int32_t channel) PURE_VIRTUAL;
3908 virtual int32_t AnalogOutMaskGet(int32_t channel) PURE_VIRTUAL;
3923 virtual int32_t ServiceChannelRead(int32_t index, int32_t subIndex, int32_t byteCount) PURE_VIRTUAL;
3928 virtual int32_t ServiceChannelRead(int32_t index, int32_t subIndex, int32_t byteCount, uint32_t timeoutMilliseconds) PURE_VIRTUAL;
3942 virtual const
char* const ServiceChannelReadString(int32_t index, int32_t subIndex, int32_t byteCount) PURE_VIRTUAL;
3947 virtual const
char* const ServiceChannelReadString(int32_t index, int32_t subIndex, int32_t byteCount, uint32_t timeoutMilliseconds) PURE_VIRTUAL;
3964 virtual
void ServiceChannelWrite(int32_t index, int32_t subIndex, int32_t byteCount, int32_t sdoValue) PURE_VIRTUAL;
3971 virtual
void ServiceChannelWrite(int32_t index, int32_t subIndex, int32_t byteCount, int32_t sdoValue, uint32_t timeoutMilliseconds) PURE_VIRTUAL;
3985 virtual
void ServiceChannelWrite(int32_t index, int32_t subIndex, int32_t byteCount, const
char* const stringValue) PURE_VIRTUAL;
3994 virtual
void ServiceChannelWrite(int32_t index, int32_t subIndex, int32_t byteCount, const
char* const stringValue, uint32_t timeoutMilliseconds) PURE_VIRTUAL;
4001 virtual
char* AKDASCIICommand(const
char* const command) PURE_VIRTUAL;
4004 virtual
void ClearFaults(int32_t axisNumber) PURE_VIRTUAL;
4007 virtual uint32_t VendorIdGet() PURE_VIRTUAL;
4021 virtual const
char* const NameGet() PURE_VIRTUAL;
4035 virtual const
char* const ProductNameGet() PURE_VIRTUAL;
4049 virtual const
char* const VendorNameGet() PURE_VIRTUAL;
4052 virtual uint32_t ProductCodeGet() PURE_VIRTUAL;
4055 virtual uint32_t RevisionGet() PURE_VIRTUAL;
4058 virtual uint32_t StationAliasGet() PURE_VIRTUAL;
4061 virtual const
char* const SerialNumberGet() PURE_VIRTUAL;
4064 virtual uint32_t AxisCountGet() PURE_VIRTUAL;
4067 virtual uint16_t StatusWordGet(int32_t axisIndex) PURE_VIRTUAL;
4128 virtual int32_t AxisCountGet() PURE_VIRTUAL;
4158 virtual
void TriggeredModify() PURE_VIRTUAL;
4186 virtual
void Stop() PURE_VIRTUAL;
4212 virtual
void Resume() PURE_VIRTUAL;
4238 virtual
void EStop() PURE_VIRTUAL;
4260 virtual
void EStopAbort() PURE_VIRTUAL;
4278 virtual
void EStopModify() PURE_VIRTUAL;
4282 virtual
void EStopModifyAbort() PURE_VIRTUAL;
4305 virtual
void Abort() PURE_VIRTUAL;
4333 virtual
void ClearFaults() PURE_VIRTUAL;
4361 virtual
void AmpEnableSet(
bool enable) PURE_VIRTUAL;
4392 virtual int32_t AmpEnableSet(
bool enable, int32_t ampActiveTimeoutMilliseconds) PURE_VIRTUAL;
4414 virtual
void Map() PURE_VIRTUAL;
4433 virtual
void Unmap() PURE_VIRTUAL;
4439 virtual
bool IsMapped() PURE_VIRTUAL;
4457 virtual
void FeedRateSet(
double rate) PURE_VIRTUAL;
4477 virtual
double FeedRateGet() PURE_VIRTUAL;
4560 virtual const
char* const SourceNameGet(
RSISource source) PURE_VIRTUAL;
4584 virtual int32_t MotionDoneWait() PURE_VIRTUAL;
4612 virtual int32_t MotionDoneWait(int32_t waitTimeoutMilliseconds) PURE_VIRTUAL;
4634 virtual
bool MotionDoneGet() PURE_VIRTUAL;
4674 virtual uint64_t StatusBitsGet() PURE_VIRTUAL;
4708 virtual
void InterruptEnableSet(
bool enable) PURE_VIRTUAL;
4723 virtual
void InterruptWake() PURE_VIRTUAL;
4744 virtual
double StopTimeGet() PURE_VIRTUAL;
4761 virtual
void StopTimeSet(
double seconds) PURE_VIRTUAL;
4778 virtual
double EStopTimeGet() PURE_VIRTUAL;
4795 virtual
void EStopTimeSet(
double seconds) PURE_VIRTUAL;
4813 virtual
double MotionDelayGet() PURE_VIRTUAL;
4835 virtual
void MotionDelaySet(
double seconds) PURE_VIRTUAL;
4857 virtual uint16_t MotionIdGet() PURE_VIRTUAL;
4876 virtual
void MotionIdSet(uint16_t
id) PURE_VIRTUAL;
4879 virtual uint16_t MotionIdExecutingGet() PURE_VIRTUAL;
4882 virtual uint16_t MotionElementIdExecutingGet() PURE_VIRTUAL;
4898 virtual
double MotionFinalVelocityGet() PURE_VIRTUAL;
4907 virtual
void MotionFinalVelocitySet(
double finalVelocity) PURE_VIRTUAL;
4975 virtual int32_t MotionHoldGateNumberGet() PURE_VIRTUAL;
4996 virtual
void MotionHoldGateNumberSet(int32_t gateNumber) PURE_VIRTUAL;
5014 virtual
double MotionHoldTimeoutGet() PURE_VIRTUAL;
5034 virtual
void MotionHoldTimeoutSet(
double seconds) PURE_VIRTUAL;
5059 virtual
bool MotionHoldGateGet() PURE_VIRTUAL;
5083 virtual
void MotionHoldGateSet(
bool hold) PURE_VIRTUAL;
5101 virtual int32_t MotionHoldAxisNumberGet() PURE_VIRTUAL;
5119 virtual
void MotionHoldAxisNumberSet(int32_t number) PURE_VIRTUAL;
5138 virtual
double MotionHoldAxisPositionGet() PURE_VIRTUAL;
5156 virtual
void MotionHoldAxisPositionSet(
double position) PURE_VIRTUAL;
5180 virtual uint64_t MotionHoldUserAddressGet() PURE_VIRTUAL;
5198 virtual
void MotionHoldUserAddressSet(uint64_t address) PURE_VIRTUAL;
5215 virtual int32_t MotionHoldUserMaskGet() PURE_VIRTUAL;
5232 virtual
void MotionHoldUserMaskSet(int32_t holdMask) PURE_VIRTUAL;
5249 virtual int32_t MotionHoldUserPatternGet() PURE_VIRTUAL;
5266 virtual
void MotionHoldUserPatternSet(int32_t pattern) PURE_VIRTUAL;
5269 virtual
void MotionAttributeMaskDefaultSet() PURE_VIRTUAL;
5378 virtual
void MovePT(
RSIMotionType type, const
double* const position, const
double* const time, int32_t pointCount, int32_t emptyCount,
bool retain,
bool final) PURE_VIRTUAL;
5417 virtual
void MovePVT(const
double* const position, const
double* const velocity, const
double* const time, int32_t pointCount, int32_t emptyCount,
bool retain,
bool final) PURE_VIRTUAL;
5448 virtual
void MovePVAJT(const
double* const position, const
double* const velocity, const
double* const acceleration, const
double* const jerk, const
double* const time, int32_t pointCount, int32_t emptyCount,
bool retain,
bool final) PURE_VIRTUAL;
5454 virtual
void StreamingOutputAdd(int32_t onMask, int32_t offMask, uint64_t address) PURE_VIRTUAL;
5477 virtual
void StreamingOutputAdd(int32_t onMask, int32_t offMask, uint64_t address, int32_t ptPointIndex) PURE_VIRTUAL;
5483 virtual
void StreamingOutputAdd(RapidCode::
IOPoint* point,
bool on) PURE_VIRTUAL;
5503 virtual
void StreamingOutputAdd(RapidCode::
IOPoint* point,
bool on, int32_t ptPointIndex) PURE_VIRTUAL;
5520 virtual
void StreamingOutputsClear() PURE_VIRTUAL;
5541 virtual
void StreamingOutputsEnableSet(
bool enable) PURE_VIRTUAL;
5562 static inline constexpr uint32_t NetworkIndexInvalid = 65535;
5565 static inline constexpr double AmpEnableAmpFaultTimeoutSecondsDefault = 1.0;
5626 virtual void MoveTrapezoidal(
double position,
double vel,
double accel,
double decel) PURE_VIRTUAL;
5649 virtual void MoveTrapezoidal(
double position,
double vel,
double accel,
double decel,
double finalVel) PURE_VIRTUAL;
5714 virtual void MoveSCurve(
double position,
double vel,
double accel,
double decel,
double jerkPct) PURE_VIRTUAL;
5731 virtual void MoveSCurve(
double position,
double vel,
double accel,
double decel,
double jerkPct,
double finalVel) PURE_VIRTUAL;
5850 virtual void MoveRelative(
double relativePosition,
double vel,
double accel,
double decel,
double jerkPct) PURE_VIRTUAL;
5860 virtual void MoveRelative(
double relativePosition,
double vel,
double accel,
double decel,
double jerkPct,
double finalVel) PURE_VIRTUAL;
5935 virtual
void ActualPositionSet(
double position) PURE_VIRTUAL;
5953 virtual
double CompensationPositionGet() PURE_VIRTUAL;
5967 virtual
void CompensationPositionSet(
double position) PURE_VIRTUAL;
5980 virtual
double TargetPositionGet() PURE_VIRTUAL;
6001 virtual
double CommandPositionGet() PURE_VIRTUAL;
6034 virtual
void CommandPositionSet(
double position) PURE_VIRTUAL;
6059 virtual
void CommandPositionDirectSet(
double position) PURE_VIRTUAL;
6077 virtual
double OriginPositionGet() PURE_VIRTUAL;
6101 virtual
void OriginPositionSet(
double position) PURE_VIRTUAL;
6123 virtual
double PositionErrorGet() PURE_VIRTUAL;
6146 virtual
double CommandVelocityGet() PURE_VIRTUAL;
6170 virtual
double ActualVelocityGet() PURE_VIRTUAL;
6192 virtual
double CommandAccelGet() PURE_VIRTUAL;
6195 virtual
double CommandJerkGet() PURE_VIRTUAL;
6240 virtual
double UserUnitsGet() PURE_VIRTUAL;
6264 virtual
void UserUnitsSet(
double countsPerUserUnit) PURE_VIRTUAL;
6267 virtual
double UserUnitsToCounts(
double userUnits) PURE_VIRTUAL;
6270 virtual
double CountsToUserUnits(
double counts) PURE_VIRTUAL;
6291 virtual int32_t FramesToExecuteGet() PURE_VIRTUAL;
6320 virtual
void Home() PURE_VIRTUAL;
6325 virtual
void Home(
bool moveToZero) PURE_VIRTUAL;
6390 virtual
double HomeOffsetGet() PURE_VIRTUAL;
6411 virtual
void HomeOffsetSet(
double offset) PURE_VIRTUAL;
6431 virtual
double HomeVelocityGet() PURE_VIRTUAL;
6457 virtual
void HomeVelocitySet(
double velocity) PURE_VIRTUAL;
6463 virtual
void HomeVelocitySet(
RSIHomeStage homeStage,
double velocity) PURE_VIRTUAL;
6480 virtual
double HomeSlowVelocityGet() PURE_VIRTUAL;
6497 virtual
void HomeSlowVelocitySet(
double velocity) PURE_VIRTUAL;
6517 virtual
double HomeAccelerationGet() PURE_VIRTUAL;
6543 virtual
void HomeAccelerationSet(
double accel) PURE_VIRTUAL;
6548 virtual
void HomeAccelerationSet(
RSIHomeStage homeStage,
double accel) PURE_VIRTUAL;
6567 virtual
double HomeDecelerationGet() PURE_VIRTUAL;
6592 virtual
void HomeDecelerationSet(
double decel) PURE_VIRTUAL;
6597 virtual
void HomeDecelerationSet(
RSIHomeStage homeStage,
double decel) PURE_VIRTUAL;
6617 virtual
double HomeJerkPercentGet() PURE_VIRTUAL;
6642 virtual
void HomeJerkPercentSet(
double percent) PURE_VIRTUAL;
6648 virtual
void HomeJerkPercentSet(
RSIHomeStage homeStage,
double percent) PURE_VIRTUAL;
6669 virtual
void HomeCancelSet(
bool cancel) PURE_VIRTUAL;
6689 virtual
bool HomeStateGet() PURE_VIRTUAL;
6703 virtual
void HomeStateSet(
bool homed) PURE_VIRTUAL;
6709 virtual
void HomeLimitCustomConfigSet(uint64_t address, int32_t bitIndex) PURE_VIRTUAL;
6712 virtual
void HomeLimitCustomConfigReset() PURE_VIRTUAL;
6715 virtual uint64_t HomeLimitCustomConfigAddressGet() PURE_VIRTUAL;
6719 virtual int32_t HomeLimitCustomConfigBitIndexGet() PURE_VIRTUAL;
6743 virtual
void HomeTravelDistanceSet(
RSIHomeStage stage,
double distanceToTravel) PURE_VIRTUAL;
6779 virtual
void HomeBehaviorSet(
RSIAction behavior) PURE_VIRTUAL;
6805 virtual uint16_t StatusWordGet() PURE_VIRTUAL;
6838 virtual
bool NegativeLimitGet() PURE_VIRTUAL;
6863 virtual
bool PositiveLimitGet() PURE_VIRTUAL;
6893 virtual
bool HomeLimitGet() PURE_VIRTUAL;
6922 virtual
bool HomeSwitchGet() PURE_VIRTUAL;
6944 virtual
bool AmpFaultGet() PURE_VIRTUAL;
6969 virtual
bool AmpEnableGet() PURE_VIRTUAL;
7244 virtual
double AnalogInGet(int32_t channel) PURE_VIRTUAL;
7265 virtual
double EStopDecelerationGet() PURE_VIRTUAL;
7281 virtual
void EStopDecelerationSet(
double decel) PURE_VIRTUAL;
7293 virtual
double EStopJerkPercentGet() PURE_VIRTUAL;
7312 virtual
void EStopJerkPercentSet(
double jerkPct) PURE_VIRTUAL;
7323 virtual
double TriggeredModifyDecelerationGet() PURE_VIRTUAL;
7342 virtual
void TriggeredModifyDecelerationSet(
double decel) PURE_VIRTUAL;
7354 virtual
double TriggeredModifyJerkPercentGet() PURE_VIRTUAL;
7373 virtual
void TriggeredModifyJerkPercentSet(
double jerkPct) PURE_VIRTUAL;
7376 virtual int32_t FrameBufferSizeGet() PURE_VIRTUAL;
7379 virtual
void FrameBufferSizeSet(int32_t frameSize) PURE_VIRTUAL;
7400 virtual uint16_t MotionIdExecutingGet() PURE_VIRTUAL;
7422 virtual uint16_t MotionElementIdExecutingGet() PURE_VIRTUAL;
7431 virtual
double MotionFinalVelocityGet() PURE_VIRTUAL;
7434 virtual
void MotionFinalVelocitySet(
double finalVelocity) PURE_VIRTUAL;
7437 virtual
double DefaultVelocityGet() PURE_VIRTUAL;
7440 virtual
void DefaultVelocitySet(
double velocity) PURE_VIRTUAL;
7443 virtual
double DefaultAccelerationGet() PURE_VIRTUAL;
7446 virtual
void DefaultAccelerationSet(
double acceleration) PURE_VIRTUAL;
7449 virtual
double DefaultDecelerationGet() PURE_VIRTUAL;
7452 virtual
void DefaultDecelerationSet(
double deceleration) PURE_VIRTUAL;
7455 virtual
double DefaultJerkPercentGet() PURE_VIRTUAL;
7458 virtual
void DefaultJerkPercentSet(
double jerkPercent) PURE_VIRTUAL;
7461 virtual
double DefaultPosition1Get() PURE_VIRTUAL;
7464 virtual
void DefaultPosition1Set(
double position1) PURE_VIRTUAL;
7467 virtual
double DefaultPosition2Get() PURE_VIRTUAL;
7470 virtual
void DefaultPosition2Set(
double position2) PURE_VIRTUAL;
7473 virtual
double DefaultRelativeIncrementGet() PURE_VIRTUAL;
7476 virtual
void DefaultRelativeIncrementSet(
double relativeIncrement) PURE_VIRTUAL;
7530 virtual
void AmpFaultActionSet(
RSIAction action) PURE_VIRTUAL;
7553 virtual
bool AmpFaultTriggerStateGet() PURE_VIRTUAL;
7576 virtual
void AmpFaultTriggerStateSet(
bool state) PURE_VIRTUAL;
7598 virtual
double AmpFaultDurationGet() PURE_VIRTUAL;
7620 virtual
void AmpFaultDurationSet(
double seconds) PURE_VIRTUAL;
7698 virtual
bool HomeTriggerStateGet() PURE_VIRTUAL;
7720 virtual
void HomeTriggerStateSet(
bool state) PURE_VIRTUAL;
7743 virtual
double HomeDurationGet() PURE_VIRTUAL;
7767 virtual
void HomeDurationSet(
double seconds) PURE_VIRTUAL;
7797 virtual
RSIAction ErrorLimitActionGet() PURE_VIRTUAL;
7825 virtual
void ErrorLimitActionSet(
RSIAction action) PURE_VIRTUAL;
7849 virtual
double ErrorLimitTriggerValueGet() PURE_VIRTUAL;
7872 virtual
void ErrorLimitTriggerValueSet(
double triggerValue) PURE_VIRTUAL;
7895 virtual
double ErrorLimitDurationGet() PURE_VIRTUAL;
7919 virtual
void ErrorLimitDurationSet(
double seconds) PURE_VIRTUAL;
7945 virtual
RSIAction HardwareNegLimitActionGet() PURE_VIRTUAL;
7971 virtual
void HardwareNegLimitActionSet(
RSIAction action) PURE_VIRTUAL;
7996 virtual
bool HardwareNegLimitTriggerStateGet() PURE_VIRTUAL;
8021 virtual
void HardwareNegLimitTriggerStateSet(
bool state) PURE_VIRTUAL;
8045 virtual
double HardwareNegLimitDurationGet() PURE_VIRTUAL;
8070 virtual
void HardwareNegLimitDurationSet(
double seconds) PURE_VIRTUAL;
8096 virtual
RSIAction HardwarePosLimitActionGet() PURE_VIRTUAL;
8122 virtual
void HardwarePosLimitActionSet(
RSIAction action) PURE_VIRTUAL;
8144 virtual
bool HardwarePosLimitTriggerStateGet() PURE_VIRTUAL;
8169 virtual
void HardwarePosLimitTriggerStateSet(
bool state) PURE_VIRTUAL;
8193 virtual
double HardwarePosLimitDurationGet() PURE_VIRTUAL;
8217 virtual
void HardwarePosLimitDurationSet(
double seconds) PURE_VIRTUAL;
8244 virtual
RSIAction SoftwareNegLimitActionGet() PURE_VIRTUAL;
8269 virtual
void SoftwareNegLimitActionSet(
RSIAction action) PURE_VIRTUAL;
8293 virtual
double SoftwareNegLimitTriggerValueGet() PURE_VIRTUAL;
8317 virtual
void SoftwareNegLimitTriggerValueSet(
double triggerValue) PURE_VIRTUAL;
8342 virtual
RSIAction SoftwarePosLimitActionGet() PURE_VIRTUAL;
8367 virtual
void SoftwarePosLimitActionSet(
RSIAction action) PURE_VIRTUAL;
8391 virtual
double SoftwarePosLimitTriggerValueGet() PURE_VIRTUAL;
8415 virtual
void SoftwarePosLimitTriggerValueSet(
double triggerValue) PURE_VIRTUAL;
8442 virtual
RSIAction EncoderFaultActionGet() PURE_VIRTUAL;
8468 virtual
void EncoderFaultActionSet(
RSIAction action) PURE_VIRTUAL;
8539 virtual
double EncoderFaultDurationGet() PURE_VIRTUAL;
8562 virtual
void EncoderFaultDurationSet(
double seconds) PURE_VIRTUAL;
8565 virtual
RSIAction NodeFailureActionGet() PURE_VIRTUAL;
8568 virtual
void NodeFailureActionSet(
RSIAction action) PURE_VIRTUAL;
8611 virtual
bool LimitTriggerStateGet(
RSIEventType limit) PURE_VIRTUAL;
8614 virtual
void LimitTriggerStateSet(
RSIEventType limit,
bool triggerState) PURE_VIRTUAL;
8617 virtual
double LimitTriggerValueGet(
RSIEventType limit) PURE_VIRTUAL;
8620 virtual
void LimitTriggerValueSet(
RSIEventType limit,
double triggerValue) PURE_VIRTUAL;
8623 virtual
double LimitDurationGet(
RSIEventType limit) PURE_VIRTUAL;
8626 virtual
void LimitDurationSet(
RSIEventType limit,
double seconds) PURE_VIRTUAL;
8647 virtual
double PositionToleranceFineGet() PURE_VIRTUAL;
8662 virtual
void PositionToleranceFineSet(
double tolerance) PURE_VIRTUAL;
8677 virtual
double PositionToleranceCoarseGet() PURE_VIRTUAL;
8695 virtual
void PositionToleranceCoarseSet(
double tolerance) PURE_VIRTUAL;
8710 virtual
double VelocityToleranceGet() PURE_VIRTUAL;
8725 virtual
void VelocityToleranceSet(
double tolerance) PURE_VIRTUAL;
8741 virtual
double SettlingTimeGet() PURE_VIRTUAL;
8757 virtual
void SettlingTimeSet(
double time) PURE_VIRTUAL;
8775 virtual
bool SettleOnStopGet() PURE_VIRTUAL;
8794 virtual
void SettleOnStopSet(
bool state) PURE_VIRTUAL;
8812 virtual
bool SettleOnEStopGet() PURE_VIRTUAL;
8829 virtual
void SettleOnEStopSet(
bool state) PURE_VIRTUAL;
8847 virtual
bool SettleOnEStopCmdEqActGet() PURE_VIRTUAL;
8864 virtual
void SettleOnEStopCmdEqActSet(
bool state) PURE_VIRTUAL;
8905 virtual
void MotorTypeSet(
RSIMotorType type) PURE_VIRTUAL;
8994 virtual
double BrakeApplyDelayGet() PURE_VIRTUAL;
9013 virtual
void BrakeApplyDelaySet(
double seconds) PURE_VIRTUAL;
9030 virtual
double BrakeReleaseDelayGet() PURE_VIRTUAL;
9049 virtual
void BrakeReleaseDelaySet(
double seconds) PURE_VIRTUAL;
9052 virtual
void ClosedLoopStepperSet(
bool enable) PURE_VIRTUAL;
9055 virtual int32_t ClosedLoopStepperVersionGet() PURE_VIRTUAL;
9061 virtual
void EncoderPointerSet(
RSIMotorFeedback encoder, uint64_t address) PURE_VIRTUAL;
9068 virtual
void FeedbackDeltaPointerSet(
RSIAxisPositionInput input, uint64_t address) PURE_VIRTUAL;
9093 virtual int32_t EncoderRatioNumeratorGet(
RSIMotorFeedback encoder) PURE_VIRTUAL;
9096 virtual int32_t EncoderRatioDenominatorGet(
RSIMotorFeedback encoder) PURE_VIRTUAL;
9119 virtual
void EncoderRatioSet(
RSIMotorFeedback encoder, int32_t numerator, int32_t denominator) PURE_VIRTUAL;
9122 virtual const
char* const EncoderRatioPrimaryGet() PURE_VIRTUAL;
9125 virtual
void EncoderRatioPrimarySet(
char* numeratorCommaDenominator) PURE_VIRTUAL;
9128 virtual const
char* const EncoderRatioSecondaryGet() PURE_VIRTUAL;
9131 virtual
void EncoderRatioSecondarySet(
char* numeratorCommaDenominator) PURE_VIRTUAL;
9134 virtual int32_t EncoderCountGet() PURE_VIRTUAL;
9138 virtual
void EncoderCountSet(int32_t count) PURE_VIRTUAL;
9195 virtual int32_t MotorFaultMaskGet() PURE_VIRTUAL;
9222 virtual
void MotorFaultMaskSet(int32_t faultMask) PURE_VIRTUAL;
9251 virtual
void GearingEnable(int32_t masterAxisNumber,
RSIAxisMasterType masterFeedbackSource, int32_t numerator, int32_t denominator) PURE_VIRTUAL;
9256 virtual
void GearingEnable(
Axis* masterAxis,
RSIAxisMasterType masterFeedbackSource, int32_t numerator, int32_t denominator) PURE_VIRTUAL;
9276 virtual
void GearingRatioChange(int32_t numerator, int32_t denominator) PURE_VIRTUAL;
9294 virtual
void GearingDisable() PURE_VIRTUAL;
9297 virtual int32_t GearingNumeratorGet() PURE_VIRTUAL;
9300 virtual int32_t GearingDenominatorGet() PURE_VIRTUAL;
9303 virtual
bool GearingEnableGet() PURE_VIRTUAL;
9322 virtual int32_t GearingMasterAxisNumberGet() PURE_VIRTUAL;
9360 virtual
double MotionCamMasterStartGet(
Axis* master) PURE_VIRTUAL;
9376 virtual
void MotionCamMasterStartSet(
Axis* master,
double startPosition) PURE_VIRTUAL;
9394 virtual int32_t MotionCamRepeatFromGet() PURE_VIRTUAL;
9413 virtual
void MotionCamRepeatFromSet(int32_t repeatFrom) PURE_VIRTUAL;
9432 virtual
void MotionCamRepeatStop() PURE_VIRTUAL;
9456 virtual
void MoveCamLinear(int32_t masterAxisNumber,
RSIAxisMasterType masterFeedbackSource, const
double* const masterDistances, const
double* const slavePositions, int32_t pointCount) PURE_VIRTUAL;
9487 virtual
void MoveCamCubic(int32_t masterAxisNumber,
RSIAxisMasterType masterFeedbackSource, const
double* const masterDistances, const
double* const slavePositions, const
double* const gearRatios, int32_t pointCount) PURE_VIRTUAL;
9506 virtual int32_t DriveIndexGet() PURE_VIRTUAL;
9526 virtual
double BacklashWidthGet() PURE_VIRTUAL;
9540 virtual
void BacklashWidthSet(
double width) PURE_VIRTUAL;
9554 virtual
double BacklashRateGet() PURE_VIRTUAL;
9568 virtual
void BacklashRateSet(
double rate) PURE_VIRTUAL;
9581 virtual
double BacklashValueGet() PURE_VIRTUAL;
9702 virtual
void FilterCoeffSet(
RSIFilterGainPIVCoeff coeff, int32_t gainTable,
double coeffValue) PURE_VIRTUAL;
9738 virtual int32_t FilterGainTableGet() PURE_VIRTUAL;
9768 virtual
void FilterGainTableSet(int32_t gainTable) PURE_VIRTUAL;
9786 virtual int32_t FilterGainTableSizeGet() PURE_VIRTUAL;
9789 virtual
double FilterOutputGet(
void) PURE_VIRTUAL;
9803 virtual
double FilterLowPassGet() PURE_VIRTUAL;
9820 virtual
void FilterLowPassSet(
double frequency) PURE_VIRTUAL;
9844 virtual
bool FilterGainSchedulingGet() PURE_VIRTUAL;
9848 virtual
void FilterGainSchedulingSet(
bool enable) PURE_VIRTUAL;
9851 virtual
bool IsTuneable() PURE_VIRTUAL;
9869 virtual
void PostFilterLowPassSet(int32_t sectionNumber,
double frequency) PURE_VIRTUAL;
9886 virtual
void PostFilterUnityGainSet(int32_t sectionNumber) PURE_VIRTUAL;
9906 virtual
void PostFilterSingleOrderSet(int32_t sectionNumber,
double aOne,
double bZero,
double bOne) PURE_VIRTUAL;
9923 virtual
void PostFilterHighPassSet(int32_t sectionNumber,
double cornerFreq) PURE_VIRTUAL;
9942 virtual
void PostFilterNotchSet(int32_t sectionNumber,
double centerFreq,
double bandwidth) PURE_VIRTUAL;
9962 virtual
void PostFilterResonatorSet(int32_t sectionNumber,
double centerFreq,
double bandwidth,
double gain) PURE_VIRTUAL;
9982 virtual
void PostFilterLeadLagSet(int32_t sectionNumber,
double lowGain,
double highGain,
double centerFreq) PURE_VIRTUAL;
9999 virtual
void PostFilterClear(int32_t sectionNumber) PURE_VIRTUAL;
10021 virtual
void PostFilterBiquadSet(int32_t sectionNumber,
double aOne,
double aTwo,
double bZero,
double bOne,
double bTwo) PURE_VIRTUAL;
10024 virtual const
char* const PostFilterInfoGet() PURE_VIRTUAL;
10052 virtual const
char* const UserLabelGet() PURE_VIRTUAL;
10074 virtual
void UserLabelSet(const
char* const userLabel) PURE_VIRTUAL;
10083 virtual
void PostTrajectoryGearingEnableSet(
bool enable) PURE_VIRTUAL;
10086 virtual
bool PostTrajectoryGearingEnableGet() PURE_VIRTUAL;
10089 virtual
void PostTrajectoryGearingMasterAxisSet(int32_t masterAxisNumber) PURE_VIRTUAL;
10092 virtual int32_t PostTrajectoryGearingMasterAxisGet() PURE_VIRTUAL;
10095 virtual
void PostTrajectoryGearingMultiplierSet(
double multiplier) PURE_VIRTUAL;
10098 virtual
double PostTrajectoryGearingMultiplierGet() PURE_VIRTUAL;
10137 virtual
void NetworkIndexSet(
RSINetworkIndexType indexType, uint32_t newIndex) PURE_VIRTUAL;
10149 virtual
double BacklashHysteresisLimitGet() PURE_VIRTUAL;
10157 virtual
void BacklashHysteresisLimitSet(
double hysteresisLimit) PURE_VIRTUAL;
10182 virtual
bool StepperMotorLoopbackGet() PURE_VIRTUAL;
10207 virtual
void StepperMotorLoopbackSet(
bool loopback) PURE_VIRTUAL;
10236 virtual uint64_t GearingMasterAddressGet() PURE_VIRTUAL;