Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI am glad that it works now 🙂
MikhailModeratorLinq:
I think, you can select data from the archive using Linq, but I have’t tried before.One cool thing is that this archive data editing can all be tested/manipulated completely OFFLINE simply by copying one or more target archive data files locally “to play with”.
Yes, it’s true.
MikhailModeratorMost of this is table-READ based however.
You can write into a snapshot table (SrezTable). I will show how.
MikhailModerator
MikhailModeratorThank you.
To do a check, also I need screenshots of the decoded values and the configuration as I noticed above.
MikhailModeratorAlso check firewall settings.
MikhailModerator> An existing connection was forcibly closed by the remote host
It means, that the device closes the connection.
May be the specified Read Community (password) is incorrect. Could you check it?
MikhailModeratorThe archive is not a real SQL database, so there is no SQL engine to manipulate it. Usually I write little command line apps to fix data in such situations. Probably, it is possible to use Linq which is SQL like to work with archive, but I haven’t tried this.
I can send you examples of these console apps, and you will modify them to fit your needs.
MikhailModeratorI suppose, this issue requires a remote connection to analyze the logs and DB. But this is a commercial service. If you interested in the service, please contact me by email.
MikhailModeratorHello,
Please provide the details of the issue.
MikhailModeratorPlease provide screenshot of Communicator where we can see the data packet, the decoded value and the configuration.
MikhailModeratorHi,
I think the best choice is Rapid SCADA. If you have questions, ask on this forum, creating new topics.
MikhailModeratorHi,
Protocols supported by Rapid SCADA are listed here https://rapidscada.org/product/connectivity-and-integration/Modbus is supported out-of-the-box.
You need an OPC server for DNP3 and IEC60870-5-101.
MikhailModeratorHi,
Rapid SCADA can upload data to a database. If a 3rd party cloud system supports DB integration, you can use it.Is there a way where arduino board can send data to a cloud server and use RAPID SCADA to monitor it?
Yes, you should add into Arduino sketch one of the supported protocols: https://rapidscada.org/product/connectivity-and-integration/
And deploy Rapid SCADA into a cloud. -
AuthorPosts