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.

Enter external web pages in the format: https://www.ipaddress.com/.
Enter internal web pages in the format: https://<ipaddress>/<pagename>.
- Prerequisite
- The web page to be embedded starts with https.
- The web page allows embedding iframes.
- 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.
- Start editing the real-time application.
- In the menu bar, click Visualisation.
- Click the plus icon next to Widgets.
- Click iframe.
- Arrange the widgets on the drawing area.
- In the Properties, enter the desired URL.
- Select the loading property.

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.