Forum Replies Created
-
AuthorPosts
-
January 31, 2019 at 2:57 pm in reply to: Elastic Report and Chart Export function through iPad #4963
MikhailModeratorLet’s play with Elastic Report.
Open C:\SCADA\ScadaWeb\plugins\ElasticReport\js\elasticrep.js
Find the code:if (scada.utils.iOS()) { // disable Excel and PDF formats for iOS $("#rbHtmlFormat").prop("checked", true); $("#rbExcelFormat").prop("disabled", true); $("#divExcelFormat").addClass("disabled"); $("#rbPdfFormat").prop("disabled", true); $("#divPdfFormat").addClass("disabled"); } else { var format = localStorage.getItem(FORMAT_ITEM_NAME); // switch to stored format if (format == "PDF") { $("#rbPdfFormat").prop("checked", true); } else if (format == "HTML") { $("#rbHtmlFormat").prop("checked", true); } }January 31, 2019 at 2:55 pm in reply to: Elastic Report and Chart Export function through iPad #4962
MikhailModeratorHello,
Replace the newly bought iPads with Android tablets?
I would not like this way.
Minute Data report are functioning normally on the iPad.
This is interesting. My iPad can’t open Minute report. What application opens this report on your iPad?
Is it due to the licensing of Elastic Report and Chart Pro which limits the function on iPad?
Is there any way to enable these functions on the iPads?Only technical reason. The cause is that iPad has no internal location to save report files. May be this changed since the reports were developed. We should try to run them and see what happens.
MikhailModeratorCould you provide the info listed below?
1. Sequence of steps that reproduces the problem.
2. Expected result.
3. Actual result
MikhailModeratorHello,
You should not use MSSQL Compact from SCADA-Server. If you need access to the configuration database from SCADA-Server, explore the files in DAT format from C:\SCADA\BaseDAT
We will get rig of MSSQL Compact soon.
MikhailModeratorHi,
Export to Database Module already included. It’s path is C:\SCADA\ScadaServer\Mod\ModDBExport.dll
You need to add it to SCADA-Server on the Modules page and then configure using the scripts listed by this link.
MikhailModeratorI hope you can change the size.
For a big system, you may need our assistance to research how Rapid SCADA works under the required load and what the bottle necks are. Changing either data formats or internal protocol may be a subject of a contract between our companies. This is a business model of our project and many other open source projects.
MikhailModeratorBy default, it is in C:\SCADA\ScadaWeb\log\
MikhailModeratorI need send tens of thousands of bytes to ScadaServer
Could you describe your system?
MikhailModeratoris already used900M memory
Seems not usual. Do you use the default configuration?
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.
-
AuthorPosts