I'm using WinCC OA 3.17 P002. I have create a Legacy Project and I'm trying to open a HTML using WebView.ewo(EWO) with the command "loadSnippet".
However, it can not open the corresponding file.
I put the next code in the script:
Code: Select all
WebViewEWO.loadSnippet("/data/html/HTMLTEST.html");
WinCC OA 3.17 Help Documentation: Example addres -> qthelp://wincc_oa/doc/Native_GEDI/ewo_webview_js_examples.htm
What is wrong?

Best Regards,
Junho