Search found 62 matches

Search

by ewoenne
Wed Mar 17, 2021 11:27 am
Forum: Bugs / Problems
Topic: Influx DpGroup and timerange filter
Replies: 3
Views: 4416

Re: Influx DpGroup and timerange filter

Thanks Leopold,

I didn't know about this document, available here for anyone else.

https://www.winccoa.com/downloads/detai ... ments.html

Is support for dpGroups in NGA planned?
by ewoenne
Tue Mar 16, 2021 11:48 am
Forum: Bugs / Problems
Topic: Influx DpGroup and timerange filter
Replies: 3
Views: 4416

Influx DpGroup and timerange filter

Hi, I have an issue using NGA Influx archiving and the alarm screen (3.17 patch 10). Filtering by DpGroup or timerange is fine, but filtering by both returns no results. eg testing the SQL queries directly: SELECT ALERT '_alert_hdl.._text' FROM 'DPGROUP(_DpGroup00023_Public)' -> alerts returned SELE...
by ewoenne
Thu Feb 04, 2021 7:04 pm
Forum: HowTos
Topic: Multi instance alert additional values
Replies: 3
Views: 4448

Re: Multi instance alert additional values

Thanks for the replies.
The problem was that I was calling alertSet() with the time only instead of the alert time (type atime). This works fine for single alarms, but not for alarms where the count is > 0
by ewoenne
Wed Feb 03, 2021 8:17 pm
Forum: HowTos
Topic: Multi instance alert additional values
Replies: 3
Views: 4448

Multi instance alert additional values

Hi,

Is it possible to set the additional values of an existing multi instance alert? alertSet() doesn't result in an error but the additional values are not set.
by ewoenne
Fri Jul 03, 2020 12:22 pm
Forum: HowTos
Topic: Desktop UI Multiple Connections
Replies: 4
Views: 6099

Re: Desktop UI Multiple Connections

Thanks, though I wasn't very clear. We don't need to open a UI with a connection to multiple projects. We want to open a UI connected to a single project OR open a UI connected to a different project. It looks like from the help there is a project overview which contains multiple projects and a UI c...
by ewoenne
Thu Jul 02, 2020 12:04 pm
Forum: HowTos
Topic: Desktop UI Multiple Connections
Replies: 4
Views: 6099

Desktop UI Multiple Connections

Hi, We have a requirement for a client that can connect to multiple systems. The systems are on the same network but do not have a distributed connection. i.e. on the client machine, the user can open a UI for system 1 only or they can open a UI for system 2 only Is the Desktop UI designed for this ...
by ewoenne
Mon Feb 24, 2020 5:58 pm
Forum: HowTos
Topic: Authorization bits/levels
Replies: 0
Views: 11992

Authorization bits/levels

Hi,

Is there documentation available on which actions require authorization bit 3 (Extended user level / advanced operator authorization)?

I can see that opening alarm/event properties requires this level, but I'm not sure what other operations are included.

Thanks,
Ellen
by ewoenne
Fri Jan 31, 2020 3:47 pm
Forum: Bugs / Problems
Topic: pmon SNMP port
Replies: 2
Views: 3884

Re: pmon SNMP port

Hi Leopold,

It was on two servers, the WCCILpmon.exe proces was using the port. But when I tested it today the same problem was not repeated!

In any case, we will remove SNMP on the pmon as it isn't required.

Thanks for your reply,
Ellen
by ewoenne
Thu Jan 30, 2020 5:15 pm
Forum: Bugs / Problems
Topic: pmon SNMP port
Replies: 2
Views: 3884

pmon SNMP port

Hi, When restarting our project it fails and we get the following errors: SEVERE, 40/pmon, Initialization of SNMP Agent (Port 4700) failed WARNING, 54, Unexpected state, Pmon::init() failed WinCC OA starts ok on a restart of the PC, it looks like the SNMP port is not closed on project stop? Removing...
by ewoenne
Wed Aug 14, 2019 4:06 pm
Forum: HowTos
Topic: UI Distributed Systems
Replies: 1
Views: 3446

UI Distributed Systems

Hi, Is there a limit on the number of dpConnects in a UI panel to distributed systems? The help says to avoid a big number of dpConnect calls. Does it require a lot more load than to local DPs? Our architecture consists of a redundant central system and 18 redundant distributed systems. We have a ce...