项目作者: JoshMcguigan

项目描述 :
Demo React application using ignition-web-scripts and ignition-web-hoc
高级语言: JavaScript
项目地址: git://github.com/JoshMcguigan/ignition-web-example.git
创建时间: 2017-10-10T20:58:53Z
项目社区:https://github.com/JoshMcguigan/ignition-web-example

开源协议:MIT License

下载


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

      1. - Configuration
      2. - Inverters
      3. - Inverter Max Power
      4. - Inverters
      5. - Inverter 1
      6. - P
      7. - VAB
      8. - VBC
      9. - VCA
      10. - Inverter 2
      11. - P
      12. - VAB
      13. - VBC
      14. - VCA
      15. - Inverter 3
      16. - P
      17. - VAB
      18. - VBC
      19. - VCA
      20. - Air Temperature
      21. - Module Temperature
      22. - 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