Oppress Warning Message

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
OlliAutefa
Posts:3
Joined: Thu Sep 07, 2017 1:29 pm

Oppress Warning Message

Post by OlliAutefa »

Hello,

I want to work with the function "openAES()". In the script of the button i defined the function like:

Code: Select all

string screenConfig, module, fileName;
int action = 2;
screenConfig = "test";
module = "WinCC_OA-AES";
fileName = "aes";

openAES(screenConfig, module, action, fileName);

While running the Quicktest the screen opens but Shows the message "You want to get 2621 DPEs (max 2000). This can last a Long time. Do you want to start?".
1.) Is it possible to set the max.-Value higher so the message does not appear?
2.) In the screenConfig i defined a closed period of time but the function doesn't print me the file "aes". I just have to put the Name and Type in the saving-screen. Why?


Thanks
Oliver

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Oppress Warning Message

Post by leoknipp »

1.) Is it possible to set the max.-Value higher so the message does not appear?

In the panel System Management --> Settings --> Central Settings you can define limits used in the AEScreen.
For details please have a look at the WinCC OA Documentation for this panel.


2.) In the screenConfig i defined a closed period of time but the function doesn't print me the file "aes". I just have to put the Name and Type in the saving-screen. Why?

Can you please describe it more detailed.
Which file shall be printed?
What is a "saving-screen"?

Best Regards
Leopold Knipp
Senior Support Specialist

OlliAutefa
Posts:3
Joined: Thu Sep 07, 2017 1:29 pm

Re: Oppress Warning Message

Post by OlliAutefa »

Thanks for your reply.

I just want to Export the table of faults every day. So i defined the screenConfig "test" with the property "Range of Time: closed and yesterday".
When I start the Script in the Quicktest the AES opens but not with the actual list of alerts. The list is empty. I just have to click start/refresh to get the alerts in the table from yesterday. In addition there is no file printed/safed in the /data-folder.

I expect to get the safed/printed fault-table of yesterday when I click a button or later with a script.


I hope it is more comprehensible now and you can help me with this Problem.

Thanks
Oliver

Image
Attachments
code.JPG

3 posts • Page 1 of 1