Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
What’s new in v6 (in Russian).
Projects will be saved in XML as it is currently. This is very convenient in order to control changes using GIT.
However, I know one guy ported configuration database to PostgreSQL and integrated it with the existing Agent service to upload projects to Rapid SCADA runtime.
the .Net6 is coming
When it is released, Rapid SCADA will be targeted to it.
March 10, 2021 at 11:28 am in reply to: Why ModDBExport Module is not publishing realtime or current data? #8473
MikhailModeratorOpen your project in Administrator and find the Calculator. Send some values manually. Then check ModDBExport.txt: exported cur/arc/ev: 9/0/0; and check the database. Are there new data?
MikhailModeratorHello,
Formulas are applied automatically by the Server service when you write data using TCP.
MikhailModeratorHi,
Long story short, we will upgrade configuration database and archives. Also we will move to modern .NET5. I can share a road map file in Russian if you could automatically translate it for yourself.
will you use vue.js in the furture?
We will use Razor Pages instead of WebForms for the web part of the software.
will all tools build by web instead of winform?
I would like to do that but it requires too many man-hours. In the 6th version we focus on configuration database, archives and app engines. There are no obstacles to implement a web-based interface for configuration in the future.
MikhailModeratorwww-data user is a web application. You should check operations in ScadaWeb.log before CPU load happened. What users did that time?
Instead of reboot try restart_apache.sh next time.
MikhailModeratorProbably you need 2 buttons to implement that.
March 9, 2021 at 1:42 pm in reply to: Why ModDBExport Module is not publishing realtime or current data? #8455
MikhailModeratorIf you did not create output channels, all the records you have in MySQL were created automatically, not because of manual export.
March 9, 2021 at 1:40 pm in reply to: Why ModDBExport Module is not publishing realtime or current data? #8454
MikhailModeratorHi,
You settings look correct. If you clean up the DB and restart SCADA, what do you get in ModDBExport.log and ModDBExport.txt ?
MikhailModeratorHi,
I’m glad to hear that.
MikhailModeratorHello,
Using Automatic Control Module it’s possible to send 2 commands by one button click. But scheme buttons can execute an action only on press down. For SCADA systems, especially web based, having 2 events (button down and button up) is a bad approach because it can cause sending wrong commands.
What action do you need to run on such buttons?
MikhailModeratorGood 🙂
March 8, 2021 at 9:33 am in reply to: Why ModDBExport Module is not publishing realtime or current data? #8438
MikhailModeratorHi,
SQL requests defined in the module settings are executed when new data are passed from Communicator to Server app.
Please provide links to the screenshots of the module settings and copy logs here. I can check them.
MikhailModeratorThis screenshot shows that the device tags are not bound to input channels. To do that make sure that the input channels were created and the Signal field of that channels > 0 (e.g., 41, 42, 43 and 44 according to the screenshot).
MikhailModeratorHi,
The instruction linux_install.txt is inside the installation package.
MikhailModeratorI need read the value and change the value, but datatype is float and yesterday I cant modify the vale
Do you get an error? What text is in the communication line log? Please describe sending command issue in details.
-
AuthorPosts