F_BA_CelsiusToKelvin

F_BA_CelsiusToKelvin 1:

The function F_BA_CelsiusToKelvin of the return type REAL is used to convert a temperature value in degrees Celsius to a temperature value in Kelvin.

Syntax

FUNCTION F_BA_CelsiusToKelvin : REAL
VAR_INPUT
  fX    : REAL;
END_VAR

F_BA_CelsiusToKelvin 2: Inputs

Name

Type

Description

fX

REAL

Input value in degrees Celsius.

Prerequisites

Development environment

Required PLC library

TwinCAT from v3.1.4024.62

Tc3_BA2 from v5.5.14.0