KB-36715: Setting E3Browser to not display alarms’ return messages.

Question:

How can I set up the E3Browser so that it does not display alarms’ return messages?

Solution:

To do so, follow these steps:

1. In the Alarms Server’s properties, click the Settings tab’s Fields option.
2. Add the ConditionActive item.
3. Access the settings of the E3Browser’s Query.
4. Select the Database server.
5. Select the Alarms table.
6. In the Query’s Fields tab, check all Alarms table’ items.
7. On SQL tab, enable the SQL’s edition and insert the following code:
 
SELECT (items selected in the step 6)
FROM Alarms   
WHERE ( Alarms.ConditionActive = 1 ) 
ORDER BY Alarms.E3TimeStamp ASC

8. On View tab, click the exclamation mark (!) to view the result of the configured Query.
9. Click the OK button.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *