Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Currently map supports only 1 link per location. Could you provide an example in what case it’s better to display several links for one location?
MikhailModeratorI mean that the SQL syntax of my example is for Postgres.
MikhailModerator🙂
MikhailModeratorHi,
Please create a new topic for the new question.
Where you need to display date and time?
MikhailModerator
MikhailModeratorHi,
Look for the Menu button in the top left corner of the web page. If there is no such button, provide a screenshot.
MikhailModeratorHi,
We can arrange a Skype session and I will show how to pack ScadaWeb. This is a commercial service. To get a price offer, please write us by email.
MikhailModeratorHi,
1. Download the installation package.
2. Build Rapid SCADA from the source code.
3. Find the Arc folder in the installation package and watch what is included in it.
4. Create similar set of files using the build output.
MikhailModeratorI mean, do you need powerful machine for maintain real map server?
MikhailModeratorHi,
Please clarify your question.
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? -
AuthorPosts