7/9/2025 7:26 AM | |
Joined: 1/21/2013 Last visit: 9/6/2025 Posts: 4090 Rating:
|
Hi, To access local files using the web control on the WinCC Unified Panel, use the file://<path>/<filename> syntax. Unfortunately, this syntax is only for local files and cannot be used for web client functionality. It can only be used on the panel's GUI., When you access https://desktop-es4mel4/WebRH, you will likely see the WinCC Unified project that is currently running on your computer instead of a directory listing. Simply placing files in the WebRH directory will not give you access to them. To access the files, place them in the public folder. However, I doubt this is what you really want to do. This solution only works most of the time when using your local computer. The GUI on the panel will not be able to access the files. Kind regards |
This contribution was helpful to
1 thankful Users |
7/9/2025 7:35 AM | |
Joined: 6/30/2025 Last visit: 8/18/2025 Posts: 12 Rating:
|
Hello Stefan, Thank you for your detailed explanation. My goal is to embed a PDF file in one Web Control and a 3D model in another within the WinCC Unified Comfort Panel project. For this, I need these files to be accessible on the panel itself. Therefore, if I embed these files directly into the project (e.g., as media or resources), I need a way to open and display them properly on the panel at runtime. I found two videos showing that 3D models and other interactive content can indeed be displayed inside a Web Control using HTTPS-based paths:
This proves that embedding and accessing such content (3D, PDFs, etc.) in the Unified Panel runtime is technically possible, at least under certain conditions. Could you please advise on the correct method to include and access such files (PDF, 3D models) locally within the panel project, and how to make them work reliably inside Web Control? Thanks in advance! |
Last edited by: Moderator_Lan at: 07/09/2025 07:39:06Video embedded Last edited by: AutoGen_8392a at: 07/09/2025 07:43:59I just updated the message to include an additional link. No other change. |
|
7/9/2025 8:39 AM | |
Joined: 1/21/2013 Last visit: 9/6/2025 Posts: 4090 Rating:
|
Hi, The video demonstrating the integration of a 3D model uses a PC runtime and a Custom Web Control (CWC). I doubt the WinCC Unified Control Panel can handle this task. However, you can try using a CWC. As the second video shows, the URL for accessing a file differs between the PC and the panel. Kind regards |
Follow us on