Converts temperature unit from Celsius to Fahrenheit.
This VI can convert temperature value to degree Celsius or degree Fahrenheit.
The VI treats the temperature value as a degree Celsius and converts to degree Fahrenheit if boolean flag : 'is Fahrenheit in?' is false.
If boolean flag : 'is Fahrenheit in?' is true then the VI treats the temperature value as a degree Fahrenheit and converts to degree Celsius.
For appropriate temperature indication, the numeric indicator of output terminal should build unit string to degC (degree Celsius) or degF (degree Fahrenheit).
error in (no error) error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
code The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
source The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
is Fahrenheit in? (Fahrenheit) Selects Celsius (false) or Fahrenheit (true) to the temperature input. The default is a Fahrenheit (true). |
temperature in (0) The Input temperature data to convert. |
error out error out contains error information. This output provides standard error out functionality. |
status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
code The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
source The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
degC Result of Celsius conversion. if temperature in is a Celsius, temperature pass through to result. |
degF Result of Fahrenheit conversion. if temperature in is a Fahrenheit, temperature pass through to result. |