Procedure - Manual - IIH SDK - Industrial Edge - IIH Software Suite

IIH SDK Documentation

Product
IIH SDK
Product Version
v1.00
Edition
12/2024
Language
en-US (original)
  1. Create your app:

    • Enter the name and description of your app.
      Alt text

    • No service is needed in this example. Only enter a service name.
      Alt text

    The app summary should look like this:
    Alt text

  2. Generate the source code and download the .zip file.

  3. Unzip the file and open it in VS Code.
  4. Add the business logic to your app for generating a triangular wave using random data.

    Source code

    You can find the source code for this example here.

  5. Once the code is ready: To build the image, run the command

    make servicename_build
    
  6. Start the Dockerfile to check if the app is running on the desired port.