Celsius_TO_Fahrenheit: Converting Celsius to Fahrenheit
Celsius_TO_Fahrenheit Function
This figure shows the pin diagram of the Celsius_TO_Fahrenheit function:
The Celsius_TO_Fahrenheit function converts temperature in Celsius to Fahrenheit.
Use Fahrenheit_TO_Celsius for the reverse process.
Formula: T_Fahrenheit = [(T_Celcius * 1.8) + 32]
This table describes the input pins of the Celsius_TO_Fahrenheit function:
Input |
Data Type |
Description |
---|---|---|
i_rIput |
REAL |
Input value in Celsius Range: ±1.89e38 (higher values result INFINITY at the output). |
This table describes the output pins of the Celsius_TO_Fahrenheit function:
Output |
Data Type |
Description |
---|---|---|
Celsius_TO_Fahrenheit |
REAL |
Output value in Fahrenheit |