Search found 13 matches
- Fri Jul 01, 2022 1:40 pm
- Forum: Bugs / Problems
- Topic: Synchronize DP Groups
- Replies: 1
- Views: 2396
Synchronize DP Groups
Hello there, I am trying to synchronize User Defined DP Groups in distributed systems. I am trying to set which Dp-Group I want to share in the column "Detail" of "Client Configuration" panel and when I click apply, the DP-Group is saved under the internal DP named _DistSync_N (w...
- Wed Jun 08, 2022 11:41 am
- Forum: Bugs / Problems
- Topic: Script editor frozen
- Replies: 0
- Views: 11731
Script editor frozen
Hello, Recently, I have started to work with WinCC OA in virtual machines. In two of them something strange happens: when I open the script editor (either opening a lib, either opening the scripts of a panel) it gets frozen and I cannot click anywhere, even less coding. I have noticed that if I clic...
- Wed Apr 06, 2022 11:35 am
- Forum: HowTos
- Topic: Open popups in different UIs
- Replies: 3
- Views: 2632
Re: Open popups in different UIs
Hello,
Thanks to both for your responses. I have tried Leoknipp solution and it suits perfect for my needs. Thank you very much
Thanks to both for your responses. I have tried Leoknipp solution and it suits perfect for my needs. Thank you very much

- Wed Mar 30, 2022 12:21 pm
- Forum: HowTos
- Topic: Open popups in different UIs
- Replies: 3
- Views: 2632
Open popups in different UIs
Good morning, In the project I am working on, an Area has a dpe that is a list of "to-do" tasks. If a user owns the Area, a pop up should appear with a list of these tasks. If the user closes the panel without marking them as Done, the pop up should appear periodically (every 5 mins or so)...
- Fri Aug 27, 2021 9:42 am
- Forum: HowTos
- Topic: Dynamicaly Add and Remove Itemxs drom Layout on CTRL
- Replies: 1
- Views: 4550
Re: Dynamicaly Add and Remove Itemxs drom Layout on CTRL
Hi Victor, Not sure if its helps, but have a look at the functions addSymbol and removeSymbol. With them you can add references to Layouts, and the position in the layout can be specified by the "index" parameter. When you use removeSymbol, the layout is reestructured again. Not sure about...
- Thu Aug 05, 2021 12:28 pm
- Forum: HowTos
- Topic: Returned data in dpQueryConnect()
- Replies: 3
- Views: 3980
Re: Returned data in dpQueryConnect()
Thank you for your response, it worked just fine. However, doing it that way, it only catch the first ocurrence of "ValveState". I will post my problem here for future reference. It happens that I actuallly have embedded DPT inside of a DPT so I have DP_01.Valve_01.ValveState DP_01.Valve_0...
- Tue Aug 03, 2021 11:54 am
- Forum: HowTos
- Topic: Returned data in dpQueryConnect()
- Replies: 3
- Views: 3980
Returned data in dpQueryConnect()
Hi there, I need to trigger an alert when some DPEs meet a certain condition. Let's say I need to trigger the alert when DP.Working == TRUE and DP.ValveState == 4 . I am using a dpQueryConnectSingle to connect to both DPEs of all DPs. The problem is that, when some of those changes, the "data&q...
- Tue May 11, 2021 7:11 pm
- Forum: HowTos
- Topic: How to handle multiinstance
- Replies: 1
- Views: 3101
How to handle multiinstance
Hello, I have been working on some multiinstance related issue. My client's PLC writes alerts the following way: They write the pending alerts of a PLC on a dyn_int DPE, where each value means alert code, so when the dyn_int changes I create by CTRL a multiinstance alert (in another DPE, typed INT) ...
- Mon Feb 01, 2021 3:38 pm
- Forum: Bugs / Problems
- Topic: Navigation through embedded module
- Replies: 3
- Views: 4032
Re: Navigation through embedded module
Hi again,
I have discovered that this problem only happens when you write the panel path along with its extension in the function RootPanelOnModule.
Problem solved for me. Thank you.
I have discovered that this problem only happens when you write the panel path along with its extension in the function RootPanelOnModule.
Problem solved for me. Thank you.
- Fri Jan 29, 2021 11:41 am
- Forum: Bugs / Problems
- Topic: Navigation through embedded module
- Replies: 3
- Views: 4032
Re: Navigation through embedded module
Thank you for your response, I am using 3.16 P021. My embedded module shape is 1500x600. In the initialization, I load in that module the panel A_PANEL which is also 1500x600, then I click certain button to load the B_PANEL which is 600x600. When I load again the A_PANEL, it appears cut in the size ...