0% found this document useful (0 votes)
17 views3 pages

Lifting (Handling)

This document contains a program for a PLC with information on inputs, outputs, networks, symbols and comments. The program contains logic for conveyor control, sorting, handling and monitoring multiple inputs and activating various outputs.

Uploaded by

anıl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views3 pages

Lifting (Handling)

This document contains a program for a PLC with information on inputs, outputs, networks, symbols and comments. The program contains logic for conveyor control, sorting, handling and monitoring multiple inputs and activating various outputs.

Uploaded by

anıl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Totally Integrated

Automation Portal

Handling_lifting / PLC_1 [CPU 1214C DC/DC/DC] / 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

Main
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:

%Q0.4
%M1.2 "CONVEYOR
"AlwaysTRUE" RELAY"

Symbol Address Type Comment


"AlwaysTRUE" %M1.2 Bool
"CONVEYOR RELAY" %Q0.4 Bool

Network 2: SORTING
METAL GEÇİRİYOR & KIRMIZI GEÇİCEK

%I0.7 %I1.4 %I1.5 %Q0.7


"BG1" "BG2" "BG3" "EG"
S

%I0.7 %I1.4 %I1.5


"BG1" "BG2" "BG3"

%I0.0
"PART_AV-Retro-
reflective_ %Q0.7
sensor" "EG"
R

Symbol Address Type Comment


"BG1" %I0.7 Bool
"BG2" %I1.4 Bool
"BG3" %I1.5 Bool
"EG" %Q0.7 Bool
"PART_AV-Retro-reflective_sensor" %I0.0 Bool

Network 3: HANDLING

%DB3
"IEC_Timer_0_
%I0.0 DB_2"
"PART_AV-Retro-
reflective_ %I0.1 %I0.5 TON %Q0.2
sensor" "1B1" "2B2" Time "2M1"
IN Q S
T#1s PT ET ...
%Q0.3
%I0.6 %I0.4 %Q0.3 "3M1"
"3B1" "2B1" "3M1" S
R

%DB1
%I0.0
"IEC_Timer_0_DB"
"PART_AV-Retro-
reflective_ %I0.6 %I0.4 TON %Q0.2
sensor" "3B1" "2B1" Time "2M1"
IN Q R
T#1S PT ET ...

Symbol Address Type Comment


"1B1" %I0.1 Bool
"2B1" %I0.4 Bool
"2B2" %I0.5 Bool
"2M1" %Q0.2 Bool
"3B1" %I0.6 Bool
"3M1" %Q0.3 Bool
"PART_AV-Retro-reflective_sensor" %I0.0 Bool
Totally Integrated
Automation Portal

Network 4: 1B3

%I0.5 %I0.6 %I0.1 %Q0.1


"2B2" "3B1" "1B1" "1M2"
S

%I0.5 %I0.6 %I0.3 %M2.1 %Q0.1


"2B2" "3B1" "1B3" "metal_object" "1M2"
R

%I0.5 %I0.6 %M2.0 %I0.2


"2B2" "3B1" "red_object" "1B2"

%I0.3 %I0.6 %I0.5 %M2.1 %Q0.2


"1B3" "3B1" "2B2" "metal_object" "2M1"
S

%DB2
"IEC_Timer_0_
DB_1"

%I0.4 %I0.6 %I0.3 TON %Q0.3


"2B1" "3B1" "1B3" Time "3M1"
IN Q S
T#1S PT ET ...

%DB4
"IEC_Timer_0_
DB_3"

%I0.4 %I0.6 %I0.3 TON %Q0.2


"2B1" "3B1" "1B3" Time "2M1"
IN Q R
T#1S PT ET ...
%Q0.3
%I0.5 %I0.3 %I0.6 %Q0.0 "3M1"
"2B2" "1B3" "3B1" "1M1" R
S

%I0.1 %I0.5 %I0.6 %Q0.0


"1B1" "2B2" "3B1" "1M1"
R

Symbol Address Type Comment


"1B1" %I0.1 Bool
"1B2" %I0.2 Bool
"1B3" %I0.3 Bool
"1M1" %Q0.0 Bool
"1M2" %Q0.1 Bool
"2B1" %I0.4 Bool
"2B2" %I0.5 Bool
"2M1" %Q0.2 Bool
"3B1" %I0.6 Bool
"3M1" %Q0.3 Bool
"metal_object" %M2.1 Bool
"red_object" %M2.0 Bool

Network 5: memory
renk bilgileri saklanıyor

%I0.7 %I1.4 %I1.5 %M2.0


"BG1" "BG2" "BG3" "red_object"
S

%I0.2 %I0.4 %I0.6 %M2.0


"1B2" "2B1" "3B1" "red_object"
R

%I0.7 %I1.4 %I1.5 %M2.1


"BG1" "BG2" "BG3" "metal_object"
S

%I0.3 %I0.4 %I0.6 %M2.1


"1B3" "2B1" "3B1" "metal_object"
R

Symbol Address Type Comment


"1B2" %I0.2 Bool
"1B3" %I0.3 Bool
"2B1" %I0.4 Bool
"3B1" %I0.6 Bool
"BG1" %I0.7 Bool
"BG2" %I1.4 Bool
"BG3" %I1.5 Bool
"metal_object" %M2.1 Bool
"red_object" %M2.0 Bool

Network 6: 1b2
Totally Integrated
Automation Portal

%I0.2 %I0.6 %I0.5 %M2.0 %Q0.2


"1B2" "3B1" "2B2" "red_object" "2M1"
S

%I0.2 %I0.4 %I0.6 %Q0.2


"1B2" "2B1" "3B1" "2M1"
R

%I0.2 %I0.4 %I0.6 %Q0.3


"1B2" "2B1" "3B1" "3M1"
S

%I0.2 %I0.5 %I0.6 %Q0.0


"1B2" "2B2" "3B1" "1M1"
S

Symbol Address Type Comment


"1B2" %I0.2 Bool
"1M1" %Q0.0 Bool
"2B1" %I0.4 Bool
"2B2" %I0.5 Bool
"2M1" %Q0.2 Bool
"3B1" %I0.6 Bool
"3M1" %Q0.3 Bool
"red_object" %M2.0 Bool

Network 7:

Symbol Address Type Comment

You might also like