This is a fully runnable sample code for an python application to be deployed in HCC2 using the HCC2 SDK. This application is already configured to scan 4 Modbus Input Register and 1 Holding Register.
modbus-crawler reads and writes Modbus registers from a simple register specification. It supports Modbus TCP and Modbus RTU, sync and async clients, and CSV or pandas-based register definitions. The ...