Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Connection is OK, but login failed. So check the log files ScadaWeb.log and ScadaServer.log
MikhailModeratorPlease download and install Chart Pro again. We’ve fixed this small bug without changing the version number.
Note: chart legend can be moved to the right if needed.September 21, 2023 at 10:04 am in reply to: rapidscada v6.1 opcDA SourceCode (DrvOpcClassic.Logic) #13428
MikhailModeratorOPC Classic Driver source code
This code is not on GitHub, because it refers the proprietary OPC dlls.
-
This reply was modified 27 minutes ago by
Mikhail.
MikhailModeratorHi,
Check TCP port that is used by the web application.
MikhailModerator1. Create similar file structure under the Views node.
2. Specify views in the Views table.
MikhailModeratorHi,
Is there a way to make it into minute?
This is possible in version 6.
MikhailModeratorHi,
Interesting idea. I suggest to try creating a module for the Server app, because it’s more flexible than formulas.
MikhailModeratorInstead of that formula, use
Cnl; 15which fits for channel of the Input/output type.September 18, 2023 at 9:09 am in reply to: HeideSQL Access to Default PostgreSQL Archive Database #13413
MikhailModeratorCheck the tools such as DatViewer-v6 and TrendTableViewer-v6 that allow to view *.dat files. Tools for editing have not been developed yet. Use ScadaTestClient-v6 to update data in archives.
I hope that the DAT viewers will be updated to editors later.September 18, 2023 at 9:06 am in reply to: HeideSQL Access to Default PostgreSQL Archive Database #13412
MikhailModerator*.dat format is not proprietary, it’s documented and can be used by anyone for free.
I suppose, you can use HeideSQL or DBeaver to connect to PostgreSQL. However, there is a default tool, named pgAdmin. Username, password and port are specified during PostgreSQL installation.
MikhailModeratorIf you don’t change the Webstation configuration, untick the associated checkbox to avoid unnecessary start/stop actions.
MikhailModeratorYou can find commands in SCADA\ScadaWeb\*.bat
MikhailModeratorYou right. On Windows, IIS manages the web application. While on Linux there is a service for ScadaWeb.
The Administrator app sends a command to IIS to restart. Sometimes it takes a long. Even if you run the same command from a command line, the result would be the same. For now, I have no idea how to fix that programmatically. As for me, I open IIS management console and restart the web app using it. There is no delay in this way.
This issue presents only on Windows.
MikhailModeratorWhy isn’t “ScadaInstanceConfig.xml” file shown as a “child” object in the “Administrator” application’s GUI
Because ScadaInstanceConfig.xml is not a part of a user’s project. It’s possible to develop an extension that provides UI for editing ScadaInstanceConfig.xml.
-
This reply was modified 27 minutes ago by
-
AuthorPosts