Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHello,
Try the same but close a web browser. The web application may cause browser memory leak, unfortunately. The new web app works well, it will be released soon. If needed, I can send you the prototype of the new web app.
MikhailModeratorDefinitely.
If Communicator interacts with Server, communication settings of Communicator app are overridden by the configuration database.P.S. You can also use Russian forum if it’s more suitable.
MikhailModeratorHi,
A simple application is needed to update data because the archive is not SQL database.
MikhailModeratorCan you see input channel numbers in the Channel column of Device Data page in Communicator? If not, it means that input channels are not bound to the device tags, so data are not passed from Communicator to Server.
MikhailModeratorGo to SchemeViewAction class defenition in ScadaScheme silverlight project (by pressing F12). It’s in the file Reference.cs that is “generated by a tool.” You have to right click ScadaSchemeSvc in solution explorer and update service reference. You need the value “OpenLink” be added to the service reference class defenition.
MikhailModeratorHi,
It’s difficult to answer without debugging. I assume that web service autogenerated code must be updated using VS.
The core of schemes will be significantly redesigned this year. It may cause double work for you. The prototype of the new web app is here http://demo.rapidscada.net
Login and password are admin/12345It is planned to support 3rd party controls to allow developers creating their own components, but API hasn’t been developed yet.
-
AuthorPosts