Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.:

  1. Microsoft Power BI

  2. Microsoft Sharepoint

  3. MES System

  4. 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" />

...