Kinova-kortex2_Gen3_G3L

Modbus example

Setup (pymodbus)

Required Python version and module

You can either install the modules manually or use the requirements.txt file that is inside the modbus example folder.

python3 -m pip install -r requirements.txt

Refer to the main README for Python installation details: parent readme

How to use the examples

We assume the robot is using its default IP address: 192.168.1.10

Before starting, ensure that you run the test in a safe area with some examples that contain movement. Also, verify that your robot is correctly afixed to the working surface.

Prerequisites:

Now you’re ready to run the examples. Each Python example has its own __main__ instruction. You need only to cd into the example directory and invoke the Python file using the command:

Modbus ICD documentation

Here’s a link to the ICD documentation of the modbus slave. Modbus slave ICD

Reference

| | | | —: | — | | Modbus technical resources | https://modbus.org/tech.php | | Modbus Wikipedia: | link |


Back to root topic: readme.md