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:
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack While you can not embed a Map Set or Map Source into a mimic, you can make it 'float' on top of a mimic object, and automatically display whenever you navigate to that mimic.
Use the 'mimic_navigate' function to achieve this in a script:
sub mimic_navigate() 'Run each time mimic is opened mimic.openinset "SCX:////CGISMapSet/.Map Set",0,15,100,85
end sub
sub mimic_navigate() 'Run each time mimic is opened mimic.openinset "SCX:////CGISMapSet/.Map Set",0,15,100,85end sub
Attach this script function to an area of the screen which the user can click on if they close the map.
You can alter the map window size to reveal parts of the mimic, for example to have other information to the left or the right.
See this image showing the result: Capture4.PNGCapture4.PNG
Here is the .sde file for this example. Load on ClearSCADA 2017 and above.File: Parent and Floating Map.sde (See links below)