Você está na página 1de 9

PONTIFÍCIA UNIVERSIDADE CATÓLICA DE MINAS GERAIS

Curso de Engenharia Mecânica

Gabriel Victor Alves Nascimento


Leonardo Oliveira Miranda
Vilmar Linhares Martins

AUTOMAÇÃO E INFORMATICA INDUSTRIAL


Ligar a IHM ao CLP

Contagem
2022
1. Objetivo geral

Esse relatório tem como objetivo em uma prática experimental em aprender a


utilizar a IHM junto com o CLP.

1.1 Objetivo específicos

Nesse sentido os objetivos específicos são:

a) Realizar a Interfaces Homem-Máquina e sua comunicação e programação


para interface com Controladores Lógicos Programáveis.
b) Postar uma foto da IHM e um print das telas criadas.
2 PRÁTICA EXPERIMENTAL

2.1 Materiais Utilizados


a) 01 - Controlador Lógico Programável Siemens S7-1500
b) 01 - Painel IHM Siemens
c) 01 – Computador com o Win CC instalado

2.2) Print das telas criadas


Print: Principal
Print: Elaboração do programa
Parametros:
Totally Integrated
Automation Portal

Project9.2 / PLC_1 [CPU 1516-3 PN/DP] / 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:

%M5.0
%M0.0 %M0.1 "DIGITAL INPUT
"START" "STOP" MEMORY"

%M5.0
"DIGITAL INPUT
MEMORY"

Symbol Address Type Comment


"DIGITAL INPUT MEMORY" %M5.0 Bool
"START" %M0.0 Bool
"STOP" %M0.1 Bool

Network 2:

%M5.0
"DIGITAL INPUT
MEMORY" MOVE
EN ENO
%MD10 %MD14
"TAG_4" IN "ANALOG INPUT
OUT1 MEMORY"

%M5.0 %MD14 %MD14


"DIGITAL INPUT "ANALOG INPUT "ANALOG INPUT %M5.1
MEMORY" MEMORY" MEMORY"
"MIN"
>= <
DInt DInt
0 50

%MD14 %MD14
"ANALOG INPUT "ANALOG INPUT %M5.2
MEMORY" MEMORY"
"MAX"
>= <=
DInt DInt
50 100

%MD14
"ANALOG INPUT %M5.3
MEMORY"
"ALARM"
<
DInt
0

%MD14
"ANALOG INPUT
MEMORY"
>
DInt
100

Symbol Address Type Comment


"ALARM" %M5.3 Bool
"ANALOG INPUT MEMORY" %MD14 DWord
"DIGITAL INPUT MEMORY" %M5.0 Bool
"MAX" %M5.2 Bool
"MIN" %M5.1 Bool
"TAG_4" %MD10 DWord

Você também pode gostar