Ad Widget

Collapse

action message - cannot use Simple macros as used in building trigger expressions.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lulu
    Junior Member
    • Jul 2016
    • 12

    #1

    action message - cannot use Simple macros as used in building trigger expressions.

    Hello,

    I need to write in message the time of the previously received item (for example, if there is no data from the host I want to write when was the last received data).
    I tried to do the following based on the guide

    Code:
    Last Time: {{HOST.HOST}:{ITEM.KEY}.time(0)}
    Previous Time: {{HOST.HOST}:{ITEM.KEY}.time(1)}
    Time 15: {{HOST.HOST}:{ITEM.KEY}.time(15)}
    But the 3 lines give the same result. Am I doing something wrong?

    thank you
    Last edited by lulu; 23-09-2016, 16:33.
Working...