Am I crazy or do EF's not use the backfill/preview time of evaluation for '*' and instead use "Now"?
I have an EF analysis with a start trigger of 'valvetag.OP' > 1. Since this valve will often bounce, I created an End Trigger of TagMax('valvetag.OP",'*','-1h') < 1
When previewed or backfilled the EF immediately closes and the next bounce reopens when I desire one long EF for the episode until definitely calmed down. The process is calm now and my EndTrigger is currently evaluating to True.
I also tried flipping the two time terms just in case with no change. I've grown to understand you do a '*' then "relative to the other" reference (e.g. TagMax('valvetag.OP",'*','-1h')
Am I doing something wrong or any suggestions?