Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHello,
Use the formula:
MonthBeg() ? Val(101) : Val()where 101 is the referenced channel.
You can find MonthBeg implementation in the Formulas table if interested.
The channel must be of the calculated real or calculated discrete type.
MikhailModeratorIf you already did it, repeat.
MikhailModeratorHello,
You should provide write access to the configuration directory and configuration file:
C:\SCADA\ScadaWeb\config\
C:\SCADA\ScadaWeb\config\WebSettings.xmlor
/opt/scada/ScadaWeb/config/
/opt/scada/ScadaWeb/config/WebSettings.xml
MikhailModerator
MikhailModeratorOn the screenshot the line seems working.
Also please provide a screenshot of your communication channel properties.
MikhailModeratorHi,
Rapid SCADA does support OPC UA. You should provide the error details.
MikhailModeratorHi,
You should select an appropriate topic to discuss this issue or create a new one. As I wrote, the cause is not related to OPC and Kepware.
MikhailModeratorHi,
Set the type of channel 163 to “Calculated real”, and set Signal to blank.
April 9, 2021 at 1:21 pm in reply to: Difference b/w OnCurDataProcessed and OnCurDataCalculated #8699
MikhailModeratorHi,
I would insert logging in the module you working on, and see the actual sequence.
Server calculates formulas for “calculated” channels in the main thread, while data from Communicator are coming from another thread.
-
This reply was modified 5 years, 2 months ago by
Mikhail.
MikhailModeratorHello,
Probably 1000 connections is too many for Mono .NET framework. As I remember, an OS has a limit of open connections. It’s possible to find a command to change this limit.
For what reason do you need so many connections?
MikhailModeratorI suggest edit configuration only from Administrator. It helps to avoid such errors.
-
This reply was modified 5 years, 2 months ago by
-
AuthorPosts