Skip to content

Demo React application using ignition-web-scripts and ignition-web-hoc

License

Notifications You must be signed in to change notification settings

JoshMcguigan/ignition-web-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ignition-web-example

Ignition web example is a simple demo React application to illustrate the use of ignition-web-scripts and ignition-web-hoc.

Setup

  1. Ensure you have setup Ignition and installed ignition-web-scripts per the README

  2. Create the following tag structure within the default tag provider for the 'api' project create in step 1

    • The nested structure can be created with either folders or UDTs

    • The tags should be float data type, but can be memory/expression/OPC tags based on your preference

      - Configuration
        - Inverters
          - Inverter Max Power
      - Inverters
        - Inverter 1
          - P
          - VAB
          - VBC
          - VCA
        - Inverter 2
          - P
          - VAB
          - VBC
          - VCA
        - Inverter 3
          - P
          - VAB
          - VBC
          - VCA
      - Air Temperature
      - Module Temperature
      - Irradiance
      
  3. (Optional) Fork the ignition-web-example repository

  4. Clone the repository onto your local machine

  5. Run 'npm install' in the directory of the cloned project

  6. Run 'npm run start' in the directory of the cloned project

  7. Open the application at http://localhost:3000

About

Demo React application using ignition-web-scripts and ignition-web-hoc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published