CreationParameters for MotionController::Create.
More...
|
|
| int32_t | ControllerIndex |
| | The index of the controller to create.
|
| char | RmpPath [PathLengthMaximum] |
| | Location of the RMP firmware executable, license, and associated binaries and resources.
|
| char | NicPrimary [PathLengthMaximum] |
| | Primary EtherCAT Network Interface (NIC) name.
|
| char | NicSecondary [PathLengthMaximum] |
| | Secondary EtherCAT Network Interface (NIC) name. Reserved for future use.
|
|
| char | NodeName [PathLengthMaximum] |
| | [Windows/INtime] Indicate the INtime node on which the RMP and RMPNetwork processes run.
|
|
| int32_t | CpuAffinity |
| | [Linux] Indicate the CPU core on which the RMP and RMPNetwork processes run.
|
| int32_t | RmpThreadPriorityMax |
| | [Linux] The maximum thread priority. All threads of the RMP and RMPNetwork will be based off of this. The maximum thread priority. 1) Must be in range RMPThreadPriorityMinimum <= RmpThreadPriorityMax <= RMPThreadPriorityMaximum OR 2) rmpThreadPriorityMax == RMPThreadPriorityNoRealTime
|
- Examples
- SyncInterrupt.cpp, axis-configuration.cpp, calculate-acceleration-from-velocity.cpp, config.h, difference-of-position-user-limit.cpp, follow-sensor.cpp, hello-rttasks.cpp, phantom-axis.cpp, point-to-point.cpp, print-network-topology.cpp, record-performance.cpp, and starter-template.cpp.
Definition at line 861 of file rsi.h.