Forum Replies Created
-
AuthorPosts
-
MikhailModeratorProbably it’s better. Maybe this will be changed in the future to nuget.
Thank you.
MikhailModeratorThank you too. You helped to find and fix the bug!
MikhailModeratorYou should allow incoming connections for the TCP port 10002 in the settings of Windows firewall to enable access to Agent.
MikhailModeratorHi,
The existing Link component allows to redirect to another scheme where you can put needed components. It is planned to add a popup dialogs feature for links in this year.
MikhailModeratorYou can do a trick:
1. Create a folder C:\SCADA\ScadaWeb\plugins\SchBasicComp\lang\
2. Copy the PlgSchBasicComp.en-GB.xml into this folder.The fix of this bug will be included in the next version of Rapid SCADA.
MikhailModeratorThe web app must be in C:\SCADA\ScadaWeb because of this bug. Is it?
MikhailModeratorControl RAM on Linux. Agent uses WCF technology that has a memory leak bug on Mono .NET Framework.
MikhailModeratorI suppose, the cause is your localization. I reproduced the bug. What culture did you set for Rapid SCADA?
MikhailModeratorYes, you right.
Thank you.
MikhailModeratorHi,
First, it’s needed to implement math algorithm. It is better to develop a module for the Server app.
Then, configure user interface. How do think, to display it?
Do you mean PID like this?
MikhailModeratorAnyway, this is strange.
What version of Windows do you use?Is it possible to try Webstation and Scheme Editor on another computer just for test?
MikhailModeratorTry updating ScadaSchemeCommon.dll.
Copy it in C:\SCADA\ScadaWeb\binPlease tell about the result.
-
This reply was modified 8 years, 1 month ago by
Mikhail.
MikhailModeratorThank you 🙂
MikhailModeratorYes. You should use Random class.
In the Formulas table add a variable:
Random rand = new Random();Then use it in an input channel, for example:
rand.NextDouble() -
This reply was modified 8 years, 1 month ago by
-
AuthorPosts