Forum Home › Forums › Understanding the Software › Chart Pro Customization
Tagged: chart pro
- This topic has 6 replies, 2 voices, and was last updated 3 months, 2 weeks ago by
Mikhail.
-
AuthorPosts
-
June 10, 2023 at 11:13 am #12780
DF
ParticipantHello,
Is there a way to customize the charts in chart pro to display waveforms and bar charts instead of plot lines? Ive tried modifying the XML but I’m not sure if the functionality extends that far.
Ideally I’m looking to display a waveform on one chart and harmonics on a second chart. Is this achievable with Chart Pro, or is there alternative methods that can be implemented within Rapid Scada via built in methods or other plotting/chart modules?
Many Thanks
Dean
June 12, 2023 at 9:42 am #12785Mikhail
ModeratorHello Dean,
Char and Chart Pro displays only linear diagrams. You can integrate Grafana to draw various charts.
For Rapid SCADA 5 use this link.
Rapid SCADA 6 integrates with Grafana via a database.June 13, 2023 at 6:14 pm #12795DF
ParticipantHello Mikhail,
The provided link worked perfectly. gave me exactly what I was looking for. Thankyou.
On a similar topic, is it possible to interface a python program with the data collected by Rapid SCADA? Either a way to imbed it into the dashboard in a similar fashion as Grafana or link the database to the python program / export the data to it? I would like to implement a machine learning algorithm with the collected data if possible.
Any advice would be greatly appreciated.
Many thanks
Dean
June 13, 2023 at 6:18 pm #12796DF
ParticipantHello again,
Just to add, do you know if anyone has interfaced MatLab with Rapid SCADA for data analysis, or if you think it could be possible?
Many thanks
Dean
June 14, 2023 at 11:24 am #12802Mikhail
ModeratorHello Dean,
You can integrate with Rapid SCADA in different ways:
1. Embed external web application as a frame into Rapid SCADA web interface.
2. Use API from client JavaScript or from another application.
3. Use TCP protocol to interact with ScadaServer app.
4. Develop your own module using C#.1, 2 and 3 items are language independent.
I have no info about MatLab. What interfaces does it support?June 15, 2023 at 2:45 pm #12812DF
ParticipantHello Mikhail,
Thankyou for that information. I will explore further into those options and if I get stuck I will let you know.
I doesn’t matter about MatLab, I wont be pursuing that at this stage anymore.
On the original subject concerning Grafana, is it possible to expose the current data collected by Rapid SCADA to Grafana or is it only possible to get the data stored every 60 seconds? I’m looking to transfer values that represent a sinusoidal waveform, so a real-time data transfer if possible.
Thanks
Dean
June 16, 2023 at 10:45 am #12817Mikhail
ModeratorHello,
Grafana needs to retrieve historical data from an archive. You could put data into a historical archive with the required period.
-
AuthorPosts
- You must be logged in to reply to this topic.