Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYou should update Rapid SCADA to v5.8.1 and update the plugins.
MikhailModeratorHi,
Please provide more info how your module should work.
MikhailModerator> some data are missing
Likely the device didn’t respond that periods of time.> would you please explain more on how to use the rolling mode, and how to put chart on scheme using extended scheme components
In the rolling mode, a period of the specified length is displayed on chart. For example, 30 last minutes.
Using Scheme Editor, put a chart component on a scheme and set its properties as you need. Select fixed or rolling mode.
MikhailModeratorCool!
Should I add the driver to the repository?
MikhailModeratorIn the formula you should join the strings. Something like
string s = ""; for (int cnlNum = 101; cnlNum < 110; cnlNum++) { s += ScadaUtils.DecodeAscii(Val(cnlNum)); } return double.Parse(s)
MikhailModeratorHi,
do you have suggestion for that, any tested formular?
You should develop a formula by yourself. The idea is the following:
1. Create an input channel of the calculated type.
2. Add a formula in the Formulas tabledouble MyFunc() { // your code here }3. Use this formula for the created input channel.
MikhailModeratorHello,
In addition to the above, configure Chart Pro by editing PlgChartPro.xml, and set the RefreshRate parameter. I suggest use Chart Pro in the rolling mode if you need to refresh it often. To do this, use Dashboard Plugin, or put a chart on a scheme usgin Extended Scheme components.
MikhailModeratorHi,
It’s not supported.
To do this, it can be a good idea to use Automatic Control Module which has to be upgraded for event generation.
MikhailModeratorMay be we should change the size from 10485760 to 104857600 by default.
MikhailModeratorIt means that the configuration is too big (more than 10 MB). When configuration is transferred, it is zipped to reduce size. So 10 MB is a size of an archive.
There are 2 options how to fix:
1. Check your interface files. May be you should optimize images.
2. Increase maxReceivedMessageSize in C:\SCADA\ScadaAdmin\ScadaAdmin.exe.config-
This reply was modified 5 years, 6 months ago by
Mikhail.
MikhailModeratorHi,
1. Read the registers from 30215 to 30218 as a double (8 bytes) in Communicator. They will be passed to a one input channel.
2. Check the displayed value.Share new screenshots, please.
MikhailModeratorHello Irene,
It looks like the configuration file of Chart Pro is not included in the project. Please find PlgChartPro.xml in the distributive package of Chart Pro and copy it to YourProject\Instances\Default\ScadaWeb\config\ directory.
Then upload the project to the server.
MikhailModeratorHi,
Chart Pro supports export channel values to Excel.
MikhailModeratorHello,
The additional error information is in C:\SCADA\ScadaAdmin\Log\ScadaAdmin.err
Please provide the error details from the log.
MikhailModeratorMin and Max are constants. That’s true. As a work around you could create an extra input channel of the Calculated type. And set a formula to calculate some kind of relational value.
i would like the right picture, but the colors of the ring changing with time regarding a variable bandwidth.
The right picture uses a background found somewhere in the internet. A display over a gauge is a dynamic text component.
-
This reply was modified 5 years, 6 months ago by
-
AuthorPosts