3.3.1 - Temperature Conversion 2

  • 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
Skærmbillede 2012-04-07 kl. 23.56.00


Created by Samuel Thrysøe © 2013