APIs, concepts, guides, and more
_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
5RMP_PATH = "" # the path to the RapidCode install directory. If left empty, will attempt to find it automatically.
6RMP_NODE_NAME = "" # [windows] the INtime node name (default is NodeA)
7RMP_NIC_PRIMARY = "" # [linux] the primary NIC to use for EtherCAT communication
8RMP_CPU_AFFINITY = 0 # [linux] the CPU core to use for the RMP firmware