GXE600.lvlib:GXE600 Convert Celsius to Fahrenheit.vi

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).

GXE600.lvlib:GXE600 Convert Celsius to Fahrenheit.vi


cerrcodeclst

error in (no error)

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

cbool

is Fahrenheit in? (Fahrenheit)

Selects Celsius (false) or Fahrenheit (true) to the temperature input.

The default is a Fahrenheit (true).

cdbl

temperature in (0)

The Input temperature data to convert.

ierrcodeclst

error out

error out contains error information. This output provides standard error out functionality.

idbl

degC

Result of Celsius conversion.

if temperature in is a Celsius, temperature pass through to result.

idbl

degF

Result of Fahrenheit conversion.

if temperature in is a Fahrenheit, temperature pass through to result.