Forum Replies Created
-
AuthorPosts
-
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, 11 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.
MikhailModeratorHi,
What Linux version do you use?
May be you should try Rapid SCADA 6 that uses .NET6 instead of Mono.
How to build the project.
MikhailModeratorHi,
In case a project contains less than 100 channels, sometimes it’s easier to enter them from scratch. 750 channels require project conversion.
I suggest using the above manual to convert your project to v5.8.4. Later you can port the project to v6.
MikhailModeratorI will post the update in this topic.
MikhailModeratorThat’s true, the reuired files are missing in the archive.
It will be fixed the next week. Please wait for an update.
Thank you for reporting the issue.
MikhailModeratorRight, there are 2 links: the plugins for Rapid SCADA 5 and Rapid SCADA 6.
Which one do you use?
MikhailModeratorHi,
1 and 3. Decode the packets using https://rapidscada.net/modbus
When you copy data to the form, split the received data.2. Send and Receive are the operations performed by the driver.
7/7 means that 7 bytes read and 7 bytes required. -
This reply was modified 2 years, 11 months ago by
-
AuthorPosts