Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
DAT format is optimized for SCADA data.
How many data points in the database? A data point is 1 channel’s data at a timestamp.
MikhailModerator.NET version is OK.
Do you have an option to test the software on another machine?May 6, 2024 at 9:30 am in reply to: CurData and EventData with a difference of about 2 seconds #14492
MikhailModeratorSlice timestamp depends on the archive parameters that are set in the Server configuration. You should check how the archive is written.
MikhailModeratorAccording to the application communication protocol, response length is limited. Data should be retrieved by several requests. Data streaming supported only for file operations.
MikhailModeratorPlease run
cmdwith the command
dotnet --info
and copy the results here.Seems that System.IO.Compression.dll, which is included in .NET, is not found.
MikhailModeratorGood 🙂
MikhailModeratorHello,
Is it the HelloWorld project or other project?
Did you change a password in the Users table of the project?
MikhailModeratorHi,
How many data points are expected to be returned?
MikhailModeratorHello,
In such cases, 2 factor authentication (named 2FA) is used. For example, a user after entering login and password must enter a code received by email or SMS. But Rapid SCADA has no 2FA support currently. A special plugin should be developed to support 2FA.
MikhailModeratorCan you upload the HelloWorld project successfully?
It is located in the SCADA\ProjectSamples directory.
MikhailModeratorThe error is unusual. Is that possible that an antivirus system deletes the files like upload_config_*.zip, so the Agent service cannot unpack them?
Can you see any uploaded files in ScadaAgent\Temp directory?
MikhailModeratorThank you for the update.
MikhailModeratorIn dat files, UTC should be used everywhere, no local time. How do you check?
MikhailModeratorHi,
You found the secret key in the right place.
The default agent’s password is also scada.
This video may be useful.
MikhailModerator> the “Encrypted Password String Bytes” are different each time
Yes. The protection algorithm encrypts password differently. Otherwise, someone can sniff packets and login.Check the ScadaClient and ClientBase source code.
-
AuthorPosts