RMP Motion Controller
11.0.0
APIs
, concepts, guides, and more
Community
Support
Contact
_constants.py
1
""" Constants used across Python sample applications.
2
These constants are intended to be modified by the user to match their specific setup.
3
"""
4
5
RMP_PATH =
""
# the path to the RapidCode install directory. If left empty, will attempt to find it automatically.
6
RMP_NODE_NAME =
""
# [windows] the INtime node name (default is NodeA)
7
RMP_NIC_PRIMARY =
""
# [linux] the primary NIC to use for EtherCAT communication
8
RMP_CPU_AFFINITY = 0
# [linux] the CPU core to use for the RMP firmware
9
10
USE_HARDWARE =
False
# set to False to use phantom axes, or True to use real hardware
11
12
13
# ┌───────────────────────────────────┐
14
# │ INTERNAL CONSTANTS │
15
# │ DO NOT EDIT BEYOND THIS LINE │
16
# └───────────────────────────────────┘
17
18
EXIT_SUCCESS = 0
19
EXIT_FAILURE = 1
RapidStuff
SampleApps
python
_constants.py
Generated by
1.15.0