Table of Contents

SUB_TOD_TOD

Function name

SUB_TOD_TOD

ST call

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

Description

Subtracts the input variables, OUT = IN1 - IN2.

Inputs

InputTypeDescription
IN1 TOD Input value
IN2 TOD Input value

Outputs

OutputTypeDescription
TIMEOutput value

Application example