Forum Replies Created
-
AuthorPosts
-
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 4 years, 12 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.
MikhailModeratorHi,
In the current version you can insert SVG in schemes.
hope the project v6 support string value in input channel
It will.
MikhailModerator
MikhailModeratorHi,
It’s not related with OPC. You should start the Agent service. You can find it in Windows service manager.
MikhailModeratorHello,
In web browser open http://localhost/scada/plugins/Config/WebConfig.aspx, select “Chart plugin”, save configuration and download it into the project as written in the manual.
MikhailModeratorHi,
DB export module executes SQL script every time when data comes from Communicator to Server. If you need custom data processing, it should be implemented on database level.
-
This reply was modified 4 years, 12 months ago by
-
AuthorPosts