Search found 6 matches
- Mon Feb 10, 2020 11:44 am
- Forum: Bugs / Problems
- Topic: Data write performance problem on RDB schema 8.20
- Replies: 3
- Views: 4235
Re: Data write performance problem on RDB schema 8.20
We have already analyzed: in 3.14, the function UpdateAlertPartner used the index for h.ts in 3.15, the function UpdateAlertPartner not used the index h.ts because you are converting h. ts to TO_CHAR. In the real plant(3.15) RDB manager stop writing values to Oracle if ALERTHISTORY_000000123 have 6....
- Fri Aug 23, 2019 4:22 pm
- Forum: Bugs / Problems
- Topic: Event-manager memory leak
- Replies: 3
- Views: 4000
Re: Event-manager memory leak
1. Whe are changing 1 signal. 2. All alerts is gone! only 1 alert is active(Sql report show only one 1 alarm). 3. We don't use "Acknowledge old alarms" The main topic is if we write "_add_value_7 and _add_value_8" and ack in one alertSet, we have leak . If we don't use _add_value...
- Wed Nov 29, 2017 4:04 pm
- Forum: Bugs / Problems
- Topic: How to change format time in Trend?
- Replies: 5
- Views: 5046
Re: How to change format time in Trend?
lang=en_US - can't be changed
WinCC OA 3.14 patch 014
and format time need "28.11.2018 10:32:37"
WinCC OA 3.14 patch 014
and format time need "28.11.2018 10:32:37"
- Wed Nov 29, 2017 3:07 pm
- Forum: Bugs / Problems
- Topic: How to change format time in Trend?
- Replies: 5
- Views: 5046
Re: How to change format time in Trend?
<r>This help only under ruler format time format, but usless for others place(see attach 1,2). <IMG src="https://www.winccoa.com/fileadmin/images/fbfiles/images/trendFormatTime.png"><s>[img]</s><URL url="https://www.winccoa.com/fileadmin/images/fbfiles/images/trendFormatTime.png"><LINK_TEXT text="ht...
- Tue Nov 28, 2017 8:57 am
- Forum: Bugs / Problems
- Topic: How to change format time in Trend?
- Replies: 5
- Views: 5046
How to change format time in Trend?
<r>Good day!<br/> <br/> How can we change format time in trends from "11/28/2017 10:32:37" AM ?? "28.11.2018 10:32:37"?<br/> see attachment. <IMG src="https://www.winccoa.com/fileadmin/images/fbfiles/images/ftime.png"><s>[img]</s><URL url="https://www.winccoa.com/fileadmin/images/fbfiles/images/ftim...
- Wed Jan 25, 2017 7:37 am
- Forum: HowTos
- Topic: Priorities of threads
- Replies: 9
- Views: 6879
Re: Priorities of threads
<r>Use semaphore functions.<br/> <br/> <CODE><s>[code]</s><i> </i> bool init = FALSE; main() { dyn_string dpeList; . . . // init consts, dpeList etc. dpConnect("callBackFunc",dpeList); // (answer=true) semAcquire("callBackFunc_done"); // wait for semRelease("callBackFunc_done"); init = TRUE; if(dynl...