Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
What version of Rapid SCADA do you use?
Did you check ScadaWeb.log?
MikhailModeratorwould it be possible to modify the table view and make a version that displays daily data?
It may be possible in the future, but there is no such task in our road map 2024.
MikhailModeratorHi,
Table views are designed for displaying hourly data.
I suppose, to display daily data you should try Elastic Report plugin. It’s documentation is here.The idea is the following:
1. Configure an elastic report as you need.
2. A report can be displayed as a web page accessed by a certain URL. URL arguments can be modified to display last 7 or 10 days relatively.
3. Add an URL in the Views table to add a node in the view explorer tree.Ask for details of each step if needed.
MikhailModeratorHi,
This is very old version of ScadaAdmin that uses MSSQL compact database. Just skip it.
MikhailModeratorHi,
To run and debug the project you should manually copy the compiled files to the same locations which is used when you install Rapid SCADA from the distributive. This is because the compilation results of several projects is needed to run Rapid SCADA applications.
MikhailModeratorHi,
WinControl 2.2.0 is created for the future use. This version is not compatible with current and previous versions of ScadaAdmin.
MikhailModeratorHi,
In v6 channel limits can be bound to other channels, so they can be changed by an operator.User editing in runtime has not been implemented yet. Still in plan. The most similar option is using Active Directory to manage users. The is a module to auth user by Active Directory.
MikhailModeratorHi,
What buttons should I click to reproduce the issue?
MikhailModeratorHello,
When converting a project from v5 to v6 units are compared by their codes. So UnitID may change.> by any chance is it possible to use a V5 SCADA with Rapid Gate to connect to a V6 ?
No, because the application communication protocol and the configuration database significantly changed.> if I upgrade from V5 (delete all) and install new V6 (latest, windows), the computer code and the license remains the same?
The code will change. If you buy licenses before, we upgrade keys for free on the same computer.> on V6 is it possible to change the layout of the landing page (main page) as it was on V5?
In general, yes. Screenshot is needed for more details.January 12, 2024 at 9:05 am in reply to: Cannot skip to the next one when the 1st element of Modbus RTU encounters error #13920
MikhailModeratorThank you for the update 🙂
MikhailModeratorHi,
You should check and fix the project dependencies.
MikhailModeratorHi,
WinControl source code is here.
If you try to build v5, you need to download the dlls repository.
MikhailModeratorHi,
You should put *.dll files to proper locations. I recommend to install Scheme Editor from the distributive, and check the required files in the installation folder.
MikhailModeratorHi,
OK. I hope we will create a module to calculate consumption in the future.
MikhailModeratorThe Modbus driver does not create data tags of the array type. If a device has a list of similar registers, you could create a “request” (in terms of the driver) that includes the necessary number of elements to read. In this case, the driver creates a group of data tags.
-
AuthorPosts