Embedding a web page into the visualisation

You can embed an external or internal web page into your current web page with an iframe widget.

notice

Enter external web pages in the format: https://www.ipaddress.com/.

Enter internal web pages in the format: https://<ipaddress>/<pagename>.

  1. Prerequisite
  2. The web page to be embedded starts with https.
  3. The web page allows embedding iframes.
  4. If external web pages are to be embedded, the browser that loads the pages with the iframes must be connected to the Internet. Otherwise external web pages cannot be loaded.
  1. Start editing the real-time application.
  2. In the menu bar, click Visualisation.
  3. Click the plus icon next to Widgets.
  4. Click iframe.
  5. Arrange the widgets on the drawing area.
  6. In the Properties, enter the desired URL.
  7. Select the loading property.
  8. notice

    Lazy loading allows the browser to defer loading offscreen iframes until a user scrolls near them.

    Eager loading allows the browser to load an iframe immediately.

Arranging widgets on the drawing area