Application Running and Testing
You can test the application using the following commands:
Note
You must configure config.json and vars.json to align with your app requirements.
Run example in Python:
cd $HOME/edgesdkexample
python3 main.py
For debugging, Sensia suggests testing your application against an external Modbus Server (not HCC2) to make sure that the application can read and write data and that it performs calculations correctly.
You may use the Modbus Simulator detailed in the Introduction section or use an external Modbus simulator of your preference. When you are certain that your application runs, prepare the application to be deployed to the HCC2 Hardware target.