Forum Home › Forums › New Ideas › Alien LiveChart or Gage
- This topic has 14 replies, 4 voices, and was last updated 7 years, 6 months ago by
Mikhail.
-
AuthorPosts
-
May 29, 2017 at 4:26 am #2190
trauden
ParticipantHi members
How to get data from RAPID SCADA (for example Communication channel) to alien LiveChat or Gage (http://justgage.com/). I mean that there are API commands of RAPID SCADA?!May 29, 2017 at 5:32 am #2194
MikhailModeratorHi,
Find the API here. The descriptions of the methods are included in this file as comments.
May 29, 2017 at 5:33 am #2195
MikhailModeratorThe example of using the API.
May 31, 2017 at 6:17 am #2228trauden
ParticipantFor example: I can get data from tag having parameter: Input channel: 101; Name: OPCSimChannel1; Channel Type: Real; Object: Enterp rise; Device: OPCDemo; Signal:1;
for external purpose (display in JustGage ((http://justgage.com/).).
I can do it?
Please help me Mikhail!May 31, 2017 at 2:58 pm #2231
MikhailModeratorYes, you can do it using JavaScript:
scada.clientAPI.getCurCnlDataExt(cnlFilter, function (success, cnlDataExtArr) { if (success) { // your code here } });Please ask more specific questions.
If you’d like, we can create a simple application together as a part of training.December 9, 2017 at 3:34 pm #2927kumajaya
ParticipantThe dashboard more resource hungry than Rapid SCADA but works 😀
December 10, 2017 at 7:24 am #2928
MikhailModeratorThanks. I hope it will be possible out of the box in the future.
December 11, 2017 at 2:53 pm #2932kumajaya
ParticipantWill be great! Can we embed Freeboard inside Rapid SCADA current dashboard?
December 11, 2017 at 6:06 pm #2935
MikhailModeratorI think it should be a native Rapid SCADA module instead of external commercial software.
December 13, 2017 at 2:00 pm #2952kumajaya
ParticipantKpMQTT + Emqtt + Telegraf + InfluxDB + Grafana:

Will be great if Grafana can access Rapid SCADA database directly.December 14, 2017 at 11:14 am #2954
MikhailModeratorIt’s possible to create an integration module as custom development by a contract.
May 9, 2018 at 7:05 pm #3695OssamaHelmy
ParticipantDear Mikhail i am sorry to open an old one but i tried the code and have err.
could i have your help !!
scada.clientAPI.getCurCnlDataExt(cnlFilter, function (success, cnlDataExtArr) {
if (success) {
// your code here
}
});-
This reply was modified 7 years, 6 months ago by
OssamaHelmy. Reason: forget insert code
May 10, 2018 at 3:50 pm #3705
MikhailModeratorYou should provide more info about the error. Use debugger tool of Chrome to get error messages.
May 14, 2018 at 2:42 pm #3710OssamaHelmy
Participantthis is my debugger tool of Chrome
i don’t define cnlFilter for CnlNums=101 & viewIDS=2
or viewid=2clientapi.js:191 Uncaught TypeError: cnlFilter.toQueryString is not a function
at Object.getCurCnlDataExt (clientapi.js:191)
at gauges.aspx:51
getCurCnlDataExt @ clientapi.js:191
(anonymous) @ gauges.aspx:51.thanks for your reply.
May 14, 2018 at 5:44 pm #3713 -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.