Forum Replies Created
-
AuthorPosts
-
December 4, 2023 at 11:20 am in reply to: Communicator Send only modified data of device tags setting #13773
MikhailModeratorIn version 6 you can enable PostgreSQL archives.
December 4, 2023 at 11:19 am in reply to: Communicator Send only modified data of device tags setting #13772
MikhailModeratorHi,
By default Communicator sends data on change and sends all data every minute.
But on the screenshot you disabled sending all data because period = 0.December 4, 2023 at 11:17 am in reply to: Manually update rapidSCADA under Linux, how to prevent data files from being ove #13771
MikhailModeratorOption 1
Upload the project again from Windows to Linux after update.Option 2
Copy the application files manually to keep the configuration unchanged.
MikhailModeratorHello,
Please provide screenshot of the Interface table and a web page.
Rapid SCADA 6 is recommended over version 5.
MikhailModeratorHi,
To do that, you need to specify different configuration files for different OPC servers to use different TCP ports.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. -
AuthorPosts