View single post by ident
 Posted: Saturday Apr 5th, 2014 01:29 pm
 Full Topic 
ident



Joined: Wednesday Aug 9th, 2006
Location: Singapore
Posts: 3493
Status: 
Offline

  back to top

Trigger Application

In the Trigger Application table, each Trigger address is mapped to a Comfort Counter


Mapping a Trigger group to a Comfort counter causes the Trigger group and Counter to be synchronised

If a trigger group changes its value, the same value is updated to the mapped counter. The Counter  Response for the counter is triggered. The value of the counter is accessed by action "If Last UCM Counter"

eg
Counter Response:

If Last UCM Counter = 1 Then
    do ResponseA
else
  If Last UCM counter = 2 Then
   doResponseB
 If Last UCM Counter=3 Then
  do ResponseC
....

Endif

Changing a Counter value also sends the counter value to the mapped trigger group

 Close Window