"Ensuring Consistency Between Performance Equations and Asset Framework Analysis Outputs"

I am working with a Performance Equation (PE) as follows:

 if 'INPUT' = "OPENED" then TagVal('OUTPUT') = 1 else TagVal('OUTPUT') = 0.

However, I am noticing a discrepancy in the results.

In the PE, when the INPUT is "OPENED", I get the OUTPUT as either 1 or 0 as expected. But in the AF, for the exact same equation, the OUTPUT values do not seem to be matched with PE's result.

My objective is to achieve consistent results between the PE and AF systems so that the outputs align exactly. How should I approach this situation to resolve the issue?

Parents
  • I think there is an error in how you represented the PE.

    I think it should be: if 'INPUT' = "OPENED" then 1 else 0 with the PE being associated with the tag 'OUTPUT'.

    Next, what is the data type for both INPUT and OUTPUT. Is INPUT a string or digital state?

    What is the attribute data type for INPUT and OUPUT in AF?

    Please show a screenshot of the analysis in AF as well as a preview results of the data.

Reply
  • I think there is an error in how you represented the PE.

    I think it should be: if 'INPUT' = "OPENED" then 1 else 0 with the PE being associated with the tag 'OUTPUT'.

    Next, what is the data type for both INPUT and OUTPUT. Is INPUT a string or digital state?

    What is the attribute data type for INPUT and OUPUT in AF?

    Please show a screenshot of the analysis in AF as well as a preview results of the data.

Children
No Data