Forum Replies Created
-
AuthorPosts
-
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.April 15, 2021 at 11:29 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8757
MikhailModeratorHi everybody,
I would use PuTTY for remote command line.
MikhailModeratorIt takes time for waiting 192.168.95.112 at 08:07:43.
I don’t see the 1st screenshot that may be contains communication channel properties. Could you post it again?
MikhailModeratorHi,
Could you explain the question?
MikhailModeratorHi,
I wonder why CalcDRCnls() has to be called after average calculation?
Which line numbers of the source code do you mean?
MikhailModeratorHello,
“Method not found” error is caused because of Webstation version and the plugin version mismatch.
The second screenshot: provide access right to all files in the config directory.
April 14, 2021 at 1:49 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8744
MikhailModeratorHello,
So Pls let me know how to uninstall Rapid Scada Software in Raspberry Pi?
The uninstallation instruction is in the package ZIP.
But I recommend not to uninstall Rapid SCADA, because you just need to fix file access rights. If you have issues with changing file access rights, post the related screenshots on the forum.
MikhailModeratorLine Parameters – Main Parameters, then Communication Channel group box and the Properties button.
it is waiting there for few seconds without communicating with other device which is still turned ON
What date and time on your screenshot?
MikhailModeratorHi,
Check C:\SCADA\ScadaServer\Log\ScadaServerSvc.log for the error details.
-
AuthorPosts