Search found 6 matches

Search

by miks
Wed Nov 06, 2013 9:25 am
Forum: Bugs / Problems
Topic: Problem AES Screen, query take long time
Replies: 3
Views: 3854

Re: Problem AES Screen, query take long time

<t>Dear Leopold, thank you for this informations.<br/> <br/> I'm trying the ARCHIVENUM Option in SQL queries.<br/> Unfortunately this option does not have a big impact on query times.<br/> <br/> The following statements deliver about 29.000 lines (time is average of 6 executions):<br/> SELECT '_offl...
by miks
Fri Nov 01, 2013 4:00 pm
Forum: Bugs / Problems
Topic: Problem AES Screen, query take long time
Replies: 3
Views: 3854

Problem AES Screen, query take long time

<r>I'm using WinCC OA Version 3.11 and I have problems on accessing historical data by AES screen.<br/> <br/> I save strings to a value archives to store events.<br/> Value changes, Commands, Attribute changes like alert limit changes; all are written to a special DPEs (.msg) which every DP have and...
by miks
Fri Feb 08, 2013 2:31 pm
Forum: Bugs / Problems
Topic: alert handling discrete on bit32 dpes
Replies: 2
Views: 3402

Re: alert handling discrete on bit32 dpes

sorry folks, my fault :blink:

the bit32 alert handling ranges must be defined by patterns not by numbers.
1st range:good range
2nd range:=01 (alert) NOT 1
3rd range:=11 (warning) NOT 3

now it works. :)

nice weekend
by miks
Fri Feb 08, 2013 11:34 am
Forum: Bugs / Problems
Topic: alert handling discrete on bit32 dpes
Replies: 2
Views: 3402

alert handling discrete on bit32 dpes

<t>hi all<br/> <br/> I'm trying to use alert handling discrete on bit32 variables to get alerts exactly if one of the bits are set.<br/> <br/> Exactly alert handling discrete with 3 ranges like:<br/> 1st range:good range<br/> 2nd range:=1 (alert)<br/> 3rd range:=3 (warning)<br/> <br/> If I'm using t...
by miks
Tue Dec 13, 2011 5:33 pm
Forum: Bugs / Problems
Topic: tcpWrite
Replies: 4
Views: 5041

Re: tcpWrite

<r>Thanks for your reply.<br/> <br/> I'm not complete shure what you mean but I changed the code of the GetXMLFBFSYSTEM function like this: <CODE><s>[code]</s><i> </i>string GetXMLFBFSYSTEM(int idx) { string tmp1, xt; xt = formatTime("%Y.%m.%d %H:%M:%S", gSystemeZeit[idx]); tmp1 = ""; tmp1 = tmp1 + ...
by miks
Tue Dec 13, 2011 11:51 am
Forum: Bugs / Problems
Topic: tcpWrite
Replies: 4
Views: 5041

tcpWrite

<r>Hi all<br/> <br/> It's the first time I have to send some states of pvss datapoints to an external system via a tcp/ip connection using a stream of characters in XML format.<br/> A test master is echoing all received data to a console window.<br/> Generally it is working, I get a connection and t...