0% found this document useful (0 votes)
35 views

AULA - 01 - V13 - SP1 / PLC - 1 (CPU 1215C AC/DC/Rly) / Program Blocks

This document provides information about a Totally Integrated Automation Portal program for a PLC. The PLC program contains two networks - the first network controls turning a system on and off using two buttons as inputs and an output to indicate the system status. The second network uses a timer to keep the system on for 5 seconds after a button is released before turning off. Various inputs, outputs, and a timer are defined for use in the program along with their addresses and data types.
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)
35 views

AULA - 01 - V13 - SP1 / PLC - 1 (CPU 1215C AC/DC/Rly) / Program Blocks

This document provides information about a Totally Integrated Automation Portal program for a PLC. The PLC program contains two networks - the first network controls turning a system on and off using two buttons as inputs and an output to indicate the system status. The second network uses a timer to keep the system on for 5 seconds after a button is released before turning off. Various inputs, outputs, and a timer are defined for use in the program along with their addresses and data types.
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

AULA_01_V13_SP1 / PLC_1 [CPU 1215C 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 Comment
Temp
LIT_R Real
LIT_R_PERC Real
OUT_PERC Real
Constant

Network 1: LIGA SISTEMA


B2 -> DESLIGA

%I0.0 %I0.1 %Q0.0


"B1" "B2" "TON1".Q "H1"

%Q0.0
"H1"

Symbol Address Type Comment


"B1" %I0.0 Bool Botão de liga
"B2" %I0.1 Bool Botão desliga
"H1" %Q0.0 Bool Sistema ligado
"TON1".Q Bool

Network 2: TEMPORIZA 5s

%DB1
"TON1"
%Q0.0 TON
"H1" Time
IN Q
T#5S PT ET ...

Symbol Address Type Comment


"H1" %Q0.0 Bool Sistema ligado

You might also like