Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
I have downloaded the translation and I will try to merge it. It may take some time.Also I found that the text of Project properties popup windows does not exist in the xml files
Indeed, this needs to be fixed.
Thank you.
MikhailModeratorLikely it is Rapid SCADA 5.6.0 released on December 26, 2018.
I recommend to create a project from scratch, because for small projects it is more efficient. You can copy the existing schemes and Modbus templates from the old to the new project.
MikhailModeratorHi,
The web browser in the 2nd picture looks very old. You should update the browser to the latest version.
MikhailModeratorHi,
This topic is about migration.
5.1.1.0 – what application version is this?
How many channels in the configuration database?
MikhailModeratorYou right. Even if an event file is corrupted, it should be possible to append new events to it, and those events should be displayed in the web interface. Could you check how new events are added to a damaged file?
MikhailModeratorHi,
Please email me to get the details.
MikhailModeratorHi,
Chart and Chart Pro plugins allow to select archives for retrieving data. But it’s not possible to display data from 2 archives on the same chart area.To display charts from different archives, Dashboard plugin can be used. It would be 2 different charts on the same dashboard.
-
This reply was modified 1 year, 2 months ago by
Mikhail.
MikhailModeratorI think, you should use power back-ups that can safely switch off your server.
Is Rapid SCADA installed on a computer or Linux-based controller?
MikhailModeratorHi,
Month can have a variable number of days, so a period length can be different. It has not been implemented yet. May be this feature will appear in the future. Currently, I suggest to write data every day, and use only the needed timestamps.
MikhailModeratorHello,
Find and check the SCADA\ScadaServer\Log\CalcEngine.cs file. This file is used by the Server service basing on the Scripts table. You can see that a preprocessor directive brakes the C# syntax. Use constants instead of directives.
MikhailModeratorData files may be corrupted due to hard drive issues or sudden power outage.
MikhailModeratorHello,
Please check the ScadaWeb.log file for the error details.
MikhailModeratorUse the DatViewer utility to check the event files. Event files are SCADA\Archive\Events\events*.dat
May be an event file is corrupted.
MikhailModeratorCan someone provide an example of what the deployment profile entries should look like?
Please create a new forum topic to discuss this question.
I thought entering the same thing on another computer in our network would display the same page, but it just times out.
Allow incoming connections to the port 10008 in the Windows firewall settings.
MikhailModeratorHi,
> what is the function of Pull to period
For example, you set it to 10 seconds. If a timestamp of the point is 10:59:51, it will be changed to 11:00:00.> what is the function of Use in-memory cache
Caching will be useful when data from multiple devices arrive at the same time stamp. This usually happens when a new hour begins. In this case, the channel values for this time stamp, which are necessary for calculations using formulas, will be read from the DB only once. If the project has many thousands of channels with formulas, the difference in data processing speed will be significant.A driver should support reading archives from your devices.
-
This reply was modified 1 year, 2 months ago by
-
AuthorPosts