7/10/2025 8:05 PM | |
Joined: 6/27/2022 Last visit: 7/11/2025 Posts: 20 Rating:
|
Hello everyone! I'm facing an issue with TIA Portal V20 with WinCC Unified running on an MTP700 BASIC and would like to know if anyone else has experienced this. Panel: Siemens MTP 700 BASIC TIA Portal: V20 Issue: On the main screen, I have a button that opens a pop-up (OpenScreenInPopup), and it works fine. Inside this pop-up, I have another button, Settings, that should exit the pop-up and directly open the device-specific configuration screen (a normal screen, not a pop-up). However, when I press that button, it doesn't navigate to the screen as expected; instead, it opens a giant pop-up with the configuration screen inside — that is, the configuration screen appears nested as another pop-up, rather than replacing the main screen. Even when set to the base screen or current screen, the behavior doesn't change. Tia V20 upd3 Image version: 20.0.0.2 Attachmentbug unified.zip (36 Downloads) |
Last edited by: Erikywillian at: 07/10/2025 20:07:05 |
|
7/11/2025 9:49 AM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Erikywillian, I suspect your problem stems from how you open the pop-up. The OpenScreenInPopup system function has an optional parameter for the parent screen. If you don't define a parent screen, the pop-up window opens globally and independently of any other screen. In this case, using the base screen for the ChangeScreen system function will not work. However, you can specify the full path, which allows you to work without a parent screen for the OpenScreenInPopup system function. But, in this case, the pop-up will remain visible when the screen changes. Kind regards |
This contribution was helpful to
1 thankful Users |
Follow us on