Use it by first creating a modbus_tcp_client module instance, configuring its connection settings, and then attaching modbus.read_input_registers tasks to that instance. Previously, the write task ...
The essence is to create a program that will poll the device via the Modbus TCP protocol and, based on the received data (coordinates and time), build graphs of the dependence of coordinates and speed ...