EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-07 11:53 PM . Last Modified: 2023-05-02 11:56 PM
Hello everyone,
We have a main mimic that represents all RTUs in the System and display color based on RTU status (if open or close)
When any operator control any RTU to open/close. the main mimic being refresh very slowly that took almost 2 minutes.
Another mimic, when enter a value that processed using script also updated slowly.
Note that operators machine are in VLAN network.
Any hint for the causes or any solutions
Thanks in advance
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-08 08:47 PM
Open the Mimic(s) in ViewX, and on the Graphics toolbar display the Diagnostics, then send us the contents (you can Copy All, then paste it into a table here).
My suspicion is that you have lots of objects, likely Embedded Mimics, which all cost just a little extra to load. Hence it bogs down the system with loading and putting on scan all the items.
GeoSCADA Expert has quite a complex graphical model, including low level configuration of shared cache-ability (Shared with other Embedded Mimics). If you get this wrong, then that can really harm performance. And it's not the easiest setting to get right if you use more advanced features like Indirect tags, SQL query animations etc.
Which is where I'd recommend not using those more advanced features until you REALLY know what you're doing... and even then avoid them if you can.
Are you using any such advanced features (within your mimic, or ANY embedded mimics referenced from these slow displays)?
i.e. an animation with square brackets like... ["animation something here"]
or worse still, one with [? SELECT thing here]
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-08 10:27 PM
this is a sample of the mimic diagnostic
Objects 119
Layers 2
Groups 1
Polylines 0
Text Items 27
Embedded Mimics 89
Embedded Trends 0
Embedded Dynagraphs 0
Embedded Lists 0
Embedded Alarm Lists 0
Embedded X-Y Plots 0
Embedded X-Y-Z Plots 0
Maps 0
Images 0
Remote Images 0
Buttons 0
Pie Charts 0
Pipes 0
ActiveX Controls 0
Segments 0
Max Segments 0
Max Segments / Region 0
Pick Actions 2
Hover Effects 0
Transparent Objects 1
Linear Gradient Fills 0
Pipe Gradient Fills 0
Radial Gradient Fills 0
Linear Gradient Texts 0
Pipe Gradient Texts 0
Radial Gradient Texts 0
Flashing Objects Yes
GDI+ Redraw Count 84
GDI+ Avg. Redraw Time 0.0798 seconds
GDI+ Total Redraw Time 6.7062 seconds
=====================================
sample #2:
Objects 128
Layers 2
Groups 1
Polylines 0
Text Items 28
Embedded Mimics 97
Embedded Trends 0
Embedded Dynagraphs 0
Embedded Lists 0
Embedded Alarm Lists 0
Embedded X-Y Plots 0
Embedded X-Y-Z Plots 0
Maps 0
Images 0
Remote Images 0
Buttons 0
Pie Charts 0
Pipes 0
ActiveX Controls 0
Segments 0
Max Segments 0
Max Segments / Region 0
Pick Actions 4
Hover Effects 0
Transparent Objects 1
Linear Gradient Fills 0
Pipe Gradient Fills 0
Radial Gradient Fills 0
Linear Gradient Texts 0
Pipe Gradient Texts 0
Radial Gradient Texts 0
Flashing Objects Yes
GDI+ Redraw Count 39
GDI+ Avg. Redraw Time 0.0791 seconds
GDI+ Total Redraw Time 3.0843 seconds
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-09 06:18 AM
Ouch! GDI Total Redraw time of 6.7 seconds? I'm going to go out on a limb and guess that your mimic has improper usage if indirect animations. Do you have animations somewhere on your embedded mimics that use indirect animations? If so, I'd advise reading the help file about improper usage of them -- specifically where it mentions to never share objects that contain indirect animations. I'd add to if and say that if you can avoid indirect animations, avoid them. We reserve them specifically for popup faceplates and nothing more.
That said, I could be completely wrong but your object/mimic counts don't look bad at all. Has to be animation related.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-10 08:20 PM
Unfortunately with 89 and 97 embedded mimics this diagnostic doesn't tell us much.
What are your 'shared with other embedded mimics' set to?
What are on your embedded mimics?
Having >50 of them is an awful lot for a single mimic.
Even worse if each embedded mimic may then contain other embedded mimics.
I'm wondering if you potentially came from a Citect-like background, and you have lots of embedded mimics with static animation data, and if you're then hiding them etc based on tag values.
That's not really the GeoSCADA Expert way, directly animating the parameters (i.e. colour / position etc) is more so how GeoSCADA Expert performs well.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-12 12:35 AM
(for testing) we created an empty mimic contains only value of a digital point
when we change its value from 1 to 0, it also took almost 2 minutes to update its value in the mimic
thanks very much taking time to help.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-12 02:21 AM
There may be a lot more going on here than complex mimics. Geo SCADA prioritises database writes over reads, so it's possible you have configured scanners or logic to update the database at a very high rate. Please look at the execution interval of Logic and the scan rate of any drivers to see if there is anything like this.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-12 08:06 PM
Was this an Internal Digital Point, or connected to a field device (where you changed the value in the field device)?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-14 10:11 PM
it was internal digital point
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-14 10:44 PM . Last Modified: 2022-05-14 10:47 PM
@sbeadle wrote:There may be a lot more going on here than complex mimics. Geo SCADA prioritises database writes over reads, so it's possible you have configured scanners or logic to update the database at a very high rate. Please look at the execution interval of Logic and the scan rate of any drivers to see if there is anything like this.
"configured scanners or logic to update the database at a very high rate"
can you explain that more please
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-16 01:39 AM . Last Modified: 2022-10-19 12:52 AM
Please see this document which may help:
See the table at the end for queries and techniques to help find problem items in configuration.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.