Customer has built a data analysis and management system which is a web application, since they also have experienced winccoa UX function, now they hope to embed or link winccoa ux panels as part of their webpages, then they can visit any winccoa UX screen just by clicking one of the UX link list, it will be more convinient for them to operate winccoa SCADA system without switching back and forth. Embedding may involve cross-origin, login status, and other issues.
Is this possible or any simple way to do ?
How to link winccoa ux panels in a 3rd-party webpage
Search
-
- Posts: 30
- Joined: Wed Jan 12, 2011 9:51 am
Re: How to link winccoa ux panels in a 3rd-party webpage
When looking at the WinCC OA Documentation for the ULC UX feature you will find the following information in "Notes and Restrictions":
-- Embedding the ULC UX inside of a website is only supported by using an IFrame as a container.
https://www.winccoa.com/documentation/W ... strictions
Best Regards
Leopold Knipp
Senior Support Specialist
-- Embedding the ULC UX inside of a website is only supported by using an IFrame as a container.
https://www.winccoa.com/documentation/W ... strictions
Best Regards
Leopold Knipp
Senior Support Specialist
-
- Posts: 30
- Joined: Wed Jan 12, 2011 9:51 am
Re: How to link winccoa ux panels in a 3rd-party webpage
Thanks Leoknipp,I will read through the documentation and try to figure out.