GithubHelp home page GithubHelp logo

bigerxie / scadavis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from riclolsen/scadavis

0.0 0.0 0.0 1.78 MB

HTML5 Synoptic Graphics Toolkit. SCADA-like realtime visualization tools for the web.

Home Page: https://scadavis.io

License: GNU General Public License v3.0

JavaScript 91.91% HTML 8.09%

scadavis's Introduction

SCADAvis.io Logo

HTML5 Synoptic Graphics Toolkit. SCADA-like realtime visualization tools for the web.

Mission Statement

To provide a powerful toolkit for the producing of SCADA-like SVG displays for modern web browser platforms.

Major features

  • Pure HTML5/Javascript/SVG runtime.
  • Use a custom Inkscape SVG Editor to create displays.
  • Link tagged realtime data to SVG animations at runtime.
  • Mobile friendly, framework agnostic.
  • No special server requirements needed.

Example Javascript code

scadavis({
    container: "div1",
    iframeparams: 'frameborder="0" height="490" width="555"',
    svgurl: "https://raw.githubusercontent.com/riclolsen/displayfiles/master/office.svg"
}).then( function (sv) {
    setInterval(function () {
        sv.storeValue("TAG1", Math.random() * 100);
        sv.storeValue("TAG2", 100 + Math.random() * 80);
        sv.storeValue("TAG3", 120 + Math.random() * 60);
        sv.storeValue("TAG4", 150 + Math.random() * 60);
        sv.storeValue("TAG5", 110 + Math.random() * 30);
        sv.storeValue("TAG6", 200 + Math.random() * 100);
        sv.storeValue("TAG7", 130 + Math.random() * 40);
        sv.updateValues();
    }, 2500);
    sv.zoomTo(0.65);  
})

Substation Simulation Example

https://codepen.io/ricardolo/pen/MWXmPpB

scadavis's People

Contributors

riclolsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.