Forum Replies Created
-
AuthorPosts
-
December 1, 2023 at 9:14 am in reply to: Issues and Error Handling When Starting a SCADA Project #13761
MikhailModeratorHi,
This topic is about building Rapid SCADA 6 from the source code. Please ask your question in a proper topic.
MikhailModeratorHi,
Find the phrases in SCADA\ScadaWeb\lang\*.xml. You can change them. Then restart a web application.
MikhailModeratorHi,
Seems like the services are not running.
First off all, check .NET as written above.
.NET version 6 is required.
MikhailModeratorHi,
Yes, EveryHour function exists. You could open the Scripts table, then open the Timers script and find these functions there.
MikhailModeratorIn the module options disable Archive Replication for testing. Then check the log file.
MikhailModeratorHi,
The old approach was inefficient because the app had to load a view to know what channels are included.
Probably we should improve the Select Channels form to provide additional channel filters which use the configuration database structure to select channels without loading views.
Currently, may be creating several objects and binding channels to them can help to find channels.
MikhailModeratorHi,
In v6, use the Calculated channel type and input formula likeEveryMin(() => MyFunction())
MikhailModeratorYou could start with providing correct MySQL connection settings.
Also check ModDbExport*.txt files.
MikhailModeratorHello,
Press F12 in browser and find the error details.
You should enable displaying data in frames in the Grafana config.-
This reply was modified 2 years, 4 months ago by
Mikhail.
MikhailModeratorHello,
Any unassigned. I suggest to add 10000 to the default Rapid SCADA ports.
MikhailModeratorThe above is the content of ScadaServer.log
Log files of the module are ModDbExport*.* in the same directory.-
This reply was modified 2 years, 4 months ago by
Mikhail.
MikhailModeratorHi,
If you use Windows, create a rule to allow incoming connections to the port 10008 in the Windows firewall.
MikhailModeratorHello,
Ports for v5 are kept by default.
For v6:
– Set Agent port in SCADA\ScadaAgent\Config\ScadaAgentConfig.xml Then restart the service.
– Set ScadaServer port using the Administrator app.
– Update Communicator and Webstation connection options.
– Update the deployment profile in the project.
MikhailModeratorPlease provide a screenshot.
-
This reply was modified 2 years, 4 months ago by
-
AuthorPosts