Hello everybody
I have to change in the alarm screen the !!! to + and instead of xxx a - . Is this possible and if so where do I have to change this?
regards Markus
Change the !!! and xxx in the AEScreen
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Change the !!! and xxx in the AEScreen
Right now the infrormation in the "Acknowledge" column cannot be changed.
Which information shall be displayed is defined in C++ code which cannot be modified.
Best Regards
Leopold Knipp
Senior Support Specialist
Which information shall be displayed is defined in C++ code which cannot be modified.
Best Regards
Leopold Knipp
Senior Support Specialist
- juma4
- Posts:42
- Joined: Thu Jun 30, 2011 2:23 pm
Re: Change the !!! and xxx in the AEScreen
Ok thanks for the information.
Best regards
Markus Junker
Best regards
Markus Junker
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: Change the !!! and xxx in the AEScreen
Hello,
please have a look into WinCC_OA Help:
[System Management - Diagnostics Alert & Event panel - Alert table]
There you can find the "Acknowledgement" and the possible states.
We wouldn't recommend to change this "characters", because there are (hard-coded) dependencies according the "_ack_state".
best regards,
Andreas
please have a look into WinCC_OA Help:
[System Management - Diagnostics Alert & Event panel - Alert table]
There you can find the "Acknowledgement" and the possible states.
We wouldn't recommend to change this "characters", because there are (hard-coded) dependencies according the "_ack_state".
best regards,
Andreas
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Change the !!! and xxx in the AEScreen
You could replace the texts in the function 'aes_editAlertsBeforeDisplay' of the library 'asModifyDisplay'.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Change the !!! and xxx in the AEScreen
Please note that the mentioned function aes_editAlertsBeforeDisplay() only works when prerequisites are fulfilled. This function is not intended to be used in common use cases.
If you want to change the content of the alert table you could implement an own function which reads the content of the table or specific columns and replaces information.
Please always take into account that replacing information may become a performance issue if the table contains a lot of entries.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to change the content of the alert table you could implement an own function which reads the content of the table or specific columns and replaces information.
Please always take into account that replacing information may become a performance issue if the table contains a lot of entries.
Best Regards
Leopold Knipp
Senior Support Specialist