Full screen btn is a WinCC Unified Custom Web Control that triggers reliable fullscreen enter/exit behavior using a dedicated local helper backend.
deploy_cwc.bat: builds and copies the CWC ZIP to the WinCCCustomControlsfolder{B5EE6DEF-00EB-4880-AC1E-39A6AF506363}/: CWC manifest and frontend assetsfullscreen_local_server.py: primary local fullscreen helperfullscreen_local_server.ps1: legacy helper variantstart_fullscreen_local_server.bat: starts and validates the local helper_ModuleTemplate_extract/: companion/module packaging sourceFullscreenModule.zip: built module package
- enters fullscreen through a local helper
- exits fullscreen through a local helper
- falls back to browser fullscreen APIs if the helper is unavailable
- supports explicit
enter,exit, andtogglebehavior
- Start the helper with
start_fullscreen_local_server.bat - Deploy the CWC with
deploy_cwc.bat - Test the helper health endpoint at
http://127.0.0.1:8767/health
- the Python helper is the active backend
- the packaged module is intended for deployment alongside the CWC
- the PowerShell helper is retained only as an older implementation