You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Current »
To use the THRESHOLD Function
THRESHOLD(Tag1,Tag2,Tag3,Tag4)
IF Tag1 > Tag2 (THRESHOLD)
Then Output Tag3
ELSE IF Tag1 < Tag2
Then Output Tag4
THRESHOLD(Demo-influxdb/DEMO_01TI031.PV,40,1,0)