|
APIs, concepts, guides, and more
|
Learn to setup your RapidCode program using our Python wrapper for the RapidCode API. More...
RapidCodePython.py & _RapidCodePython.pyd (Windows) or _RapidCodePython.so (Linux): The Python wrapper for the RapidCode API. Located in your RMP install directory.RapidCode64.dll (Windows) or librapidcode.so (Linux) : The RapidCode dynamic link library. Located in your RMP install directory.ntx.dll (Windows Only): The INtime library located in C:\Program Files (x86)\INtime\bin.numpy: A common Python package needed for array marshalling. Available here: https://numpy.org/install/Topics | |
| Axis: Basic Motion | |
| Basics for getting up and running with Axis motion in RapidCode for Python. | |
| Controller: Create | |
| Create a controller in Python. | |
| Helper Functions | |
| Helper Functions for checking logged creation errors, starting the network, etc. | |
| IO: Input & Output | |
| Learn how to work with Input/Output operations in Python. | |
| NetworkNode: Error Counts | |
| Learn how to read and display RX error diagnostic counters from all network nodes in an EtherCAT network. The application creates a MotionController object, checks for errors, and if the network is operational, it reads RX error counters from each node and displays them in a formatted table. | |