Forum Replies Created
-
AuthorPosts
-
March 14, 2023 at 9:22 am in reply to: archived data more the 30days, it cannot be displayed normally #12229
MikhailModeratorHello,
Thank you for the report.
Could you copy here the URLs from the address bar for the both screenshots?
Press F12 in browser, go to the Console tab, and refresh the web page with incorrect chart. What messages are printed in the console?
MikhailModeratorIn Administrator:
– Open Server – Archives
– Activate the MinCopy archive and configure its options
– Install PostgreSQL and create a database rapid_scada with user postgres and password postgres. You can change password in Config\ScadaInstanceConfig.xml
– Upload the project to run
MikhailModeratorHi,
Custom web page example for v6 has not been developed. You should use main-api.js to get data from a web page.
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 -
AuthorPosts