Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Good. Does this solve your issue?
MikhailModeratorPlease provide links to screenshots.
MikhailModeratorIf you want to add a node in the explorer tree that open the report on a web page:
1. Add a new record in the Interface table.
2. Set
Path to URL of your report
View Type = WebPageView
Title = HelloWorld\My Report (for example)Is possible to think about more complicated Table plugin in future with custom views (transposition, hour, minute table header, wider date selection)?
In Rapid SCADA 6 we will change the approach of working with historical data. This will cause changes in Elastic Report.
MikhailModeratorHi Rich,
I can’t say for any future version, but usually if you buy a plugin, you can use it on the same server with new version of Rapid SCADA. We don’t plan paid updates.
MikhailModeratorHi,
It’s work perfect.
Good!
The new error is related to the installation of the web app. Please create a new topic to discuss it.
MikhailModeratorHi,
The 3rd screenshot is not shared.
I forget about behavior with limits. What we can do is using a collection to store extra status instead of Unreliable status:public Dictionary<int, bool> ChannelErrors = new Dictionary<int, bool>();
MikhailModeratorHi,
In English website the same articles are located at https://rapidscada.org/category/articles/
MikhailModeratorHi,
how can I set modbus device ID?
Set the device address in the Devices table. After uploading the project, check logs.
MikhailModeratorHi,
If the above doesn’t help, please provide screenshots of the error.
MikhailModeratorHi,
But it has a Normal Event when from “Unreliable” to “Normal”. is there any way not to trigger the normal event?
Let’s test the approach:
1. Switch off the channel formula.
2. Post a link to channel properties screenshot.
3. Using Generator, send data several times: normal status, unreliable status, undefined status, normal status.
4. Check events that were created. Send screenshot of events.If the above works as expected, I will help with formula.
MikhailModeratorI see that ScadaWeb and ScadaServer are working still on ‘localhost’, is it correct?
“localhost” means the current server. If all the apps are installed on the same server, it’s OK.
MikhailModeratorYes. A new file will be created.
MikhailModeratorUsing Modbus Parser that the sent value is 0x0102, 0x0304. So if you change these bytes in the formula to 0x8B, 0x74, 0x74 and 0x8A, you will get what you need.
And yes, may be you should set Modbus device ID (unit ID).
MikhailModeratorHello,
What Linux version do you use?
If you open http://server_ip, does Apache show the default web page?
MikhailModeratorHi,
Likely SCADA-Server can’t start. You should check its log. Make sure that you changed server directories in the project before uploading (Server – Common Parameters).
-
AuthorPosts