Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

[Imported] Mimic parameter manipulation

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • [Imported] Mimic parameter manipulation
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
98
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:21 PM . Last Modified: ‎2023-05-03 12:24 AM

0 Likes
1
1452
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:21 PM . Last Modified: ‎2023-05-03 12:24 AM

[Imported] Mimic parameter manipulation

>>Message imported from previous forum - Category:ClearSCADA Software<<
User: josh, originally posted: 2019-05-23 00:49:39 Id:431
I'm a new user (I have done L1 training) and one thing that is annoying me is setting up parameters.
Considering you'd might want to create groups of parameters that match the database hierarchy to easily animatemimics. Being able to copy and paste and move groups around would be much more convenient than having to type in everything manually. This is all assuming I'm not missing anything obvious!

Labels
  • Labels:
  • SCADA
Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:22 PM

0 Likes
0
1451
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:22 PM

>>Responses imported from previous forum


Reply From User: ROVSCADAENGINEER, posted: 2019-05-23 01:45:44
There are groups of mimics you can create called templates which can be referenced. you basically configure the Templates with the set point and animation configurations you like. you can then create "instances" of that template group.

I think this is a way to do what you are thinking of.

 

Reply From User: hardin4019, posted: 2019-05-23 13:03:59
I can't recall whether it was L1 or L2 training, but one of them does cover how to use the parameters of the mimic itself or its parent group, or points to make different things happen in your mimics.

One example would be at the bottom of a mimic I have the name, but it is automatically populated with the .ObjDisplayName of the group that contains the mimic. Its an animation for "Value" and looks like ('Block Valve ' + ".objDisplayName") just get rid of the ( ). The singe ' ' will make the mimic display string text and the " " is a database item, with the + in between to combine the whole thing into a single line.

One of the more complex things I have done recently is I have 2 different valve templates, one valve template contains a group called '.Comms' with the outstation in it. The other valve template doesn't have the '.Comms' group and all of the points are pointed to an outstation in a different valve instance.

So I wanted to show the users the status of the outstation in the second valve template where the is no '.Comms' group and make it look like it was there. I have a point in the valve group called UpstreamPSI, and it is pointed to the outstation I want to know the status of in this template. So I used ( ["UPstreamPSI.SourceName" + '.StateDesc'] ) note the ( ) are not necessary but the [ ] are required. This Automatically pulls the full outstation location in the database from the UpstreamPSI as a string of letters, then adds the '.StateDesc' to the end. Note that the "UpstreamPSI.SourceName" is in " " and is a database parameter, and in this case the '.StateDesc' is a string this time.

Second trick in the same situation. The second valve template without the ".Comms" group doesn't give me the 3 or 4 other RTU health status points I pull for a valve the does have the '.Comms' group. I played around and came up with a not totally automatic, but workable solution. If I go into the valve Group and put the path of the other valve Group into the .objKeywords2 parameter, I can use it in my mimics to point the mimic at points in another group entirely. IE, I have the .DCVolts point in the same valve the valve group that has the outstation. So in the second Valve's mimic I have a box with ( [".objKeywords2" + '.DCVolts.CurrentValue'] ). Again, you don't need the ( ) but you do need the [ ]. This automatically takes the path of the group that contains the DCVolts point that I had saved in the .objKeywords2 group parameter and adds the string .DCVolts.CurrentValue together and makes it a full path to a Database item and then allows the mimic to show the value.

See Answer In Context

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

Reply 1
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:22 PM

0 Likes
0
1452
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:22 PM

>>Responses imported from previous forum


Reply From User: ROVSCADAENGINEER, posted: 2019-05-23 01:45:44
There are groups of mimics you can create called templates which can be referenced. you basically configure the Templates with the set point and animation configurations you like. you can then create "instances" of that template group.

I think this is a way to do what you are thinking of.

 

Reply From User: hardin4019, posted: 2019-05-23 13:03:59
I can't recall whether it was L1 or L2 training, but one of them does cover how to use the parameters of the mimic itself or its parent group, or points to make different things happen in your mimics.

One example would be at the bottom of a mimic I have the name, but it is automatically populated with the .ObjDisplayName of the group that contains the mimic. Its an animation for "Value" and looks like ('Block Valve ' + ".objDisplayName") just get rid of the ( ). The singe ' ' will make the mimic display string text and the " " is a database item, with the + in between to combine the whole thing into a single line.

One of the more complex things I have done recently is I have 2 different valve templates, one valve template contains a group called '.Comms' with the outstation in it. The other valve template doesn't have the '.Comms' group and all of the points are pointed to an outstation in a different valve instance.

So I wanted to show the users the status of the outstation in the second valve template where the is no '.Comms' group and make it look like it was there. I have a point in the valve group called UpstreamPSI, and it is pointed to the outstation I want to know the status of in this template. So I used ( ["UPstreamPSI.SourceName" + '.StateDesc'] ) note the ( ) are not necessary but the [ ] are required. This Automatically pulls the full outstation location in the database from the UpstreamPSI as a string of letters, then adds the '.StateDesc' to the end. Note that the "UpstreamPSI.SourceName" is in " " and is a database parameter, and in this case the '.StateDesc' is a string this time.

Second trick in the same situation. The second valve template without the ".Comms" group doesn't give me the 3 or 4 other RTU health status points I pull for a valve the does have the '.Comms' group. I played around and came up with a not totally automatic, but workable solution. If I go into the valve Group and put the path of the other valve Group into the .objKeywords2 parameter, I can use it in my mimics to point the mimic at points in another group entirely. IE, I have the .DCVolts point in the same valve the valve group that has the outstation. So in the second Valve's mimic I have a box with ( [".objKeywords2" + '.DCVolts.CurrentValue'] ). Again, you don't need the ( ) but you do need the [ ]. This automatically takes the path of the group that contains the DCVolts point that I had saved in the .objKeywords2 group parameter and adds the string .DCVolts.CurrentValue together and makes it a full path to a Database item and then allows the mimic to show the value.

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of