Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
To export the table view and events find a button with Excel icon on the main page of the web app (Main.aspx). To export minute data goto to reports page (Report.aspx) and choose Minute data report.
MikhailModeratorHello,
IIS seems OK.
Did you install Rapid SCADA in C:\SCADA\ScadaWeb folder?
Please check if the folder C:\SCADA\ScadaWeb exists and contains any files.
If the folder doesn’t exists, try to reinstall SCADA-Web.
MikhailModeratorThe great approach! I think it should be included in the SCADA-Server shell.
MikhailModeratorHi,
Please, send me an email request. The address is here.
Also provide the following info:
1. What kind of data should be written in files:
– current data sent by devices,
– historical data,
– events?2. How to clean the outdated data?
3. What is the due date?
4. Any additional requirements?
MikhailModeratorI wonder if you are already using SQL Server lite for objects/channels… why not for data too?
Pros of file storage:
– Performance
– Works great on systems with low resources, e.g. Raspberry Pi
– Easy to refactor depending on the project needs
– No dependencies on 3rd partyCons:
– Unable to write SQL requests
– Unable to retrieve data using standard toolsThe ideal way is to implement the ability to use different data storage engines.
MikhailModeratorHi,
You need to develop or purchase a module for SCADA-Server. Use this one as an example.
MikhailModeratorHello,
This limit is defined in DiagCnls.aspx. You can change it, I think it should work.
You right, the possible problems are layout and performance.How many channels do you compare in the work proccess?
MikhailModeratorHi,
Please, create a new topic, this one is not appropriate. Furthermore, provide more details about your task.
MikhailModeratorYou should use srezAdapter.Update(srezTable) method after modify data in srezTable.
Changing data:
https://github.com/RapidScada/scada/blob/master/ScadaServer/ScadaServerCtrl/FrmSrezTableEdit.cs#L331Saving: https://github.com/RapidScada/scada/blob/master/ScadaServer/ScadaServerCtrl/FrmSrezTableEdit.cs#L103
“Srez” means a snapshot ))
MikhailModeratorFor the old web app you should enter views into the Interface table if you need custom user roles. For the new web app all the views must be in the Interface table.
MikhailModeratorAre you talking about the new web app or about the current version? My note was about the new.
MikhailModeratorThe server code of the all Rapid SCADA applications are highly stable, and the apps work for months and more without restarting.
The issue may occur with a browser on a client side if the browser doesn’t be reopened for a few hours. The new web application which works great is under active development. You can install the prototype (see this link)
MikhailModeratorFor now the prototype supports schemes, table views and events.
Charts, commands and reports are under construction.Use fresh version of Chrome (recommended), Firefox or Edge. It also works on iOS and Android. Don’t forget to update your browser.
In case of issues, please, create new topics.
MikhailModeratorI have published the prototype http://rapidscada.org/download/scada_web_beta.zip
Look for installation instructions in manual_setup_en.pdf of the main distributive package.
The files of the prototype have to be located in C:\SCADA\ScadaWebBeta\
Define views using SCADA-Administrator as shown on the screenshot

Then enter view IDs in the file C:\SCADA\ScadaWebBeta\ViewSettings.xml
MikhailModeratorFunction and variable names are case sensitive. Check it.
-
AuthorPosts