Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI will check it and write here. Thank you.
MikhailModeratorWhen you get experience debugging in VS Code, please share with us.
MikhailModeratorDo you have any suggestion of what could be causing the issue, which part of the code or what object worth inspection from where ?
My thoughts are:
1. The issue is related to Communicator only. I mean you can unset “Application is bound to the configuration database” and stop other services except Communicator.
2. In Data Sources disable ScadaServer data source and activate OpcUaServer. Check if OpcUaServer works correctly or not, comparing with MQTT data source.
3. Change Communicator settings from HelloWorld project to your project to detect the configuration change that causes the problem.
MikhailModeratorIs there any way to debug current app in VSCode.
As I read, yes. But I haven’t tried debugging in VS Code by myself, because I use Visual Studio. VS Community Edition is free.
Could i5-5300+8G (disk:ssd) to be slow for this type of development?
The computer is good enough.
MikhailModeratorCould you provide steps how to modify the HelloWorld project to reproduce the issue?
MikhailModeratorWe’ve published Rapid SCADA 6 RC1 on the official website. It is stable and can be used in projects. For final release we need more docs and modules.
MikhailModeratorProjects for Rapid SCADA 5 and 6 have different structure. Before using an old project for new Rapid SCADA, the project has to be converted. We will provide a project converter app later.
the RAM drive needs to be set up, is this a necessary step?
If you use SSD, using RAM drive is important to save SSD’s life.
How much will the performance decrease if I don’t use a RAM drive but a hard disk?
We have not measured it. RAM drive is needed to avoid much of writing to SSD.
If I use a RAM drive, will I lose log files after a power outage? Or is the RAM drive just caching ?
Some RAM drive apps allow to save files on shutdown. My favorite is ROG RAM Disk.
MikhailModeratorThe plugin list uses the external REST API, so if rapidscada.net is temporary unavailable, the list may not display.
MikhailModeratorTo get the error details, press F12 in browser and check the Console and Network tabs.
Plugin list displayed there is the same as http://rapidscada.net/scada/plugins/Store/StorePublic.aspx
MikhailModeratorrapidscada_6.0.0~rc1 released.
RC stands for Release Candidate, meaning this release is very close to a full release. Help in testing the installer and the applications is appreciated.
MikhailModeratorCommunicator/ is a sub topic of Communicator with a zero-length sub level topic ‘. Maybe the trailing “/” should be left out.
“Communicator/” is used in conjunction with other topic parts, for example
Communicator/line001/device001/SinYou should tick the Detailed log checkbox in the data source properties. The file DrvDsMqtt_XXX.log contains information about sending data, for example:
2022-11-02 11:35:16 Send Communicator/line001/device001/Sin = -0.5229836122997832 2022-11-02 11:35:16 Send Communicator/line001/device001/Sqr = 1 2022-11-02 11:35:16 Send Communicator/line001/device001/Tri = 5.255433325000013 2022-11-02 11:35:16 Send Communicator/line001/device001/DO = NaN
MikhailModeratorSo does the MQTT data source publish data or not?
October 31, 2022 at 7:37 am in reply to: v6, DrvDsInfluxDB suport InfluxDB or InfluxDB2 or both ? #11466
MikhailModeratorI guess that mean it working.
Yes.
I will double check my previous instance setup
For testing, you can set Module to ModArcBasic for MinCopy.
I have some question, why not current data?
All InfluxDB points have timestamp.
What does read only option mean ?
This is kind of lifehack to read data from an archive that is written by another ScadaServer. This option ensures that the data is not affected.
Can I disable file backends if I use influx?
Yes. In this case I suggest to use ModArcInfluxDb for Cur, Min and Hour archives. Otherwise, Webstation settings should be updated.
MikhailModeratorHello,
The question is duplicated.
MikhailModeratorHello,
If you have issues with displaying the above data, please provide screenshots.Can I export this excel data via WebStation?
Yes, Webstation allows to export historical data to Excel.
-
AuthorPosts