Git Product home page Git Product logo

scadavis-synoptic-panel's People

Contributors

clackner-gpa avatar riclolsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scadavis-synoptic-panel's Issues

Angular is deprecated - please migrate to React

Hello ๐Ÿ‘‹ from Grafana Labs

We have detected that your plugin might still be using AngularJS and recommend migrating it to React, so that it may continue to operate successfully in future versions of Grafana.

You can read more on why and how by visiting our documentation: https://grafana.com/docs/grafana/latest/developers/angular_deprecation/

You can reach out to us with any questions via slack: slack.grafana.com - channel #plugins or our plugin development community forum

Grafana v6.2.1 cannot show strings

Hi, i've just installed the lastest version of grafana and the plugin.
I have a problem to show strings with influxdb backend. In Inkscape i create a new text %s
with this settings:
{"align":"Right","attr":"get","tag":"TAG1","type":"Data"}

But the text in grafana stay blank.
If i change the query to load a numerical value the valus is correctly displayed.
Any hint?

Error while adding the plugin

Hello,
My setup is Grafana v 5.1.3
I am able to install the plugin successfully by the alternate method i.e. git clone ...
But when i try to add the panel on the dashboard, i don't see the panel and there is an error message.

error_scadavis

Is this to do with some files which need to be compiled or permission related issues?
Please help

Error with crypto.randomUUID

I have tried to implement your plugin in grafana 10.2.2 but I have not succeeded. The plugin installs normally but when creating a panel the image does not load, either by loading directly or by providing a link, not even the test image that comes by default. At the top of the panel the error "crypto.randomUUID is not a function" appears. Searching I found that the error is probably due to the version of NodeJS, but I still can't solve it.

Visualization not working with InfluxDB V2.0

Hi!

First of all, Great piece of software" I've used it with Influxdb V1.7 succesfully and have created some great dashboards. Thank you!

I recently installed InfluxDB V2.0 (beta) and I'm using the Flux (InfluxDB) [BETA] Datasource plugin. I tried to use the Scadavis plugin with grafana but could not get the tags to work. I uploaded the SVG and can see the non-animated parts.

I tried the following Flux query:
FinalOutput = ["_field", "_time", "_value"]

RawSeries = from(bucket: "b1")
|> range($range) |> limit(n:1000)
|> filter(fn: (r) => r["_measurement"] == "nws")
|> filter(fn: (r) => r["_field"] == "al_ct_h")
|> filter(fn: (r) => r["eq_code"] == "OUT_1")
|> filter(fn: (r) => r["plant_id"] == "col004")
NamedSeries = RawSeries
|> map(fn: (r) => ({_value:r._value, _time:r._time, _field:r.title}))
|> keep(columns:FinalOutput)
|> set(key: "_field", value: "al_ct_H")

NamedSeries |> yield()

If I use a graph plugin different from Scadavis I see the labels displayed correctly on the lines , but when I try to use a (previously tested) SVG it simply does not show the animation.

Line chart

I want to create a line chart, I saw that there is one in the kor1.svg file and I tried to replicate it somehow but I couldn't get it working, I searched the website for some guidance but couldn't find any. Could you explain to me how to create a line chart given a variable called "weight"? Thanks in advance

Displaying String Values

Hi
I am using Scadavis Synoptic IO panel in Grafana.
I want display some string values but unable to do so using %s.
How to write string values e.g serial number that is read from database

Ajay

setting color on model driven tags

Hi
I have a grouped object
The FacePlace is DPM=DPM1
I have one Text Tag with Get
Tag set to %DPM EXPORT_KW

The value is rendered correctly

If I add color mapping in Tag/Limit/ColorName
as follows
%DPM EXPORT_KW 10 red

The entire group is hidden and not rendered in SCADAVis at all.
Do you have any idea?

Ajay

Error! [5] with Node-red

Hello!
I am using the Scadavis Synoptic IO panel with Node-red and everything is working just fine, except I have a error message on the top right corner of my uibuilder display saying "Error! [5]".
How can I get rid of this error?
Thank you for the attention!
error

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.