28, March 2015: Temperature Input Scale” Function Block made to make a scaling from Temperature (RTD, TC) in PLC’s Analog Input to an Engineering Units value to ease the understanding of the value presented in the program. 

For data types parameters and more detailed description with relevant files for TIA download, here 

SCL: 

“Analog Input Scale_DB”(Card_In:=_int_In_, Deadband:=_Real_,
H_LL_T:=_Int_in_,
H_L_T:=_Int_in_,
HH_SP:= :=_Real_in_,
H_SP:= :=_Real_in_,
L_SP:= :=_Real_in_,
LL_SP:= :=_Real_in_,
SIM:=_BOOL_In,
SIM_PV:=_Real_in_, HH_ALM=>_bool_out_,
H_ALM=>_bool_out_,
L_ALM=>_bool_out_,
LL_ALM=>_bool_out_,
ERR=>_bool_out_,
PV_EU:=_real_inout_, time_count_HH_LL:=_int_inout_, time_count_H_L:=_int_inout_);

FBD/LAD: 

hmi