Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
I expect questions when you start with the v6. Ask here on the forum with a note that a question is about v6.April 25, 2022 at 1:28 pm in reply to: The requested view does not exist or you have insufficient rights to access it. #10219
MikhailModeratorHi,
Sorry, I can’t find the Interface table screenshot among the above images. It is under the Users table.
MikhailModeratorHi,
This error is related to the web application that is run under IIS and usually uses port 80.
Does the simple link http://localhost/ work?
MikhailModeratorHi,
Is there any possibility to made the export data above still maintain export data at one minute?
It is implemented out of the box in Rapid SCADA 6 for PostgreSQL. I suggest you to try the new version.
MikhailModeratorHi,
We added a feature to restart a communication line by a command in Rapid SCADA 6 (Beta). But for now, the OPC DA driver has not been not ported to the version 6 yet.
Do you have an option to use OPC UA instead of OPC DA? It would be more reliable.
April 25, 2022 at 7:56 am in reply to: The requested view does not exist or you have insufficient rights to access it. #10212
MikhailModeratorHello,
Please provide a screenshot of the Interface table of the configuration database, and a screenshot of the web interface with the error.
MikhailModeratorHi,
Set Period of sending all device tags to 0. Communicator will send changes only.
MikhailModeratorBut the issue is fixed now
Good. Thanks for keeping updated.
MikhailModeratorHello,
Please provide a link to a screenshot with the error. Also describe a case when the error occurs.
MikhailModeratorHi,
Communicator also sends all data periodically. You can disable this in the common parameters of Communicator.
I also suggest to try Rapid SCADA 6 Beta which support PostgreSQL archives work clearly.
April 19, 2022 at 10:55 am in reply to: if variable change value every minute so 1 , otherwise 0 #10196
MikhailModeratorHi,
MikhailModeratorHi,
Do you use OPC DA or OPC UA?
Please provide communication line log after communication is lost.
MikhailModeratorHello,
Such error usually happen when some other app also uses TCP port 10000.
To check, stop the Server service, and try to connect to port 10000 by any utility like Hercules, for example. If you can connect, it means that another app is listening the port.Also check log file of the Server service.
MikhailModeratorHi,
You should add a formula in the Formulas table to change a command value if it is out of limits. For example:
public double FixVal(double x) { if (x < 20) return 20; else if (x > 30) return 30; else return x; }Then use the formula in the output channel: FixVal(CmdVal)
-
This reply was modified 4 years, 2 months ago by
Mikhail.
MikhailModeratorI suppose that “view is not found in the cache” are not critical errors. It usually means that user session is closed but web app is still open in browser.
If crash occurs again, please check the log for the details.
-
This reply was modified 4 years, 2 months ago by
-
AuthorPosts