Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIf you have got a schema of your system, please post it here or send by email. I need deep understanding the communications between the components of the system.
MikhailModeratorHi,
BACnet becomes more and more popular. For the time, you should use 3rd party software or hardware gate to connect BACnet devices to Rapid SCADA. The discussions about BACnet support are here and here.
It is possible to develop a native driver that allows to connect BACnet devices to Rapid SCADA directly. We can discuss the development.
We are planning to release the new modern Rapid SCADA web app provides web UI which works well on different types of clients including Android and iOS. It will be released within a few months.
MikhailModeratorThis idea requires development an additional module for SCADA-Server. It’s interesting.
i will have 10 undefined events
You can create a calculated channel to determine the state of connection instead of using “undefined” events.
MikhailModeratorWhen I start a work of porting the chart component to the new web app, I will do an optimization. Thank you for the useful information, you saved my time.
MikhailModeratorProbably it keeps all the data in a cache.
Are the client and the server on the one PC?
MikhailModeratorHello,
Yes, all you listed can be prepared if required.
MikhailModeratorThanks!
If somebody are able to compare the charting speed with other SCADA software, it would be very interesting and useful.
MikhailModeratorThe issue is enqueued.
MikhailModeratorI’d prefer not to promise. In the summer it has to be released )
MikhailModeratorI agree, “events enabled” is better.
Averaging:
Received values are summarized within a period (minute or hour) then divided by their count and the result is stored to archive.Events:
In the new web app the chart list will use the common page template, so events will be visible. Thanks, recently I thought whether it is required or not.
MikhailModeratorNotes about a custom solution:
We can develop a module that will allow:
– Choose input channels and set a period of storing for the each selected channel.
– Store separately and fast access trends of these input channels.
– Display charts and export data to different formats.
MikhailModeratorPD: forum tips:
I recommend Extended support service. It includes Redmine ticket tracker which is much more comfortable.
MikhailModeratorHi,
Your triggers are configured as
<ChkCnlStat>true</ChkCnlStat>
<CnlStat>0</CnlStat>It means that channel status must be 0 (undefined) to fire the trigger.
MikhailModeratorThere are 3 ways:
1. Optimal. Export these data to DB using DB Export Module. Then use this approach to display charts.2. Fast to implement. Manually set storing period for minute data in C:\SCADA\ScadaServer\Config\ScadaServerSvcConfig.xml
Cons: large data archives and slow charting3. Create a custom solution to fit your needs.
MikhailModeratorThank you for the research. It would be useful to optimize the chart.
-
AuthorPosts