0% found this document useful (0 votes)
58 views1 page

Preparatorio - 9 / PLC - 1 (CPU 1214C AC/DC/Rly) / Program Blocks

This document provides a summary of the main program for a PLC that controls an automated system. The program contains two networks that allow the system to operate in either automatic or manual mode. In automatic mode, the system will alternate between turning on two pumps based on sensor inputs. In manual mode, each pump can be controlled individually based on additional sensor inputs and stop commands. The program also controls indicator lights to display the current operating mode.
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)
58 views1 page

Preparatorio - 9 / PLC - 1 (CPU 1214C AC/DC/Rly) / Program Blocks

This document provides a summary of the main program for a PLC that controls an automated system. The program contains two networks that allow the system to operate in either automatic or manual mode. In automatic mode, the system will alternate between turning on two pumps based on sensor inputs. In manual mode, each pump can be controlled individually based on additional sensor inputs and stop commands. The program also controls indicator lights to display the current operating mode.
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/ 1

Totally Integrated

Automation Portal

Preparatorio_9 / PLC_1 [CPU 1214C AC/DC/Rly] / 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 Supervision Comment
Input
Initial_Call Bool Initial call of this OB
Remanence Bool =True, if remanent data are available
Temp
Enclave_auto Bool
Constant

Network 1: Alternancia de bomas modo auto

%M0.2
"Enclavamiento_
%I0.0 modo" %M0.0
"M_Automático" SR "Mem_Modo"
S Q

%I0.5
"M_Manual"
R1

%M0.0 %I0.1 %M0.1 %Q0.2 %I0.3 %Q0.1


"Mem_Modo" "sf1" "Mem_aux" "Bomba2" "gm1" "Bomba1"

%Q0.1
"Bomba1"

%I0.2
"sf2"

%M0.0 %I0.5 %I0.6 %I1.0


"Mem_Modo" "M_Manual" "Mar_B1" "Paro_B1"

%Q0.1
"Bomba1"

%M0.0 %I0.1 %M0.1 %Q0.1 %I0.4 %Q0.2


"Mem_Modo" "sf1" "Mem_aux" "Bomba1" "gm2" "Bomba2"

%Q0.2
"Bomba2"

%I0.2
"sf2"

%M0.0 %I0.5 %I0.7 %I1.1


"Mem_Modo" "M_Manual" "Mar_B2" "Paro_B2"

%Q0.2
"Bomba2"

%I0.2 %M0.1 %Q0.2 %I0.4 %M0.1


"sf2" "Mem_aux" "Bomba2" "gm2" "Mem_aux"

%Q0.1
"Bomba1"

%I0.3
"gm1"

%M0.0 %Q0.3
"Mem_Modo" "H_AUTO"

%M0.0 %I0.5 %Q0.4


"Mem_Modo" "M_Manual" "H_MAN"

You might also like