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
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:
192.168.1.11/24
)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:
python3 <example-file>.py
python <example-file>.py
Here’s a link to the ICD documentation of the modbus slave. Modbus slave ICD
| | | | —: | — | | Modbus technical resources | https://modbus.org/tech.php | | Modbus Wikipedia: | link |