Search found 161 matches

Search

by dbindernagel
Wed Sep 03, 2025 5:57 pm
Forum: Bugs / Problems
Topic: NGA Segment Backups
Replies: 0
Views: 15026

NGA Segment Backups

Hello Forum, I have some questions regarding backups for segments with NGA: WinCC OA 3.20 (latest patch) Redundant project NGA with PostgreSQL 1. Backup Segments for ALERT group The documentation states the following: https://www.winccoa.com/documentation/WinCCOA/latest/en_US/NGA/topics/nga_cfg_arch...
by dbindernagel
Fri Jul 18, 2025 9:45 am
Forum: HowTos
Topic: Excel Report - Excel installation on server necessary
Replies: 2
Views: 1482

Re: Excel Report - Excel installation on server necessary

Thank you. That answers my question.
by dbindernagel
Tue Jul 15, 2025 3:11 pm
Forum: HowTos
Topic: Excel Report - Excel installation on server necessary
Replies: 2
Views: 1482

Excel Report - Excel installation on server necessary

Hello, on a project we are using the Excel Report and I'm wondering if it is necessary to install Microsoft Excel on the servers or if it is possible to install Excel only on the clients. (the report option from the WinCC OA installer will be installed on both). There are no automatic reports and no...
by dbindernagel
Tue Jan 21, 2025 5:56 pm
Forum: Bugs / Problems
Topic: NGA PostgreSQL Segment Switch
Replies: 1
Views: 2525

NGA PostgreSQL Segment Switch

Hello Forum, I have a question regarding the NGA with PostgreSQL and segment switching. ( WinCC 3.20 P003) I wanted to see how the segments work in NGA with PostgreSQL so I created a simple project for testing. Legacy Standard Project, Single Server, SQLite, NGA with PostgreSQL Problem steps: 1. I c...
by dbindernagel
Fri Jan 17, 2025 12:32 pm
Forum: Off-Topic
Topic: Unread topic that does not exist anymore
Replies: 7
Views: 7365

Re: Unread topic that does not exist anymore

Using the 'Mark forums read' link worked.
Thank you!
by dbindernagel
Wed Jan 15, 2025 5:11 pm
Forum: Off-Topic
Topic: Unread topic that does not exist anymore
Replies: 7
Views: 7365

Unread topic that does not exist anymore

Hello, in the HowTos forum is a topic called "change dollar parameter in group" (29.08.2024) that is marked as unread for me. If I try to open the topic I get the following message: INFORMATION The requested topic does not exist. My problem is that, because this topic is marked as unread, ...
by dbindernagel
Wed Nov 27, 2024 10:58 am
Forum: HowTos
Topic: table wordwrap
Replies: 5
Views: 3693

Re: table wordwrap

This is interesting as the "qproperty-xxx" syntax does seem to be recognized correctly. Example: If I write the property name wrong I get an error message in the log which I don't get if I write it correctly. TableQT { qproperty-wordwrap: true; } WCCOAui1:WCCOAui (1), 2024.11.27 10:49:17.8...
by dbindernagel
Mon Nov 25, 2024 5:02 pm
Forum: HowTos
Topic: table wordwrap
Replies: 5
Views: 3693

Re: table wordwrap

The "wordWrap" property cannot be accessed via stylesheets, Boolean values are not valid for properties so "wordWrap: true" will not work. We would need to access the function "setWordWrap" which is not available in WinCC OA. But even if you could change the wordWrap pr...
by dbindernagel
Fri Sep 27, 2024 1:34 pm
Forum: HowTos
Topic: embed panel into a panel with control script
Replies: 3
Views: 2338

Re: embed panel into a panel with control script

Have a look at addSymbol (I'm not sure I understood what you want correctly).
https://www.winccoa.com/documentation/W ... ymbol.html