Class DtSub
Version 1.0
Modified 08-MAR-2026 11:05:32.00
Code rt_plc_macro_time.h
 Subtract two delta times.

 DtSub subtracts the second delta time input from the first delta time
 input.

 The inputs has to be connected to delta times.
 The resulting output is a delta time.

RtBody attributes pwr_sClass_DtSub
DeltaTime DTime1 DTim1 Minuend delta time.
DeltaTime DTime2 DTim2 Subtrahend absolute time.
DeltaTime ActVal Val The result of the subtraction DTime1 - DTime2. The result is a deltatime.

DevBody attributes 
PlcNode PlcNode  


GraphPlcNode
object_type 11
parameters[0] 2
parameters[1] 0
parameters[2] 1
parameters[3] 0
subwindows 0
graphmethod 1 (standard, common attributes)
graphindex 0
default_mask[0] 3
default_mask[1] 1
segname_annotation 1
compmethod 5
compindex 0
tracemethod 0
traceindex 0
executeordermethod 2
objname DtSub
graphname DtSub


Attributes detail


DTime1 Input
Class Input
Type DeltaTime
Flags STATE | RTVIRTUAL | NOEDIT | NOREMOVE
GraphName DTim1
Body RtBody
 Minuend delta time.

DTime2 Input
Class Input
Type DeltaTime
Flags STATE | RTVIRTUAL | NOEDIT | NOREMOVE
GraphName DTim2
Body RtBody
 Subtrahend absolute time.

ActVal Output
Class Output
Type DeltaTime
Flags STATE | NOEDIT | REDUTRANSFER
GraphName Val
Body RtBody
 The result of the subtraction DTime1 - DTime2. The result is a deltatime.

PlcNode Buffer
Class Buffer
Type PlcNode
Flags INVISIBLE
Body DevBody