Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
		
How can we help you today?
How to pass mimic parameters in in a hyperlink
DISCLAIMER

The example below is intended to demonstrate one or more features or methods and is presented as a configuration example only. Schneider Electric assumes no liability for the use or application of this example or any portion thereof.

Mimic parameters can be passed via hyperlink. The format for passing a value to a parameter in a mimic is the following:

SCX:////CMimic/.MimicName#Param1="Value of first parameter"&Param2="Value of second parameter"

where:

SCX:////CMimic/.MimicName is a reference to the mimic that is being called and contains the parameters;
#Param1="Value of first parameter" is the name of the first parameter, followed by the value enclosed in double quotes. The first parameter name is always preceded by the hash (#) character;
&Param2="Value of second parameter" is the name of the second parameter, followed by the value enclosed in double quotes. From the second parameter on, the parameter name is always preceded by the ampersand (&) character;

Note: If the parameters are going to be used in mimic script that runs when the user navigates to the mimic, use them in the "Mimic_Navigate" sub-routine, not the "Mimic_Load" one:

Public Sub Mimic_Navigate
MsgBox Mimic.Parameters.Param1
End Sub

Schneider Electric Canada

Explore more
Range:
Users group

Discuss this topic with experts

Visit our community and get advice from experts and peers on this topic and more
Explore more
Range:

Need help?

  • Product Selector

    Quickly and easily find the right products and accessories for your applications.

  • Get a Quote

    Start your sales inquiry online and en expert will connect with you.

  • Where to buy?

    Easily find the nearest Schneider Electric distributor in your location.

  • Help Center

    Find support resources for all your needs, in one place.

  • Products Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact Center
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Schneider Electric Community
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Newsroom
  • Investors
  • EcoStruxure
  • Job Search
  • Register Your Product
  • Blog
  • Legal Information
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings