I am unable to save anything under message catalog of wincc oa..so unable to see customize alert.can you tell reason why I am not able to save after writing keyword and message?I am saving but afterward it is not found in catalog
Customalert
- Indrani125
- Posts:41
- Joined: Wed Aug 07, 2019 10:50 am
Customalert
Hi,
I am unable to save anything under message catalog of wincc oa..so unable to see customize alert.can you tell reason why I am not able to save after writing keyword and message?I am saving but afterward it is not found in catalog
I am unable to save anything under message catalog of wincc oa..so unable to see customize alert.can you tell reason why I am not able to save after writing keyword and message?I am saving but afterward it is not found in catalog
- dbindernagel
- Posts:161
- Joined: Mon Feb 23, 2015 1:34 pm
Re: Customalert
Are you trying to change a message catalog from a sub project?
If you change files of a sub project in the Gedi these files get copied and saved in your project.
The original file of the sub project remains unchanged.
If you change files of a sub project in the Gedi these files get copied and saved in your project.
The original file of the sub project remains unchanged.
- Indrani125
- Posts:41
- Joined: Wed Aug 07, 2019 10:50 am
- dbindernagel
- Posts:161
- Joined: Mon Feb 23, 2015 1:34 pm
Re: Customalert
The name of your message catalog in your project is "Catalog". In your script you are trying to use a message catalog with the name "CustomAlerts" which does not exist in your project. So either create a new message catalog with the name "CustomAlerts" or use the already existing message catalog "Catalog".
In the script editor you can right click on a CONTROL function to open the help to get a description of how the function should be used.
In the script editor you can right click on a CONTROL function to open the help to get a description of how the function should be used.