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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

[Imported] How to get Alarm limits on a Mimic faceplate ?

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] How to get Alarm limits on a Mimic faceplate ?
Options
  • Subscribe to RSS Feed
  • 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
307
AndrewScott
Admiral AndrewScott
95
BevanWeiss
Spock BevanWeiss
89
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
36
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:10 AM . Last Modified: ‎2023-05-03 12:29 AM

0 Likes
1
906
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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:10 AM . Last Modified: ‎2023-05-03 12:29 AM

[Imported] How to get Alarm limits on a Mimic faceplate ?

>>Message imported from previous forum - Category:General Items<<
User: KylePaynter123, originally posted: 2018-12-12 17:02:09 Id:337
Hi guys

I created a new faceplate for a mimic that suppose to show the alarm limits for that mimic when it is clicked by a user, however I'm not sure how to put those limits on the faceplate.
So far it just show the name of the mimic when clicked

Labels
  • Labels:
  • SCADA
Reply

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:11 AM

0 Likes
0
906
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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:11 AM

>>Responses imported from previous forum


Reply From User: tfranklin, posted: 2018-12-13 13:49:25
Assuming this is a global faceplate I'd recommend looking up indirect animations in the help file. If you search for indirect(s) in this forum you'll find a good bit of discussion about when to use and not to use them, and faceplates are about the only place I personally advocate using them.

In short -- you'll configure the mimic to accept the fullname of a point. Each text box or object that you want to animate on that faceplate would then be driven off of the parameter you pass in + some indirectly accessed attribute.


Reply From User: KylePaynter123, posted: 2018-12-13 18:14:42
Thank you !

I will start by reading up on indirect Animations [at]tfranklin thanks again


Reply From User: KylePaynter123, posted: 2018-12-20 13:20:03
Guys good morning,

It was a relatively simple fix (I simply renamed the mimic's description ) as it already had all the info needed.

I'm glad I went through the issues as I now have a better understand with regard to layers and mimics

 


Reply From User: BevanWeiss, posted: 2019-01-03 21:14:31
[at]tfranklin said:
Assuming this is a global faceplate I'd recommend looking up indirect animations in the help file. If you search for indirect(s) in this forum you'll find a good bit of discussion about when to use and not to use them, and faceplates are about the only place I personally advocate using them.

In short -- you'll configure the mimic to accept the fullname of a point. Each text box or object that you want to animate on that faceplate would then be driven off of the parameter you pass in + some indirectly accessed attribute.

'Global faceplates' sound like a bad idea if you would need to use an indirect animation for it. The performance of indirect animations is very bad, and their usage should be avoided where possible. If you need a faceplate for a number of items, then the faceplate should be stored within a template, with each instance of it an instance of the template. This means you can avoid the use of indirect variables.


Reply From User: tfranklin, posted: 2019-01-03 21:24:16
[at]BevanWeiss said:
'Global faceplates' sound like a bad idea if you would need to use an indirect animation for it. The performance of indirect animations is very bad, and their usage should be avoided where possible. If you need a faceplate for a number of items, then the faceplate should be stored within a template, with each instance of it an instance of the template. This means you can avoid the use of indirect variables.

What I mean by a global faceplate is when using a single mimic with no embedded mimics on it for things like editing alarm limits of a point. A single mimic that I'd pass a fullname to which animates alarm conditions, allows changes, then the uses closes the mimic. Everything would be text boxes with an animated value. In this example everything is tied to the same point, but there are a number of OPC properties being brought in for that point.

If you were to do the same thing without the use indirect animations (ex: at a template level) then you'd have to create a mimic for each point that you need to change limits on, which is not maintainable.

The only alternative I can think of for something like this would be to use a scripted form. I suppose it all depends on the use case.

See Answer In Context

Reply

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:11 AM

0 Likes
0
907
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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:11 AM

>>Responses imported from previous forum


Reply From User: tfranklin, posted: 2018-12-13 13:49:25
Assuming this is a global faceplate I'd recommend looking up indirect animations in the help file. If you search for indirect(s) in this forum you'll find a good bit of discussion about when to use and not to use them, and faceplates are about the only place I personally advocate using them.

In short -- you'll configure the mimic to accept the fullname of a point. Each text box or object that you want to animate on that faceplate would then be driven off of the parameter you pass in + some indirectly accessed attribute.


Reply From User: KylePaynter123, posted: 2018-12-13 18:14:42
Thank you !

I will start by reading up on indirect Animations [at]tfranklin thanks again


Reply From User: KylePaynter123, posted: 2018-12-20 13:20:03
Guys good morning,

It was a relatively simple fix (I simply renamed the mimic's description ) as it already had all the info needed.

I'm glad I went through the issues as I now have a better understand with regard to layers and mimics

 


Reply From User: BevanWeiss, posted: 2019-01-03 21:14:31
[at]tfranklin said:
Assuming this is a global faceplate I'd recommend looking up indirect animations in the help file. If you search for indirect(s) in this forum you'll find a good bit of discussion about when to use and not to use them, and faceplates are about the only place I personally advocate using them.

In short -- you'll configure the mimic to accept the fullname of a point. Each text box or object that you want to animate on that faceplate would then be driven off of the parameter you pass in + some indirectly accessed attribute.

'Global faceplates' sound like a bad idea if you would need to use an indirect animation for it. The performance of indirect animations is very bad, and their usage should be avoided where possible. If you need a faceplate for a number of items, then the faceplate should be stored within a template, with each instance of it an instance of the template. This means you can avoid the use of indirect variables.


Reply From User: tfranklin, posted: 2019-01-03 21:24:16
[at]BevanWeiss said:
'Global faceplates' sound like a bad idea if you would need to use an indirect animation for it. The performance of indirect animations is very bad, and their usage should be avoided where possible. If you need a faceplate for a number of items, then the faceplate should be stored within a template, with each instance of it an instance of the template. This means you can avoid the use of indirect variables.

What I mean by a global faceplate is when using a single mimic with no embedded mimics on it for things like editing alarm limits of a point. A single mimic that I'd pass a fullname to which animates alarm conditions, allows changes, then the uses closes the mimic. Everything would be text boxes with an animated value. In this example everything is tied to the same point, but there are a number of OPC properties being brought in for that point.

If you were to do the same thing without the use indirect animations (ex: at a template level) then you'd have to create a mimic for each point that you need to change limits on, which is not maintainable.

The only alternative I can think of for something like this would be to use a scripted form. I suppose it all depends on the use case.

Reply

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