if hot = 1 then 1 else if luke = 1 then 2 else if cold = 1 then 3 else Nooutput()
Hi , i'm trying to do the above analyses.
When checking pirecalcualtionprocessor-log i find the following issue:
Attribute:'SW21031.PV' Value:0,001027522 Timestamp:27-Aug-23 19:56:00.005 UOM:
Attribute:'SW21032.PV' Value:0,9991463 Timestamp:27-Aug-23 19:56:00.005 UOM:
Attribute:'SW21033.PV' Value:0,4998802 Timestamp:27-Aug-23 19:56:00.005 UOM:
The .PV values are floats instead of ints.
The analyses does not have the desired solution.
I assume this is because the values are not being calculated as 1's.
I tried the following for all points:
- Changed pointtype to Int32
- Changed Step to 1
- Used Floor() and int() in the analyses.
All these did not change the outcome of the analysis.
I searched Google but can't find any solutions.
Any help would be appreciated.
Kind regards,