Forum Replies Created
-
AuthorPosts
-
March 11, 2021 at 2:23 pm in reply to: Why ModDBExport Module is not publishing realtime or current data? #8489
MikhailModeratorSorry, I mean Generator.
I don’t see Channel in the list
You can type any channel number.
MikhailModeratorNote: Mono may work incorrectly if you open the web app by local browser and also open it remotely by IP address. It’s better to use Linux without GIU.
MikhailModeratorI faced that Mono hangs after heavy operation like opening a chart for a long period.
We will get rid of Mono and move to .NET5.Can you reproduce CPU load?
MikhailModeratorWill it effect scada if I kill the www-data PID?
Server and Communicator continue work. So you can try killing the process.
First, try restarting Apache by restart_apache.shError getting events by the filter where channels= , view id=1:
Scada.ScadaException: User not logged on.JavaScript on a client page requests for data, but user is logged out. This is not a cause likely.
Usually when user is logged out, he is redirected to Login.aspx automatically. For some reason he was not redirected. To stop this error, a user should close a webpage or navigate to another page.
MikhailModeratorMay be there should be a tool to export a project to RDBMS. This would be very useful for complex systems and different integrations.
MikhailModeratori have done much work on rapid scada.
i really love it.Appreciated 🙂
MikhailModeratori am going to write a vue.js project to handle all config file and save them in my own db by .Net5 backend
What DBMS will you choose?
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 ?
-
AuthorPosts