Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Method calls currently not supported. Probably, they will be added in the future.
If you need this feature on time, we could implement it according to a contract.
MikhailModeratorHi,
What Rapid Gate version do you use? What is your configuration?
MikhailModeratorHello,
This link contains Webstation version: http://localhost/scada/About.aspx
April 21, 2021 at 2:27 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8804
MikhailModeratorHello,
Clear browser cache and press Shift+F5 on the pages that don’t work.
MikhailModeratorThe manuals and the forum complement each other.
April 20, 2021 at 1:07 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8800
MikhailModeratorHello,
Chart Pro 5.1.0.1 requires Rapid SCADA 5.8.2.
I suggest to upgrade Rapid SCADA to the latest version.April 19, 2021 at 1:54 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8791
MikhailModeratorHello,
What is the version of Webstation?
What is the version of Chart Pro?
Please provide screenshots that contains versions.
MikhailModeratorI recommend to configure a project on Windows, then upload it to a Linux machine.
April 19, 2021 at 7:25 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8787
MikhailModeratorDear Mr.Mikhail,
The WebSettings.xml had been edited manually, but the result is the same.Hello,
In this case you have no need to save it in the web interface.April 15, 2021 at 3:47 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8764
MikhailModeratorYou can also edit WebSettings.xml manually in the project using the Administrator app:
<Script name="ChartScript" path="~/plugins/ChartPro/js/chartdialog.js" />
MikhailModeratorYou could increase the Reconnect parameter to 30 or 60, for example, to reduce latency when a device is offline.
Also it can be a good idea to split polling into several communication lines that work in parallel.
MikhailModeratorHi,
// вычисление дорасчётных каналов, если добавленый срез изменился if (changed) CalcDRCnls(drCnls, newSrez, null);It’s important because historical slice (snapshot, “srez”) can be changed because of averaging.
Anyway, in v6 we will remove averaging from the core logic and move it to separate formulas or module.
MikhailModeratorFirst, try to connect public MQTT broker according to the video. Does a public broker works or not?
The MQTT driver is difficult to diagnose. -
AuthorPosts