Forum Home › Forums › Understanding the Software › Data UpdateTime to Web Station
- This topic has 7 replies, 2 voices, and was last updated 8 years ago by
catcute.
-
AuthorPosts
-
March 30, 2018 at 4:21 pm #3396
catcute
ParticipantHi
I have the trouble with real data update to web station.
My application is Rapid Scada connect with OPC server and display to web. I also use the Real time data export to DB module to save data to SQL Server. And config logging the data change event of 10 items to SQL server. The logging is OK. But at Web Station, when i click Events button to display changing value event-> It make the data update to table on web very slowly, it take around 30->40 seconds (the real OPC item value change every second!), when I click Event button again to hide Event table, data update to table more faster (every second). Do we have any solution to make the data update to table on web faster when we click event button to see event table?March 30, 2018 at 5:07 pm #3397
MikhailModeratorHi,
How many events are stored per day or per hour? Please provide screenshots and logs.March 31, 2018 at 8:50 am #3399catcute
ParticipantFor testing purpose, I config 40 OPC items, data change every second, this mean we will have 40 events/second, after 1-2 days working, data update to table on web application become slowly.
March 31, 2018 at 12:00 pm #3400
MikhailModeratorI suppose that 40 events per second is too much, and the software needs special performance optimization for your case. Why do you need an event for every change of a channel? You can export data to the external database without generating events.
March 31, 2018 at 3:50 pm #3402catcute
ParticipantHi, I just want to test the performance of software, with big system maybe many importance events(alarms) can raise at the same time. Can you give some ways for performance optimization software in this case? Thanks Mikhail.
April 2, 2018 at 12:43 pm #3409
MikhailModeratorHi,
A research is required to find a bottle neck. May be you need to develop your own plugin that access existing events. The web app support custom plugins.April 2, 2018 at 12:45 pm #3410
MikhailModeratorFirst of all, it is needed to analyze your system, specify work cases and then decide if the software should be optimized for the system.
April 3, 2018 at 9:38 am #3415catcute
ParticipantHi Mikhail, Thank you for your reply!
-
AuthorPosts
- You must be logged in to reply to this topic.