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

US - Anton - 04 / PLC - 1 (CPU 1214C DC/DC/DC) / Program Blocks: Main (OB1)

This document summarizes a PLC program that controls an automated process. The program uses networks of logic to: 1) Start and stop the process based on input signals; 2) Activate and deactivate pumps, heaters and other equipment in sequence; 3) Use timers to control the duration that equipment runs.

Uploaded by

Todor
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)
36 views3 pages

US - Anton - 04 / PLC - 1 (CPU 1214C DC/DC/DC) / Program Blocks: Main (OB1)

This document summarizes a PLC program that controls an automated process. The program uses networks of logic to: 1) Start and stop the process based on input signals; 2) Activate and deactivate pumps, heaters and other equipment in sequence; 3) Use timers to control the duration that equipment runs.

Uploaded by

Todor
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

US_Anton_04 / 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
Temp
Constant

Network 1:

%I0.7 %Q0.7
"START" "Q_START"
S

Symbol Address Type Comment


"Q_START" %Q0.7 Bool
"START" %I0.7 Bool

Network 2:

%I0.7 %Q0.7
"START" "Q_START"
R

%M1.5
"END_Proces"
R

Symbol Address Type Comment


"END_Proces" %M1.5 Bool
"Q_START" %Q0.7 Bool
"START" %I0.7 Bool

Network 3:

%Q0.7 %I0.0 %I0.1 %I0.2 %I0.3 %M1.3


"Q_START" "SLWUS" "SLWH" "SLWOC" "SHtH" "FL_SHtH"

%M1.2
"FL_SLWOC"

%M1.1
"FL_SLWH"

%M1.0
"FL_SLWUS"

%Q0.7
"Q_START"

Symbol Address Type Comment


"FL_SHtH" %M1.3 Bool
"FL_SLWH" %M1.1 Bool
"FL_SLWOC" %M1.2 Bool
"FL_SLWUS" %M1.0 Bool
"Q_START" %Q0.7 Bool
"SHtH" %I0.3 Bool
"SLWH" %I0.1 Bool
"SLWOC" %I0.2 Bool
"SLWUS" %I0.0 Bool

Network 4:
Totally Integrated
Automation Portal

%Q0.7 %M1.0 %M1.1 %M1.2 %Q0.1


"Q_START" "FL_SLWUS" "FL_SLWH" "FL_SLWOC" "Pump"

%M1.3 %Q0.2
"FL_SHtH" "Heater"

Symbol Address Type Comment


"FL_SHtH" %M1.3 Bool
"FL_SLWH" %M1.1 Bool
"FL_SLWOC" %M1.2 Bool
"FL_SLWUS" %M1.0 Bool
"Heater" %Q0.2 Bool
"Pump" %Q0.1 Bool
"Q_START" %Q0.7 Bool

Network 5:

%DB3
"IEC_Timer_0_
DB_1"

%Q0.7 %Q0.1 %Q0.2 TON


"Q_START" "Pump" "Heater" Time
IN Q
"Data_block_ %MD1
1".TMR1Const PT ET "Timer1"

Symbol Address Type Comment


"Data_block_1".TMR1Const Time
"Heater" %Q0.2 Bool
"Pump" %Q0.1 Bool
"Q_START" %Q0.7 Bool
"Timer1" %MD1 Time

Network 6:

%Q0.7 %Q0.1 %Q0.2 "IEC_Timer_0_ %Q0.0


"Q_START" "Pump" "Heater" DB_1".Q "USGenerator"

%Q0.3
"OLC"

%Q0.4
"OSC"

Symbol Address Type Comment


"Heater" %Q0.2 Bool
"IEC_Timer_0_DB_1".Q Bool
"OLC" %Q0.3 Bool
"OSC" %Q0.4 Bool
"Pump" %Q0.1 Bool
"Q_START" %Q0.7 Bool
"USGenerator" %Q0.0 Bool

Network 7:

%DB1
"IEC_Timer_0_
DB_2"

%Q0.7 "IEC_Timer_0_ TON %M1.5


"Q_START" DB_1".Q Time "END_Proces"
IN Q S
"Data_block_ %MD2
2".TMR2Const PT ET "Timer2"

Symbol Address Type Comment


"Data_block_2".TMR2Const Time
"END_Proces" %M1.5 Bool
"IEC_Timer_0_DB_1".Q Bool
"Q_START" %Q0.7 Bool
"Timer2" %MD2 Time

Network 8:

%M1.5 %Q0.5
"END_Proces" "END_Lamp"
Totally Integrated
Automation Portal

Symbol Address Type Comment


"END_Lamp" %Q0.5 Bool
"END_Proces" %M1.5 Bool

You might also like