Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI’m going to continue work on this issue.
Thank you for help with testing.
MikhailModeratorGood example of responsive approach is http://demo.rapidscada.net/plugins/Dashboard/Dashboard.aspx?key=allusers-DashboardDemo
MikhailModeratorHi,
Rapid SCADA works on different devices and different screens. If some layout is not optimal, let’s discuss in particular.
MikhailModeratorWaiting for the news from you.
On the next week I will try on my Linux computer.
MikhailModeratorOn the next week, I can compare with my Linux machine.
MikhailModeratorHi,
It requires an update of the plugin. We can discuss such development.
The solution that can be implemented using the current plugin version: use Excel formulas to calculate consumption for needed ranges of time. I mean you get a report with hour detailing and Excel refers to the specified cells and calculates required values.
MikhailModeratorWhat if you comment all XML blocks related to HTTP?
Most likely, it’s enough to test with the main ScadaWeb/Web.config. Table view have to show current data if it works.Remove httpGetEnabled at line 51
Comment the endpoint at lines 63-64
MikhailModeratorI opened your URL. I can say that all AJAX requests that are polled WCF web services cause Internal Server Error.
Where do you see the error like “Could not find base address that matches Scheme https for endpoint WebHttpBinding”?
MikhailModeratorHi,
So far, i can do it by GIF only?
Is there a plan to add some HMI controls offical or is there some develop reference for custom animated HMI control ?The controls are based on images that a user adds to a scheme. If animated images are needed, you should create animated images and add them to a scheme. Web browsers support animated GIFs, sometimes animated PNGs.
can i add a javascript file to view page?
You can develop your own scheme components. They may contain JS files. Use existing components as example.
MikhailModeratorHi,
Open the solution in the appropriate sequence, switch build configuration from Debug to Release and select Build – Build Solution in the main menu of VS.
MikhailModeratorYou have to switch build configuration from Debug to Release for every solution.
MikhailModeratorHello,
Please clarify your task. What is already done? What control and limits do you mean?
MikhailModeratorHi,
You should check what files are currently in C:\SCADA\ScadaComm\
May be it is already uninstalled.
MikhailModeratorCurrently, possible values of the detailing parameter: Hour, Day, Month, BeginEnd.
It means that you can get consumption between every hour, every day, every month or between the beginning and the end of the selected period.To support custom time period and weekly period, the Elastic Report plugin should be updated.
Would like to be able to draw data from minutes
Elastic Report uses hourly data. If you need minute data, please provide examples.
MikhailModeratorDoes this error come from the .NET subsystem, and can it be fixed by modifying the web.config file?
Likely. On Linux we use Mono .NET Framework that is not fully compatible with original Microsoft .NET Framework. That’s why we get issues.
If you provide screenshots of the errors, it helps to generate ideas.HTTPS in Linux is an important issue.
What is your version of Mono .NET framework?
Type the following command to check:mono --version
-
AuthorPosts