Documentation

ADD_TOD_TIME

Function name

ADD_TOD_TIME

ST call

PROGRAM ADD_TOD_TIME_DEMO
VAR
TIME1: TIME;
TOD1,TOD2: TOD;
END_VAR
TOD2:= ADD_TOD_TIME(IN1:=TOD1, IN2:=TIME1);
END_PROGRAM

Description

Returns the sum of the input values (dates). Used to add relative time to time of day.

Inputs

Input Type Description
IN1 TOD Input value
IN2 TIME Input value

Outputs

Output Type Description
=> TOD Output value

Application example