Forum Replies Created
-
AuthorPosts
-
MikhailModeratorwhen the cmdlen’s number more than 65536,the scada server can not receive the cmdlen
Yes, this is a limitation.
When debug ScadaServer,The computer is very stuck.Why?
Depends on a computer hardware.
ScadaComm runs long time,the memeory of ScadaComm become much bigger.Why?
Can you provide memory usage chart?
I think you can use Design Patterns to insteaed the switch method,the ProcCommCommand function is too long to beautiful.
I agree. I hope this will be refactored in the future.
MikhailModerator1. Before running Rapid SCADA setup, you should switch on the features of Windows Server 2012 R2. If you provide link to their screenshot, I’ll write what features to select.
2. Microsoft SQL Server Compact 3.5 is used for configuration only, not for data archive. You can’t change it to SQL 2018. In the future we will get rid of SQL Server Compact.
MikhailModeratorI implemented several averaging formulas in different projects. I can help you with averaging based on your requirements. But this is out of free support.
MikhailModeratorHello,
You need to find a cause of logout. What operation system do you use? What is written in ScadaWeb.log when logout?
MikhailModeratorHow to do to average same variable along a certain time (n previous
readings)?Create new formulas in the Formulas table depending on your needs. There are many different ways to calculate averages.
What does “averaging” column in Input Channels work if marked?
Summarizes all values received from controller and then divide by their count. This is performed separately when write minute and hourly data in the archive.
MikhailModeratorHi,
Something like
(Val(1) + Val(2) + Val(3)) / 3
where 1, 2 and 3 are input channel numbers.
You need to add an extra input channel of calculated real type that uses the above formula.
MikhailModeratorRapid Scada 5.6.0 that includes Webstation to 5.0.7.0 ))
MikhailModeratorHi,
We fixed a bug that may relates to your issue. Download the latest Rapid SCADA again, reinstall Webstation and press Ctrl+F5 in browser.
MikhailModeratorIn this forumn, 1 topic is for 1 kind of error. Please create new topics for new errors.
MikhailModerator1. Open Administrator.
2. Open the Units table, and create your row, for example,
Running; Not Running
3. Create an input channel.
4. Set the Format field to “Enum text”.
5. Set the Unit field to your the unit you created on step 2.
MikhailModeratorFirst of all, upgrade Webstation to 5.0.7.0.
MikhailModeratorI hope in the future we will come up with something. Thank you for noticing.
You can download zip archive from https://github.com/RapidScada/scada then find ScadaDoc folder and open web pages locally.
MikhailModeratorPlease specify your question.
MikhailModeratorFirst of all, upgrade Webstation to 5.0.7.0 and Scheme Editor to 5.2.2.0.
1. Please check ScadaWeb.log for errors.
2. Horizontal or vertical depends on level width and height. Just resize it.
3. Provide more details about the issue.
4. Colorized gauge is the same component with background image. Background images can be found in the internet.
MikhailModeratorIn Chrome press Ctrl+P, select “Save as PDF” printer and save it.
-
AuthorPosts