Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThank you for the screenshot.
To solve the issue, a new parameter SkipLastHour should be implemented for the plugin. I’ve added it to the list of features to implement.
MikhailModeratorCould you try to set SkipFirstHour parameter of the section to true?
Then publish a screenshot with SkipFirstHour=true
MikhailModeratorThe link does not work. Please provide public access for the link.
MikhailModeratorSet ReadingHour to 0.
Select the same start and end dates in the report parameters form.
MikhailModeratorHi,
In the example configuration file ElasticRepExample.xml all parameters have descriptions.
ReadingDay – Day of monthly meter readings
It means that this is a day of month that is used to get values if report argument is a month without specific date. For example, if report period is from April to May, the actual data period would be from April 20 to May 20.
MikhailModeratorHi,
Elapsed time starting from which moment do you need?
MikhailModeratorThe existing scheme engine uses HTML5 DOM model for displaying components. Using canvas only may decrease scheme features because canvas cannot show external webpage, for example.
Creating scheme components based on canvas in DIV element is possible and can be useful for complex graphics.August 9, 2022 at 11:00 am in reply to: The frame component can display data from Camera RS485 PTC01A-30 #10460
MikhailModeratorDear Han,
It’s depends on camera. You should set the URL of the frame component to a web page that is provided by the camera.
MikhailModeratorHello,
1. Run Visual Studio as administrator.
2. Open the solution that contains the driver.
3. Switch VS to Debug configuration and build the driver.
4. Copy the created driver DLL to Communicator.
5. Configure and start Communicator service.
6. Attach to Communicator process from VS.
MikhailModeratorHi,
We could develop such utility application by a contract.
You can also develop it with C#. The utility should connect the Agent service and send a packed project like the Administrator app does.
I suppose, it’s better to develop a new app for Rapid SCADA 6.
MikhailModeratorYou should build your DLL in the Debug configuration in VS. Then copy to the Communicator installation directory.
What are the detailed steps of using VisualStudio to debug the driver?
There is no special tricks for Rapid SCADA debugging. Search for general info how to debug dlls.
MikhailModerator1. Go to the main docs page https://rapidscada.net/doc/
2. Click “Version 5.6 English” in the top right corner.
MikhailModeratorHi,
Thank you for your appreciation of the project.
Assume, you have all project files in some directory. How do you need to start project deployment?
What version of Rapid SCADA do you use?I suppose, there should be a command-line utility that does deployment and can be run automatically.
MikhailModeratorHi,
Or there is the other way to fetch data from OPC server? I use JS and PHP.
To get data from an OPC server, use the existing OPC client driver. See this link for details.
If you need another thing, please specify your question.
MikhailModeratorCustom logic of alarm signal is configured with the Administrator app, using formulas.
-
AuthorPosts