Created new Performance Equation, but the new value is not updated.

I setup as

  • ScanClass = 00:01:00,00:00:00 (so every minute since midnight)
  • Equation (just a test): if ('*' >= '24-aug-2023 13:30') then 13.30 else if ('*' >= '24-aug-2023 13:15') then 13.15 else if ('*' >= '24-aug-2023 13:00') then 13.00 else if ('*' >= '24-aug-2023 12:50') then 12.50 else if ('*' >= '24-aug-2023 12:40') then 12.40 else NoOutput()
  • (so in theory, now wich is 12:55 had to have at least 2 values: 12.40 and 12.50)

but, the value of the tag keeps "Pt. Created"

(In PI SMT > PE > Equation > Evaluate > I get the right value 12.50)

Do I have to wait to "something" happen?