...
The embedder symbol allows to seamlessly incorporate external content, allowing you to display and interact with content from another source directly within your PI Vision environment. This symbol essentially creates a cohesive experience by bringing in external content as if it were a natural part of PI Vision. Many customers use this symbol to seamlessly embed content from e.g.:
Microsoft Power BI
Microsoft Sharepoint
MES System
LIMS System
FrameSrcPolicy
Note |
---|
Bevor das Control verwendet werden kann, muss in der Before the control can be used, the FrameSrcPolicy must be adjusted in the web.config auf dem on the PI Vision Server die FrameSrcPolicy angepasst werden. Ansonsten können keine fremden Seiten eingebettet werdenserver. Otherwise no foreign pages can be embedded! |
Code Block |
---|
<add key="FrameSrcPolicy" value="seeqserver werusys.de" /> |
...
With a right click on the control in the upper area there is the possibility to press "ConfigureFormat Symbol…". Thereby the configuration tile appears.
...
...
Use website from Tag/Attribute: The website will be used from the initial dragged attribute (if it has a website defined). The website cannot be changed as long as this checkbox is activated. You need to uncheck this checkbox in order to enter a website manually.
Website: There, the desired website including protocol can be specified.
Info |
---|
Modern browsers prevent the embedding of unencrypted http pages within encrypted https pages. As a result, it is not possible to specify unencrypted pages there! |
Hide title: Hides the title of the control in the upper left corner.
Removing the Control
Before removing the control it is necessary to switch into edit mode (Icon in the upper right corner). Thereafter it is possible to click on the control and press the delete key to remove the control.
...