Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
To export historical data from Rapid SCADA to XML, a converter application should be developed. Another method is export PostgreSQL archive as written here.
MikhailModeratorDoes your device include MQTT broker, or it is an MQTT client?
MikhailModeratordotnet-install: .NET Core SDK with version ‘6.0.406’ is already installed.
May be you need to uninstall .NET Core before new installation.
MikhailModeratorHi,
Please create a new topic for the new question and provide the details.
MikhailModeratorHello,
Log files should be in /var/log/scada/
If they don’t exist, check .NET version:
dotnet --info
MikhailModeratorWhy do you need websockets instead of usual TCP?
MikhailModeratorThe MQTT driver in Rapid SCADA is based on MQTTnet library. On the mentioned web page is written that websockets are supported: “Communication via TCP (+TLS) or WS (WebSocket) supported”. I suppose, to be able to use WS in the driver, the driver should be updated.
MikhailModeratorHi,
Modbus server does not respond. You should check logs of Modbus server if it provides info.
March 8, 2023 at 9:37 am in reply to: Export channel data to excel for longer periode of time #12192
MikhailModeratorThe parameter is in PlgChartPro.xml, not PlgChartPro_Reg.xml. Look for PlgChartPro.xml in the distributive.
MikhailModerator🙂
March 7, 2023 at 1:17 pm in reply to: Export channel data to excel for longer periode of time #12188
MikhailModeratorPlgChartPro.xml, parameter MaxFixedPeriod
ScadaWebConfig.xml, parameter MaxReportPeriod
MikhailModeratorAlso possible that requests are not delivered to RPi by VPN.
MikhailModeratorHi,
You can connect to the device, but it does not respond. Check that the Modbus device address is correct. Use https://rapidscada.net/modbus to validate the packets: 01 1E 00 00 00 06 0A 03 00 00 00 0A
MikhailModeratorHello,
Please check the log files of the Server, Communicator and Webstation services. -
AuthorPosts