Energy Dashboard

  • Real time monitoring

  • While at Oceanit I made a realtime dashboard to monitor the effects of a new nanocomposite on our experimental heat exchanger.

    The PLC sent data to a server running Node.js. The server then sent the data to the client using websockets.

    Realtime graphs were updated on 15-second intervals. I made a Process and Instrumentation Diagram (P&ID) in SVG to show realtime data in the system.

  • Technologies Used

    • NextJS
    • Websockets
    • NodeJS
    • Recharts