RMP Motion Controller
10.7.1
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
RapidStuff
SampleApps
python
_constants.py
Generated by
1.10.0