Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
What is the version of Modbus Driver?
MikhailModeratorBut does it require restart of the scadaserver service to be effective after changing alarm limit settings if configuration stored in DB?
Currently, yes. We need a special command to reload users and limits to avoid restart.
Limits are checked many times a second, so we can’t read them from the database every time, and should keep them in the memory cache.
MikhailModeratorModDBExport.dll and ModDbExport.dll use different symbol casing.
That means, it ist possible to make a screenshot, but i cant´t place it in the trxtfield here.
Use an external image hosting like https://imgbb.com/ or Google Drive.
MikhailModeratorElastic Report was fixed and uploaded to the website. To use it, you should upgrade Rapid SCADA to 6.1.3.
MikhailModeratorModDBExport.dll was renamed to ModDbExport.dll
Could you make a screenshot of the Server directories specified in the project?
MikhailModeratorYou can find in ScadaInstanceConfig.xml the option to change file storage to PostgreSQL storage. If the PostgreSQL storage is selected, the Server app loads a project from the database.
MikhailModeratorCurrently it is possible to upload the project to PostgreSQL https://ibb.co/TLdT8Zt
But project changes are stored as usual in XML files and later uploaded to the database. It would be interesting in the future to implement an alternative approach, edit project directly in the database. It would require fully new, web based Administrator app.
MikhailModeratorTo debug the software, attach the debugger to the correctly installed instance.
https://ibb.co/DLJ4ppq
MikhailModeratorIf the project is not changed, reuploading is the same as restating the Server service.
Could you provide screenshots of the related configuration, and log of Auto Control Module (successful and failed examples)?July 4, 2023 at 11:04 am in reply to: Cannot skip to the next one when the 1st element of Modbus RTU encounters error #12942
MikhailModeratorActually these two elements represent two devices connected to a Modbus RTU device which transmits the private protocol of above two devices to Modbus
In this case, split the single Modbus device into several devices having different templates.
There is no option to continue a session if a request fails. May be we should implement it in the future.-
This reply was modified 2 years, 6 months ago by
Mikhail.
MikhailModeratorIf the most of data are converted correctly, the current project issues should be fixed.
MikhailModeratorHello,
See ScadaServer.log to check if the Server app works correctly or not.
Also see ScadaComm.log to check Communicator status.
MikhailModeratorHi,
I also get the error with that GIF image.
The problem is caused by the image size (15MB), it’s too big.
We will investigate this issue when move Scheme Editor to .NET6 framework. Unfortunately, I cannot provide the exact date. Try to reduce the image file size.
MikhailModeratorHi,
What error occurred?
July 3, 2023 at 12:16 pm in reply to: Cannot skip to the next one when the 1st element of Modbus RTU encounters error #12930
MikhailModeratorYou should find the cause of the error and fix the 1st request.
If the Modbus driver cannot get data, a communication session is interrupted. -
This reply was modified 2 years, 6 months ago by
-
AuthorPosts