- Open Temperature_Conversion.vi
- Save it as Temperature_Conversion2.vi
- Copy the numeric fahrenheit indicator
- Rename it to °F (formula)
- Create another copy named °F (Express)
- Create a formula for converting from °C -> °F
- Input: C
- Output: F
- F = C*9/5+32;
- Likewise, add an express VI for converting the temperature via the Formula Express VI
- Express -> Arithmetic & Comparison -> Formula
- Check, that all °F indicators show the same
- Save your VI