Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
1) This function is not available because nobody wants to sponsor it.
2) No. I’m not sure that such report has a good and clear layout, because there are a lot of data points which are scrolled on a screen.
MikhailModerator
MikhailModeratorDefinitely, your diagram is correct.
If the system is not big, I suggest to deploy the same configuration database for all local computers and the remote computer to make configuring easier.
MikhailModeratorAn INSERT statement executes for each channel separately.
That’s why the default expression is simpleINSERT INTO CnlData (DateTime, CnlNum, Val, Stat) VALUES (@dateTime, @cnlNum, @val, @stat)You have to change it to executing a stored procedure. Example for Postgres
SELECT my_schema.proc_cur_data(@cnlNum, @val, @stat);And then perform filtering in the stored procedure my_schema.proc_cur_data.
MikhailModeratorGood!
Is it heavy?
MikhailModeratorScadaWeb includes many folders after build. ScadaWebShell5 is the main part.
For web applications, you should perform Publish in VS.
MikhailModeratorHi,
Open Administrator, find the appropriate input channel and set its formula, for example, Cnl/10
MikhailModeratorHi,
See the structure of the distributive package and this article.
MikhailModeratorbut how to doit?
See T-SQL manual. Also we can develop scripts for you for a fee.
MikhailModeratorI suppose, first, you should install Rapid SCADA from distributive. When it works correctly, compare the installed files with results of your own build.
MikhailModeratorYou have several options:
1. Deploy 2 instances of Rapid SCADA (local and remote) and connect them using Rapid Gate module.
2. Get data from a remote computer by the web application.I have to get the data from the sever.
That’s true.
MikhailModeratorWhat database do you use? (MS SQL, MySQL, etc.)
I suppose, you should specify a stored procedure where to filter channels. And use this stored procedure in the export module.
MikhailModeratorCould you update Webstation only? As I remember, there was a bug that hides error message in schemes containing the cause.
Also you can find more details in C:\SCADA\ScadaWeb\log\ScadaWeb.log
MikhailModeratorHi,
OK. How did you solve the issue? -
AuthorPosts