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?

Need help?

Product Selector

Product Selector

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

Get a Quote

Get a Quote

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

Where to buy?

Where to buy?

Easily find the nearest Schneider Electric distributor in your location.

Help Center

Help Center

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

  • Help and Contact Center
  • Contact Sales
  • Find our Offices
  • Where to Buy
  • Careers
  • Company Profile
  • Investors
  • Newsroom
  • Report a Misconduct
  • Product Documentation
  • Product Selectors
  • Software and Firmware
  • Product Substitution and Replacement
  • Blog
  • Events
  • Schneider Electric Community
  • Sustainability
  • Legal Information
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings