Powerful SCADA-like visualization tools, free-form synoptic graphics
for real-time data display.
A pure HTML5 solution, mobile friendly, framework agnostic, with no special server requirements needed.
All your data and graphics stay on your servers and clients.
Download the toolkit from Github to use it on-premises or load it from our servers.
Apply the compatible SVG graphics to 3rd party apps also...
MQTT/Sparkplug-B directly on the web browser see here!
Free Google Data Studio community visualization, see here!
Create user interfaces for Node-RED. Learn here!
Free Grafana panel plugin available, see here!
Our MS Power BI custom visual is here!
Create high-quality vector graphics using our powerful Inkscape-based editor. Easily animate the graphics properties linking to your data using tags. Animate fill/stroke colors, text, rotation, size, position, add interactivity and much more. All graphics properties are high-level DOM objects.
Embed the Javascript Synoptic API into your web pages: just one line in the HTML file. This API employs an iframe based, framework agnostic, sandboxed method that isolates your site code from the visualization component code. It also provides data privacy without requiring changes in the server and frontend environments.
Pass the SVG file and tagged data in real time using the Synoptic API. The API manages all the complexity providing a few simple calls. No data and no graphics are ever sent to our servers. The under the hood postMessage mechanism makes the cross-domain collaboration easy, safe and efficient.
scadavisInit({ container: "div1", iframeparams: 'frameborder="0" height="490" width="555"', svgurl: "https://raw.githubusercontent.com/riclolsen/displayfiles/master/office2.svg" }).then( sv => { sv.zoomTo(0.65); 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(); }, 1000); })
Basic | Enterprise | |
---|---|---|
Service Price | Free | US$899 anually |
Unlimited clients | ✓ |
✓ |
Data and graphics privacy | ✓ |
✓ |
SVG Editor | Windows StoreorOff-Store | Windows StoreorOff-Store |
Support | No |
EmailHigh priority |
Code hosted by | SCADAvis.io or Client (On-premises) |
SCADAvis.io or Client (On-premises) |
Release cycle | Rolling release |
Rolling releaseand5 years LTS |
Best for | PersonalSmall BusinessEvaluation | Large corpsHigh-traffic publishingEmbedding |