How to embed web page in web visu

I have Codesys 3.5 and wago PFC 200, I want to embed the web page object in the runtime.


do i need to do change any scripts . how to enable the web page . im able to open wago web base managment page and plc in web visu but rest url is not working

Enable the developer tools in your browser and check the console to see what’s going on.
You might try to change the webserver configuration (/etc/lighthttpd/webvisu.conf) as explained here, because iframe are disable by default for security reasons.

i have change the script in the webvisu.conf file still the webpage is not opening. im using pfc200 FW27

Hello donmanto,

in principle, many websites also prevent embedding as an iFrame.
You can create a *.html file relatively easily and test whether the page you are accessing also allows embedding. https://www.google.co.in prevents embedding.
Here is an example of how to create the *.html for testing.