message control : notification message in cel
hello;<br><br>I'm using message control in a project and a noticed when message control is deactivated and when alarm which is configured to be sent as a message (sms..) the message "it was tried to send a message although message control is deactivated". <br> is there à possibility to prevent the display of this message in the event list because the costumer doesn't what to have this message . <br><br>best regards
Re: message control : notification message in cel
Hello Sofiane, <br><br>did you try to empty the message control queue and deactivate it in runtime? It probably happens because of queue of MSG that there are still a few messages inside. For this goal you can use of the functions -> Message control-> Send Message: deactivate and assign it with a button to your project. This function deactivates Message Control for the project in which the function is located. When the function is called all messages of this project are removed from the message queue and the project is logged off from Message Control. And also don't forgot that you create another function for activate message control again.<br><br>Best regards, <br><br>