Page 1 of 1

Create temperature eventfilter

Posted: 16 May 2016, 07:50
by trisd11
Hi,

Currently I am able to create an eventFilter where severity is greater than 400.

For publishing this these are the steps I'm following
1. create subscription
2. Create severity filter
3. create monitor item
4. publish item

5. call start or stop node of airconditioner.
These steps give me an event whenever I start and stop the air conditioner node.

I want to create an event when temperature of AirConditioner_1 node is more than 71.4.

How can I do this?

Re: Create temperature eventfilter

Posted: 17 May 2016, 11:51
by Support Team
Hello,

The SampleConsoleServer in the Java SDK shows how to trigger an alarm event, when the value of a variable exceeds a warning or alarm limit. Please refere to that example.

Best Regards
Support Team