IFBAD examples
- Last UpdatedFeb 07, 2025
- 1 minute read
Example 1
The following expression replaces all bad values for the input stream Pump102.Flow with "500."
IFBAD(Pump102.Flow, 500)
Example 2
The following expression replaces all bad values in the input stream Pump102.Flow with values from the alternative stream Pump115.Flow at the corresponding time.
IFBAD(Pump102.Flow, Pump115.Flow)