You are on page 1of 663

Totally Integrated

Automation Portal

Program blocks
Main [OB1]
Main Properties
General
Name Main Number 1 Type OB Language LAD
Numbering Automatic
Information
Title "Main Program Sweep (Cy‐ Author Comment Family
cle)"
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Initial_Call Bool Initial call of this OB
Remanence Bool =True, if remanent data are available
Temp
Constant

Network 1:

%FC9000
"MHJ-PLC-Lab-Function-S712
00"
EN ENO

Network 2:

%M2.4 %M2.5 %M2.7


"start" "stop" "Run"

%M2.7
"Run"

Network 3:

%M2.4 %M2.2
"start" "M_start"
S

%M2.3
"M_stop"
R

%M2.5 %M2.3
"stop" "M_stop"
S

%M2.2
"M_start"
R

Network 4:

%M2.7 %M2.2 %Q0.0


"Run" "M_start" "Q_Machine1"
SET_BF
3

%Q0.3
"Q_Conv_Raw1"
SET_BF
8

%Q1.6
"Q_Conv_
Product1"
SET_BF
12

Network 5:
Totally Integrated
Automation Portal

%M2.7 %M2.3 %Q0.0


"Run" "M_stop" "Q_Machine1"
RESET_BF
3

%Q0.3
"Q_Conv_Raw1"
RESET_BF
8

%Q1.6
"Q_Conv_
Product1"
RESET_BF
12

Network 6:

%M33.1
%M2.7 %M33.0 "M_reset_
"Run" "reset_counter" counter"

Network 7:
Totally Integrated
Automation Portal

%I0.6
"SS_
%M2.7 %I0.0 Machining1_ %Q6.0
"Run" "SS_Raw1_Limit" Busy" "Q_Stop_Raw1"
P S
%M1.0
"Tag_1"

%DB196
"T194"
%Q6.0 TON
"Q_Stop_Raw1" Time
IN Q
T#1s PT ET T#0ms

%Q1.3
"T194".Q "Q_Pusher_Raw1"
S

%I0.7
"SS_
%I0.1 Machining2_ %Q6.1
"SS_Raw2_Limit" Busy" "Q_Stop_Raw2"
P S
%M1.1
"Tag_2"

%DB197
"T195"
%Q6.1 TON
"Q_Stop_Raw2" Time
IN Q
T#1s PT ET T#0ms

%Q1.4
"T195".Q "Q_Pusher_Raw2"
S

%I1.0
"SS_
%I0.2 Machining3_ %Q6.2
"SS_Raw3_Limit" Busy" "Q_Stop_Raw3"
P S
%M1.2
"Tag_3"

%DB198
"T196"
%Q6.2 TON
"Q_Stop_Raw3" Time
IN Q
T#1s PT ET T#0ms

%Q1.5
"T196".Q "Q_Pusher_Raw3"
S

%I0.3
"SS_Pusher_ %Q1.3
raw1" "Q_Pusher_Raw1"
R

%Q6.0
"Q_Stop_Raw1"
R

%I0.4
"SS_Pusher_ %Q1.4
raw2" "Q_Pusher_Raw2"
R

%Q6.1
"Q_Stop_Raw2"
R

%I0.5
"SS_Pusher_ %Q1.5
raw3" "Q_Pusher_Raw3"
R

%Q6.2
"Q_Stop_Raw3"
R

Network 8:
Totally Integrated
Automation Portal

%DB2
"T1"
%M2.7 TON
"Run" "T2".Q Time
IN Q
T#15s PT ET T#0ms

%Q5.7
"T1".Q "Q_ADD_RAW"

%DB3
"T2"
TON
Time
IN Q
T#0.5s PT ET T#0ms

Network 9:

%M2.7 %FC9
"Run" "Arrange_to_StackMe
tal"
EN ENO

Network 10:

%M2.7 %FC3
"Run" "Set_X_PickPlac
e"
EN ENO

Network 11:

%M2.7 %FC4
"Run" "Set_X_Stac
k"
EN ENO

Network 12:

%M2.7 %FC6
"Run" "Set_Z_PickPlac
e"
EN ENO

Network 13:

%M2.7 %FC1
"Run" "Set_ZD_Stac
k"
EN ENO

Network 14:

%M2.7 %FC2
"Run" "Set_ZU_Stac
k"
EN ENO

Network 15:

%M2.7 %FC10
"Run" "Arrange_to_StackGre
en"
EN ENO

Network 16:

%M2.7 %FC8
"Run" "Product classification
Green"
EN ENO
Totally Integrated
Automation Portal

Network 17:

%M2.7 %FC7
"Run" "Product classification
Metal"
EN ENO

Network 18:

%M2.7 %FC11
"Run" "Product classification
Blue"
EN ENO

Network 19:

%M2.7 %FC12
"Run" "Arrange_to_StackBl
ue"
EN ENO
Totally Integrated
Automation Portal

Program blocks
MHJ-PLC-Lab-Function-S71200 [FC9000]
MHJ-PLC-Lab-Function-S71200 Properties
General
Name MHJ-PLC-Lab-Function- Number 9000 Type FC Language SCL
S71200
Numbering Manual
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
rdTimeReturn Int
outputTime DTL
YEAR UInt
MONTH USInt
DAY USInt
WEEKDAY USInt
HOUR USInt
MINUTE USInt
SECOND USInt
NANOSECOND UDInt
SyncVal Byte
forVal Int
forVal_2 Int
Value Byte
Constant
CompVal Byte 16#34
Value_01 Byte 16#11
Value_01_DW DWord 16#A165_D992
Value_02_DW DWord 16#58BE_4401
Return
MHJ-PLC-Lab-Function-S71200 Void

0001
0002 #Value:=PEEK(area := 16#82,
0003 dbNumber := 0,
0004 byteOffset := 511);
0005 #Value := #Value + 1;
0006
0007 POKE(area := 16#82,
0008 dbNumber := 0,
0009 byteOffset := 511,
0010 value := #Value);
0011
0012 POKE(area:=16#81,
0013 dbNumber:=0,
0014 byteOffset:=1016,
0015 value:=#Value_01_DW);
0016 POKE(area := 16#81,
0017 dbNumber := 0,
0018 byteOffset := 1020,
0019 value := #Value_02_DW);
0020
0021 POKE(area := 16#81,
0022 dbNumber := 0,
0023 byteOffset := 511,
0024 value := B#16#00);
0025
0026 FOR #forVal := 0 TO 120 DO
0027 FOR #forVal_2:=0 TO 10 DO
0028 #rdTimeReturn:=RD_SYS_T(#outputTime);
0029 #rdTimeReturn := WR_SYS_T(#outputTime);
0030 #rdTimeReturn := RD_SYS_T(#outputTime);
0031 #rdTimeReturn := WR_SYS_T(#outputTime);
0032 END_FOR;
0033 #SyncVal:= PEEK(area := 16#81,
0034 dbNumber := 0,
0035 byteOffset := 511);
0036 IF #SyncVal = #CompVal THEN
0037 GOTO M_1;
0038 END_IF;
0039 END_FOR;
0040 RETURN;
0041
0042 M_1:
0043 POKE(area := 16#81,
Totally Integrated
Automation Portal

0044 dbNumber := 0,
0045 byteOffset := 511,
0046 value := B#16#0);
0047
0048
0049

Symbol Address Type Comment


#CompVal 16#34 Byte
#forVal Int
#forVal_2 Int
#outputTime DTL
#rdTimeReturn Int
#SyncVal Byte
#Value Byte
#Value_01_DW 16#A165_D992 DWord
#Value_02_DW 16#58BE_4401 DWord
Totally Integrated
Automation Portal

Program blocks
Data_block_1 [DB1]
Data_block_1 Properties
General
Name Data_block_1 Number 1 Type DB Language DB
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Offset Start value Retain Accessi‐ Writ‐ Visible in Setpoint Supervi‐ Comment
ble from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
X_Stack Array[1..10] of 0.0 True True True True False
Real
X_Stack[1] Real 0.0 0.0 True True True True False
X_Stack[2] Real 4.0 0.0 True True True True False
X_Stack[3] Real 8.0 0.0 True True True True False
X_Stack[4] Real 12.0 0.0 True True True True False
X_Stack[5] Real 16.0 0.0 True True True True False
X_Stack[6] Real 20.0 0.0 True True True True False
X_Stack[7] Real 24.0 0.0 True True True True False
X_Stack[8] Real 28.0 0.0 True True True True False
X_Stack[9] Real 32.0 0.0 True True True True False
X_Stack[10] Real 36.0 0.0 True True True True False
ZU_Stack Array[1..6] of 40.0 True True True True False
Real
ZU_Stack[1] Real 40.0 0.0 True True True True False
ZU_Stack[2] Real 44.0 0.0 True True True True False
ZU_Stack[3] Real 48.0 0.0 True True True True False
ZU_Stack[4] Real 52.0 0.0 True True True True False
ZU_Stack[5] Real 56.0 0.0 True True True True False
ZU_Stack[6] Real 60.0 0.0 True True True True False
X_PickPlace Array[1..4] of 64.0 True True True True False
Real
X_PickPlace[1] Real 64.0 0.0 True True True True False
X_PickPlace[2] Real 68.0 0.0 True True True True False
X_PickPlace[3] Real 72.0 0.0 True True True True False
X_PickPlace[4] Real 76.0 0.0 True True True True False
Y_PickPlace Array[1..2] of 80.0 True True True True False
Real
Y_PickPlace[1] Real 80.0 0.0 True True True True False
Y_PickPlace[2] Real 84.0 0.0 True True True True False
Z_PickPlace Array[1..4] of 88.0 True True True True False
Real
Z_PickPlace[1] Real 88.0 0.0 True True True True False
Z_PickPlace[2] Real 92.0 0.0 True True True True False
Z_PickPlace[3] Real 96.0 0.0 True True True True False
Z_PickPlace[4] Real 100.0 0.0 True True True True False
ZD_Stack Array[1..7] of 104.0 True True True True False
Real
ZD_Stack[1] Real 104.0 0.0 True True True True False
ZD_Stack[2] Real 108.0 0.0 True True True True False
ZD_Stack[3] Real 112.0 0.0 True True True True False
ZD_Stack[4] Real 116.0 0.0 True True True True False
ZD_Stack[5] Real 120.0 0.0 True True True True False
ZD_Stack[6] Real 124.0 0.0 True True True True False
ZD_Stack[7] Real 128.0 0.0 True True True True False
Totally Integrated
Automation Portal

Program blocks
Set_X_PickPlace [FC3]
Set_X_PickPlace Properties
General
Name Set_X_PickPlace Number 3 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_X_PickPlace Void

Network 1: Position1 X_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
0.0 IN
%DB1.DBD64
"Data_block_
1".X_
OUT1 PickPlace[1]

Network 2: Position2 X_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
6.1 IN
%DB1.DBD68
"Data_block_
1".X_
OUT1 PickPlace[2]

Network 3: Position3 X_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
9.6 IN
%DB1.DBD72
"Data_block_
1".X_
OUT1 PickPlace[3]

Network 4: Position4 X_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
1.5 IN
%DB1.DBD76
"Data_block_
1".X_
OUT1 PickPlace[4]
Totally Integrated
Automation Portal

Program blocks
Set_ZU_Stack [FC2]
Set_ZU_Stack Properties
General
Name Set_ZU_Stack Number 2 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_ZU_Stack Void

Network 1: Position1 ZU_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
0.9 IN
%DB1.DBD40
"Data_block_
OUT1 1".ZU_Stack[1]

Network 2: Position2 ZU_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
2.7 IN
%DB1.DBD44
"Data_block_
OUT1 1".ZU_Stack[2]

Network 3: Position3 ZU_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
4.4 IN
%DB1.DBD48
"Data_block_
OUT1 1".ZU_Stack[3]

Network 4: Position4 ZU_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
6.0 IN
%DB1.DBD52
"Data_block_
OUT1 1".ZU_Stack[4]

Network 5: Position5 ZU_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
7.8 IN
%DB1.DBD56
"Data_block_
OUT1 1".ZU_Stack[5]

Network 6: Position6 ZU_AXIS Stack


Totally Integrated
Automation Portal

%M2.7
"Run" MOVE
EN ENO
9.5 IN
%DB1.DBD60
"Data_block_
OUT1 1".ZU_Stack[6]
Totally Integrated
Automation Portal

Program blocks
Set_X_Stack [FC4]
Set_X_Stack Properties
General
Name Set_X_Stack Number 4 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_X_Stack Void

Network 1: Position1 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
0.0 IN
%DB1.DBD0
"Data_block_
OUT1 1".X_Stack[1]

Network 2: Position2 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
1.42 IN
%DB1.DBD4
"Data_block_
OUT1 1".X_Stack[2]

Network 3: Position3 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
2.5 IN
%DB1.DBD8
"Data_block_
OUT1 1".X_Stack[3]

Network 4: Position4 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
3.57 IN
%DB1.DBD12
"Data_block_
OUT1 1".X_Stack[4]

Network 5: Position5 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
4.65 IN
%DB1.DBD16
"Data_block_
OUT1 1".X_Stack[5]

Network 6: Position6 X_AXIS Stack


Totally Integrated
Automation Portal

%M2.7
"Run" MOVE
EN ENO
5.7 IN
%DB1.DBD20
"Data_block_
OUT1 1".X_Stack[6]

Network 7: Position7 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
6.8 IN
%DB1.DBD24
"Data_block_
OUT1 1".X_Stack[7]

Network 8: Position8 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
7.9 IN
%DB1.DBD28
"Data_block_
OUT1 1".X_Stack[8]

Network 9: Position9 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
8.93 IN
%DB1.DBD32
"Data_block_
OUT1 1".X_Stack[9]

Network 10: Position10 X_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
10.0 IN
%DB1.DBD36
"Data_block_
OUT1 1".X_Stack[10]
Totally Integrated
Automation Portal

Program blocks
Set_Y_PickPlace [FC5]
Set_Y_PickPlace Properties
General
Name Set_Y_PickPlace Number 5 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_Y_PickPlace Void

Network 1: Position1 Y_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
0.0 IN
%DB1.DBD80
"Data_block_
1".Y_
OUT1 PickPlace[1]

Network 2: Position2 Y_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
5.5 IN
%DB1.DBD84
"Data_block_
1".Y_
OUT1 PickPlace[2]
Totally Integrated
Automation Portal

Program blocks
Set_Z_PickPlace [FC6]
Set_Z_PickPlace Properties
General
Name Set_Z_PickPlace Number 6 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_Z_PickPlace Void

Network 1: Position1 Z_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
0.0 IN
%DB1.DBD88
"Data_block_
1".Z_
OUT1 PickPlace[1]

Network 2: Position2 Z_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
8.6 IN
%DB1.DBD92
"Data_block_
1".Z_
OUT1 PickPlace[2]

Network 3: Position3 Z_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
8.4 IN
%DB1.DBD96
"Data_block_
1".Z_
OUT1 PickPlace[3]

Network 4: Position4 Z_AXIS Pick Place

%M2.7
"Run" MOVE
EN ENO
8.5 IN
%DB1.DBD100
"Data_block_
1".Z_
OUT1 PickPlace[4]
Totally Integrated
Automation Portal

Program blocks
Set_ZD_Stack [FC1]
Set_ZD_Stack Properties
General
Name Set_ZD_Stack Number 1 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Set_ZD_Stack Void

Network 1: Position1 ZD_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
0.0 IN
%DB1.DBD104
"Data_block_
OUT1 1".ZD_Stack[1]

Network 2: Position2 ZD_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
2.0 IN
%DB1.DBD108
"Data_block_
OUT1 1".ZD_Stack[2]

Network 3: Position3 ZD_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
3.8 IN
%DB1.DBD112
"Data_block_
OUT1 1".ZD_Stack[3]

Network 4: Position4 ZD_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
5.5 IN
%DB1.DBD116
"Data_block_
OUT1 1".ZD_Stack[4]

Network 5: Position5 ZD_AXIS Stack

%M2.7
"Run" MOVE
EN ENO
7.2 IN
%DB1.DBD120
"Data_block_
OUT1 1".ZD_Stack[5]

Network 6: Position6 ZD_AXIS Stack


Totally Integrated
Automation Portal

%M2.7
"Run" MOVE
EN ENO
8.8 IN
%DB1.DBD124
"Data_block_
OUT1 1".ZD_Stack[6]

Network 7: Get box

%M2.7
"Run" MOVE
EN ENO
0.9 IN
%DB1.DBD128
"Data_block_
OUT1 1".ZD_Stack[7]
Totally Integrated
Automation Portal

Program blocks
Product classification Metal [FC7]
Product classification Metal Properties
General
Name Product classification Metal Number 7 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Product classification Metal Void

Network 1: Metal identification


Totally Integrated
Automation Portal

%Q6.3
%M2.7 %I2.6 %I3.1 "Q_Stop_
"Run" "SS_Color1" "SS_Color4" MetalPro"
S

%I1.2 %Q6.3 %Q4.5


"SS_MetalPro_ "Q_Stop_ "Q_Pusher_
start" MetalPro" MetalPro"
P S
%M1.3
"Tag_4"
%Q3.4
"Q_Conv_
MetalPro"
S

%I1.5 %Q8.6
"SS_MetalPro_ "Q_Stop_
end" MetalProduct"
P S
%M1.4
"Tag_5"
%DB4
"T3"

%Q8.6 TON
Time
"Q_Stop_
MetalProduct" IN Q
T#1.5s PT ET T#0ms

%Q3.4
"Q_Conv_
"T3".Q MetalPro"
R

%DB5
"T4"
TON
Time
IN Q
T#0.5s PT ET T#0ms

%Q8.6
"Q_Stop_
"T4".Q MetalProduct"
R

%M4.4
"Metal_TG1"
S

%Q9.7
%M4.4 "Q_Pusher_
"Metal_TG1" MetalArrange"
S

%Q9.4
"Q_Stop_
MetalArrange"
S

%I3.2 %Q9.7
"SS_Pusher_ "Q_Pusher_
MetalArrange" MetalArrange"
P R
%M1.5
"Tag_6"
%M4.4
"Metal_TG1"
R

%I2.3
"SS_ %Q6.3
PusherMetal_ "Q_Stop_
pro" MetalPro"
P R
%M1.6
"Tag_7"
%Q4.5
"Q_Pusher_
MetalPro"
R
Totally Integrated
Automation Portal

Program blocks
Arrange_to_StackMetal [FC9]
Arrange_to_StackMetal Properties
General
Name Arrange_to_StackMetal Number 9 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Arrange_to_StackMetal Void

Network 1:
Totally Integrated
Automation Portal

%I1.5 %Q8.3
%M2.7 "SS_MetalPro_ "Q_ADD_
"Run" end" MetalLid"
P
%M1.7
"Tag_8"
%Q3.5
"Q_Conv_
MetalLid"
S

%Q6.7
%I2.0 "Q_Stop_
"SS_MetalLid" MetalLid"
P S
%M2.0
"Tag_9"
%DB6
"T5"
TON
%Q6.7
Time
"Q_Stop_
MetalLid" IN Q
T#1s PT ET T#0ms

%Q3.5
"Q_Conv_
"T5".Q MetalLid"
R

%M4.5
"Metal_TG2"
S

%Q8.7
"Q_AAD_
MetalLidBox"

%DB7
"T6"
%M4.5 TON
"Metal_TG2" Time
IN Q
T#0.5s PT ET T#0ms

%Q6.7
"Q_Stop_
"T6".Q MetalLid"
R

%M4.6
"Metal_TG3"
S

%M4.5
"Metal_TG2"
R

%M4.6
"Metal_TG3" MOVE
EN ENO
%QD36
%DB1.DBD68
OUT1 "QD_X_Metal"
"Data_block_
1".X_
PickPlace[2] IN

%DB8
"T7"
TON
Time
IN Q
T#1s PT ET T#0ms

"T7".Q MOVE
EN ENO
%QD40
%DB1.DBD92
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[2] IN

%Q4.2
"Q_GrabMetal"
S

%M4.6
"Metal_TG3"
R

%M4.7
"Metal_TG4"
S

Network 2:
Totally Integrated
Automation Portal

%DB9
"T8"
%M2.7 %M4.7 TON
"Run" "Metal_TG4" Time
IN Q
T#1s PT ET T#0ms

"T8".Q MOVE
EN ENO
%QD40
%DB1.DBD88
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[1] IN

%M4.7
"Metal_TG4"
R

%M5.0
"Metal_TG5"
S

Network 3:

%DB10
"T9"
%M2.7 %M5.0 TON
"Run" "Metal_TG5" Time
IN Q
T#1s PT ET T#0ms

"T9".Q MOVE
EN ENO
%QD36
%DB1.DBD72
OUT1 "QD_X_Metal"
"Data_block_
1".X_
PickPlace[3] IN

%M5.0
"Metal_TG5"
R

%M5.1
"Metal_TG6"
S

Network 4:

%DB11
"T10"
%M2.7 %M5.1 TON
"Run" "Metal_TG6" Time
IN Q
T#1s PT ET T#0ms

"T10".Q MOVE
EN ENO
%QD40
%DB1.DBD96
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[3] IN

%M5.1
"Metal_TG6"
R

%M5.3
"Metal_TG7"
S

%Q2.7
"Q_Conv_
Product10"
S

Network 5:
Totally Integrated
Automation Portal

%DB12
"T11"
%M2.7 %M5.3 TON
"Run" "Metal_TG7" Time
IN Q
T#1s PT ET T#0ms

"T11".Q MOVE
EN ENO
%QD40
%DB1.DBD88
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[1] IN

%M5.3
"Metal_TG7"
R

%M5.4
"Metal_TG8"
S

Network 6:

%DB13
"T12"
%M2.7 %M5.4 TON
"Run" "Metal_TG8" Time
IN Q
T#1s PT ET T#0ms

"T12".Q MOVE
EN ENO
%QD36
%DB1.DBD76
OUT1 "QD_X_Metal"
"Data_block_
1".X_
PickPlace[4] IN

%M5.4
"Metal_TG8"
R

%M5.5
"Metal_TG9"
S

Network 7:

%DB14
"T13"
%M2.7 %M5.5 TON
"Run" "Metal_TG9" Time
IN Q
T#1s PT ET T#0ms

"T13".Q MOVE
EN ENO
%QD40
%DB1.DBD100
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[4] IN

%M5.5
"Metal_TG9"
R

%M5.6
"Metal_TG10"
S

Network 8:
Totally Integrated
Automation Portal

%DB15
"T14"
%M2.7 %M5.6 TON
"Run" "Metal_TG10" Time
IN Q
T#1s PT ET T#0ms

%M5.6
"T14".Q "Metal_TG10"
R

%Q4.2
"Q_GrabMetal"
R

%M5.7
"Metal_TG11"
S

Network 9:

%DB16
"T15"
%M2.7 %M5.7 TON
"Run" "Metal_TG11" Time
IN Q
T#1s PT ET T#0ms

%M5.7
"T15".Q "Metal_TG11"
R

MOVE
EN ENO
%QD40
%DB1.DBD88
OUT1 "QD_Z_Metal"
"Data_block_
1".Z_
PickPlace[1] IN

%M6.0
"Metal_TG12"
S

Network 10:
Totally Integrated
Automation Portal

%DB17
"T16"
%M2.7 %M6.0 TON
"Run" "Metal_TG12" Time
IN Q
T#0.5s PT ET T#0ms

%Q4.6
"Q_Conv_
"T16".Q Metal_out1"
S

%Q4.7
"Q_Conv_
Metal_out2"
S

%Q5.0
"Q_Conv_
Metal_out3"
S

%Q10.3
"Q_Conv_
Metal_Out4"
S

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%M6.0
"Metal_TG12"
R

%I3.5 %Q4.6
"SS_MetalOut1_ "Q_Conv_
stop" Metal_out1"
N R
%M2.1
"Tag_10"

%I4.0 %Q7.1
"SS_MetalBox_ "Q_Conv_
stop" MetalBox_stop"
P R
%M2.6
"Tag_11"
%Q10.7
"Q_Remover_
Metal"
S

%DB67
"C1"
CTU
Int
CU Q

%M33.1 %MW108
"M_reset_ CV "Metal_Counter"
counter" R
0 PV

%DB191
"T190"
%Q10.7
"Q_Remover_ TON
Metal" Time
IN Q
T#6s PT ET T#0ms

%Q10.7
"Q_Remover_
"T190".Q Metal"
R

Network 11:
Totally Integrated
Automation Portal

%MW108
%M2.7 %M7.1
"Run" "Metal_Counter" "Metal_TG21"
==
S
Int
1

%DB18
"T17"
%M7.1 TON
"Metal_TG21" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T17".Q StackerMetal"
S

%M6.1
"Metal_TG13"
S

%M7.1
"Metal_TG21"
R

Network 12:

%DB19
"T18"
%M2.7 %M6.1 TON
"Run" "Metal_TG13" Time
IN Q
T#2s PT ET T#0ms

%M6.1
"T18".Q "Metal_TG13"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M6.2
"Metal_TG14"
S

Network 13:

%DB20
"T19"
%M2.7 %M6.2 TON
"Run" "Metal_TG14" Time
IN Q
T#2s PT ET T#0ms

%M6.2
"T19".Q "Metal_TG14"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M6.3
"Metal_TG15"
S

Network 14:
Totally Integrated
Automation Portal

%DB21
"T20"
%M2.7 %M6.3 TON
"Run" "Metal_TG15" Time
IN Q
T#2s PT ET T#0ms

"T20".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

%M6.3
"Metal_TG15"
R

%M6.4
"Metal_TG16"
S

Network 15:

%DB22
"T21"
%M2.7 %M6.4 TON
"Run" "Metal_TG16" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T21".Q StackerMetal"
S

%M6.5
"Metal_TG17"
S

%M6.4
"Metal_TG16"
R

Network 16:

%DB23
"T22"
%M2.7 %M6.5 TON
"Run" "Metal_TG17" Time
IN Q
T#2s PT ET T#0ms

"T22".Q MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M6.6
"Metal_TG18"
S

%M6.5
"Metal_TG17"
R

Network 17:

%DB24
"T23"
%M2.7 %M6.6 TON
"Run" "Metal_TG18" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T23".Q StackerMetal"
R

%M6.7
"Metal_TG19"
S

%M6.6
"Metal_TG18"
R
Totally Integrated
Automation Portal

Network 18:

%DB25
"T24"
%M2.7 %M6.7 TON
"Run" "Metal_TG19" Time
IN Q
T#2s PT ET T#0ms

"T24".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

%M6.7
"Metal_TG19"
R

Network 19: Metal floor 2

%M2.7 %MW108 %M7.0


"Run" "Metal_Counter" "Metal_TG20"
==
S
Int
2

%DB26
"T25"
%M7.0 TON
"Metal_TG20" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T25".Q StackerMetal"
S

%M15.1
"Metal_TG22"
S

%M7.0
"Metal_TG20"
R

Network 20:

%DB27
"T26"
%M2.7 %M15.1 TON
"Run" "Metal_TG22" Time
IN Q
T#2s PT ET T#0ms

%M15.1
"T26".Q "Metal_TG22"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M15.2
"Metal_TG23"
S

Network 21:
Totally Integrated
Automation Portal

%DB28
"T27"
%M2.7 %M15.2 TON
"Run" "Metal_TG23" Time
IN Q
T#2s PT ET T#0ms

%M15.2
"T27".Q "Metal_TG23"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M15.3
"Metal_TG24"
S

Network 22:

%DB29
"T28"
%M2.7 %M15.3 TON
"Run" "Metal_TG24" Time
IN Q
T#2s PT ET T#0ms

"T28".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD44 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerMetal"

%M15.3
"Metal_TG24"
R

%M15.4
"Metal_TG25"
S

Network 23:

%DB30
"T29"
%M2.7 %M15.4 TON
"Run" "Metal_TG25" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T29".Q StackerMetal"
S

%M15.4
"Metal_TG25"
R

%M15.5
"Metal_TG26"
S

Network 24:
Totally Integrated
Automation Portal

%DB31
"T30"
%M2.7 %M15.5 TON
"Run" "Metal_TG26" Time
IN Q
T#2s PT ET T#0ms

"T30".Q MOVE
EN ENO

%DB1.DBD108 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerMetal"

%M15.5
"Metal_TG26"
R

%M15.6
"Metal_TG27"
S

Network 25:

%DB32
"T31"
%M2.7 %M15.6 TON
"Run" "Metal_TG27" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T31".Q StackerMetal"
R

%M15.6
"Metal_TG27"
R

%M15.7
"Metal_TG28"
S

Network 26:

%DB33
"T32"
%M2.7 %M15.7 TON
"Run" "Metal_TG28" Time
IN Q
T#2s PT ET T#0ms

"T32".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M15.7
"Metal_TG28"
R

Network 27: Metal floor 3


Totally Integrated
Automation Portal

%MW108
%M2.7 %M16.0
"Run" "Metal_Counter" "Metal_TG29"
==
S
Int
3

%DB34
"T33"
%M16.0 TON
"Metal_TG29" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T33".Q StackerMetal"
S

%M16.1
"Metal_TG30"
S

%M16.0
"Metal_TG29"
R

Network 28:

%DB35
"T34"
%M2.7 %M16.1 TON
"Run" "Metal_TG30" Time
IN Q
T#2s PT ET T#0ms

%M16.1
"T34".Q "Metal_TG30"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M16.2
"Metal_TG31"
S

Network 29:

%DB36
"T35"
%M2.7 %M16.2 TON
"Run" "Metal_TG31" Time
IN Q
T#2s PT ET T#0ms

%M16.2
"T35".Q "Metal_TG31"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M16.3
"Metal_TG32"
S

Network 30:
Totally Integrated
Automation Portal

%DB37
"T36"
%M2.7 %M16.3 TON
"Run" "Metal_TG32" Time
IN Q
T#2s PT ET T#0ms

"T36".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD48 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerMetal"

%M16.3
"Metal_TG32"
R

%M16.4
"Metal_TG33"
S

Network 31:

%DB38
"T37"
%M2.7 %M16.4 TON
"Run" "Metal_TG33" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T37".Q StackerMetal"
S

%M16.4
"Metal_TG33"
R

%M16.5
"Metal_TG34"
S

Network 32:

%DB39
"T38"
%M2.7 %M16.5 TON
"Run" "Metal_TG34" Time
IN Q
T#2s PT ET T#0ms

"T38".Q MOVE
EN ENO

%DB1.DBD112 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerMetal"

%M16.5
"Metal_TG34"
R

%M16.6
"Metal_TG35"
S

Network 33:
Totally Integrated
Automation Portal

%DB40
"T39"
%M2.7 %M16.6 TON
"Run" "Metal_TG35" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T39".Q StackerMetal"
R

%M16.6
"Metal_TG35"
R

%M16.7
"Metal_TG36"
S

Network 34:

%DB41
"T40"
%M2.7 %M16.7 TON
"Run" "Metal_TG36" Time
IN Q
T#2s PT ET T#0ms

"T40".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M16.7
"Metal_TG36"
R

Network 35: Metal floor 4

%M2.7 %MW108 %M17.1


"Run" "Metal_Counter" "Metal_TG38"
==
S
Int
4

%DB42
"T41"
%M17.1 TON
"Metal_TG38" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T41".Q StackerMetal"
S

%M17.2
"Metal_TG39"
S

%M17.1
"Metal_TG38"
R

Network 36:
Totally Integrated
Automation Portal

%DB43
"T42"
%M2.7 %M17.2 TON
"Run" "Metal_TG39" Time
IN Q
T#2s PT ET T#0ms

%M17.2
"T42".Q "Metal_TG39"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M17.3
"Metal_TG40"
S

Network 37:

%DB44
"T43"
%M2.7 %M17.3 TON
"Run" "Metal_TG40" Time
IN Q
T#2s PT ET T#0ms

%M17.3
"T43".Q "Metal_TG40"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M17.4
"Metal_TG41"
S

Network 38:

%DB45
"T44"
%M2.7 %M17.4 TON
"Run" "Metal_TG41" Time
IN Q
T#2s PT ET T#0ms

"T44".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD52 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerMetal"

%M17.4
"Metal_TG41"
R

%M17.5
"Metal_TG42"
S

Network 39:
Totally Integrated
Automation Portal

%DB46
"T45"
%M2.7 %M17.5 TON
"Run" "Metal_TG42" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T45".Q StackerMetal"
S

%M17.5
"Metal_TG42"
R

%M17.6
"Metal_TG43"
S

Network 40:

%DB47
"T46"
%M2.7 %M17.6 TON
"Run" "Metal_TG43" Time
IN Q
T#2s PT ET T#0ms

"T46".Q MOVE
EN ENO

%DB1.DBD116 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerMetal"

%M17.6
"Metal_TG43"
R

%M17.7
"Metal_TG44"
S

Network 41:

%DB48
"T47"
%M2.7 %M17.7 TON
"Run" "Metal_TG44" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T47".Q StackerMetal"
R

%M17.7
"Metal_TG44"
R

%M18.0
"Metal_TG45"
S

Network 42:

%DB49
"T48"
%M2.7 %M18.0 TON
"Run" "Metal_TG45" Time
IN Q
T#2s PT ET T#0ms

"T48".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M18.0
"Metal_TG45"
R
Totally Integrated
Automation Portal

Network 43: Metal floor 5

%M2.7 %MW108 %M18.1


"Run" "Metal_Counter" "Metal_TG46"
==
S
Int
5

%DB50
"T49"
%M18.1 TON
"Metal_TG46" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T49".Q StackerMetal"
S

%M18.2
"Metal_TG47"
S

%M18.1
"Metal_TG46"
R

Network 44:

%DB51
"T50"
%M2.7 %M18.2 TON
"Run" "Metal_TG47" Time
IN Q
T#2s PT ET T#0ms

%M18.2
"T50".Q "Metal_TG47"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M18.3
"Metal_TG48"
S

Network 45:

%DB52
"T51"
%M2.7 %M18.3 TON
"Run" "Metal_TG48" Time
IN Q
T#2s PT ET T#0ms

%M18.3
"T51".Q "Metal_TG48"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M18.4
"Metal_TG49"
S

Network 46:
Totally Integrated
Automation Portal

%DB53
"T52"
%M2.7 %M18.4 TON
"Run" "Metal_TG49" Time
IN Q
T#2s PT ET T#0ms

"T52".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD56 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerMetal"

%M18.4
"Metal_TG49"
R

%M18.5
"Metal_TG50"
S

Network 47:

%DB54
"T53"
%M2.7 %M18.5 TON
"Run" "Metal_TG50" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T53".Q StackerMetal"
S

%M18.5
"Metal_TG50"
R

%M18.6
"Metal_TG51"
S

Network 48:

%DB55
"T54"
%M2.7 %M18.6 TON
"Run" "Metal_TG51" Time
IN Q
T#2s PT ET T#0ms

"T54".Q MOVE
EN ENO

%DB1.DBD120 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerMetal"

%M18.6
"Metal_TG51"
R

%M18.7
"Metal_TG52"
S

Network 49:
Totally Integrated
Automation Portal

%DB56
"T55"
%M2.7 %M18.7 TON
"Run" "Metal_TG52" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T55".Q StackerMetal"
R

%M18.7
"Metal_TG52"
R

%M19.0
"Metal_TG53"
S

Network 50:

%DB57
"T56"
%M2.7 %M19.0 TON
"Run" "Metal_TG53" Time
IN Q
T#2s PT ET T#0ms

"T56".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M19.0
"Metal_TG53"
R

Network 51: Metal floor 6

%M2.7 %MW108 %M19.1


"Run" "Metal_Counter" "Metal_TG54"
==
S
Int
6

%DB58
"T57"
%M19.1 TON
"Metal_TG54" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T57".Q StackerMetal"
S

%M19.2
"Metal_TG55"
S

%M19.1
"Metal_TG54"
R

Network 52:
Totally Integrated
Automation Portal

%DB59
"T58"
%M2.7 %M19.2 TON
"Run" "Metal_TG55" Time
IN Q
T#2s PT ET T#0ms

%M19.2
"T58".Q "Metal_TG55"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M19.3
"Metal_TG56"
S

Network 53:

%DB60
"T59"
%M2.7 %M19.3 TON
"Run" "Metal_TG56" Time
IN Q
T#2s PT ET T#0ms

%M19.3
"T59".Q "Metal_TG56"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M19.4
"Metal_TG57"
S

Network 54:

%DB61
"T60"
%M2.7 %M19.4 TON
"Run" "Metal_TG57" Time
IN Q
T#2s PT ET T#0ms

"T60".Q MOVE
EN ENO

%DB1.DBD4 %QD12
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD60 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerMetal"

%M19.4
"Metal_TG57"
R

%M19.5
"Metal_TG58"
S

Network 55:
Totally Integrated
Automation Portal

%DB62
"T61"
%M2.7 %M19.5 TON
"Run" "Metal_TG58" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T61".Q StackerMetal"
S

%M19.5
"Metal_TG58"
R

%M19.6
"Metal_TG59"
S

Network 56:

%DB63
"T62"
%M2.7 %M19.6 TON
"Run" "Metal_TG59" Time
IN Q
T#2s PT ET T#0ms

"T62".Q MOVE
EN ENO

%DB1.DBD124 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerMetal"

%M19.6
"Metal_TG59"
R

%M19.7
"Metal_TG60"
S

Network 57:

%DB64
"T63"
%M2.7 %M19.7 TON
"Run" "Metal_TG60" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T63".Q StackerMetal"
R

%M19.7
"Metal_TG60"
R

%M20.0
"Metal_TG61"
S

Network 58:

%DB65
"T64"
%M2.7 %M20.0 TON
"Run" "Metal_TG61" Time
IN Q
T#2s PT ET T#0ms

"T64".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M20.0
"Metal_TG61"
R
Totally Integrated
Automation Portal

Network 59: Metal floor 7

%M2.7 %MW108 %M45.2


"Run" "Metal_Counter" "Metal_TG62"
==
S
Int
7

%DB295
"T293"
%M45.2 TON
"Metal_TG62" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T293".Q StackerMetal"
S

%M45.3
"Metal_TG63"
S

%M45.2
"Metal_TG62"
R

Network 60:

%DB296
"T294"
%M2.7 %M45.3 TON
"Run" "Metal_TG63" Time
IN Q
T#2s PT ET T#0ms

%M45.3
"T294".Q "Metal_TG63"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M45.4
"Metal_TG64"
S

Network 61:

%DB297
"T295"
%M2.7 %M45.4 TON
"Run" "Metal_TG64" Time
IN Q
T#2s PT ET T#0ms

%M45.4
"T295".Q "Metal_TG64"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M45.5
"Metal_TG65"
S

Network 62:
Totally Integrated
Automation Portal

%DB298
"T296"
%M2.7 %M45.5 TON
"Run" "Metal_TG65" Time
IN Q
T#2s PT ET T#0ms

"T296".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

%M45.5
"Metal_TG65"
R

%M45.6
"Metal_TG66"
S

Network 63:

%DB299
"T297"
%M2.7 %M45.6 TON
"Run" "Metal_TG66" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T297".Q StackerMetal"
S

%M45.6
"Metal_TG66"
R

%M45.7
"Metal_TG67"
S

Network 64:

%DB300
"T298"
%M2.7 %M45.7 TON
"Run" "Metal_TG67" Time
IN Q
T#2s PT ET T#0ms

"T298".Q MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M45.7
"Metal_TG67"
R

%M46.0
"Metal_TG68"
S

Network 65:

%DB301
"T299"
%M2.7 %M46.0 TON
"Run" "Metal_TG68" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T299".Q StackerMetal"
R

%M46.0
"Metal_TG68"
R

%M46.1
"Metal_TG69"
S
Totally Integrated
Automation Portal

Network 66:

%DB302
"T300"
%M2.7 %M46.1 TON
"Run" "Metal_TG69" Time
IN Q
T#2s PT ET T#0ms

"T300".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

%M46.1
"Metal_TG69"
R

Network 67: Metal floor 8

%M2.7 %MW108 %M46.2


"Run" "Metal_Counter" "Metal_TG70"
==
S
Int
8

%DB303
"T301"
%M46.2 TON
"Metal_TG70" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T301".Q StackerMetal"
S

%M46.3
"Metal_TG71"
S

%M46.2
"Metal_TG70"
R

Network 68:

%DB304
"T302"
%M2.7 %M46.3 TON
"Run" "Metal_TG71" Time
IN Q
T#2s PT ET T#0ms

%M46.3
"T302".Q "Metal_TG71"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M46.4
"Metal_TG72"
S

Network 69:
Totally Integrated
Automation Portal

%DB305
"T303"
%M2.7 %M46.4 TON
"Run" "Metal_TG72" Time
IN Q
T#2s PT ET T#0ms

%M46.4
"T303".Q "Metal_TG72"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M46.5
"Metal_TG73"
S

Network 70:

%DB306
"T304"
%M2.7 %M46.5 TON
"Run" "Metal_TG73" Time
IN Q
T#2s PT ET T#0ms

"T304".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD44 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerMetal"

%M46.5
"Metal_TG73"
R

%M46.6
"Metal_TG74"
S

Network 71:

%DB307
"T305"
%M2.7 %M46.6 TON
"Run" "Metal_TG74" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T305".Q StackerMetal"
S

%M46.6
"Metal_TG74"
R

%M46.7
"Metal_TG75"
S

Network 72:
Totally Integrated
Automation Portal

%DB308
"T306"
%M2.7 %M46.7 TON
"Run" "Metal_TG75" Time
IN Q
T#2s PT ET T#0ms

"T306".Q MOVE
EN ENO

%DB1.DBD108 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerMetal"

%M46.7
"Metal_TG75"
R

%M47.0
"Metal_TG76"
S

Network 73:

%DB309
"T307"
%M2.7 %M47.0 TON
"Run" "Metal_TG76" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T307".Q StackerMetal"
R

%M47.0
"Metal_TG76"
R

%M47.1
"Metal_TG77"
S

Network 74:

%DB310
"T308"
%M2.7 %M47.1 TON
"Run" "Metal_TG77" Time
IN Q
T#2s PT ET T#0ms

"T308".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M47.1
"Metal_TG77"
R

Network 75: Metal floor 9


Totally Integrated
Automation Portal

%MW108
%M2.7 %M47.2
"Run" "Metal_Counter" "Metal_TG78"
==
S
Int
9

%DB311
"T309"
%M47.2 TON
"Metal_TG78" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T309".Q StackerMetal"
S

%M47.3
"Metal_TG79"
S

%M47.2
"Metal_TG78"
R

Network 76:

%DB312
"T310"
%M2.7 %M47.3 TON
"Run" "Metal_TG79" Time
IN Q
T#2s PT ET T#0ms

%M47.3
"T310".Q "Metal_TG79"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M47.4
"Metal_TG80"
S

Network 77:

%DB313
"T311"
%M2.7 %M47.4 TON
"Run" "Metal_TG80" Time
IN Q
T#2s PT ET T#0ms

%M47.4
"T311".Q "Metal_TG80"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M47.5
"Metal_TG81"
S

Network 78:
Totally Integrated
Automation Portal

%DB314
"T312"
%M2.7 %M47.5 TON
"Run" "Metal_TG81" Time
IN Q
T#2s PT ET T#0ms

"T312".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD48 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerMetal"

%M47.5
"Metal_TG81"
R

%M47.6
"Metal_TG82"
S

Network 79:

%DB315
"T313"
%M2.7 %M47.6 TON
"Run" "Metal_TG82" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T313".Q StackerMetal"
S

%M47.6
"Metal_TG82"
R

%M47.7
"Metal_TG83"
S

Network 80:

%DB316
"T314"
%M2.7 %M47.7 TON
"Run" "Metal_TG83" Time
IN Q
T#2s PT ET T#0ms

"T314".Q MOVE
EN ENO

%DB1.DBD112 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerMetal"

%M47.7
"Metal_TG83"
R

%M48.0
"Metal_TG84"
S

Network 81:
Totally Integrated
Automation Portal

%DB317
"T315"
%M2.7 %M48.0 TON
"Run" "Metal_TG84" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T315".Q StackerMetal"
R

%M48.0
"Metal_TG84"
R

%M48.1
"Metal_TG85"
S

Network 82:

%DB318
"T316"
%M2.7 %M48.1 TON
"Run" "Metal_TG85" Time
IN Q
T#2s PT ET T#0ms

"T316".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M48.1
"Metal_TG85"
R

Network 83: Metal floor 10

%M2.7 %MW108 %M48.2


"Run" "Metal_Counter" "Metal_TG86"
==
S
Int
10

%DB319
"T317"
%M48.2 TON
"Metal_TG86" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T317".Q StackerMetal"
S

%M48.3
"Metal_TG87"
S

%M48.2
"Metal_TG86"
R

Network 84:
Totally Integrated
Automation Portal

%DB320
"T318"
%M2.7 %M48.3 TON
"Run" "Metal_TG87" Time
IN Q
T#2s PT ET T#0ms

%M48.3
"T318".Q "Metal_TG87"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M48.4
"Metal_TG88"
S

Network 85:

%DB321
"T319"
%M2.7 %M48.4 TON
"Run" "Metal_TG88" Time
IN Q
T#2s PT ET T#0ms

%M48.4
"T319".Q "Metal_TG88"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M48.5
"Metal_TG89"
S

Network 86:

%DB322
"T340"
%M2.7 %M48.5 TON
"Run" "Metal_TG89" Time
IN Q
T#2s PT ET T#0ms

"T340".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD52 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerMetal"

%M48.5
"Metal_TG89"
R

%M48.6
"Metal_TG90"
S

Network 87:
Totally Integrated
Automation Portal

%DB323
"T341"
%M2.7 %M48.6 TON
"Run" "Metal_TG90" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T341".Q StackerMetal"
S

%M48.6
"Metal_TG90"
R

%M48.7
"Metal_TG91"
S

Network 88:

%DB324
"T342"
%M2.7 %M48.7 TON
"Run" "Metal_TG91" Time
IN Q
T#2s PT ET T#0ms

"T342".Q MOVE
EN ENO

%DB1.DBD116 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerMetal"

%M48.7
"Metal_TG91"
R

%M49.0
"Metal_TG92"
S

Network 89:

%DB325
"T343"
%M2.7 %M49.0 TON
"Run" "Metal_TG92" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T343".Q StackerMetal"
R

%M49.0
"Metal_TG92"
R

%M49.1
"Metal_TG93"
S

Network 90:

%DB326
"T344"
%M2.7 %M49.1 TON
"Run" "Metal_TG93" Time
IN Q
T#2s PT ET T#0ms

"T344".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M49.1
"Metal_TG93"
R
Totally Integrated
Automation Portal

Network 91: Metal floor 11

%M2.7 %MW108 %M49.2


"Run" "Metal_Counter" "Metal_TG94"
==
S
Int
11

%DB327
"T345"
%M49.2 TON
"Metal_TG94" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T345".Q StackerMetal"
S

%M49.3
"Metal_TG95"
S

%M49.2
"Metal_TG94"
R

Network 92:

%DB328
"T346"
%M2.7 %M49.3 TON
"Run" "Metal_TG95" Time
IN Q
T#2s PT ET T#0ms

%M49.3
"T346".Q "Metal_TG95"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M49.4
"Metal_TG96"
S

Network 93:

%DB329
"T347"
%M2.7 %M49.4 TON
"Run" "Metal_TG96" Time
IN Q
T#2s PT ET T#0ms

%M49.4
"T347".Q "Metal_TG96"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M49.5
"Metal_TG97"
S

Network 94:
Totally Integrated
Automation Portal

%DB330
"T348"
%M2.7 %M49.5 TON
"Run" "Metal_TG97" Time
IN Q
T#2s PT ET T#0ms

"T348".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD56 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerMetal"

%M49.5
"Metal_TG97"
R

%M49.6
"Metal_TG98"
S

Network 95:

%DB331
"T349"
%M2.7 %M49.6 TON
"Run" "Metal_TG98" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T349".Q StackerMetal"
S

%M49.6
"Metal_TG98"
R

%M49.7
"Metal_TG99"
S

Network 96:

%DB332
"T350"
%M2.7 %M49.7 TON
"Run" "Metal_TG99" Time
IN Q
T#2s PT ET T#0ms

"T350".Q MOVE
EN ENO

%DB1.DBD120 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerMetal"

%M49.7
"Metal_TG99"
R

%M56.0
"Metal_TG100"
S

Network 97:
Totally Integrated
Automation Portal

%DB333
"T351"
%M2.7 %M56.0 TON
"Run" "Metal_TG100" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T351".Q StackerMetal"
R

%M56.0
"Metal_TG100"
R

%M56.1
"Metal_TG101"
S

Network 98:

%DB334
"T352"
%M2.7 %M56.1 TON
"Run" "Metal_TG101" Time
IN Q
T#2s PT ET T#0ms

"T352".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M56.1
"Metal_TG101"
R

Network 99: Metal floor 12

%M2.7 %MW108 %M56.2


"Run" "Metal_Counter" "Metal_TG102"
==
S
Int
12

%DB335
"T353"
%M56.2 TON
"Metal_TG102" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T353".Q StackerMetal"
S

%M56.3
"Metal_TG103"
S

%M56.2
"Metal_TG102"
R

Network 100:
Totally Integrated
Automation Portal

%DB336
"T354"
%M2.7 %M56.3 TON
"Run" "Metal_TG103" Time
IN Q
T#2s PT ET T#0ms

%M56.3
"T354".Q "Metal_TG103"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M56.4
"Metal_TG104"
S

Network 101:

%DB337
"T355"
%M2.7 %M56.4 TON
"Run" "Metal_TG104" Time
IN Q
T#2s PT ET T#0ms

%M56.4
"T355".Q "Metal_TG104"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M56.5
"Metal_TG105"
S

Network 102:

%DB338
"T356"
%M2.7 %M56.5 TON
"Run" "Metal_TG105" Time
IN Q
T#2s PT ET T#0ms

"T356".Q MOVE
EN ENO

%DB1.DBD8 %QD12
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD60 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerMetal"

%M56.5
"Metal_TG105"
R

%M56.6
"Metal_TG106"
S

Network 103:
Totally Integrated
Automation Portal

%DB339
"T357"
%M2.7 %M56.6 TON
"Run" "Metal_TG106" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T357".Q StackerMetal"
S

%M56.6
"Metal_TG106"
R

%M56.7
"Metal_TG107"
S

Network 104:

%DB340
"T358"
%M2.7 %M56.7 TON
"Run" "Metal_TG107" Time
IN Q
T#2s PT ET T#0ms

"T358".Q MOVE
EN ENO

%DB1.DBD124 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerMetal"

%M56.7
"Metal_TG107"
R

%M57.0
"Metal_TG108"
S

Network 105:

%DB341
"T359"
%M2.7 %M57.0 TON
"Run" "Metal_TG108" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T359".Q StackerMetal"
R

%M57.0
"Metal_TG108"
R

%M57.1
"Metal_TG109"
S

Network 106:

%DB342
"T360"
%M2.7 %M57.1 TON
"Run" "Metal_TG109" Time
IN Q
T#2s PT ET T#0ms

"T360".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M57.1
"Metal_TG109"
R
Totally Integrated
Automation Portal

Network 107: Metal floor 13

%M2.7 %MW108 %M57.2


"Run" "Metal_Counter" "Metal_TG110"
==
S
Int
13

%DB343
"T361"
%M57.2 TON
"Metal_TG110" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T361".Q StackerMetal"
S

%M57.3
"Metal_TG111"
S

%M57.2
"Metal_TG110"
R

Network 108:

%DB344
"T362"
%M2.7 %M57.3 TON
"Run" "Metal_TG111" Time
IN Q
T#2s PT ET T#0ms

%M57.3
"T362".Q "Metal_TG111"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M57.4
"Metal_TG112"
S

Network 109:

%DB345
"T363"
%M2.7 %M57.4 TON
"Run" "Metal_TG112" Time
IN Q
T#2s PT ET T#0ms

%M57.4
"T363".Q "Metal_TG112"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M57.5
"Metal_TG113"
S

Network 110:
Totally Integrated
Automation Portal

%DB346
"T364"
%M2.7 %M57.5 TON
"Run" "Metal_TG113" Time
IN Q
T#2s PT ET T#0ms

"T364".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

%M57.5
"Metal_TG113"
R

%M57.6
"Metal_TG114"
S

Network 111:

%DB347
"T365"
%M2.7 %M57.6 TON
"Run" "Metal_TG114" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T365".Q StackerMetal"
S

%M57.6
"Metal_TG114"
R

%M57.7
"Metal_TG115"
S

Network 112:

%DB348
"T366"
%M2.7 %M57.7 TON
"Run" "Metal_TG115" Time
IN Q
T#2s PT ET T#0ms

"T366".Q MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M57.7
"Metal_TG115"
R

%M58.0
"Metal_TG116"
S

Network 113:

%DB349
"T367"
%M2.7 %M58.0 TON
"Run" "Metal_TG116" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T367".Q StackerMetal"
R

%M58.0
"Metal_TG116"
R

%M58.1
"Metal_TG117"
S
Totally Integrated
Automation Portal

Network 114:

%DB350
"T368"
%M2.7 %M58.1 TON
"Run" "Metal_TG117" Time
IN Q
T#2s PT ET T#0ms

"T368".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

%M58.1
"Metal_TG117"
R

Network 115: Metal floor 14

%M2.7 %MW108 %M58.2


"Run" "Metal_Counter" "Metal_TG118"
==
S
Int
14

%DB351
"T369"
%M58.2 TON
"Metal_TG118" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T369".Q StackerMetal"
S

%M58.3
"Metal_TG119"
S

%M58.2
"Metal_TG118"
R

Network 116:

%DB352
"T370"
%M2.7 %M58.3 TON
"Run" "Metal_TG119" Time
IN Q
T#2s PT ET T#0ms

%M58.3
"T370".Q "Metal_TG119"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M58.4
"Metal_TG120"
S

Network 117:
Totally Integrated
Automation Portal

%DB353
"T371"
%M2.7 %M58.4 TON
"Run" "Metal_TG120" Time
IN Q
T#2s PT ET T#0ms

%M58.4
"T371".Q "Metal_TG120"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M58.5
"Metal_TG121"
S

Network 118:

%DB354
"T372"
%M2.7 %M58.5 TON
"Run" "Metal_TG121" Time
IN Q
T#2s PT ET T#0ms

"T372".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD44 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerMetal"

%M58.5
"Metal_TG121"
R

%M58.6
"Metal_TG122"
S

Network 119:

%DB355
"T373"
%M2.7 %M58.6 TON
"Run" "Metal_TG122" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T373".Q StackerMetal"
S

%M58.6
"Metal_TG122"
R

%M58.7
"Metal_TG123"
S

Network 120:
Totally Integrated
Automation Portal

%DB356
"T374"
%M2.7 %M58.7 TON
"Run" "Metal_TG123" Time
IN Q
T#2s PT ET T#0ms

"T374".Q MOVE
EN ENO

%DB1.DBD108 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerMetal"

%M58.7
"Metal_TG123"
R

%M59.0
"Metal_TG124"
S

Network 121:

%DB357
"T375"
%M2.7 %M59.0 TON
"Run" "Metal_TG124" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T375".Q StackerMetal"
R

%M59.0
"Metal_TG124"
R

%M59.1
"Metal_TG125"
S

Network 122:

%DB358
"T376"
%M2.7 %M59.1 TON
"Run" "Metal_TG125" Time
IN Q
T#2s PT ET T#0ms

"T376".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M59.1
"Metal_TG125"
R

Network 123: Metal floor 15


Totally Integrated
Automation Portal

%MW108
%M2.7 %M59.2
"Run" "Metal_Counter" "Metal_TG126"
==
S
Int
15

%DB359
"T377"
%M59.2 TON
"Metal_TG126" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T377".Q StackerMetal"
S

%M59.3
"Metal_TG127"
S

%M59.2
"Metal_TG126"
R

Network 124:

%DB360
"T378"
%M2.7 %M59.3 TON
"Run" "Metal_TG127" Time
IN Q
T#2s PT ET T#0ms

%M59.3
"T378".Q "Metal_TG127"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M59.4
"Metal_TG128"
S

Network 125:

%DB361
"T379"
%M2.7 %M59.4 TON
"Run" "Metal_TG128" Time
IN Q
T#2s PT ET T#0ms

%M59.4
"T379".Q "Metal_TG128"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M59.5
"Metal_TG129"
S

Network 126:
Totally Integrated
Automation Portal

%DB362
"T380"
%M2.7 %M59.5 TON
"Run" "Metal_TG129" Time
IN Q
T#2s PT ET T#0ms

"T380".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD48 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerMetal"

%M59.5
"Metal_TG129"
R

%M59.6
"Metal_TG130"
S

Network 127:

%DB363
"T381"
%M2.7 %M59.6 TON
"Run" "Metal_TG130" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T381".Q StackerMetal"
S

%M59.6
"Metal_TG130"
R

%M59.7
"Metal_TG131"
S

Network 128:

%DB364
"T382"
%M2.7 %M59.7 TON
"Run" "Metal_TG131" Time
IN Q
T#2s PT ET T#0ms

"T382".Q MOVE
EN ENO

%DB1.DBD112 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerMetal"

%M59.7
"Metal_TG131"
R

%M60.0
"Metal_TG132"
S

Network 129:
Totally Integrated
Automation Portal

%DB365
"T383"
%M2.7 %M60.0 TON
"Run" "Metal_TG132" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T383".Q StackerMetal"
R

%M60.0
"Metal_TG132"
R

%M60.1
"Metal_TG133"
S

Network 130:

%DB366
"T385"
%M2.7 %M60.1 TON
"Run" "Metal_TG133" Time
IN Q
T#2s PT ET T#0ms

"T385".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M60.1
"Metal_TG133"
R

Network 131: Metal floor 16

%M2.7 %MW108 %M60.2


"Run" "Metal_Counter" "Metal_TG134"
==
S
Int
16

%DB367
"T386"
%M60.2 TON
"Metal_TG134" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T386".Q StackerMetal"
S

%M60.3
"Metal_TG135"
S

%M60.2
"Metal_TG134"
R

Network 132:
Totally Integrated
Automation Portal

%DB368
"T387"
%M2.7 %M60.3 TON
"Run" "Metal_TG135" Time
IN Q
T#2s PT ET T#0ms

%M60.3
"T387".Q "Metal_TG135"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M60.4
"Metal_TG136"
S

Network 133:

%DB369
"T388"
%M2.7 %M60.4 TON
"Run" "Metal_TG136" Time
IN Q
T#2s PT ET T#0ms

%M60.4
"T388".Q "Metal_TG136"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M60.5
"Metal_TG137"
S

Network 134:

%DB370
"T389"
%M2.7 %M60.5 TON
"Run" "Metal_TG137" Time
IN Q
T#2s PT ET T#0ms

"T389".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD52 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerMetal"

%M60.5
"Metal_TG137"
R

%M60.6
"Metal_TG138"
S

Network 135:
Totally Integrated
Automation Portal

%DB371
"T390"
%M2.7 %M60.6 TON
"Run" "Metal_TG138" Time
IN Q
T#3s PT ET T#0ms

%Q7.3
"Q_HandL_
"T390".Q StackerMetal"
S

%M60.6
"Metal_TG138"
R

%M60.7
"Metal_TG139"
S

Network 136:

%DB372
"T391"
%M2.7 %M60.7 TON
"Run" "Metal_TG139" Time
IN Q
T#2s PT ET T#0ms

"T391".Q MOVE
EN ENO

%DB1.DBD116 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerMetal"

%M60.7
"Metal_TG139"
R

%M61.0
"Metal_TG140"
S

Network 137:

%DB373
"T392"
%M2.7 %M61.0 TON
"Run" "Metal_TG140" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T392".Q StackerMetal"
R

%M61.0
"Metal_TG140"
R

%M61.1
"Metal_TG141"
S

Network 138:

%DB374
"T393"
%M2.7 %M61.1 TON
"Run" "Metal_TG141" Time
IN Q
T#2s PT ET T#0ms

"T393".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M61.1
"Metal_TG141"
R
Totally Integrated
Automation Portal

Network 139: Metal floor 17

%M2.7 %MW108 %M61.2


"Run" "Metal_Counter" "Metal_TG142"
==
S
Int
17

%DB375
"T394"
%M61.2 TON
"Metal_TG142" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T394".Q StackerMetal"
S

%M61.3
"Metal_TG143"
S

%M61.2
"Metal_TG142"
R

Network 140:

%DB376
"T395"
%M2.7 %M61.3 TON
"Run" "Metal_TG143" Time
IN Q
T#2s PT ET T#0ms

%M61.3
"T395".Q "Metal_TG143"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M61.4
"Metal_TG144"
S

Network 141:

%DB377
"T396"
%M2.7 %M61.4 TON
"Run" "Metal_TG144" Time
IN Q
T#2s PT ET T#0ms

%M61.4
"T396".Q "Metal_TG144"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M61.5
"Metal_TG145"
S

Network 142:
Totally Integrated
Automation Portal

%DB378
"T397"
%M2.7 %M61.5 TON
"Run" "Metal_TG145" Time
IN Q
T#2s PT ET T#0ms

"T397".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD56 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerMetal"

%M61.5
"Metal_TG145"
R

%M61.6
"Metal_TG146"
S

Network 143:

%DB379
"T398"
%M2.7 %M61.6 TON
"Run" "Metal_TG146" Time
IN Q
T#3.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T398".Q StackerMetal"
S

%M61.6
"Metal_TG146"
R

%M61.7
"Metal_TG147"
S

Network 144:

%DB380
"T399"
%M2.7 %M61.7 TON
"Run" "Metal_TG147" Time
IN Q
T#2s PT ET T#0ms

"T399".Q MOVE
EN ENO

%DB1.DBD120 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerMetal"

%M61.7
"Metal_TG147"
R

%M62.0
"Metal_TG148"
S

Network 145:
Totally Integrated
Automation Portal

%DB381
"T400"
%M2.7 %M62.0 TON
"Run" "Metal_TG148" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T400".Q StackerMetal"
R

%M62.0
"Metal_TG148"
R

%M62.1
"Metal_TG149"
S

Network 146:

%DB382
"T401"
%M2.7 %M62.1 TON
"Run" "Metal_TG149" Time
IN Q
T#2s PT ET T#0ms

"T401".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M62.1
"Metal_TG149"
R

Network 147: Metal floor 18

%M2.7 %MW108 %M62.2


"Run" "Metal_Counter" "Metal_TG150"
==
S
Int
18

%DB383
"T402"
%M62.2 TON
"Metal_TG150" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T402".Q StackerMetal"
S

%M62.3
"Metal_TG151"
S

%M62.2
"Metal_TG150"
R

Network 148:
Totally Integrated
Automation Portal

%DB384
"T403"
%M2.7 %M62.3 TON
"Run" "Metal_TG151" Time
IN Q
T#2s PT ET T#0ms

%M62.3
"T403".Q "Metal_TG151"
R

MOVE
EN ENO

%DB1.DBD128 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerMetal"

%M62.4
"Metal_TG152"
S

Network 149:

%DB385
"T404"
%M2.7 %M62.4 TON
"Run" "Metal_TG152" Time
IN Q
T#2s PT ET T#0ms

%M62.4
"T404".Q "Metal_TG152"
R

%Q7.1
"Q_Conv_
MetalBox_stop"
S

%Q7.3
"Q_HandL_
StackerMetal"
R

%M62.5
"Metal_TG153"
S

Network 150:

%DB386
"T405"
%M2.7 %M62.5 TON
"Run" "Metal_TG153" Time
IN Q
T#2s PT ET T#0ms

"T405".Q MOVE
EN ENO

%DB1.DBD12 %QD12
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD60 %QD16
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerMetal"

%M62.5
"Metal_TG153"
R

%M62.6
"Metal_TG154"
S

Network 151:
Totally Integrated
Automation Portal

%DB387
"T406"
%M2.7 %M62.6 TON
"Run" "Metal_TG154" Time
IN Q
T#3.5s PT ET T#0ms

%Q7.3
"Q_HandL_
"T406".Q StackerMetal"
S

%M62.6
"Metal_TG154"
R

%M62.7
"Metal_TG155"
S

Network 152:

%DB388
"T407"
%M2.7 %M62.7 TON
"Run" "Metal_TG155" Time
IN Q
T#2s PT ET T#0ms

"T407".Q MOVE
EN ENO

%DB1.DBD124 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerMetal"

%M62.7
"Metal_TG155"
R

%M63.0
"Metal_TG156"
S

Network 153:

%DB389
"T408"
%M2.7 %M63.0 TON
"Run" "Metal_TG156" Time
IN Q
T#2s PT ET T#0ms

%Q7.3
"Q_HandL_
"T408".Q StackerMetal"
R

%M63.0
"Metal_TG156"
R

%M63.1
"Metal_TG157"
S

Network 154:
Totally Integrated
Automation Portal

%DB390
"T409"
%M2.7 %M63.1 TON
"Run" "Metal_TG157" Time
IN Q
T#2s PT ET T#0ms

"T409".Q MOVE
EN ENO

%DB1.DBD0 %QD12
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerMetal"

MOVE
EN ENO

%DB1.DBD104 %QD16
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerMetal"

%M63.1
"Metal_TG157"
R
Totally Integrated
Automation Portal

Program blocks
Product classification Green [FC8]
Product classification Green Properties
General
Name Product classification Green Number 8 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Product classification Green Void

Network 1: Metal identification


Totally Integrated
Automation Portal

%Q6.4
%M2.7 %I2.7 %I3.0 "Q_Stop_
"Run" "SS_Color2" "SS_Color3" GreenPro"
S

%I1.3 %Q6.4 %Q4.4


"SS_GreenPro_ "Q_Stop_ "Q_Pusher_
start" GreenPro" GreenPro"
P S
%M10.1
"Tag_17"
%Q3.3
"Q_Conv_
GreenPro"
S

%I1.6 %Q9.2
"SS_GreenPro_ "Q_Stop_
end" GreenProduct"
P S
%M10.2
"Tag_18"
%DB66
"T65"

%Q9.2 TON
Time
"Q_Stop_
GreenProduct" IN Q
T#1.5s PT ET T#0ms

%Q3.3
"Q_Conv_
"T65".Q GreenPro"
R

%DB68
"T66"
TON
Time
IN Q
T#0.5s PT ET T#0ms

%Q9.2
"Q_Stop_
"T66".Q GreenProduct"
R

%M7.2
"Green_TG1"
S

%Q10.0
%M7.2 "Q_Pusher_
"Green_TG1" GreenArrange"
S

%Q9.5
"Q_Stop_
GreenArrange"
S

%I3.3 %Q10.0
"SS_Pusher_ "Q_Pusher_
GreenArrange" GreenArrange"
P R
%M10.3
"Tag_19"
%M7.2
"Green_TG1"
R

%I2.4
"SS_ %Q6.4
PusherGreen_ "Q_Stop_
pro" GreenPro"
P R
%M10.4
"Tag_20"
%Q4.4
"Q_Pusher_
GreenPro"
R
Totally Integrated
Automation Portal

Program blocks
Product classification Blue [FC11]
Product classification Blue Properties
General
Name Product classification Blue Number 11 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Product classification Blue Void

Network 1: Metal identification

%M2.7 %I2.6 %I2.7 %Q6.5


"Run" "SS_Color1" "SS_Color2" "Q_Stop_BluePro"
S

%I1.4 %Q4.3
"SS_BluePro_ %Q6.5 "Q_Pusher_
start" "Q_Stop_BluePro" BluePro"
P S
%M11.6
"Tag_30"
%Q3.2
"Q_Conv_BluePro"
S

%Q9.3
%I1.7 "Q_Stop_
"SS_BluePro_end" BlueProduct"
P S
%M11.7
"Tag_31"
%DB130
"T128"
TON
%Q9.3
Time
"Q_Stop_
BlueProduct" IN Q
T#1.5s PT ET T#0ms

%Q3.2
"T128".Q "Q_Conv_BluePro"
R

%DB131
"T129"
TON
Time
IN Q
T#0.5s PT ET T#0ms

%Q9.3
"Q_Stop_
"T129".Q BlueProduct"
R

%M12.4
"Blue_TG1"
S

%Q10.1
%M12.4 "Q_Pusher_
"Blue_TG1" BlueArrange"
S

%Q9.6
"Q_Stop_
BlueArrange"
S

%I3.4 %Q10.1
"SS_Pusher_ "Q_Pusher_
BlueArrange" BlueArrange"
P R
%M12.0
"Tag_32"
%M12.4
"Blue_TG1"
R

%I2.5 %Q4.3
"SS_PusherBlue_ "Q_Pusher_
pro" BluePro"
P R
%M12.1
"Tag_33"
Totally Integrated
Automation Portal

Program blocks
Arrange_to_StackGreen [FC10]
Arrange_to_StackGreen Properties
General
Name Arrange_to_StackGreen Number 10 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Arrange_to_StackGreen Void

Network 1:
Totally Integrated
Automation Portal

%I1.6 %Q8.4
%M2.7 "SS_GreenPro_ "Q_ADD_
"Run" end" GreenLid"
P
%M10.5
"Tag_21"
%Q3.7
"Q_Conv_
GreenLid"
S

%Q7.7
%I2.1 "Q_Stop_
"SS_GreenLid" GreenLid"
P S
%M10.6
"Tag_22"
%DB69
"T67"
TON
%Q7.7
Time
"Q_Stop_
GreenLid" IN Q
T#1s PT ET T#0ms

%Q3.7
"Q_Conv_
"T67".Q GreenLid"
R

%M7.3
"Green_TG2"
S

%Q9.0
"Q_AAD_
GreenLidbox"

%DB70
"T68"
%M7.3 TON
"Green_TG2" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.7
"Q_Stop_
"T68".Q GreenLid"
R

%M7.4
"Green_TG3"
S

%M7.3
"Green_TG2"
R

%M7.4
"Green_TG3" MOVE
EN ENO
%QD44
%DB1.DBD68
OUT1 "QD_X_Green"
"Data_block_
1".X_
PickPlace[2] IN

%DB71
"T69"
TON
Time
IN Q
T#1s PT ET T#0ms

"T69".Q MOVE
EN ENO
%QD48
%DB1.DBD92
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[2] IN

%Q4.1
"Q_GrabGreen"
S

%M7.4
"Green_TG3"
R

%M7.5
"Green_TG4"
S

Network 2:
Totally Integrated
Automation Portal

%DB72
"T70"
%M2.7 %M7.5 TON
"Run" "Green_TG4" Time
IN Q
T#1s PT ET T#0ms

"T70".Q MOVE
EN ENO
%QD48
%DB1.DBD88
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[1] IN

%M7.5
"Green_TG4"
R

%M7.6
"Green_TG5"
S

Network 3:

%DB73
"T71"
%M2.7 %M7.6 TON
"Run" "Green_TG5" Time
IN Q
T#1s PT ET T#0ms

"T71".Q MOVE
EN ENO
%QD44
%DB1.DBD72
OUT1 "QD_X_Green"
"Data_block_
1".X_
PickPlace[3] IN

%M7.6
"Green_TG5"
R

%M7.7
"Green_TG6"
S

Network 4:

%DB75
"T73"
%M2.7 %M7.7 TON
"Run" "Green_TG6" Time
IN Q
T#1s PT ET T#0ms

"T73".Q MOVE
EN ENO
%QD48
%DB1.DBD96
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[3] IN

%M7.7
"Green_TG6"
R

%M8.0
"Green_TG7"
S

%Q2.7
"Q_Conv_
Product10"
S

Network 5:
Totally Integrated
Automation Portal

%DB76
"T74"
%M2.7 %M8.0 TON
"Run" "Green_TG7" Time
IN Q
T#1s PT ET T#0ms

"T74".Q MOVE
EN ENO
%QD48
%DB1.DBD88
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[1] IN

%M8.0
"Green_TG7"
R

%M8.1
"Green_TG8"
S

Network 6:

%DB77
"T75"
%M2.7 %M8.1 TON
"Run" "Green_TG8" Time
IN Q
T#1s PT ET T#0ms

"T75".Q MOVE
EN ENO
%QD44
%DB1.DBD76
OUT1 "QD_X_Green"
"Data_block_
1".X_
PickPlace[4] IN

%M8.1
"Green_TG8"
R

%M8.2
"Green_TG9"
S

Network 7:

%DB78
"T76"
%M2.7 %M8.2 TON
"Run" "Green_TG9" Time
IN Q
T#1s PT ET T#0ms

"T76".Q MOVE
EN ENO
%QD48
%DB1.DBD100
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[4] IN

%M8.2
"Green_TG9"
R

%M8.3
"Green_TG10"
S

Network 8:
Totally Integrated
Automation Portal

%DB79
"T77"
%M2.7 %M8.3 TON
"Run" "Green_TG10" Time
IN Q
T#1s PT ET T#0ms

%M8.3
"T77".Q "Green_TG10"
R

%Q4.1
"Q_GrabGreen"
R

%M8.4
"Green_TG11"
S

Network 9:

%DB80
"T78"
%M2.7 %M8.4 TON
"Run" "Green_TG11" Time
IN Q
T#1s PT ET T#0ms

%M8.4
"T78".Q "Green_TG11"
R

MOVE
EN ENO
%QD48
%DB1.DBD88
OUT1 "QD_Z_Green"
"Data_block_
1".Z_
PickPlace[1] IN

%M8.5
"Green_TG12"
S

Network 10:
Totally Integrated
Automation Portal

%DB81
"T79"
%M2.7 %M8.5 TON
"Run" "Green_TG12" Time
IN Q
T#0.5s PT ET T#0ms

%Q5.1
"Q_Conv_
"T79".Q Green_out1"
S

%Q5.2
"Q_Conv_
Green_out2"
S

%Q5.3
"Q_Conv_
Green_out3"
S

%Q10.6
"Q_Conv_
Green_Out4"
S

%Q10.4
"Q_Conv_
Green_Out5"
S

%Q10.5
"Q_Conv_
Green_Out6"
S

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%M8.5
"Green_TG12"
R

%I3.6 %Q5.1
"SS_GreenOut1_ "Q_Conv_
stop" Green_out1"
N R
%M10.7
"Tag_23"

%I4.1 %Q7.0
"SS_GreenBox_ "Q_Conv_
stop" GreenBox_stop"
P R
%M11.0
"Tag_24"
%Q11.0
"Q_Remover_
Green"
S

%DB74
"C2"
CTU
Int
CU Q

%M33.1 %MW104
"M_reset_ CV "Green_Counter"
counter" R
0 PV

%DB193
"T191"
%Q11.0
"Q_Remover_ TON
Green" Time
IN Q
T#6s PT ET T#0ms

%Q11.0
"Q_Remover_
"T191".Q Green"
R

Network 11:
Totally Integrated
Automation Portal

%MW104
%M2.7 %M9.6
"Run" "Green_Counter" "Green_TG21"
==
S
Int
1

%DB82
"T80"
%M9.6 TON
"Green_TG21" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T80".Q StackerGreen"
S

%M8.6
"Green_TG13"
S

%M9.6
"Green_TG21"
R

Network 12:

%DB83
"T81"
%M2.7 %M8.6 TON
"Run" "Green_TG13" Time
IN Q
T#2s PT ET T#0ms

%M8.6
"T81".Q "Green_TG13"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M8.7
"Green_TG14"
S

Network 13:

%DB84
"T82"
%M2.7 %M8.7 TON
"Run" "Green_TG14" Time
IN Q
T#2s PT ET T#0ms

%M8.7
"T82".Q "Green_TG14"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M9.0
"Green_TG15"
S

Network 14:
Totally Integrated
Automation Portal

%DB85
"T83"
%M2.7 %M9.0 TON
"Run" "Green_TG15" Time
IN Q
T#2s PT ET T#0ms

"T83".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

%M9.0
"Green_TG15"
R

%M9.1
"Green_TG16"
S

Network 15:

%DB86
"T84"
%M2.7 %M9.1 TON
"Run" "Green_TG16" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T84".Q StackerGreen"
S

%M9.2
"Green_TG17"
S

%M9.1
"Green_TG16"
R

Network 16:

%DB87
"T85"
%M2.7 %M9.2 TON
"Run" "Green_TG17" Time
IN Q
T#2s PT ET T#0ms

"T85".Q MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M9.3
"Green_TG18"
S

%M9.2
"Green_TG17"
R

Network 17:

%DB88
"T86"
%M2.7 %M9.3 TON
"Run" "Green_TG18" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T86".Q StackerGreen"
R

%M9.4
"Green_TG19"
S

%M9.3
"Green_TG18"
R
Totally Integrated
Automation Portal

Network 18:

%DB89
"T87"
%M2.7 %M9.4 TON
"Run" "Green_TG19" Time
IN Q
T#2s PT ET T#0ms

"T87".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

%M9.4
"Green_TG19"
R

Network 19: Metal floor 2

%M2.7 %MW104 %M9.5


"Run" "Green_Counter" "Green_TG20"
==
S
Int
2

%DB90
"T88"
%M9.5 TON
"Green_TG20" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T88".Q StackerGreen"
S

%M20.1
"Green_TG22"
S

%M9.5
"Green_TG20"
R

Network 20:

%DB91
"T89"
%M2.7 %M20.1 TON
"Run" "Green_TG22" Time
IN Q
T#2s PT ET T#0ms

%M20.1
"T89".Q "Green_TG22"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M20.2
"Green_TG23"
S

Network 21:
Totally Integrated
Automation Portal

%DB92
"T90"
%M2.7 %M20.2 TON
"Run" "Green_TG23" Time
IN Q
T#2s PT ET T#0ms

%M20.2
"T90".Q "Green_TG23"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M20.3
"Green_TG24"
S

Network 22:

%DB93
"T91"
%M2.7 %M20.3 TON
"Run" "Green_TG24" Time
IN Q
T#2s PT ET T#0ms

"T91".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD44 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerGreen"

%M20.3
"Green_TG24"
R

%M20.4
"Green_TG25"
S

Network 23:

%DB94
"T92"
%M2.7 %M20.4 TON
"Run" "Green_TG25" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T92".Q StackerGreen"
S

%M20.4
"Green_TG25"
R

%M20.5
"Green_TG26"
S

Network 24:
Totally Integrated
Automation Portal

%DB95
"T93"
%M2.7 %M20.5 TON
"Run" "Green_TG26" Time
IN Q
T#2s PT ET T#0ms

"T93".Q MOVE
EN ENO

%DB1.DBD108 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerGreen"

%M20.5
"Green_TG26"
R

%M20.6
"Green_TG27"
S

Network 25:

%DB96
"T94"
%M2.7 %M20.6 TON
"Run" "Green_TG27" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T94".Q StackerGreen"
R

%M20.6
"Green_TG27"
R

%M20.7
"Green_TG28"
S

Network 26:

%DB97
"T95"
%M2.7 %M20.7 TON
"Run" "Green_TG28" Time
IN Q
T#2s PT ET T#0ms

"T95".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M20.7
"Green_TG28"
R

Network 27: Metal floor 3


Totally Integrated
Automation Portal

%MW104
%M2.7 %M21.0
"Run" "Green_Counter" "Green_TG29"
==
S
Int
3

%DB98
"T96"
%M21.0 TON
"Green_TG29" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T96".Q StackerGreen"
S

%M21.1
"Green_TG30"
S

%M21.0
"Green_TG29"
R

Network 28:

%DB99
"T97"
%M2.7 %M21.1 TON
"Run" "Green_TG30" Time
IN Q
T#2s PT ET T#0ms

%M21.1
"T97".Q "Green_TG30"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M21.2
"Green_TG31"
S

Network 29:

%DB100
"T98"
%M2.7 %M21.2 TON
"Run" "Green_TG31" Time
IN Q
T#2s PT ET T#0ms

%M21.2
"T98".Q "Green_TG31"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M21.3
"Green_TG32"
S

Network 30:
Totally Integrated
Automation Portal

%DB101
"T99"
%M2.7 %M21.3 TON
"Run" "Green_TG32" Time
IN Q
T#2s PT ET T#0ms

"T99".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD48 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerGreen"

%M21.3
"Green_TG32"
R

%M21.4
"Green_TG33"
S

Network 31:

%DB102
"T100"
%M2.7 %M21.4 TON
"Run" "Green_TG33" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T100".Q StackerGreen"
S

%M21.4
"Green_TG33"
R

%M21.5
"Green_TG34"
S

Network 32:

%DB103
"T101"
%M2.7 %M21.5 TON
"Run" "Green_TG34" Time
IN Q
T#2s PT ET T#0ms

"T101".Q MOVE
EN ENO

%DB1.DBD112 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerGreen"

%M21.5
"Green_TG34"
R

%M21.6
"Green_TG35"
S

Network 33:
Totally Integrated
Automation Portal

%DB104
"T102"
%M2.7 %M21.6 TON
"Run" "Green_TG35" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T102".Q StackerGreen"
R

%M21.6
"Green_TG35"
R

%M21.7
"Green_TG36"
S

Network 34:

%DB105
"T103"
%M2.7 %M21.7 TON
"Run" "Green_TG36" Time
IN Q
T#2s PT ET T#0ms

"T103".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M21.7
"Green_TG36"
R

Network 35: Metal floor 4

%M2.7 %MW104 %M22.1


"Run" "Green_Counter" "Green_TG38"
==
S
Int
4

%DB106
"T104"
%M22.1 TON
"Green_TG38" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T104".Q StackerGreen"
S

%M22.2
"Green_TG39"
S

%M22.1
"Green_TG38"
R

Network 36:
Totally Integrated
Automation Portal

%DB107
"T105"
%M2.7 %M22.2 TON
"Run" "Green_TG39" Time
IN Q
T#2s PT ET T#0ms

%M22.2
"T105".Q "Green_TG39"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M22.3
"Green_TG40"
S

Network 37:

%DB108
"T106"
%M2.7 %M22.3 TON
"Run" "Green_TG40" Time
IN Q
T#2s PT ET T#0ms

%M22.3
"T106".Q "Green_TG40"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M22.4
"Green_TG41"
S

Network 38:

%DB109
"T107"
%M2.7 %M22.4 TON
"Run" "Green_TG41" Time
IN Q
T#2s PT ET T#0ms

"T107".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD52 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerGreen"

%M22.4
"Green_TG41"
R

%M22.5
"Green_TG42"
S

Network 39:
Totally Integrated
Automation Portal

%DB110
"T108"
%M2.7 %M22.5 TON
"Run" "Green_TG42" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T108".Q StackerGreen"
S

%M22.5
"Green_TG42"
R

%M22.6
"Green_TG43"
S

Network 40:

%DB111
"T109"
%M2.7 %M22.6 TON
"Run" "Green_TG43" Time
IN Q
T#2s PT ET T#0ms

"T109".Q MOVE
EN ENO

%DB1.DBD116 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerGreen"

%M22.6
"Green_TG43"
R

%M22.7
"Green_TG44"
S

Network 41:

%DB112
"T110"
%M2.7 %M22.7 TON
"Run" "Green_TG44" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T110".Q StackerGreen"
R

%M22.7
"Green_TG44"
R

%M23.0
"Green_TG45"
S

Network 42:

%DB113
"T111"
%M2.7 %M23.0 TON
"Run" "Green_TG45" Time
IN Q
T#2s PT ET T#0ms

"T111".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M23.0
"Green_TG45"
R
Totally Integrated
Automation Portal

Network 43: Metal floor 5

%M2.7 %MW104 %M23.1


"Run" "Green_Counter" "Green_TG46"
==
S
Int
5

%DB114
"T112"
%M23.1 TON
"Green_TG46" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T112".Q StackerGreen"
S

%M23.2
"Green_TG47"
S

%M23.1
"Green_TG46"
R

Network 44:

%DB115
"T113"
%M2.7 %M23.2 TON
"Run" "Green_TG47" Time
IN Q
T#2s PT ET T#0ms

%M23.2
"T113".Q "Green_TG47"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M23.3
"Green_TG48"
S

Network 45:

%DB116
"T114"
%M2.7 %M23.3 TON
"Run" "Green_TG48" Time
IN Q
T#2s PT ET T#0ms

%M23.3
"T114".Q "Green_TG48"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M23.4
"Green_TG49"
S

Network 46:
Totally Integrated
Automation Portal

%DB117
"T115"
%M2.7 %M23.4 TON
"Run" "Green_TG49" Time
IN Q
T#2s PT ET T#0ms

"T115".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD56 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerGreen"

%M23.4
"Green_TG49"
R

%M23.5
"Green_TG50"
S

Network 47:

%DB118
"T116"
%M2.7 %M23.5 TON
"Run" "Green_TG50" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T116".Q StackerGreen"
S

%M23.5
"Green_TG50"
R

%M23.6
"Green_TG51"
S

Network 48:

%DB119
"T117"
%M2.7 %M23.6 TON
"Run" "Green_TG51" Time
IN Q
T#2s PT ET T#0ms

"T117".Q MOVE
EN ENO

%DB1.DBD120 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerGreen"

%M23.6
"Green_TG51"
R

%M23.7
"Green_TG52"
S

Network 49:
Totally Integrated
Automation Portal

%DB120
"T118"
%M2.7 %M23.7 TON
"Run" "Green_TG52" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T118".Q StackerGreen"
R

%M23.7
"Green_TG52"
R

%M24.0
"Green_TG53"
S

Network 50:

%DB121
"T119"
%M2.7 %M24.0 TON
"Run" "Green_TG53" Time
IN Q
T#2s PT ET T#0ms

"T119".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M24.0
"Green_TG53"
R

Network 51: Metal floor 6

%M2.7 %MW104 %M24.1


"Run" "Green_Counter" "Green_TG54"
==
S
Int
6

%DB122
"T120"
%M24.1 TON
"Green_TG54" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T120".Q StackerGreen"
S

%M24.2
"Green_TG55"
S

%M24.1
"Green_TG54"
R

Network 52:
Totally Integrated
Automation Portal

%DB123
"T121"
%M2.7 %M24.2 TON
"Run" "Green_TG55" Time
IN Q
T#2s PT ET T#0ms

%M24.2
"T121".Q "Green_TG55"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M24.3
"Green_TG56"
S

Network 53:

%DB124
"T122"
%M2.7 %M24.3 TON
"Run" "Green_TG56" Time
IN Q
T#2s PT ET T#0ms

%M24.3
"T122".Q "Green_TG56"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M24.4
"Green_TG57"
S

Network 54:

%DB125
"T123"
%M2.7 %M24.4 TON
"Run" "Green_TG57" Time
IN Q
T#2s PT ET T#0ms

"T123".Q MOVE
EN ENO

%DB1.DBD4 %QD20
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD60 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerGreen"

%M24.4
"Green_TG57"
R

%M24.5
"Green_TG58"
S

Network 55:
Totally Integrated
Automation Portal

%DB126
"T124"
%M2.7 %M24.5 TON
"Run" "Green_TG58" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T124".Q StackerGreen"
S

%M24.5
"Green_TG58"
R

%M24.6
"Green_TG59"
S

Network 56:

%DB127
"T125"
%M2.7 %M24.6 TON
"Run" "Green_TG59" Time
IN Q
T#2s PT ET T#0ms

"T125".Q MOVE
EN ENO

%DB1.DBD124 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerGreen"

%M24.6
"Green_TG59"
R

%M24.7
"Green_TG60"
S

Network 57:

%DB128
"T126"
%M2.7 %M24.7 TON
"Run" "Green_TG60" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T126".Q StackerGreen"
R

%M24.7
"Green_TG60"
R

%M25.0
"Green_TG61"
S

Network 58:

%DB129
"T127"
%M2.7 %M25.0 TON
"Run" "Green_TG61" Time
IN Q
T#2s PT ET T#0ms

"T127".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M25.0
"Green_TG61"
R
Totally Integrated
Automation Portal

Network 59: Green floor 7

%M2.7 %MW104 %M39.2


"Run" "Green_Counter" "Green_TG62"
==
S
Int
7

%DB244
"T245"
%M39.2 TON
"Green_TG62" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T245".Q StackerGreen"
S

%M39.3
"Green_TG63"
S

%M39.2
"Green_TG62"
R

Network 60:

%DB245
"T246"
%M2.7 %M39.3 TON
"Run" "Green_TG63" Time
IN Q
T#2s PT ET T#0ms

%M39.3
"T246".Q "Green_TG63"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M39.4
"Green_TG64"
S

Network 61:

%DB246
"T247"
%M2.7 %M39.4 TON
"Run" "Green_TG64" Time
IN Q
T#2s PT ET T#0ms

%M39.4
"T247".Q "Green_TG64"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M39.5
"Green_TG65"
S

Network 62:
Totally Integrated
Automation Portal

%DB250
"T248"
%M2.7 %M39.5 TON
"Run" "Green_TG65" Time
IN Q
T#2s PT ET T#0ms

"T248".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

%M39.5
"Green_TG65"
R

%M39.6
"Green_TG66"
S

Network 63:

%DB251
"T249"
%M2.7 %M39.6 TON
"Run" "Green_TG66" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T249".Q StackerGreen"
S

%M39.6
"Green_TG66"
R

%M39.7
"Green_TG67"
S

Network 64:

%DB252
"T250"
%M2.7 %M39.7 TON
"Run" "Green_TG67" Time
IN Q
T#2s PT ET T#0ms

"T250".Q MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M39.7
"Green_TG67"
R

%M40.0
"Green_TG68"
S

Network 65:

%DB253
"T251"
%M2.7 %M40.0 TON
"Run" "Green_TG68" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T251".Q StackerGreen"
R

%M40.0
"Green_TG68"
R

%M40.1
"Green_TG69"
S
Totally Integrated
Automation Portal

Network 66:

%DB254
"T252"
%M2.7 %M40.1 TON
"Run" "Green_TG69" Time
IN Q
T#2s PT ET T#0ms

"T252".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

%M40.1
"Green_TG69"
R

Network 67: Green floor 8

%M2.7 %MW104 %M40.2


"Run" "Green_Counter" "Green_TG70"
==
S
Int
8

%DB255
"T253"
%M40.2 TON
"Green_TG70" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T253".Q StackerGreen"
S

%M40.3
"Green_TG71"
S

%M40.2
"Green_TG70"
R

Network 68:

%DB256
"T254"
%M2.7 %M40.3 TON
"Run" "Green_TG71" Time
IN Q
T#2s PT ET T#0ms

%M40.3
"T254".Q "Green_TG71"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M40.4
"Green_TG72"
S

Network 69:
Totally Integrated
Automation Portal

%DB257
"T255"
%M2.7 %M40.4 TON
"Run" "Green_TG72" Time
IN Q
T#2s PT ET T#0ms

%M40.4
"T255".Q "Green_TG72"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M40.5
"Green_TG73"
S

Network 70:

%DB258
"T256"
%M2.7 %M40.5 TON
"Run" "Green_TG73" Time
IN Q
T#2s PT ET T#0ms

"T256".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD44 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerGreen"

%M40.5
"Green_TG73"
R

%M40.6
"Green_TG74"
S

Network 71:

%DB259
"T257"
%M2.7 %M40.6 TON
"Run" "Green_TG74" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T257".Q StackerGreen"
S

%M40.6
"Green_TG74"
R

%M40.7
"Green_TG75"
S

Network 72:
Totally Integrated
Automation Portal

%DB260
"T258"
%M2.7 %M40.7 TON
"Run" "Green_TG75" Time
IN Q
T#2s PT ET T#0ms

"T258".Q MOVE
EN ENO

%DB1.DBD108 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerGreen"

%M40.7
"Green_TG75"
R

%M41.0
"Green_TG76"
S

Network 73:

%DB261
"T259"
%M2.7 %M41.0 TON
"Run" "Green_TG76" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T259".Q StackerGreen"
R

%M41.0
"Green_TG76"
R

%M41.1
"Green_TG77"
S

Network 74:

%DB262
"T260"
%M2.7 %M41.1 TON
"Run" "Green_TG77" Time
IN Q
T#2s PT ET T#0ms

"T260".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M41.1
"Green_TG77"
R

Network 75: Green floor 9


Totally Integrated
Automation Portal

%MW104
%M2.7 %M41.2
"Run" "Green_Counter" "Green_TG78"
==
S
Int
9

%DB263
"T261"
%M41.2 TON
"Green_TG78" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T261".Q StackerGreen"
S

%M41.3
"Green_TG79"
S

%M41.2
"Green_TG78"
R

Network 76:

%DB264
"T262"
%M2.7 %M41.3 TON
"Run" "Green_TG79" Time
IN Q
T#2s PT ET T#0ms

%M41.3
"T262".Q "Green_TG79"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M41.4
"Green_TG80"
S

Network 77:

%DB265
"T263"
%M2.7 %M41.4 TON
"Run" "Green_TG80" Time
IN Q
T#2s PT ET T#0ms

%M41.4
"T263".Q "Green_TG80"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M41.5
"Green_TG81"
S

Network 78:
Totally Integrated
Automation Portal

%DB266
"T264"
%M2.7 %M41.5 TON
"Run" "Green_TG81" Time
IN Q
T#2s PT ET T#0ms

"T264".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD48 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerGreen"

%M41.5
"Green_TG81"
R

%M41.6
"Green_TG82"
S

Network 79:

%DB267
"T265"
%M2.7 %M41.6 TON
"Run" "Green_TG82" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T265".Q StackerGreen"
S

%M41.6
"Green_TG82"
R

%M41.7
"Green_TG83"
S

Network 80:

%DB268
"T266"
%M2.7 %M41.7 TON
"Run" "Green_TG83" Time
IN Q
T#2s PT ET T#0ms

"T266".Q MOVE
EN ENO

%DB1.DBD112 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerGreen"

%M41.7
"Green_TG83"
R

%M42.0
"Green_TG84"
S

Network 81:
Totally Integrated
Automation Portal

%DB269
"T267"
%M2.7 %M42.0 TON
"Run" "Green_TG84" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T267".Q StackerGreen"
R

%M42.0
"Green_TG84"
R

%M42.1
"Green_TG85"
S

Network 82:

%DB270
"T268"
%M2.7 %M42.1 TON
"Run" "Green_TG85" Time
IN Q
T#2s PT ET T#0ms

"T268".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M42.1
"Green_TG85"
R

Network 83: Green floor 10

%M2.7 %MW104 %M42.2


"Run" "Green_Counter" "Green_TG86"
==
S
Int
10

%DB271
"T269"
%M42.2 TON
"Green_TG86" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T269".Q StackerGreen"
S

%M42.3
"Green_TG87"
S

%M42.2
"Green_TG86"
R

Network 84:
Totally Integrated
Automation Portal

%DB272
"T270"
%M2.7 %M42.3 TON
"Run" "Green_TG87" Time
IN Q
T#2s PT ET T#0ms

%M42.3
"T270".Q "Green_TG87"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M42.4
"Green_TG88"
S

Network 85:

%DB273
"T271"
%M2.7 %M42.4 TON
"Run" "Green_TG88" Time
IN Q
T#2s PT ET T#0ms

%M42.4
"T271".Q "Green_TG88"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M42.5
"Green_TG89"
S

Network 86:

%DB274
"T272"
%M2.7 %M42.5 TON
"Run" "Green_TG89" Time
IN Q
T#2s PT ET T#0ms

"T272".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD52 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerGreen"

%M42.5
"Green_TG89"
R

%M42.6
"Green_TG90"
S

Network 87:
Totally Integrated
Automation Portal

%DB275
"T273"
%M2.7 %M42.6 TON
"Run" "Green_TG90" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T273".Q StackerGreen"
S

%M42.6
"Green_TG90"
R

%M42.7
"Green_TG91"
S

Network 88:

%DB276
"T274"
%M2.7 %M42.7 TON
"Run" "Green_TG91" Time
IN Q
T#2s PT ET T#0ms

"T274".Q MOVE
EN ENO

%DB1.DBD116 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerGreen"

%M42.7
"Green_TG91"
R

%M43.0
"Green_TG92"
S

Network 89:

%DB277
"T275"
%M2.7 %M43.0 TON
"Run" "Green_TG92" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T275".Q StackerGreen"
R

%M43.0
"Green_TG92"
R

%M43.1
"Green_TG93"
S

Network 90:

%DB278
"T276"
%M2.7 %M43.1 TON
"Run" "Green_TG93" Time
IN Q
T#2s PT ET T#0ms

"T276".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M43.1
"Green_TG93"
R
Totally Integrated
Automation Portal

Network 91: Green floor 11

%M2.7 %MW104 %M43.2


"Run" "Green_Counter" "Green_TG94"
==
S
Int
11

%DB279
"T277"
%M43.2 TON
"Green_TG94" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T277".Q StackerGreen"
S

%M43.3
"Green_TG95"
S

%M43.2
"Green_TG94"
R

Network 92:

%DB280
"T278"
%M2.7 %M43.3 TON
"Run" "Green_TG95" Time
IN Q
T#2s PT ET T#0ms

%M43.3
"T278".Q "Green_TG95"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M43.4
"Green_TG96"
S

Network 93:

%DB281
"T279"
%M2.7 %M43.4 TON
"Run" "Green_TG96" Time
IN Q
T#2s PT ET T#0ms

%M43.4
"T279".Q "Green_TG96"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M43.5
"Green_TG97"
S

Network 94:
Totally Integrated
Automation Portal

%DB282
"T280"
%M2.7 %M43.5 TON
"Run" "Green_TG97" Time
IN Q
T#2s PT ET T#0ms

"T280".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD56 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerGreen"

%M43.5
"Green_TG97"
R

%M43.6
"Green_TG98"
S

Network 95:

%DB283
"T281"
%M2.7 %M43.6 TON
"Run" "Green_TG98" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T281".Q StackerGreen"
S

%M43.6
"Green_TG98"
R

%M43.7
"Green_TG99"
S

Network 96:

%DB284
"T282"
%M2.7 %M43.7 TON
"Run" "Green_TG99" Time
IN Q
T#2s PT ET T#0ms

"T282".Q MOVE
EN ENO

%DB1.DBD120 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerGreen"

%M43.7
"Green_TG99"
R

%M44.0
"Green_TG100"
S

Network 97:
Totally Integrated
Automation Portal

%DB285
"T283"
%M2.7 %M44.0 TON
"Run" "Green_TG100" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T283".Q StackerGreen"
R

%M44.0
"Green_TG100"
R

%M44.1
"Green_TG101"
S

Network 98:

%DB286
"T284"
%M2.7 %M44.1 TON
"Run" "Green_TG101" Time
IN Q
T#2s PT ET T#0ms

"T284".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M44.1
"Green_TG101"
R

Network 99: Green floor 12

%M2.7 %MW104 %M44.2


"Run" "Green_Counter" "Green_TG102"
==
S
Int
12

%DB287
"T285"
%M44.2 TON
"Green_TG102" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T285".Q StackerGreen"
S

%M44.3
"Green_TG103"
S

%M44.2
"Green_TG102"
R

Network 100:
Totally Integrated
Automation Portal

%DB288
"T286"
%M2.7 %M44.3 TON
"Run" "Green_TG103" Time
IN Q
T#2s PT ET T#0ms

%M44.3
"T286".Q "Green_TG103"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M44.4
"Green_TG104"
S

Network 101:

%DB289
"T287"
%M2.7 %M44.4 TON
"Run" "Green_TG104" Time
IN Q
T#2s PT ET T#0ms

%M44.4
"T287".Q "Green_TG104"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M44.5
"Green_TG105"
S

Network 102:

%DB290
"T288"
%M2.7 %M44.5 TON
"Run" "Green_TG105" Time
IN Q
T#2s PT ET T#0ms

"T288".Q MOVE
EN ENO

%DB1.DBD8 %QD20
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD60 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerGreen"

%M44.5
"Green_TG105"
R

%M44.6
"Green_TG106"
S

Network 103:
Totally Integrated
Automation Portal

%DB291
"T289"
%M2.7 %M44.6 TON
"Run" "Green_TG106" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T289".Q StackerGreen"
S

%M44.6
"Green_TG106"
R

%M44.7
"Green_TG107"
S

Network 104:

%DB292
"T290"
%M2.7 %M44.7 TON
"Run" "Green_TG107" Time
IN Q
T#2s PT ET T#0ms

"T290".Q MOVE
EN ENO

%DB1.DBD124 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerGreen"

%M44.7
"Green_TG107"
R

%M45.0
"Green_TG108"
S

Network 105:

%DB293
"T291"
%M2.7 %M45.0 TON
"Run" "Green_TG108" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T291".Q StackerGreen"
R

%M45.0
"Green_TG108"
R

%M45.1
"Green_TG109"
S

Network 106:

%DB294
"T292"
%M2.7 %M45.1 TON
"Run" "Green_TG109" Time
IN Q
T#2s PT ET T#0ms

"T292".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M45.1
"Green_TG109"
R
Totally Integrated
Automation Portal

Network 107: Green floor 13

%M2.7 %MW104 %M63.2


"Run" "Green_Counter" "Green_TG110"
==
S
Int
13

%DB391
"T410"
%M63.2 TON
"Green_TG110" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T410".Q StackerGreen"
S

%M63.3
"Green_TG111"
S

%M63.2
"Green_TG110"
R

Network 108:

%DB392
"T411"
%M2.7 %M63.3 TON
"Run" "Green_TG111" Time
IN Q
T#2s PT ET T#0ms

%M63.3
"T411".Q "Green_TG111"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M63.4
"Green_TG112"
S

Network 109:

%DB393
"T412"
%M2.7 %M63.4 TON
"Run" "Green_TG112" Time
IN Q
T#2s PT ET T#0ms

%M63.4
"T412".Q "Green_TG112"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M63.5
"Green_TG113"
S

Network 110:
Totally Integrated
Automation Portal

%DB394
"T413"
%M2.7 %M63.5 TON
"Run" "Green_TG113" Time
IN Q
T#2s PT ET T#0ms

"T413".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

%M63.5
"Green_TG113"
R

%M63.6
"Green_TG114"
S

Network 111:

%DB395
"T414"
%M2.7 %M63.6 TON
"Run" "Green_TG114" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T414".Q StackerGreen"
S

%M63.6
"Green_TG114"
R

%M63.7
"Green_TG115"
S

Network 112:

%DB396
"T415"
%M2.7 %M63.7 TON
"Run" "Green_TG115" Time
IN Q
T#2s PT ET T#0ms

"T415".Q MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M63.7
"Green_TG115"
R

%M64.0
"Green_TG116"
S

Network 113:

%DB397
"T416"
%M2.7 %M64.0 TON
"Run" "Green_TG116" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T416".Q StackerGreen"
R

%M64.0
"Green_TG116"
R

%M64.1
"Green_TG117"
S
Totally Integrated
Automation Portal

Network 114:

%DB398
"T417"
%M2.7 %M64.1 TON
"Run" "Green_TG117" Time
IN Q
T#2s PT ET T#0ms

"T417".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

%M64.1
"Green_TG117"
R

Network 115: Green floor 14

%M2.7 %MW104 %M64.2


"Run" "Green_Counter" "Green_TG118"
==
S
Int
14

%DB399
"T418"
%M64.2 TON
"Green_TG118" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T418".Q StackerGreen"
S

%M64.3
"Green_TG119"
S

%M64.2
"Green_TG118"
R

Network 116:

%DB400
"T419"
%M2.7 %M64.3 TON
"Run" "Green_TG119" Time
IN Q
T#2s PT ET T#0ms

%M64.3
"T419".Q "Green_TG119"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M64.4
"Green_TG120"
S

Network 117:
Totally Integrated
Automation Portal

%DB401
"T420"
%M2.7 %M64.4 TON
"Run" "Green_TG120" Time
IN Q
T#2s PT ET T#0ms

%M64.4
"T420".Q "Green_TG120"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M64.5
"Green_TG121"
S

Network 118:

%DB402
"T421"
%M2.7 %M64.5 TON
"Run" "Green_TG121" Time
IN Q
T#2s PT ET T#0ms

"T421".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD44 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerGreen"

%M64.5
"Green_TG121"
R

%M64.6
"Green_TG122"
S

Network 119:

%DB403
"T422"
%M2.7 %M64.6 TON
"Run" "Green_TG122" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T422".Q StackerGreen"
S

%M64.6
"Green_TG122"
R

%M64.7
"Green_TG123"
S

Network 120:
Totally Integrated
Automation Portal

%DB404
"T423"
%M2.7 %M64.7 TON
"Run" "Green_TG123" Time
IN Q
T#2s PT ET T#0ms

"T423".Q MOVE
EN ENO

%DB1.DBD108 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerGreen"

%M64.7
"Green_TG123"
R

%M65.0
"Green_TG124"
S

Network 121:

%DB405
"T424"
%M2.7 %M65.0 TON
"Run" "Green_TG124" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T424".Q StackerGreen"
R

%M65.0
"Green_TG124"
R

%M65.1
"Green_TG125"
S

Network 122:

%DB406
"T425"
%M2.7 %M65.1 TON
"Run" "Green_TG125" Time
IN Q
T#2s PT ET T#0ms

"T425".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M65.1
"Green_TG125"
R

Network 123: Green floor 15


Totally Integrated
Automation Portal

%MW104
%M2.7 %M65.2
"Run" "Green_Counter" "Green_TG126"
==
S
Int
15

%DB407
"T426"
%M65.2 TON
"Green_TG126" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T426".Q StackerGreen"
S

%M65.3
"Green_TG127"
S

%M65.2
"Green_TG126"
R

Network 124:

%DB408
"T427"
%M2.7 %M65.3 TON
"Run" "Green_TG127" Time
IN Q
T#2s PT ET T#0ms

%M65.3
"T427".Q "Green_TG127"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M65.4
"Green_TG128"
S

Network 125:

%DB409
"T428"
%M2.7 %M65.4 TON
"Run" "Green_TG128" Time
IN Q
T#2s PT ET T#0ms

%M65.4
"T428".Q "Green_TG128"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M65.5
"Green_TG129"
S

Network 126:
Totally Integrated
Automation Portal

%DB410
"T429"
%M2.7 %M65.5 TON
"Run" "Green_TG129" Time
IN Q
T#2s PT ET T#0ms

"T429".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD48 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerGreen"

%M65.5
"Green_TG129"
R

%M65.6
"Green_TG130"
S

Network 127:

%DB411
"T430"
%M2.7 %M65.6 TON
"Run" "Green_TG130" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T430".Q StackerGreen"
S

%M65.6
"Green_TG130"
R

%M65.7
"Green_TG131"
S

Network 128:

%DB412
"T431"
%M2.7 %M65.7 TON
"Run" "Green_TG131" Time
IN Q
T#2s PT ET T#0ms

"T431".Q MOVE
EN ENO

%DB1.DBD112 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerGreen"

%M65.7
"Green_TG131"
R

%M66.0
"Green_TG132"
S

Network 129:
Totally Integrated
Automation Portal

%DB413
"T432"
%M2.7 %M66.0 TON
"Run" "Green_TG132" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T432".Q StackerGreen"
R

%M66.0
"Green_TG132"
R

%M66.1
"Green_TG133"
S

Network 130:

%DB414
"T433"
%M2.7 %M66.1 TON
"Run" "Green_TG133" Time
IN Q
T#2s PT ET T#0ms

"T433".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M66.1
"Green_TG133"
R

Network 131: Green floor 16

%M2.7 %MW104 %M66.2


"Run" "Green_Counter" "Green_TG134"
==
S
Int
16

%DB415
"T434"
%M66.2 TON
"Green_TG134" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T434".Q StackerGreen"
S

%M66.3
"Green_TG135"
S

%M66.2
"Green_TG134"
R

Network 132:
Totally Integrated
Automation Portal

%DB416
"T435"
%M2.7 %M66.3 TON
"Run" "Green_TG135" Time
IN Q
T#2s PT ET T#0ms

%M66.3
"T435".Q "Green_TG135"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M66.4
"Green_TG136"
S

Network 133:

%DB417
"T436"
%M2.7 %M66.4 TON
"Run" "Green_TG136" Time
IN Q
T#2s PT ET T#0ms

%M66.4
"T436".Q "Green_TG136"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M66.5
"Green_TG137"
S

Network 134:

%DB418
"T437"
%M2.7 %M66.5 TON
"Run" "Green_TG137" Time
IN Q
T#2s PT ET T#0ms

"T437".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD52 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerGreen"

%M66.5
"Green_TG137"
R

%M66.6
"Green_TG138"
S

Network 135:
Totally Integrated
Automation Portal

%DB419
"T438"
%M2.7 %M66.6 TON
"Run" "Green_TG138" Time
IN Q
T#3s PT ET T#0ms

%Q7.5
"Q_HandL_
"T438".Q StackerGreen"
S

%M66.6
"Green_TG138"
R

%M66.7
"Green_TG139"
S

Network 136:

%DB420
"T439"
%M2.7 %M66.7 TON
"Run" "Green_TG139" Time
IN Q
T#2s PT ET T#0ms

"T439".Q MOVE
EN ENO

%DB1.DBD116 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerGreen"

%M66.7
"Green_TG139"
R

%M67.0
"Green_TG140"
S

Network 137:

%DB421
"T440"
%M2.7 %M67.0 TON
"Run" "Green_TG140" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T440".Q StackerGreen"
R

%M67.0
"Green_TG140"
R

%M67.1
"Green_TG141"
S

Network 138:

%DB422
"T441"
%M2.7 %M67.1 TON
"Run" "Green_TG141" Time
IN Q
T#2s PT ET T#0ms

"T441".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M67.1
"Green_TG141"
R
Totally Integrated
Automation Portal

Network 139: Green floor 17

%M2.7 %MW104 %M67.2


"Run" "Green_Counter" "Green_TG142"
==
S
Int
17

%DB423
"T442"
%M67.2 TON
"Green_TG142" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T442".Q StackerGreen"
S

%M67.3
"Green_TG143"
S

%M67.2
"Green_TG142"
R

Network 140:

%DB424
"T443"
%M2.7 %M67.3 TON
"Run" "Green_TG143" Time
IN Q
T#2s PT ET T#0ms

%M67.3
"T443".Q "Green_TG143"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M67.4
"Green_TG144"
S

Network 141:

%DB425
"T444"
%M2.7 %M67.4 TON
"Run" "Green_TG144" Time
IN Q
T#2s PT ET T#0ms

%M67.4
"T444".Q "Green_TG144"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M67.5
"Green_TG145"
S

Network 142:
Totally Integrated
Automation Portal

%DB426
"T445"
%M2.7 %M67.5 TON
"Run" "Green_TG145" Time
IN Q
T#2s PT ET T#0ms

"T445".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD56 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerGreen"

%M67.5
"Green_TG145"
R

%M67.6
"Green_TG146"
S

Network 143:

%DB427
"T446"
%M2.7 %M67.6 TON
"Run" "Green_TG146" Time
IN Q
T#3.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T446".Q StackerGreen"
S

%M67.6
"Green_TG146"
R

%M67.7
"Green_TG147"
S

Network 144:

%DB428
"T447"
%M2.7 %M67.7 TON
"Run" "Green_TG147" Time
IN Q
T#2s PT ET T#0ms

"T447".Q MOVE
EN ENO

%DB1.DBD120 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerGreen"

%M67.7
"Green_TG147"
R

%M68.0
"Green_TG148"
S

Network 145:
Totally Integrated
Automation Portal

%DB429
"T448"
%M2.7 %M68.0 TON
"Run" "Green_TG148" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T448".Q StackerGreen"
R

%M68.0
"Green_TG148"
R

%M68.1
"Green_TG149"
S

Network 146:

%DB430
"T449"
%M2.7 %M68.1 TON
"Run" "Green_TG149" Time
IN Q
T#2s PT ET T#0ms

"T449".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M68.1
"Green_TG149"
R

Network 147: Green floor 18

%M2.7 %MW104 %M68.2


"Run" "Green_Counter" "Green_TG150"
==
S
Int
18

%DB431
"T450"
%M68.2 TON
"Green_TG150" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T450".Q StackerGreen"
S

%M68.3
"Green_TG151"
S

%M68.2
"Green_TG150"
R

Network 148:
Totally Integrated
Automation Portal

%DB432
"T451"
%M2.7 %M68.3 TON
"Run" "Green_TG151" Time
IN Q
T#2s PT ET T#0ms

%M68.3
"T451".Q "Green_TG151"
R

MOVE
EN ENO

%DB1.DBD128 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerGreen"

%M68.4
"Green_TG152"
S

Network 149:

%DB433
"T452"
%M2.7 %M68.4 TON
"Run" "Green_TG152" Time
IN Q
T#2s PT ET T#0ms

%M68.4
"T452".Q "Green_TG152"
R

%Q7.0
"Q_Conv_
GreenBox_stop"
S

%Q7.5
"Q_HandL_
StackerGreen"
R

%M68.5
"Green_TG153"
S

Network 150:

%DB434
"T453"
%M2.7 %M68.5 TON
"Run" "Green_TG153" Time
IN Q
T#2s PT ET T#0ms

"T453".Q MOVE
EN ENO

%DB1.DBD12 %QD20
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD60 %QD24
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerGreen"

%M68.5
"Green_TG153"
R

%M68.6
"Green_TG154"
S

Network 151:
Totally Integrated
Automation Portal

%DB435
"T454"
%M2.7 %M68.6 TON
"Run" "Green_TG154" Time
IN Q
T#3.5s PT ET T#0ms

%Q7.5
"Q_HandL_
"T454".Q StackerGreen"
S

%M68.6
"Green_TG154"
R

%M68.7
"Green_TG155"
S

Network 152:

%DB436
"T455"
%M2.7 %M68.7 TON
"Run" "Green_TG155" Time
IN Q
T#2s PT ET T#0ms

"T455".Q MOVE
EN ENO

%DB1.DBD124 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerGreen"

%M68.7
"Green_TG155"
R

%M69.0
"Green_TG156"
S

Network 153:

%DB437
"T456"
%M2.7 %M69.0 TON
"Run" "Green_TG156" Time
IN Q
T#2s PT ET T#0ms

%Q7.5
"Q_HandL_
"T456".Q StackerGreen"
R

%M69.0
"Green_TG156"
R

%M69.1
"Green_TG157"
S

Network 154:
Totally Integrated
Automation Portal

%DB438
"T457"
%M2.7 %M69.1 TON
"Run" "Green_TG157" Time
IN Q
T#2s PT ET T#0ms

"T457".Q MOVE
EN ENO

%DB1.DBD0 %QD20
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerGreen"

MOVE
EN ENO

%DB1.DBD104 %QD24
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerGreen"

%M69.1
"Green_TG157"
R
Totally Integrated
Automation Portal

Program blocks
Arrange_to_StackBlue [FC12]
Arrange_to_StackBlue Properties
General
Name Arrange_to_StackBlue Number 12 Type FC Language LAD
Numbering Automatic
Information
Title Author Comment Family
Version 0.1 User-defined ID

Name Data type Default value Comment


Input
Output
InOut
Temp
Constant
Return
Arrange_to_StackBlue Void

Network 1:
Totally Integrated
Automation Portal

%M2.7 %I1.7 %Q8.5


"Run" "SS_BluePro_end" "Q_ADD_BlueLid"
P
%M12.2
"Tag_34"
%Q3.6
"Q_Conv_BlueLid"
S

%I2.2 %Q8.1
"SS_BlueLid" "Q_Stop_BlueLid"
P S
%M12.3
"Tag_35"
%DB132
"T130"
%Q8.1 TON
"Q_Stop_BlueLid" Time
IN Q
T#1s PT ET T#0ms

%Q3.6
"T130".Q "Q_Conv_BlueLid"
R

%M12.5
"Blue_TG2"
S

%Q9.1
"Q_AAD_
BlueLidbox"

%DB133
"T131"
%M12.5 TON
"Blue_TG2" Time
IN Q
T#0.5s PT ET T#0ms

%Q8.1
"T131".Q "Q_Stop_BlueLid"
R

%M12.6
"Blue_TG3"
S

%M12.5
"Blue_TG2"
R

%M12.6
"Blue_TG3" MOVE
EN ENO
%QD52
%DB1.DBD68
OUT1 "QD_X_Blue"
"Data_block_
1".X_
PickPlace[2] IN

%DB134
"T132"
TON
Time
IN Q
T#1s PT ET T#0ms

"T132".Q MOVE
EN ENO
%QD56
%DB1.DBD92
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[2] IN

%Q4.0
"Q_GrabBlue"
S

%M12.6
"Blue_TG3"
R

%M12.7
"Blue_TG4"
S

Network 2:
Totally Integrated
Automation Portal

%DB135
"T133"
%M2.7 %M12.7 TON
"Run" "Blue_TG4" Time
IN Q
T#1s PT ET T#0ms

"T133".Q MOVE
EN ENO
%QD56
%DB1.DBD88
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[1] IN

%M12.7
"Blue_TG4"
R

%M13.0
"Blue_TG5"
S

Network 3:

%DB136
"T134"
%M2.7 %M13.0 TON
"Run" "Blue_TG5" Time
IN Q
T#1s PT ET T#0ms

"T134".Q MOVE
EN ENO
%QD52
%DB1.DBD72
OUT1 "QD_X_Blue"
"Data_block_
1".X_
PickPlace[3] IN

%M13.0
"Blue_TG5"
R

%M13.1
"Blue_TG6"
S

Network 4:

%DB137
"T135"
%M2.7 %M13.1 TON
"Run" "Blue_TG6" Time
IN Q
T#1s PT ET T#0ms

"T135".Q MOVE
EN ENO
%QD56
%DB1.DBD96
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[3] IN

%M13.1
"Blue_TG6"
R

%M13.2
"Blue_TG7"
S

%Q2.7
"Q_Conv_
Product10"
S

Network 5:
Totally Integrated
Automation Portal

%DB138
"T136"
%M2.7 %M13.2 TON
"Run" "Blue_TG7" Time
IN Q
T#1s PT ET T#0ms

"T136".Q MOVE
EN ENO
%QD56
%DB1.DBD88
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[1] IN

%M13.2
"Blue_TG7"
R

%M13.3
"Blue_TG8"
S

Network 6:

%DB195
"T193"
%M2.7 %M13.3 TON
"Run" "Blue_TG8" Time
IN Q
T#1s PT ET T#0ms

"T193".Q MOVE
EN ENO
%QD52
%DB1.DBD76
OUT1 "QD_X_Blue"
"Data_block_
1".X_
PickPlace[4] IN

%M13.3
"Blue_TG8"
R

%M13.4
"Blue_TG9"
S

Network 7:

%DB139
"T137"
%M2.7 %M13.4 TON
"Run" "Blue_TG9" Time
IN Q
T#1s PT ET T#0ms

"T137".Q MOVE
EN ENO
%QD56
%DB1.DBD100
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[4] IN

%M13.4
"Blue_TG9"
R

%M13.5
"Blue_TG10"
S

Network 8:
Totally Integrated
Automation Portal

%DB140
"T138"
%M2.7 %M13.5 TON
"Run" "Blue_TG10" Time
IN Q
T#1s PT ET T#0ms

%M13.5
"T138".Q "Blue_TG10"
R

%Q4.0
"Q_GrabBlue"
R

%M13.6
"Blue_TG11"
S

Network 9:

%DB141
"T139"
%M2.7 %M13.6 TON
"Run" "Blue_TG11" Time
IN Q
T#1s PT ET T#0ms

%M13.6
"T139".Q "Blue_TG11"
R

MOVE
EN ENO
%QD56
%DB1.DBD88
OUT1 "QD_Z_Blue"
"Data_block_
1".Z_
PickPlace[1] IN

%M13.7
"Blue_TG12"
S

Network 10:
Totally Integrated
Automation Portal

%DB142
"T140"
%M2.7 %M13.7 TON
"Run" "Blue_TG12" Time
IN Q
T#0.5s PT ET T#0ms

%Q5.4
"Q_Conv_Blue_
"T140".Q Out1"
S

%Q5.5
"Q_Conv_Blue_
Out2"
S

%Q5.6
"Q_Conv_Blue_
Out3"
S

%Q10.2
"Q_Conv_Blue_
Out4"
S

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%M13.7
"Blue_TG12"
R

%I3.7 %Q5.4
"SS_BlueOut1_ "Q_Conv_Blue_
stop" Out1"
N R
%M32.1
"Tag_36"

%I4.2 %Q6.6
"SS_BlueBox_ "Q_Conv_
stop" BlueBox_stop"
P R
%M32.2
"Tag_37"
%Q11.1
"Q_Remover_
Blue"
S

%DB192
"C3"
CTU
Int
CU Q

%M33.1 %MW100
"M_reset_ CV "Blue_Counter"
counter" R
0 PV

%DB194
"T192"
%Q11.1
"Q_Remover_ TON
Blue" Time
IN Q
T#6s PT ET T#0ms

%Q11.1
"Q_Remover_
"T192".Q Blue"
R

Network 11:
Totally Integrated
Automation Portal

%MW100
%M2.7 %M15.0
"Run" "Blue_Counter" "Blue_TG21"
==
S
Int
1

%DB143
"T141"
%M15.0 TON
"Blue_TG21" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T141".Q StackerBlue"
S

%M14.0
"Blue_TG13"
S

%M15.0
"Blue_TG21"
R

Network 12:

%DB144
"T142"
%M2.7 %M14.0 TON
"Run" "Blue_TG13" Time
IN Q
T#2s PT ET T#0ms

%M14.0
"T142".Q "Blue_TG13"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M14.1
"Blue_TG14"
S

Network 13:

%DB145
"T143"
%M2.7 %M14.1 TON
"Run" "Blue_TG14" Time
IN Q
T#2s PT ET T#0ms

%M14.1
"T143".Q "Blue_TG14"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M14.2
"Blue_TG15"
S

Network 14:
Totally Integrated
Automation Portal

%DB146
"T144"
%M2.7 %M14.2 TON
"Run" "Blue_TG15" Time
IN Q
T#2s PT ET T#0ms

"T144".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

%M14.2
"Blue_TG15"
R

%M14.3
"Blue_TG16"
S

Network 15:

%DB147
"T145"
%M2.7 %M14.3 TON
"Run" "Blue_TG16" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T145".Q StackerBlue"
S

%M14.4
"Blue_TG17"
S

%M14.3
"Blue_TG16"
R

Network 16:

%DB148
"T146"
%M2.7 %M14.4 TON
"Run" "Blue_TG17" Time
IN Q
T#2s PT ET T#0ms

"T146".Q MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M14.5
"Blue_TG18"
S

%M14.4
"Blue_TG17"
R

Network 17:

%DB149
"T147"
%M2.7 %M14.5 TON
"Run" "Blue_TG18" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T147".Q StackerBlue"
R

%M14.6
"Blue_TG19"
S

%M14.5
"Blue_TG18"
R
Totally Integrated
Automation Portal

Network 18:

%DB150
"T148"
%M2.7 %M14.6 TON
"Run" "Blue_TG19" Time
IN Q
T#2s PT ET T#0ms

"T148".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

%M14.6
"Blue_TG19"
R

Network 19: Metal floor 2

%M2.7 %MW100 %M14.7


"Run" "Blue_Counter" "Blue_TG20"
==
S
Int
2

%DB151
"T149"
%M14.7 TON
"Blue_TG20" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T149".Q StackerBlue"
S

%M25.1
"Blue_TG22"
S

%M14.7
"Blue_TG20"
R

Network 20:

%DB152
"T150"
%M2.7 %M25.1 TON
"Run" "Blue_TG22" Time
IN Q
T#2s PT ET T#0ms

%M25.1
"T150".Q "Blue_TG22"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M25.2
"Blue_TG23"
S

Network 21:
Totally Integrated
Automation Portal

%DB153
"T151"
%M2.7 %M25.2 TON
"Run" "Blue_TG23" Time
IN Q
T#2s PT ET T#0ms

%M25.2
"T151".Q "Blue_TG23"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M25.3
"Blue_TG24"
S

Network 22:

%DB154
"T153"
%M2.7 %M25.3 TON
"Run" "Blue_TG24" Time
IN Q
T#2s PT ET T#0ms

"T153".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD44 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerBlue"

%M25.3
"Blue_TG24"
R

%M25.4
"Blue_TG25"
S

Network 23:

%DB155
"T154"
%M2.7 %M25.4 TON
"Run" "Blue_TG25" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T154".Q StackerBlue"
S

%M25.4
"Blue_TG25"
R

%M25.5
"Blue_TG26"
S

Network 24:
Totally Integrated
Automation Portal

%DB156
"T155"
%M2.7 %M25.5 TON
"Run" "Blue_TG26" Time
IN Q
T#2s PT ET T#0ms

"T155".Q MOVE
EN ENO

%DB1.DBD108 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerBlue"

%M25.5
"Blue_TG26"
R

%M25.6
"Blue_TG27"
S

Network 25:

%DB157
"T156"
%M2.7 %M25.6 TON
"Run" "Blue_TG27" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T156".Q StackerBlue"
R

%M25.6
"Blue_TG27"
R

%M25.7
"Blue_TG28"
S

Network 26:

%DB158
"T157"
%M2.7 %M25.7 TON
"Run" "Blue_TG28" Time
IN Q
T#2s PT ET T#0ms

"T157".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M25.7
"Blue_TG28"
R

Network 27: Metal floor 3


Totally Integrated
Automation Portal

%MW100
%M2.7 %M26.0
"Run" "Blue_Counter" "Blue_TG29"
==
S
Int
3

%DB159
"T158"
%M26.0 TON
"Blue_TG29" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T158".Q StackerBlue"
S

%M26.1
"Blue_TG30"
S

%M26.0
"Blue_TG29"
R

Network 28:

%DB160
"T159"
%M2.7 %M26.1 TON
"Run" "Blue_TG30" Time
IN Q
T#2s PT ET T#0ms

%M26.1
"T159".Q "Blue_TG30"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M26.2
"Blue_TG31"
S

Network 29:

%DB161
"T160"
%M2.7 %M26.2 TON
"Run" "Blue_TG31" Time
IN Q
T#2s PT ET T#0ms

%M26.2
"T160".Q "Blue_TG31"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M26.3
"Blue_TG32"
S

Network 30:
Totally Integrated
Automation Portal

%DB162
"T161"
%M2.7 %M26.3 TON
"Run" "Blue_TG32" Time
IN Q
T#2s PT ET T#0ms

"T161".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD48 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerBlue"

%M26.3
"Blue_TG32"
R

%M26.4
"Blue_TG33"
S

Network 31:

%DB163
"T162"
%M2.7 %M26.4 TON
"Run" "Blue_TG33" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T162".Q StackerBlue"
S

%M26.4
"Blue_TG33"
R

%M26.5
"Blue_TG34"
S

Network 32:

%DB164
"T163"
%M2.7 %M26.5 TON
"Run" "Blue_TG34" Time
IN Q
T#2s PT ET T#0ms

"T163".Q MOVE
EN ENO

%DB1.DBD112 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerBlue"

%M26.5
"Blue_TG34"
R

%M26.6
"Blue_TG35"
S

Network 33:
Totally Integrated
Automation Portal

%DB165
"T164"
%M2.7 %M26.6 TON
"Run" "Blue_TG35" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T164".Q StackerBlue"
R

%M26.6
"Blue_TG35"
R

%M26.7
"Blue_TG36"
S

Network 34:

%DB166
"T165"
%M2.7 %M26.7 TON
"Run" "Blue_TG36" Time
IN Q
T#2s PT ET T#0ms

"T165".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M26.7
"Blue_TG36"
R

Network 35: Metal floor 4

%M2.7 %MW100 %M27.1


"Run" "Blue_Counter" "Blue_TG38"
==
S
Int
4

%DB167
"T166"
%M27.1 TON
"Blue_TG38" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T166".Q StackerBlue"
S

%M27.2
"Blue_TG39"
S

%M27.1
"Blue_TG38"
R

Network 36:
Totally Integrated
Automation Portal

%DB168
"T167"
%M2.7 %M27.2 TON
"Run" "Blue_TG39" Time
IN Q
T#2s PT ET T#0ms

%M27.2
"T167".Q "Blue_TG39"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M27.3
"Blue_TG40"
S

Network 37:

%DB169
"T168"
%M2.7 %M27.3 TON
"Run" "Blue_TG40" Time
IN Q
T#2s PT ET T#0ms

%M27.3
"T168".Q "Blue_TG40"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M27.4
"Blue_TG41"
S

Network 38:

%DB170
"T169"
%M2.7 %M27.4 TON
"Run" "Blue_TG41" Time
IN Q
T#2s PT ET T#0ms

"T169".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD52 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerBlue"

%M27.4
"Blue_TG41"
R

%M27.5
"Blue_TG42"
S

Network 39:
Totally Integrated
Automation Portal

%DB171
"T170"
%M2.7 %M27.5 TON
"Run" "Blue_TG42" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T170".Q StackerBlue"
S

%M27.5
"Blue_TG42"
R

%M27.6
"Blue_TG43"
S

Network 40:

%DB172
"T171"
%M2.7 %M27.6 TON
"Run" "Blue_TG43" Time
IN Q
T#2s PT ET T#0ms

"T171".Q MOVE
EN ENO

%DB1.DBD116 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerBlue"

%M27.6
"Blue_TG43"
R

%M27.7
"Blue_TG44"
S

Network 41:

%DB173
"T172"
%M2.7 %M27.7 TON
"Run" "Blue_TG44" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T172".Q StackerBlue"
R

%M27.7
"Blue_TG44"
R

%M28.0
"Blue_TG45"
S

Network 42:

%DB174
"T173"
%M2.7 %M28.0 TON
"Run" "Blue_TG45" Time
IN Q
T#2s PT ET T#0ms

"T173".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M28.0
"Blue_TG45"
R
Totally Integrated
Automation Portal

Network 43: Metal floor 5

%M2.7 %MW100 %M28.1


"Run" "Blue_Counter" "Blue_TG46"
==
S
Int
5

%DB175
"T174"
%M28.1 TON
"Blue_TG46" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T174".Q StackerBlue"
S

%M28.2
"Blue_TG47"
S

%M28.1
"Blue_TG46"
R

Network 44:

%DB176
"T175"
%M2.7 %M28.2 TON
"Run" "Blue_TG47" Time
IN Q
T#2s PT ET T#0ms

%M28.2
"T175".Q "Blue_TG47"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M28.3
"Blue_TG48"
S

Network 45:

%DB177
"T176"
%M2.7 %M28.3 TON
"Run" "Blue_TG48" Time
IN Q
T#2s PT ET T#0ms

%M28.3
"T176".Q "Blue_TG48"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M28.4
"Blue_TG49"
S

Network 46:
Totally Integrated
Automation Portal

%DB178
"T177"
%M2.7 %M28.4 TON
"Run" "Blue_TG49" Time
IN Q
T#2s PT ET T#0ms

"T177".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD56 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerBlue"

%M28.4
"Blue_TG49"
R

%M28.5
"Blue_TG50"
S

Network 47:

%DB179
"T178"
%M2.7 %M28.5 TON
"Run" "Blue_TG50" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T178".Q StackerBlue"
S

%M28.5
"Blue_TG50"
R

%M28.6
"Blue_TG51"
S

Network 48:

%DB180
"T179"
%M2.7 %M28.6 TON
"Run" "Blue_TG51" Time
IN Q
T#2s PT ET T#0ms

"T179".Q MOVE
EN ENO

%DB1.DBD120 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerBlue"

%M28.6
"Blue_TG51"
R

%M28.7
"Blue_TG52"
S

Network 49:
Totally Integrated
Automation Portal

%DB181
"T180"
%M2.7 %M28.7 TON
"Run" "Blue_TG52" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T180".Q StackerBlue"
R

%M28.7
"Blue_TG52"
R

%M29.0
"Blue_TG53"
S

Network 50:

%DB182
"T181"
%M2.7 %M29.0 TON
"Run" "Blue_TG53" Time
IN Q
T#2s PT ET T#0ms

"T181".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M29.0
"Blue_TG53"
R

Network 51: Metal floor 6

%M2.7 %MW100 %M29.1


"Run" "Blue_Counter" "Blue_TG54"
==
S
Int
6

%DB183
"T182"
%M29.1 TON
"Blue_TG54" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T182".Q StackerBlue"
S

%M29.2
"Blue_TG55"
S

%M29.1
"Blue_TG54"
R

Network 52:
Totally Integrated
Automation Portal

%DB184
"T183"
%M2.7 %M29.2 TON
"Run" "Blue_TG55" Time
IN Q
T#2s PT ET T#0ms

%M29.2
"T183".Q "Blue_TG55"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M29.3
"Blue_TG56"
S

Network 53:

%DB185
"T184"
%M2.7 %M29.3 TON
"Run" "Blue_TG56" Time
IN Q
T#2s PT ET T#0ms

%M29.3
"T184".Q "Blue_TG56"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M29.4
"Blue_TG57"
S

Network 54:

%DB186
"T185"
%M2.7 %M29.4 TON
"Run" "Blue_TG57" Time
IN Q
T#2s PT ET T#0ms

"T185".Q MOVE
EN ENO

%DB1.DBD4 %QD28
"Data_block_ "QD_X_
1".X_Stack[2] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD60 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerBlue"

%M29.4
"Blue_TG57"
R

%M29.5
"Blue_TG58"
S

Network 55:
Totally Integrated
Automation Portal

%DB187
"T186"
%M2.7 %M29.5 TON
"Run" "Blue_TG58" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T186".Q StackerBlue"
S

%M29.5
"Blue_TG58"
R

%M29.6
"Blue_TG59"
S

Network 56:

%DB188
"T187"
%M2.7 %M29.6 TON
"Run" "Blue_TG59" Time
IN Q
T#2s PT ET T#0ms

"T187".Q MOVE
EN ENO

%DB1.DBD124 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerBlue"

%M29.6
"Blue_TG59"
R

%M29.7
"Blue_TG60"
S

Network 57:

%DB189
"T188"
%M2.7 %M29.7 TON
"Run" "Blue_TG60" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T188".Q StackerBlue"
R

%M29.7
"Blue_TG60"
R

%M32.0
"Blue_TG61"
S

Network 58:

%DB190
"T189"
%M2.7 %M32.0 TON
"Run" "Blue_TG61" Time
IN Q
T#2s PT ET T#0ms

"T189".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M32.0
"Blue_TG61"
R
Totally Integrated
Automation Portal

Network 59: Blue floor 7

%M2.7 %MW100 %M33.2


"Run" "Blue_Counter" "Blue_TG62"
==
S
Int
7

%DB199
"T197"
%M33.2 TON
"Blue_TG62" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T197".Q StackerBlue"
S

%M33.3
"Blue_TG63"
S

%M33.2
"Blue_TG62"
R

Network 60:

%DB200
"T198"
%M2.7 %M33.3 TON
"Run" "Blue_TG63" Time
IN Q
T#2s PT ET T#0ms

%M33.3
"T198".Q "Blue_TG63"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M33.4
"Blue_TG64"
S

Network 61:

%DB201
"T199"
%M2.7 %M33.4 TON
"Run" "Blue_TG64" Time
IN Q
T#2s PT ET T#0ms

%M33.4
"T199".Q "Blue_TG64"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M33.5
"Blue_TG65"
S

Network 62:
Totally Integrated
Automation Portal

%DB202
"T200"
%M2.7 %M33.5 TON
"Run" "Blue_TG65" Time
IN Q
T#2s PT ET T#0ms

"T200".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

%M33.5
"Blue_TG65"
R

%M33.6
"Blue_TG66"
S

Network 63:

%DB203
"T201"
%M2.7 %M33.6 TON
"Run" "Blue_TG66" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T201".Q StackerBlue"
S

%M33.6
"Blue_TG66"
R

%M33.7
"Blue_TG67"
S

Network 64:

%DB204
"T202"
%M2.7 %M33.7 TON
"Run" "Blue_TG67" Time
IN Q
T#2s PT ET T#0ms

"T202".Q MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M33.7
"Blue_TG67"
R

%M34.0
"Blue_TG68"
S

Network 65:

%DB205
"T203"
%M2.7 %M34.0 TON
"Run" "Blue_TG68" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T203".Q StackerBlue"
R

%M34.0
"Blue_TG68"
R

%M34.1
"Blue_TG69"
S
Totally Integrated
Automation Portal

Network 66:

%DB206
"T204"
%M2.7 %M34.1 TON
"Run" "Blue_TG69" Time
IN Q
T#2s PT ET T#0ms

"T204".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

%M34.1
"Blue_TG69"
R

Network 67: Metal floor 8

%M2.7 %MW100 %M34.2


"Run" "Blue_Counter" "Blue_TG70"
==
S
Int
8

%DB207
"T205"
%M34.2 TON
"Blue_TG70" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T205".Q StackerBlue"
S

%M34.3
"Blue_TG71"
S

%M34.2
"Blue_TG70"
R

Network 68:

%DB208
"T206"
%M2.7 %M34.3 TON
"Run" "Blue_TG71" Time
IN Q
T#2s PT ET T#0ms

%M34.3
"T206".Q "Blue_TG71"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M34.4
"Blue_TG72"
S

Network 69:
Totally Integrated
Automation Portal

%DB209
"T207"
%M2.7 %M34.4 TON
"Run" "Blue_TG72" Time
IN Q
T#2s PT ET T#0ms

%M34.4
"T207".Q "Blue_TG72"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M34.5
"Blue_TG73"
S

Network 70:

%DB210
"T208"
%M2.7 %M34.5 TON
"Run" "Blue_TG73" Time
IN Q
T#2s PT ET T#0ms

"T208".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD44 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerBlue"

%M34.5
"Blue_TG73"
R

%M34.6
"Blue_TG74"
S

Network 71:

%DB211
"T209"
%M2.7 %M34.6 TON
"Run" "Blue_TG74" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T209".Q StackerBlue"
S

%M34.6
"Blue_TG74"
R

%M34.7
"Blue_TG75"
S

Network 72:
Totally Integrated
Automation Portal

%DB212
"T210"
%M2.7 %M34.7 TON
"Run" "Blue_TG75" Time
IN Q
T#2s PT ET T#0ms

"T210".Q MOVE
EN ENO

%DB1.DBD108 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerBlue"

%M34.7
"Blue_TG75"
R

%M35.0
"Blue_TG76"
S

Network 73:

%DB213
"T211"
%M2.7 %M35.0 TON
"Run" "Blue_TG76" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T211".Q StackerBlue"
R

%M35.0
"Blue_TG76"
R

%M35.1
"Blue_TG77"
S

Network 74:

%DB214
"T212"
%M2.7 %M35.1 TON
"Run" "Blue_TG77" Time
IN Q
T#2s PT ET T#0ms

"T212".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M35.1
"Blue_TG77"
R

Network 75: Blue floor 9


Totally Integrated
Automation Portal

%MW100
%M2.7 %M35.2
"Run" "Blue_Counter" "Blue_TG78"
==
S
Int
9

%DB215
"T213"
%M35.2 TON
"Blue_TG78" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T213".Q StackerBlue"
S

%M35.3
"Blue_TG79"
S

%M35.2
"Blue_TG78"
R

Network 76:

%DB216
"T214"
%M2.7 %M35.3 TON
"Run" "Blue_TG79" Time
IN Q
T#2s PT ET T#0ms

%M35.3
"T214".Q "Blue_TG79"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M35.4
"Blue_TG80"
S

Network 77:

%DB217
"T215"
%M2.7 %M35.4 TON
"Run" "Blue_TG80" Time
IN Q
T#2s PT ET T#0ms

%M35.4
"T215".Q "Blue_TG80"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M35.5
"Blue_TG81"
S

Network 78:
Totally Integrated
Automation Portal

%DB218
"T216"
%M2.7 %M35.5 TON
"Run" "Blue_TG81" Time
IN Q
T#2s PT ET T#0ms

"T216".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD48 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerBlue"

%M35.5
"Blue_TG81"
R

%M35.6
"Blue_TG82"
S

Network 79:

%DB219
"T217"
%M2.7 %M35.6 TON
"Run" "Blue_TG82" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T217".Q StackerBlue"
S

%M35.6
"Blue_TG82"
R

%M35.7
"Blue_TG83"
S

Network 80:

%DB220
"T218"
%M2.7 %M35.7 TON
"Run" "Blue_TG83" Time
IN Q
T#2s PT ET T#0ms

"T218".Q MOVE
EN ENO

%DB1.DBD112 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerBlue"

%M35.7
"Blue_TG83"
R

%M36.0
"Blue_TG84"
S

Network 81:
Totally Integrated
Automation Portal

%DB221
"T219"
%M2.7 %M36.0 TON
"Run" "Blue_TG84" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T219".Q StackerBlue"
R

%M36.0
"Blue_TG84"
R

%M36.1
"Blue_TG85"
S

Network 82:

%DB222
"T220"
%M2.7 %M36.1 TON
"Run" "Blue_TG85" Time
IN Q
T#2s PT ET T#0ms

"T220".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M36.1
"Blue_TG85"
R

Network 83: Metal floor 5

%M2.7 %MW100 %M36.2


"Run" "Blue_Counter" "Blue_TG86"
==
S
Int
10

%DB223
"T221"
%M36.2 TON
"Blue_TG86" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T221".Q StackerBlue"
S

%M36.3
"Blue_TG87"
S

%M36.2
"Blue_TG86"
R

Network 84:
Totally Integrated
Automation Portal

%DB224
"T222"
%M2.7 %M36.3 TON
"Run" "Blue_TG87" Time
IN Q
T#2s PT ET T#0ms

%M36.3
"T222".Q "Blue_TG87"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M36.4
"Blue_TG88"
S

Network 85:

%DB247
"T223"
%M2.7 %M36.4 TON
"Run" "Blue_TG88" Time
IN Q
T#2s PT ET T#0ms

%M36.4
"T223".Q "Blue_TG88"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M36.5
"Blue_TG89"
S

Network 86:

%DB225
"T224"
%M2.7 %M36.5 TON
"Run" "Blue_TG89" Time
IN Q
T#2s PT ET T#0ms

"T224".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD52 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerBlue"

%M36.5
"Blue_TG89"
R

%M36.6
"Blue_TG90"
S

Network 87:
Totally Integrated
Automation Portal

%DB226
"T225"
%M2.7 %M36.6 TON
"Run" "Blue_TG90" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T225".Q StackerBlue"
S

%M36.6
"Blue_TG90"
R

%M36.7
"Blue_TG91"
S

Network 88:

%DB227
"T226"
%M2.7 %M36.7 TON
"Run" "Blue_TG91" Time
IN Q
T#2s PT ET T#0ms

"T226".Q MOVE
EN ENO

%DB1.DBD116 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerBlue"

%M36.7
"Blue_TG91"
R

%M37.0
"Blue_TG92"
S

Network 89:

%DB228
"T227"
%M2.7 %M37.0 TON
"Run" "Blue_TG92" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T227".Q StackerBlue"
R

%M37.0
"Blue_TG92"
R

%M37.1
"Blue_TG93"
S

Network 90:

%DB229
"T228"
%M2.7 %M37.1 TON
"Run" "Blue_TG93" Time
IN Q
T#2s PT ET T#0ms

"T228".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M37.1
"Blue_TG93"
R
Totally Integrated
Automation Portal

Network 91: Blue floor 11

%M2.7 %MW100 %M37.2


"Run" "Blue_Counter" "Blue_TG94"
==
S
Int
11

%DB230
"T229"
%M37.2 TON
"Blue_TG94" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T229".Q StackerBlue"
S

%M37.3
"Blue_TG95"
S

%M37.2
"Blue_TG94"
R

Network 92:

%DB231
"T230"
%M2.7 %M37.3 TON
"Run" "Blue_TG95" Time
IN Q
T#2s PT ET T#0ms

%M37.3
"T230".Q "Blue_TG95"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M37.4
"Blue_TG96"
S

Network 93:

%DB232
"T231"
%M2.7 %M37.4 TON
"Run" "Blue_TG96" Time
IN Q
T#2s PT ET T#0ms

%M37.4
"T231".Q "Blue_TG96"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M37.5
"Blue_TG97"
S

Network 94:
Totally Integrated
Automation Portal

%DB233
"T232"
%M2.7 %M37.5 TON
"Run" "Blue_TG97" Time
IN Q
T#2s PT ET T#0ms

"T232".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD56 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerBlue"

%M37.5
"Blue_TG97"
R

%M37.6
"Blue_TG98"
S

Network 95:

%DB234
"T233"
%M2.7 %M37.6 TON
"Run" "Blue_TG98" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T233".Q StackerBlue"
S

%M37.6
"Blue_TG98"
R

%M37.7
"Blue_TG99"
S

Network 96:

%DB235
"T234"
%M2.7 %M37.7 TON
"Run" "Blue_TG99" Time
IN Q
T#2s PT ET T#0ms

"T234".Q MOVE
EN ENO

%DB1.DBD120 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerBlue"

%M37.7
"Blue_TG99"
R

%M38.0
"Blue_TG100"
S

Network 97:
Totally Integrated
Automation Portal

%DB248
"T235"
%M2.7 %M38.0 TON
"Run" "Blue_TG100" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T235".Q StackerBlue"
R

%M38.0
"Blue_TG100"
R

%M38.1
"Blue_TG101"
S

Network 98:

%DB249
"T236"
%M2.7 %M38.1 TON
"Run" "Blue_TG101" Time
IN Q
T#2s PT ET T#0ms

"T236".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M38.1
"Blue_TG101"
R

Network 99: Blue floor 12

%M2.7 %MW100 %M38.2


"Run" "Blue_Counter" "Blue_TG102"
==
S
Int
12

%DB236
"T237"
%M38.2 TON
"Blue_TG102" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T237".Q StackerBlue"
S

%M38.3
"Blue_TG103"
S

%M38.2
"Blue_TG102"
R

Network 100:
Totally Integrated
Automation Portal

%DB237
"T238"
%M2.7 %M38.3 TON
"Run" "Blue_TG103" Time
IN Q
T#2s PT ET T#0ms

%M38.3
"T238".Q "Blue_TG103"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M38.4
"Blue_TG104"
S

Network 101:

%DB238
"T239"
%M2.7 %M38.4 TON
"Run" "Blue_TG104" Time
IN Q
T#2s PT ET T#0ms

%M38.4
"T239".Q "Blue_TG104"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M38.5
"Blue_TG105"
S

Network 102:

%DB239
"T240"
%M2.7 %M38.5 TON
"Run" "Blue_TG105" Time
IN Q
T#2s PT ET T#0ms

"T240".Q MOVE
EN ENO

%DB1.DBD8 %QD28
"Data_block_ "QD_X_
1".X_Stack[3] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD60 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerBlue"

%M38.5
"Blue_TG105"
R

%M38.6
"Blue_TG106"
S

Network 103:
Totally Integrated
Automation Portal

%DB240
"T241"
%M2.7 %M38.6 TON
"Run" "Blue_TG106" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T241".Q StackerBlue"
S

%M38.6
"Blue_TG106"
R

%M38.7
"Blue_TG107"
S

Network 104:

%DB241
"T242"
%M2.7 %M38.7 TON
"Run" "Blue_TG107" Time
IN Q
T#2s PT ET T#0ms

"T242".Q MOVE
EN ENO

%DB1.DBD124 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerBlue"

%M38.7
"Blue_TG107"
R

%M39.0
"Blue_TG108"
S

Network 105:

%DB242
"T243"
%M2.7 %M39.0 TON
"Run" "Blue_TG108" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T243".Q StackerBlue"
R

%M39.0
"Blue_TG108"
R

%M39.1
"Blue_TG109"
S

Network 106:

%DB243
"T244"
%M2.7 %M39.1 TON
"Run" "Blue_TG109" Time
IN Q
T#2s PT ET T#0ms

"T244".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M39.1
"Blue_TG109"
R
Totally Integrated
Automation Portal

Network 107: Blue floor 13

%M2.7 %MW100 %M69.2


"Run" "Blue_Counter" "Blue_TG110"
==
S
Int
13

%DB439
"T458"
%M69.2 TON
"Blue_TG110" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T458".Q StackerBlue"
S

%M69.3
"Blue_TG111"
S

%M69.2
"Blue_TG110"
R

Network 108:

%DB440
"T459"
%M2.7 %M69.3 TON
"Run" "Blue_TG111" Time
IN Q
T#2s PT ET T#0ms

%M69.3
"T459".Q "Blue_TG111"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M69.4
"Blue_TG112"
S

Network 109:

%DB441
"T460"
%M2.7 %M69.4 TON
"Run" "Blue_TG112" Time
IN Q
T#2s PT ET T#0ms

%M69.4
"T460".Q "Blue_TG112"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M69.5
"Blue_TG113"
S

Network 110:
Totally Integrated
Automation Portal

%DB442
"T461"
%M2.7 %M69.5 TON
"Run" "Blue_TG113" Time
IN Q
T#2s PT ET T#0ms

"T461".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

%M69.5
"Blue_TG113"
R

%M69.6
"Blue_TG114"
S

Network 111:

%DB443
"T462"
%M2.7 %M69.6 TON
"Run" "Blue_TG114" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T462".Q StackerBlue"
S

%M69.6
"Blue_TG114"
R

%M69.7
"Blue_TG115"
S

Network 112:

%DB444
"T463"
%M2.7 %M69.7 TON
"Run" "Blue_TG115" Time
IN Q
T#2s PT ET T#0ms

"T463".Q MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M69.7
"Blue_TG115"
R

%M70.0
"Blue_TG116"
S

Network 113:

%DB445
"T464"
%M2.7 %M70.0 TON
"Run" "Blue_TG116" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T464".Q StackerBlue"
R

%M70.0
"Blue_TG116"
R

%M70.1
"Blue_TG117"
S
Totally Integrated
Automation Portal

Network 114:

%DB446
"T465"
%M2.7 %M70.1 TON
"Run" "Blue_TG117" Time
IN Q
T#2s PT ET T#0ms

"T465".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

%M70.1
"Blue_TG117"
R

Network 115: Blue floor 14

%M2.7 %MW100 %M70.2


"Run" "Blue_Counter" "Blue_TG118"
==
S
Int
14

%DB447
"T466"
%M70.2 TON
"Blue_TG118" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T466".Q StackerBlue"
S

%M70.3
"Blue_TG119"
S

%M70.2
"Blue_TG118"
R

Network 116:

%DB448
"T467"
%M2.7 %M70.3 TON
"Run" "Blue_TG119" Time
IN Q
T#2s PT ET T#0ms

%M70.3
"T467".Q "Blue_TG119"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M70.4
"Blue_TG120"
S

Network 117:
Totally Integrated
Automation Portal

%DB449
"T468"
%M2.7 %M70.4 TON
"Run" "Blue_TG120" Time
IN Q
T#2s PT ET T#0ms

%M70.4
"T468".Q "Blue_TG120"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M70.5
"Blue_TG121"
S

Network 118:

%DB450
"T469"
%M2.7 %M70.5 TON
"Run" "Blue_TG121" Time
IN Q
T#2s PT ET T#0ms

"T469".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD44 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[2] IN OUT1 StackerBlue"

%M70.5
"Blue_TG121"
R

%M70.6
"Blue_TG122"
S

Network 119:

%DB451
"T470"
%M2.7 %M70.6 TON
"Run" "Blue_TG122" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T470".Q StackerBlue"
S

%M70.6
"Blue_TG122"
R

%M70.7
"Blue_TG123"
S

Network 120:
Totally Integrated
Automation Portal

%DB452
"T471"
%M2.7 %M70.7 TON
"Run" "Blue_TG123" Time
IN Q
T#2s PT ET T#0ms

"T471".Q MOVE
EN ENO

%DB1.DBD108 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[2] IN OUT1 StackerBlue"

%M70.7
"Blue_TG123"
R

%M71.0
"Blue_TG124"
S

Network 121:

%DB453
"T472"
%M2.7 %M71.0 TON
"Run" "Blue_TG124" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T472".Q StackerBlue"
R

%M71.0
"Blue_TG124"
R

%M71.1
"Blue_TG125"
S

Network 122:

%DB454
"T473"
%M2.7 %M71.1 TON
"Run" "Blue_TG125" Time
IN Q
T#2s PT ET T#0ms

"T473".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M71.1
"Blue_TG125"
R

Network 123: Blue floor 15


Totally Integrated
Automation Portal

%MW100
%M2.7 %M71.2
"Run" "Blue_Counter" "Blue_TG126"
==
S
Int
15

%DB455
"T474"
%M71.2 TON
"Blue_TG126" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T474".Q StackerBlue"
S

%M71.3
"Blue_TG127"
S

%M71.2
"Blue_TG126"
R

Network 124:

%DB456
"T475"
%M2.7 %M71.3 TON
"Run" "Blue_TG127" Time
IN Q
T#2s PT ET T#0ms

%M71.3
"T475".Q "Blue_TG127"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M71.4
"Blue_TG128"
S

Network 125:

%DB457
"T476"
%M2.7 %M71.4 TON
"Run" "Blue_TG128" Time
IN Q
T#2s PT ET T#0ms

%M71.4
"T476".Q "Blue_TG128"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M71.5
"Blue_TG129"
S

Network 126:
Totally Integrated
Automation Portal

%DB458
"T477"
%M2.7 %M71.5 TON
"Run" "Blue_TG129" Time
IN Q
T#2s PT ET T#0ms

"T477".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD48 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[3] IN OUT1 StackerBlue"

%M71.5
"Blue_TG129"
R

%M71.6
"Blue_TG130"
S

Network 127:

%DB459
"T478"
%M2.7 %M71.6 TON
"Run" "Blue_TG130" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T478".Q StackerBlue"
S

%M71.6
"Blue_TG130"
R

%M71.7
"Blue_TG131"
S

Network 128:

%DB460
"T479"
%M2.7 %M71.7 TON
"Run" "Blue_TG131" Time
IN Q
T#2s PT ET T#0ms

"T479".Q MOVE
EN ENO

%DB1.DBD112 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[3] IN OUT1 StackerBlue"

%M71.7
"Blue_TG131"
R

%M72.0
"Blue_TG132"
S

Network 129:
Totally Integrated
Automation Portal

%DB461
"T480"
%M2.7 %M72.0 TON
"Run" "Blue_TG132" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T480".Q StackerBlue"
R

%M72.0
"Blue_TG132"
R

%M72.1
"Blue_TG133"
S

Network 130:

%DB462
"T481"
%M2.7 %M72.1 TON
"Run" "Blue_TG133" Time
IN Q
T#2s PT ET T#0ms

"T481".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M72.1
"Blue_TG133"
R

Network 131: Blue floor 16

%M2.7 %MW100 %M72.2


"Run" "Blue_Counter" "Blue_TG134"
==
S
Int
16

%DB463
"T482"
%M72.2 TON
"Blue_TG134" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T482".Q StackerBlue"
S

%M72.3
"Blue_TG135"
S

%M72.2
"Blue_TG134"
R

Network 132:
Totally Integrated
Automation Portal

%DB464
"T483"
%M2.7 %M72.3 TON
"Run" "Blue_TG135" Time
IN Q
T#2s PT ET T#0ms

%M72.3
"T483".Q "Blue_TG135"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M72.4
"Blue_TG136"
S

Network 133:

%DB465
"T484"
%M2.7 %M72.4 TON
"Run" "Blue_TG136" Time
IN Q
T#2s PT ET T#0ms

%M72.4
"T484".Q "Blue_TG136"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M72.5
"Blue_TG137"
S

Network 134:

%DB466
"T485"
%M2.7 %M72.5 TON
"Run" "Blue_TG137" Time
IN Q
T#2s PT ET T#0ms

"T485".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD52 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[4] IN OUT1 StackerBlue"

%M72.5
"Blue_TG137"
R

%M72.6
"Blue_TG138"
S

Network 135:
Totally Integrated
Automation Portal

%DB467
"T486"
%M2.7 %M72.6 TON
"Run" "Blue_TG138" Time
IN Q
T#3s PT ET T#0ms

%Q8.0
"Q_HandL_
"T486".Q StackerBlue"
S

%M72.6
"Blue_TG138"
R

%M72.7
"Blue_TG139"
S

Network 136:

%DB468
"T487"
%M2.7 %M72.7 TON
"Run" "Blue_TG139" Time
IN Q
T#2s PT ET T#0ms

"T487".Q MOVE
EN ENO

%DB1.DBD116 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[4] IN OUT1 StackerBlue"

%M72.7
"Blue_TG139"
R

%M73.0
"Blue_TG140"
S

Network 137:

%DB469
"T488"
%M2.7 %M73.0 TON
"Run" "Blue_TG140" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T488".Q StackerBlue"
R

%M73.0
"Blue_TG140"
R

%M73.1
"Blue_TG141"
S

Network 138:

%DB470
"T489"
%M2.7 %M73.1 TON
"Run" "Blue_TG141" Time
IN Q
T#2s PT ET T#0ms

"T489".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M73.1
"Blue_TG141"
R
Totally Integrated
Automation Portal

Network 139: Blue floor 17

%M2.7 %MW100 %M73.2


"Run" "Blue_Counter" "Blue_TG142"
==
S
Int
17

%DB471
"T490"
%M73.2 TON
"Blue_TG142" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T490".Q StackerBlue"
S

%M73.3
"Blue_TG143"
S

%M73.2
"Blue_TG142"
R

Network 140:

%DB472
"T491"
%M2.7 %M73.3 TON
"Run" "Blue_TG143" Time
IN Q
T#2s PT ET T#0ms

%M73.3
"T491".Q "Blue_TG143"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M73.4
"Blue_TG144"
S

Network 141:

%DB473
"T492"
%M2.7 %M73.4 TON
"Run" "Blue_TG144" Time
IN Q
T#2s PT ET T#0ms

%M73.4
"T492".Q "Blue_TG144"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M73.5
"Blue_TG145"
S

Network 142:
Totally Integrated
Automation Portal

%DB474
"T493"
%M2.7 %M73.5 TON
"Run" "Blue_TG145" Time
IN Q
T#2s PT ET T#0ms

"T493".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD56 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[5] IN OUT1 StackerBlue"

%M73.5
"Blue_TG145"
R

%M73.6
"Blue_TG146"
S

Network 143:

%DB475
"T494"
%M2.7 %M73.6 TON
"Run" "Blue_TG146" Time
IN Q
T#3.5s PT ET T#0ms

%Q8.0
"Q_HandL_
"T494".Q StackerBlue"
S

%M73.6
"Blue_TG146"
R

%M73.7
"Blue_TG147"
S

Network 144:

%DB476
"T495"
%M2.7 %M73.7 TON
"Run" "Blue_TG147" Time
IN Q
T#2s PT ET T#0ms

"T495".Q MOVE
EN ENO

%DB1.DBD120 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[5] IN OUT1 StackerBlue"

%M73.7
"Blue_TG147"
R

%M76.0
"Blue_TG148"
S

Network 145:
Totally Integrated
Automation Portal

%DB477
"T496"
%M2.7 %M76.0 TON
"Run" "Blue_TG148" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T496".Q StackerBlue"
R

%M76.0
"Blue_TG148"
R

%M76.1
"Blue_TG149"
S

Network 146:

%DB478
"T497"
%M2.7 %M76.1 TON
"Run" "Blue_TG149" Time
IN Q
T#2s PT ET T#0ms

"T497".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M76.1
"Blue_TG149"
R

Network 147: Blue floor 18

%M2.7 %MW100 %M76.2


"Run" "Blue_Counter" "Blue_TG150"
==
S
Int
18

%DB479
"T498"
%M76.2 TON
"Blue_TG150" Time
IN Q
T#0.5s PT ET T#0ms

%Q7.6
"Q_HandR_
"T498".Q StackerBlue"
S

%M76.3
"Blue_TG151"
S

%M76.2
"Blue_TG150"
R

Network 148:
Totally Integrated
Automation Portal

%DB480
"T499"
%M2.7 %M76.3 TON
"Run" "Blue_TG151" Time
IN Q
T#2s PT ET T#0ms

%M76.3
"T499".Q "Blue_TG151"
R

MOVE
EN ENO

%DB1.DBD128 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[7] IN OUT1 StackerBlue"

%M76.4
"Blue_TG152"
S

Network 149:

%DB481
"T500"
%M2.7 %M76.4 TON
"Run" "Blue_TG152" Time
IN Q
T#2s PT ET T#0ms

%M76.4
"T500".Q "Blue_TG152"
R

%Q6.6
"Q_Conv_
BlueBox_stop"
S

%Q7.6
"Q_HandR_
StackerBlue"
R

%M76.5
"Blue_TG153"
S

Network 150:

%DB482
"T501"
%M2.7 %M76.5 TON
"Run" "Blue_TG153" Time
IN Q
T#2s PT ET T#0ms

"T501".Q MOVE
EN ENO

%DB1.DBD12 %QD28
"Data_block_ "QD_X_
1".X_Stack[4] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD60 %QD32
"Data_block_ "QD_Z_
1".ZU_Stack[6] IN OUT1 StackerBlue"

%M76.5
"Blue_TG153"
R

%M76.6
"Blue_TG154"
S

Network 151:
Totally Integrated
Automation Portal

%DB483
"T502"
%M2.7 %M76.6 TON
"Run" "Blue_TG154" Time
IN Q
T#3.5s PT ET T#0ms

%Q8.0
"Q_HandL_
"T502".Q StackerBlue"
S

%M76.6
"Blue_TG154"
R

%M76.7
"Blue_TG155"
S

Network 152:

%DB484
"T503"
%M2.7 %M76.7 TON
"Run" "Blue_TG155" Time
IN Q
T#2s PT ET T#0ms

"T503".Q MOVE
EN ENO

%DB1.DBD124 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[6] IN OUT1 StackerBlue"

%M76.7
"Blue_TG155"
R

%M77.0
"Blue_TG156"
S

Network 153:

%DB485
"T504"
%M2.7 %M77.0 TON
"Run" "Blue_TG156" Time
IN Q
T#2s PT ET T#0ms

%Q8.0
"Q_HandL_
"T504".Q StackerBlue"
R

%M77.0
"Blue_TG156"
R

%M77.1
"Blue_TG157"
S

Network 154:
Totally Integrated
Automation Portal

%DB486
"T505"
%M2.7 %M77.1 TON
"Run" "Blue_TG157" Time
IN Q
T#2s PT ET T#0ms

"T505".Q MOVE
EN ENO

%DB1.DBD0 %QD28
"Data_block_ "QD_X_
1".X_Stack[1] IN OUT1 StackerBlue"

MOVE
EN ENO

%DB1.DBD104 %QD32
"Data_block_ "QD_Z_
1".ZD_Stack[1] IN OUT1 StackerBlue"

%M77.1
"Blue_TG157"
R
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T1 [DB2]
T1 Properties
General
Name T1 Number 2 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T2 [DB3]
T2 Properties
General
Name T2 Number 3 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T3 [DB4]
T3 Properties
General
Name T3 Number 4 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T4 [DB5]
T4 Properties
General
Name T4 Number 5 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T24 [DB25]
T24 Properties
General
Name T24 Number 25 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T25 [DB26]
T25 Properties
General
Name T25 Number 26 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T26 [DB27]
T26 Properties
General
Name T26 Number 27 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T27 [DB28]
T27 Properties
General
Name T27 Number 28 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T28 [DB29]
T28 Properties
General
Name T28 Number 29 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T29 [DB30]
T29 Properties
General
Name T29 Number 30 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T30 [DB31]
T30 Properties
General
Name T30 Number 31 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T31 [DB32]
T31 Properties
General
Name T31 Number 32 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T32 [DB33]
T32 Properties
General
Name T32 Number 33 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T33 [DB34]
T33 Properties
General
Name T33 Number 34 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T34 [DB35]
T34 Properties
General
Name T34 Number 35 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T35 [DB36]
T35 Properties
General
Name T35 Number 36 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T36 [DB37]
T36 Properties
General
Name T36 Number 37 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T37 [DB38]
T37 Properties
General
Name T37 Number 38 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T38 [DB39]
T38 Properties
General
Name T38 Number 39 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T39 [DB40]
T39 Properties
General
Name T39 Number 40 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T40 [DB41]
T40 Properties
General
Name T40 Number 41 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T41 [DB42]
T41 Properties
General
Name T41 Number 42 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T42 [DB43]
T42 Properties
General
Name T42 Number 43 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T43 [DB44]
T43 Properties
General
Name T43 Number 44 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T44 [DB45]
T44 Properties
General
Name T44 Number 45 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T5 [DB6]
T5 Properties
General
Name T5 Number 6 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T6 [DB7]
T6 Properties
General
Name T6 Number 7 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T7 [DB8]
T7 Properties
General
Name T7 Number 8 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T8 [DB9]
T8 Properties
General
Name T8 Number 9 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T9 [DB10]
T9 Properties
General
Name T9 Number 10 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T10 [DB11]
T10 Properties
General
Name T10 Number 11 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T11 [DB12]
T11 Properties
General
Name T11 Number 12 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T12 [DB13]
T12 Properties
General
Name T12 Number 13 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T13 [DB14]
T13 Properties
General
Name T13 Number 14 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T14 [DB15]
T14 Properties
General
Name T14 Number 15 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T15 [DB16]
T15 Properties
General
Name T15 Number 16 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T16 [DB17]
T16 Properties
General
Name T16 Number 17 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T17 [DB18]
T17 Properties
General
Name T17 Number 18 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T18 [DB19]
T18 Properties
General
Name T18 Number 19 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T19 [DB20]
T19 Properties
General
Name T19 Number 20 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T20 [DB21]
T20 Properties
General
Name T20 Number 21 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T21 [DB22]
T21 Properties
General
Name T21 Number 22 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T22 [DB23]
T22 Properties
General
Name T22 Number 23 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T23 [DB24]
T23 Properties
General
Name T23 Number 24 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T45 [DB46]
T45 Properties
General
Name T45 Number 46 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T46 [DB47]
T46 Properties
General
Name T46 Number 47 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T47 [DB48]
T47 Properties
General
Name T47 Number 48 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T48 [DB49]
T48 Properties
General
Name T48 Number 49 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T49 [DB50]
T49 Properties
General
Name T49 Number 50 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T50 [DB51]
T50 Properties
General
Name T50 Number 51 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T51 [DB52]
T51 Properties
General
Name T51 Number 52 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T52 [DB53]
T52 Properties
General
Name T52 Number 53 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T53 [DB54]
T53 Properties
General
Name T53 Number 54 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T54 [DB55]
T54 Properties
General
Name T54 Number 55 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T55 [DB56]
T55 Properties
General
Name T55 Number 56 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T56 [DB57]
T56 Properties
General
Name T56 Number 57 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T57 [DB58]
T57 Properties
General
Name T57 Number 58 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T58 [DB59]
T58 Properties
General
Name T58 Number 59 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T59 [DB60]
T59 Properties
General
Name T59 Number 60 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T60 [DB61]
T60 Properties
General
Name T60 Number 61 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T61 [DB62]
T61 Properties
General
Name T61 Number 62 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T62 [DB63]
T62 Properties
General
Name T62 Number 63 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T63 [DB64]
T63 Properties
General
Name T63 Number 64 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T64 [DB65]
T64 Properties
General
Name T64 Number 65 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T65 [DB66]
T65 Properties
General
Name T65 Number 66 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


C1 [DB67]
C1 Properties
General
Name C1 Number 67 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID CNTR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
CU Bool false True True True True False
CD Bool false True True True True False
R Bool false True True True True False
LD Bool false True True True True False
QU Bool false True True True True False
QD Bool false True True True True False
PV Int 0 True True True True False
CV Int 0 True True True True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T66 [DB68]
T66 Properties
General
Name T66 Number 68 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T67 [DB69]
T67 Properties
General
Name T67 Number 69 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T68 [DB70]
T68 Properties
General
Name T68 Number 70 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T69 [DB71]
T69 Properties
General
Name T69 Number 71 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T70 [DB72]
T70 Properties
General
Name T70 Number 72 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T71 [DB73]
T71 Properties
General
Name T71 Number 73 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T73 [DB75]
T73 Properties
General
Name T73 Number 75 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T74 [DB76]
T74 Properties
General
Name T74 Number 76 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T75 [DB77]
T75 Properties
General
Name T75 Number 77 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T76 [DB78]
T76 Properties
General
Name T76 Number 78 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T77 [DB79]
T77 Properties
General
Name T77 Number 79 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T78 [DB80]
T78 Properties
General
Name T78 Number 80 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T79 [DB81]
T79 Properties
General
Name T79 Number 81 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T80 [DB82]
T80 Properties
General
Name T80 Number 82 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T81 [DB83]
T81 Properties
General
Name T81 Number 83 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T82 [DB84]
T82 Properties
General
Name T82 Number 84 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T83 [DB85]
T83 Properties
General
Name T83 Number 85 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T84 [DB86]
T84 Properties
General
Name T84 Number 86 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T85 [DB87]
T85 Properties
General
Name T85 Number 87 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T86 [DB88]
T86 Properties
General
Name T86 Number 88 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T87 [DB89]
T87 Properties
General
Name T87 Number 89 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T88 [DB90]
T88 Properties
General
Name T88 Number 90 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T89 [DB91]
T89 Properties
General
Name T89 Number 91 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T90 [DB92]
T90 Properties
General
Name T90 Number 92 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T91 [DB93]
T91 Properties
General
Name T91 Number 93 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T92 [DB94]
T92 Properties
General
Name T92 Number 94 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T93 [DB95]
T93 Properties
General
Name T93 Number 95 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T94 [DB96]
T94 Properties
General
Name T94 Number 96 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T95 [DB97]
T95 Properties
General
Name T95 Number 97 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T96 [DB98]
T96 Properties
General
Name T96 Number 98 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T97 [DB99]
T97 Properties
General
Name T97 Number 99 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T98 [DB100]
T98 Properties
General
Name T98 Number 100 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T99 [DB101]
T99 Properties
General
Name T99 Number 101 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T100 [DB102]
T100 Properties
General
Name T100 Number 102 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T101 [DB103]
T101 Properties
General
Name T101 Number 103 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T102 [DB104]
T102 Properties
General
Name T102 Number 104 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T103 [DB105]
T103 Properties
General
Name T103 Number 105 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T104 [DB106]
T104 Properties
General
Name T104 Number 106 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T105 [DB107]
T105 Properties
General
Name T105 Number 107 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T106 [DB108]
T106 Properties
General
Name T106 Number 108 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T107 [DB109]
T107 Properties
General
Name T107 Number 109 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T108 [DB110]
T108 Properties
General
Name T108 Number 110 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T109 [DB111]
T109 Properties
General
Name T109 Number 111 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T110 [DB112]
T110 Properties
General
Name T110 Number 112 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T111 [DB113]
T111 Properties
General
Name T111 Number 113 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T112 [DB114]
T112 Properties
General
Name T112 Number 114 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T113 [DB115]
T113 Properties
General
Name T113 Number 115 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T114 [DB116]
T114 Properties
General
Name T114 Number 116 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T115 [DB117]
T115 Properties
General
Name T115 Number 117 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T116 [DB118]
T116 Properties
General
Name T116 Number 118 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T117 [DB119]
T117 Properties
General
Name T117 Number 119 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T118 [DB120]
T118 Properties
General
Name T118 Number 120 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T119 [DB121]
T119 Properties
General
Name T119 Number 121 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T120 [DB122]
T120 Properties
General
Name T120 Number 122 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T121 [DB123]
T121 Properties
General
Name T121 Number 123 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T122 [DB124]
T122 Properties
General
Name T122 Number 124 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T123 [DB125]
T123 Properties
General
Name T123 Number 125 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T124 [DB126]
T124 Properties
General
Name T124 Number 126 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T125 [DB127]
T125 Properties
General
Name T125 Number 127 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T126 [DB128]
T126 Properties
General
Name T126 Number 128 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T127 [DB129]
T127 Properties
General
Name T127 Number 129 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T128 [DB130]
T128 Properties
General
Name T128 Number 130 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T129 [DB131]
T129 Properties
General
Name T129 Number 131 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T130 [DB132]
T130 Properties
General
Name T130 Number 132 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T131 [DB133]
T131 Properties
General
Name T131 Number 133 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T132 [DB134]
T132 Properties
General
Name T132 Number 134 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T133 [DB135]
T133 Properties
General
Name T133 Number 135 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T134 [DB136]
T134 Properties
General
Name T134 Number 136 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T135 [DB137]
T135 Properties
General
Name T135 Number 137 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T136 [DB138]
T136 Properties
General
Name T136 Number 138 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T137 [DB139]
T137 Properties
General
Name T137 Number 139 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T138 [DB140]
T138 Properties
General
Name T138 Number 140 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T139 [DB141]
T139 Properties
General
Name T139 Number 141 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T140 [DB142]
T140 Properties
General
Name T140 Number 142 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T141 [DB143]
T141 Properties
General
Name T141 Number 143 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T142 [DB144]
T142 Properties
General
Name T142 Number 144 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T143 [DB145]
T143 Properties
General
Name T143 Number 145 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T144 [DB146]
T144 Properties
General
Name T144 Number 146 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T145 [DB147]
T145 Properties
General
Name T145 Number 147 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T146 [DB148]
T146 Properties
General
Name T146 Number 148 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T147 [DB149]
T147 Properties
General
Name T147 Number 149 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T148 [DB150]
T148 Properties
General
Name T148 Number 150 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T149 [DB151]
T149 Properties
General
Name T149 Number 151 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T150 [DB152]
T150 Properties
General
Name T150 Number 152 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T151 [DB153]
T151 Properties
General
Name T151 Number 153 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T153 [DB154]
T153 Properties
General
Name T153 Number 154 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T154 [DB155]
T154 Properties
General
Name T154 Number 155 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T155 [DB156]
T155 Properties
General
Name T155 Number 156 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T156 [DB157]
T156 Properties
General
Name T156 Number 157 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T157 [DB158]
T157 Properties
General
Name T157 Number 158 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T158 [DB159]
T158 Properties
General
Name T158 Number 159 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T159 [DB160]
T159 Properties
General
Name T159 Number 160 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T160 [DB161]
T160 Properties
General
Name T160 Number 161 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T161 [DB162]
T161 Properties
General
Name T161 Number 162 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T162 [DB163]
T162 Properties
General
Name T162 Number 163 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T163 [DB164]
T163 Properties
General
Name T163 Number 164 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T164 [DB165]
T164 Properties
General
Name T164 Number 165 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T165 [DB166]
T165 Properties
General
Name T165 Number 166 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T166 [DB167]
T166 Properties
General
Name T166 Number 167 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T167 [DB168]
T167 Properties
General
Name T167 Number 168 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T168 [DB169]
T168 Properties
General
Name T168 Number 169 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T169 [DB170]
T169 Properties
General
Name T169 Number 170 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T170 [DB171]
T170 Properties
General
Name T170 Number 171 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T171 [DB172]
T171 Properties
General
Name T171 Number 172 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T172 [DB173]
T172 Properties
General
Name T172 Number 173 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T173 [DB174]
T173 Properties
General
Name T173 Number 174 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T174 [DB175]
T174 Properties
General
Name T174 Number 175 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T175 [DB176]
T175 Properties
General
Name T175 Number 176 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T176 [DB177]
T176 Properties
General
Name T176 Number 177 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T177 [DB178]
T177 Properties
General
Name T177 Number 178 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T178 [DB179]
T178 Properties
General
Name T178 Number 179 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T179 [DB180]
T179 Properties
General
Name T179 Number 180 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T180 [DB181]
T180 Properties
General
Name T180 Number 181 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T181 [DB182]
T181 Properties
General
Name T181 Number 182 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T182 [DB183]
T182 Properties
General
Name T182 Number 183 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T183 [DB184]
T183 Properties
General
Name T183 Number 184 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T184 [DB185]
T184 Properties
General
Name T184 Number 185 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T185 [DB186]
T185 Properties
General
Name T185 Number 186 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T186 [DB187]
T186 Properties
General
Name T186 Number 187 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T187 [DB188]
T187 Properties
General
Name T187 Number 188 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T188 [DB189]
T188 Properties
General
Name T188 Number 189 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T189 [DB190]
T189 Properties
General
Name T189 Number 190 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T190 [DB191]
T190 Properties
General
Name T190 Number 191 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


C2 [DB74]
C2 Properties
General
Name C2 Number 74 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID CNTR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
CU Bool false True True True True False
CD Bool false True True True True False
R Bool false True True True True False
LD Bool false True True True True False
QU Bool false True True True True False
QD Bool false True True True True False
PV Int 0 True True True True False
CV Int 0 True True True True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


C3 [DB192]
C3 Properties
General
Name C3 Number 192 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID CNTR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
CU Bool false True True True True False
CD Bool false True True True True False
R Bool false True True True True False
LD Bool false True True True True False
QU Bool false True True True True False
QD Bool false True True True True False
PV Int 0 True True True True False
CV Int 0 True True True True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T191 [DB193]
T191 Properties
General
Name T191 Number 193 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T192 [DB194]
T192 Properties
General
Name T192 Number 194 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T193 [DB195]
T193 Properties
General
Name T193 Number 195 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T194 [DB196]
T194 Properties
General
Name T194 Number 196 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T195 [DB197]
T195 Properties
General
Name T195 Number 197 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T196 [DB198]
T196 Properties
General
Name T196 Number 198 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T197 [DB199]
T197 Properties
General
Name T197 Number 199 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T198 [DB200]
T198 Properties
General
Name T198 Number 200 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T199 [DB201]
T199 Properties
General
Name T199 Number 201 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T200 [DB202]
T200 Properties
General
Name T200 Number 202 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T201 [DB203]
T201 Properties
General
Name T201 Number 203 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T202 [DB204]
T202 Properties
General
Name T202 Number 204 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T203 [DB205]
T203 Properties
General
Name T203 Number 205 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T204 [DB206]
T204 Properties
General
Name T204 Number 206 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T205 [DB207]
T205 Properties
General
Name T205 Number 207 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T206 [DB208]
T206 Properties
General
Name T206 Number 208 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T207 [DB209]
T207 Properties
General
Name T207 Number 209 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T208 [DB210]
T208 Properties
General
Name T208 Number 210 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T209 [DB211]
T209 Properties
General
Name T209 Number 211 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T210 [DB212]
T210 Properties
General
Name T210 Number 212 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T211 [DB213]
T211 Properties
General
Name T211 Number 213 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T212 [DB214]
T212 Properties
General
Name T212 Number 214 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T213 [DB215]
T213 Properties
General
Name T213 Number 215 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T214 [DB216]
T214 Properties
General
Name T214 Number 216 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T215 [DB217]
T215 Properties
General
Name T215 Number 217 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T216 [DB218]
T216 Properties
General
Name T216 Number 218 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T217 [DB219]
T217 Properties
General
Name T217 Number 219 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T218 [DB220]
T218 Properties
General
Name T218 Number 220 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T219 [DB221]
T219 Properties
General
Name T219 Number 221 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T220 [DB222]
T220 Properties
General
Name T220 Number 222 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T221 [DB223]
T221 Properties
General
Name T221 Number 223 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T222 [DB224]
T222 Properties
General
Name T222 Number 224 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T224 [DB225]
T224 Properties
General
Name T224 Number 225 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T225 [DB226]
T225 Properties
General
Name T225 Number 226 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T226 [DB227]
T226 Properties
General
Name T226 Number 227 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T227 [DB228]
T227 Properties
General
Name T227 Number 228 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T228 [DB229]
T228 Properties
General
Name T228 Number 229 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T229 [DB230]
T229 Properties
General
Name T229 Number 230 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T230 [DB231]
T230 Properties
General
Name T230 Number 231 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T231 [DB232]
T231 Properties
General
Name T231 Number 232 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T232 [DB233]
T232 Properties
General
Name T232 Number 233 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T233 [DB234]
T233 Properties
General
Name T233 Number 234 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T234 [DB235]
T234 Properties
General
Name T234 Number 235 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T237 [DB236]
T237 Properties
General
Name T237 Number 236 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T238 [DB237]
T238 Properties
General
Name T238 Number 237 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T239 [DB238]
T239 Properties
General
Name T239 Number 238 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T240 [DB239]
T240 Properties
General
Name T240 Number 239 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T241 [DB240]
T241 Properties
General
Name T241 Number 240 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T242 [DB241]
T242 Properties
General
Name T242 Number 241 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T243 [DB242]
T243 Properties
General
Name T243 Number 242 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T244 [DB243]
T244 Properties
General
Name T244 Number 243 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T245 [DB244]
T245 Properties
General
Name T245 Number 244 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T246 [DB245]
T246 Properties
General
Name T246 Number 245 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T247 [DB246]
T247 Properties
General
Name T247 Number 246 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T223 [DB247]
T223 Properties
General
Name T223 Number 247 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T235 [DB248]
T235 Properties
General
Name T235 Number 248 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T236 [DB249]
T236 Properties
General
Name T236 Number 249 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T248 [DB250]
T248 Properties
General
Name T248 Number 250 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T249 [DB251]
T249 Properties
General
Name T249 Number 251 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T250 [DB252]
T250 Properties
General
Name T250 Number 252 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T251 [DB253]
T251 Properties
General
Name T251 Number 253 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T252 [DB254]
T252 Properties
General
Name T252 Number 254 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T253 [DB255]
T253 Properties
General
Name T253 Number 255 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T254 [DB256]
T254 Properties
General
Name T254 Number 256 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T255 [DB257]
T255 Properties
General
Name T255 Number 257 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T256 [DB258]
T256 Properties
General
Name T256 Number 258 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T257 [DB259]
T257 Properties
General
Name T257 Number 259 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T258 [DB260]
T258 Properties
General
Name T258 Number 260 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T259 [DB261]
T259 Properties
General
Name T259 Number 261 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T260 [DB262]
T260 Properties
General
Name T260 Number 262 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T261 [DB263]
T261 Properties
General
Name T261 Number 263 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T262 [DB264]
T262 Properties
General
Name T262 Number 264 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T263 [DB265]
T263 Properties
General
Name T263 Number 265 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T264 [DB266]
T264 Properties
General
Name T264 Number 266 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T265 [DB267]
T265 Properties
General
Name T265 Number 267 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T266 [DB268]
T266 Properties
General
Name T266 Number 268 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T267 [DB269]
T267 Properties
General
Name T267 Number 269 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T268 [DB270]
T268 Properties
General
Name T268 Number 270 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T269 [DB271]
T269 Properties
General
Name T269 Number 271 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T270 [DB272]
T270 Properties
General
Name T270 Number 272 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T271 [DB273]
T271 Properties
General
Name T271 Number 273 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T272 [DB274]
T272 Properties
General
Name T272 Number 274 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T273 [DB275]
T273 Properties
General
Name T273 Number 275 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T274 [DB276]
T274 Properties
General
Name T274 Number 276 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T275 [DB277]
T275 Properties
General
Name T275 Number 277 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T276 [DB278]
T276 Properties
General
Name T276 Number 278 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T277 [DB279]
T277 Properties
General
Name T277 Number 279 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T278 [DB280]
T278 Properties
General
Name T278 Number 280 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T279 [DB281]
T279 Properties
General
Name T279 Number 281 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T280 [DB282]
T280 Properties
General
Name T280 Number 282 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T281 [DB283]
T281 Properties
General
Name T281 Number 283 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T282 [DB284]
T282 Properties
General
Name T282 Number 284 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T283 [DB285]
T283 Properties
General
Name T283 Number 285 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T284 [DB286]
T284 Properties
General
Name T284 Number 286 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T285 [DB287]
T285 Properties
General
Name T285 Number 287 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T286 [DB288]
T286 Properties
General
Name T286 Number 288 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T287 [DB289]
T287 Properties
General
Name T287 Number 289 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T288 [DB290]
T288 Properties
General
Name T288 Number 290 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T289 [DB291]
T289 Properties
General
Name T289 Number 291 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T290 [DB292]
T290 Properties
General
Name T290 Number 292 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T291 [DB293]
T291 Properties
General
Name T291 Number 293 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T292 [DB294]
T292 Properties
General
Name T292 Number 294 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T293 [DB295]
T293 Properties
General
Name T293 Number 295 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T294 [DB296]
T294 Properties
General
Name T294 Number 296 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T295 [DB297]
T295 Properties
General
Name T295 Number 297 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T296 [DB298]
T296 Properties
General
Name T296 Number 298 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T297 [DB299]
T297 Properties
General
Name T297 Number 299 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T298 [DB300]
T298 Properties
General
Name T298 Number 300 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T299 [DB301]
T299 Properties
General
Name T299 Number 301 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T300 [DB302]
T300 Properties
General
Name T300 Number 302 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T301 [DB303]
T301 Properties
General
Name T301 Number 303 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T302 [DB304]
T302 Properties
General
Name T302 Number 304 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T303 [DB305]
T303 Properties
General
Name T303 Number 305 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T304 [DB306]
T304 Properties
General
Name T304 Number 306 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T305 [DB307]
T305 Properties
General
Name T305 Number 307 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T306 [DB308]
T306 Properties
General
Name T306 Number 308 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T307 [DB309]
T307 Properties
General
Name T307 Number 309 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T308 [DB310]
T308 Properties
General
Name T308 Number 310 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T309 [DB311]
T309 Properties
General
Name T309 Number 311 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T310 [DB312]
T310 Properties
General
Name T310 Number 312 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T311 [DB313]
T311 Properties
General
Name T311 Number 313 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T312 [DB314]
T312 Properties
General
Name T312 Number 314 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T313 [DB315]
T313 Properties
General
Name T313 Number 315 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T314 [DB316]
T314 Properties
General
Name T314 Number 316 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T315 [DB317]
T315 Properties
General
Name T315 Number 317 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T316 [DB318]
T316 Properties
General
Name T316 Number 318 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T317 [DB319]
T317 Properties
General
Name T317 Number 319 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T318 [DB320]
T318 Properties
General
Name T318 Number 320 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T319 [DB321]
T319 Properties
General
Name T319 Number 321 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T340 [DB322]
T340 Properties
General
Name T340 Number 322 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T341 [DB323]
T341 Properties
General
Name T341 Number 323 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T342 [DB324]
T342 Properties
General
Name T342 Number 324 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T343 [DB325]
T343 Properties
General
Name T343 Number 325 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T344 [DB326]
T344 Properties
General
Name T344 Number 326 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T345 [DB327]
T345 Properties
General
Name T345 Number 327 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T346 [DB328]
T346 Properties
General
Name T346 Number 328 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T347 [DB329]
T347 Properties
General
Name T347 Number 329 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T348 [DB330]
T348 Properties
General
Name T348 Number 330 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T349 [DB331]
T349 Properties
General
Name T349 Number 331 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T350 [DB332]
T350 Properties
General
Name T350 Number 332 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T351 [DB333]
T351 Properties
General
Name T351 Number 333 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T352 [DB334]
T352 Properties
General
Name T352 Number 334 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T353 [DB335]
T353 Properties
General
Name T353 Number 335 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T354 [DB336]
T354 Properties
General
Name T354 Number 336 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T355 [DB337]
T355 Properties
General
Name T355 Number 337 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T356 [DB338]
T356 Properties
General
Name T356 Number 338 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T357 [DB339]
T357 Properties
General
Name T357 Number 339 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T358 [DB340]
T358 Properties
General
Name T358 Number 340 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T359 [DB341]
T359 Properties
General
Name T359 Number 341 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T360 [DB342]
T360 Properties
General
Name T360 Number 342 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T361 [DB343]
T361 Properties
General
Name T361 Number 343 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T362 [DB344]
T362 Properties
General
Name T362 Number 344 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T363 [DB345]
T363 Properties
General
Name T363 Number 345 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T364 [DB346]
T364 Properties
General
Name T364 Number 346 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T365 [DB347]
T365 Properties
General
Name T365 Number 347 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T366 [DB348]
T366 Properties
General
Name T366 Number 348 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T367 [DB349]
T367 Properties
General
Name T367 Number 349 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T368 [DB350]
T368 Properties
General
Name T368 Number 350 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T369 [DB351]
T369 Properties
General
Name T369 Number 351 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T370 [DB352]
T370 Properties
General
Name T370 Number 352 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T371 [DB353]
T371 Properties
General
Name T371 Number 353 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T372 [DB354]
T372 Properties
General
Name T372 Number 354 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T373 [DB355]
T373 Properties
General
Name T373 Number 355 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T374 [DB356]
T374 Properties
General
Name T374 Number 356 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T375 [DB357]
T375 Properties
General
Name T375 Number 357 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T376 [DB358]
T376 Properties
General
Name T376 Number 358 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T377 [DB359]
T377 Properties
General
Name T377 Number 359 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T378 [DB360]
T378 Properties
General
Name T378 Number 360 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T379 [DB361]
T379 Properties
General
Name T379 Number 361 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T380 [DB362]
T380 Properties
General
Name T380 Number 362 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T381 [DB363]
T381 Properties
General
Name T381 Number 363 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T382 [DB364]
T382 Properties
General
Name T382 Number 364 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T383 [DB365]
T383 Properties
General
Name T383 Number 365 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T385 [DB366]
T385 Properties
General
Name T385 Number 366 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T386 [DB367]
T386 Properties
General
Name T386 Number 367 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T387 [DB368]
T387 Properties
General
Name T387 Number 368 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T388 [DB369]
T388 Properties
General
Name T388 Number 369 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T389 [DB370]
T389 Properties
General
Name T389 Number 370 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T390 [DB371]
T390 Properties
General
Name T390 Number 371 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T391 [DB372]
T391 Properties
General
Name T391 Number 372 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T392 [DB373]
T392 Properties
General
Name T392 Number 373 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T393 [DB374]
T393 Properties
General
Name T393 Number 374 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T394 [DB375]
T394 Properties
General
Name T394 Number 375 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T395 [DB376]
T395 Properties
General
Name T395 Number 376 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T396 [DB377]
T396 Properties
General
Name T396 Number 377 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T397 [DB378]
T397 Properties
General
Name T397 Number 378 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T398 [DB379]
T398 Properties
General
Name T398 Number 379 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T399 [DB380]
T399 Properties
General
Name T399 Number 380 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T400 [DB381]
T400 Properties
General
Name T400 Number 381 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T401 [DB382]
T401 Properties
General
Name T401 Number 382 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T402 [DB383]
T402 Properties
General
Name T402 Number 383 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T403 [DB384]
T403 Properties
General
Name T403 Number 384 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T404 [DB385]
T404 Properties
General
Name T404 Number 385 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T405 [DB386]
T405 Properties
General
Name T405 Number 386 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T406 [DB387]
T406 Properties
General
Name T406 Number 387 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T407 [DB388]
T407 Properties
General
Name T407 Number 388 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T408 [DB389]
T408 Properties
General
Name T408 Number 389 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T409 [DB390]
T409 Properties
General
Name T409 Number 390 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T410 [DB391]
T410 Properties
General
Name T410 Number 391 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T411 [DB392]
T411 Properties
General
Name T411 Number 392 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T412 [DB393]
T412 Properties
General
Name T412 Number 393 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T413 [DB394]
T413 Properties
General
Name T413 Number 394 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T414 [DB395]
T414 Properties
General
Name T414 Number 395 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T415 [DB396]
T415 Properties
General
Name T415 Number 396 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T416 [DB397]
T416 Properties
General
Name T416 Number 397 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T417 [DB398]
T417 Properties
General
Name T417 Number 398 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T418 [DB399]
T418 Properties
General
Name T418 Number 399 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T419 [DB400]
T419 Properties
General
Name T419 Number 400 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T420 [DB401]
T420 Properties
General
Name T420 Number 401 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T421 [DB402]
T421 Properties
General
Name T421 Number 402 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T422 [DB403]
T422 Properties
General
Name T422 Number 403 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T423 [DB404]
T423 Properties
General
Name T423 Number 404 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T424 [DB405]
T424 Properties
General
Name T424 Number 405 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T425 [DB406]
T425 Properties
General
Name T425 Number 406 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T426 [DB407]
T426 Properties
General
Name T426 Number 407 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T427 [DB408]
T427 Properties
General
Name T427 Number 408 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T428 [DB409]
T428 Properties
General
Name T428 Number 409 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T429 [DB410]
T429 Properties
General
Name T429 Number 410 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T430 [DB411]
T430 Properties
General
Name T430 Number 411 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T431 [DB412]
T431 Properties
General
Name T431 Number 412 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T432 [DB413]
T432 Properties
General
Name T432 Number 413 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T433 [DB414]
T433 Properties
General
Name T433 Number 414 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T434 [DB415]
T434 Properties
General
Name T434 Number 415 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T435 [DB416]
T435 Properties
General
Name T435 Number 416 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T436 [DB417]
T436 Properties
General
Name T436 Number 417 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T437 [DB418]
T437 Properties
General
Name T437 Number 418 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T438 [DB419]
T438 Properties
General
Name T438 Number 419 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T439 [DB420]
T439 Properties
General
Name T439 Number 420 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T440 [DB421]
T440 Properties
General
Name T440 Number 421 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T441 [DB422]
T441 Properties
General
Name T441 Number 422 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T442 [DB423]
T442 Properties
General
Name T442 Number 423 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T443 [DB424]
T443 Properties
General
Name T443 Number 424 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T444 [DB425]
T444 Properties
General
Name T444 Number 425 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T445 [DB426]
T445 Properties
General
Name T445 Number 426 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T446 [DB427]
T446 Properties
General
Name T446 Number 427 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T447 [DB428]
T447 Properties
General
Name T447 Number 428 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T448 [DB429]
T448 Properties
General
Name T448 Number 429 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T449 [DB430]
T449 Properties
General
Name T449 Number 430 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T450 [DB431]
T450 Properties
General
Name T450 Number 431 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T451 [DB432]
T451 Properties
General
Name T451 Number 432 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T452 [DB433]
T452 Properties
General
Name T452 Number 433 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T453 [DB434]
T453 Properties
General
Name T453 Number 434 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T454 [DB435]
T454 Properties
General
Name T454 Number 435 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T455 [DB436]
T455 Properties
General
Name T455 Number 436 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T456 [DB437]
T456 Properties
General
Name T456 Number 437 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T457 [DB438]
T457 Properties
General
Name T457 Number 438 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T458 [DB439]
T458 Properties
General
Name T458 Number 439 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T459 [DB440]
T459 Properties
General
Name T459 Number 440 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T460 [DB441]
T460 Properties
General
Name T460 Number 441 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T461 [DB442]
T461 Properties
General
Name T461 Number 442 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T462 [DB443]
T462 Properties
General
Name T462 Number 443 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T463 [DB444]
T463 Properties
General
Name T463 Number 444 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T464 [DB445]
T464 Properties
General
Name T464 Number 445 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T465 [DB446]
T465 Properties
General
Name T465 Number 446 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T466 [DB447]
T466 Properties
General
Name T466 Number 447 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T467 [DB448]
T467 Properties
General
Name T467 Number 448 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T468 [DB449]
T468 Properties
General
Name T468 Number 449 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T469 [DB450]
T469 Properties
General
Name T469 Number 450 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T470 [DB451]
T470 Properties
General
Name T470 Number 451 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T471 [DB452]
T471 Properties
General
Name T471 Number 452 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T472 [DB453]
T472 Properties
General
Name T472 Number 453 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T473 [DB454]
T473 Properties
General
Name T473 Number 454 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T474 [DB455]
T474 Properties
General
Name T474 Number 455 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T475 [DB456]
T475 Properties
General
Name T475 Number 456 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T476 [DB457]
T476 Properties
General
Name T476 Number 457 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T477 [DB458]
T477 Properties
General
Name T477 Number 458 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T478 [DB459]
T478 Properties
General
Name T478 Number 459 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T479 [DB460]
T479 Properties
General
Name T479 Number 460 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T480 [DB461]
T480 Properties
General
Name T480 Number 461 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T481 [DB462]
T481 Properties
General
Name T481 Number 462 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T482 [DB463]
T482 Properties
General
Name T482 Number 463 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T483 [DB464]
T483 Properties
General
Name T483 Number 464 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T484 [DB465]
T484 Properties
General
Name T484 Number 465 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T485 [DB466]
T485 Properties
General
Name T485 Number 466 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T486 [DB467]
T486 Properties
General
Name T486 Number 467 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T487 [DB468]
T487 Properties
General
Name T487 Number 468 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T488 [DB469]
T488 Properties
General
Name T488 Number 469 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T489 [DB470]
T489 Properties
General
Name T489 Number 470 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T490 [DB471]
T490 Properties
General
Name T490 Number 471 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T491 [DB472]
T491 Properties
General
Name T491 Number 472 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T492 [DB473]
T492 Properties
General
Name T492 Number 473 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T493 [DB474]
T493 Properties
General
Name T493 Number 474 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T494 [DB475]
T494 Properties
General
Name T494 Number 475 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T495 [DB476]
T495 Properties
General
Name T495 Number 476 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T496 [DB477]
T496 Properties
General
Name T496 Number 477 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T497 [DB478]
T497 Properties
General
Name T497 Number 478 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T498 [DB479]
T498 Properties
General
Name T498 Number 479 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T499 [DB480]
T499 Properties
General
Name T499 Number 480 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T500 [DB481]
T500 Properties
General
Name T500 Number 481 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T501 [DB482]
T501 Properties
General
Name T501 Number 482 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T502 [DB483]
T502 Properties
General
Name T502 Number 483 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T503 [DB484]
T503 Properties
General
Name T503 Number 484 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T504 [DB485]
T504 Properties
General
Name T504 Number 485 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False
Totally Integrated
Automation Portal

Program blocks / System blocks / Program resources


T505 [DB486]
T505 Properties
General
Name T505 Number 486 Type DB Language DB
Numbering Automatic
Information
Title Author Simatic Comment Family IEC
Version 1.0 User-defined ID IEC_TMR

Name Data type Start value Retain Accessible Writ‐ Visible in Setpoint Supervi‐ Comment
from able HMI engi‐ sion
HMI/OPC from neering
UA/Web HMI/
API OPC
UA/
Web
API
Static
PT Time T#0ms False True True True False
ET Time T#0ms False True False True False
IN Bool false False True True True False
Q Bool false False True False True False

You might also like