You are on page 1of 79

DEPARTAMENTO DE ELECTRICA Y ELECTRONICA

Abril 2018 – Agosto 2018


ÁREA DE AUTOMATIZACIÓN Y CONTROL
ASIGNATURA: PLC NRC: 2727
Práctica 3.2
Tema: PLC S7-1200 y WinCC Advanced

Docente: Ing. Danny Sotomayor

Equipo #: 5

Integrantes:

1. Alexander Delgado
2. Alis

Base Aspectos de evaluación Calificación

0.5 Diagrama esquemático de control

0.5 Tabla de asignación de registros

1.0 Guía GEMMA

2.0 GRAFCET

1.0 Programa

2.0 Funcionamiento

2.0 HMI

1.0 Conclusiones y recomendaciones

10.0 Total
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

GUÍA PARA LAS PRÁCTICAS DE LABORATORIO


PERIODO Abril 2018
ASIGNATURA: PLC Agosto 2018
NIVEL: 7mo
LECTIVO:
DOCENTE: Ing. Danny Sotomayor NRC: PRÁCTICA N°: 10
LABORATORIO DONDE SE DESARROLLARÁ LA
LABORATORIO DE PLCs
PRÁCTICA:
TEMA DE LA
Comunicación entre un PLC S7-1200 y WinCC Advanced
PRÁCTICA:
OBJETIVOS:

 Conexión entre un autómata Siemens S7-1200 y el Scada Win CC Advanced en modo Runtime para PC.
 Comunicar un S7-1200 con el Scada WinCC de forma que podamos controlar y supervisar un proceso desde un PC utilizado
como HMI.
 Aplicación de guía GEDIS,

MATERIALES:

EQUIPOS:
 1 Computadora con tarjeta de red Ethernet y el programa STEP7 (TIA PORTAL V1X)
 1 Scada WinCC Advanced instalado.
 1 PLC S7-1200 con simulador de entradas.
 1 Cable Ethernet.
 1 Cable de alimentación.

INSTRUCCIONES:

Para la realización de la siguiente practica el estudiante participe deberá cumplir los siguientes requisitos:
 Realizar el Preparatorio correspondiente a la práctica a realizar.
 Mantener Orden al momento de realizar la práctica, durante la ejecución de la misma, siguiendo los pasos que el tutor
encargado sugiera.
 No llevar alimentos, ni bebidas al laboratorio, abstenerse completamente de realizar una actividad que pueda poner en
riesgo a los partícipes del laboratorio.
 Verificar con el tutor a cargo, si el equipo se encuentra en buen estado antes y después de las prácticas de laboratorio, y si
existiere alguna anomalía, reportarla de manera urgente al docente encargado.

ACTIVIDADES POR DESARROLLAR:

Bascula Industrial de precisión

Descripción del proceso:

El sistema de control del proceso sigue la siguiente secuencia de funcionamiento:

Ing. Danny Sotomayor - PLC


P á g i n a 2|7
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

Cuando se pulsa el botón de INICIO el sistema debe de realizar la apertura de las dos compuertas C1 y C2. La compuerta C1
permanece abierta hasta que la báscula marque la lectura L1. Cuando la báscula marca L1, se cierra la compuerta C1 y permanece
abierta C2 hasta que la báscula marque la lectura L2. Cuando la báscula marca L2 se cierra la compuerta C2. Una vez que en la
báscula se tiene la cantidad deseada y están cerradas ambas compuertas, se ejecuta un SUBPROGRAMA para desalojar el producto.
Este subprograma consiste en accionar tres ciclos de subida/bajada de la báscula para desalojar completamente el producto,
accionando para esto el pistón VACIAR BÁSCULA hasta la posición FC3, y retornarlo a la posición FC4 luego de 5 segundos. Se
tiene un pulsador CONTINUAR que sirve para salir del paro en estado determinado.

En la siguiente figura se muestra el proceso a controlar:

Figura 1. Báscula de Precisión

Se solicita los siguientes requerimientos:

- Diseño estructurado del sistema de control.


- Modos de funcionamiento:
Automático (MA): Ejecución de 10 ciclos
Semi-Automático (MS): Ejecución de 1 ciclo
Manual (MM): Etapa-Etapa

- Paro fin de ciclo


- Paro en estado determinado
- Paro de emergencia: Hará la consulta de cero de la entrada respectiva y lo que hará será:
o Desactivar todas las salidas.
o Desactivar todas las etapas.
o Congelamiento e inhibción del GP
- Interfaz HMI que incluya funciones: MONITOREO, SUPERVISIÓN, ALARMAS, TENDENCIAS.
(Se debe permitir modificar el número de ciclos del modo MA desde HMI)

Considere adicionalmente la activación de luces: Modos de Funcionamiento (MA,MS,MM), Paro, Paro de emergencia.

Nota:
- Agregue las condiciones al automatismo que considere pertinentes para garantizar su seguridad.
Ing. Danny Sotomayor - PLC
P á g i n a 3|7
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

- Se cuenta con pulsadores para los modos de funcionamiento.


- Considere la guía GEDIS para el diseño de la HMI.

ENTREGABLES:

Diagrama Esquemático de Control:

Ver Anexo 1.

Tabla de Asignación de Registros

TABLA DE ASIGNACION DE RECURSOS


PLC S7-1200
Orde Direcci Tipo de
Descripción Símbolo Tipo
n ón Acción
1 First Scan First Scan M1.0 Bool 1
2 Estado 0 E0 M5.0 Bool 1
3 Estado 1 E1 M5.1 Bool 1
4 Estado 2 E2 M5.2 Bool 1
5 Estado 3 E3 M5.3 Bool 1
6 Estado 4 E4 M5.4 Bool 1
7 Estado 5 E5 M5.5 Bool 1
8 Estado 6 E6 M5.6 Bool 1
9 Estado 7 E7 M5.7 Bool 1
10 Estado 8 E8 M6.0 Bool 1
11 Estado 9 E9 M6.1 Bool 1
12 Estado 10 E10 M6.2 Bool 1
13 Estado 30 E30 M3.1 Bool 1
14 Estado 31 E31 M3.2 Bool 1
15 Estado 32 E32 M3.3 Bool 1
16 Estado 33 E33 M3.4 Bool 1
17 Estado 34 E34 M3.5 Bool 1
18 Estado 35 E35 M3.6 Bool 1
19 Estado 20 E17 M6.3 Bool 1
20 Estado 21 E18 M6.4 Bool 1

Ing. Danny Sotomayor - PLC


P á g i n a 4|7
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

21 Estado 22 E19 M6.5 Bool 1


22 Estado 23 E20 M6.6 Bool 1
23 Estado 21 E21 M5.21 Bool 1
24 Estado 22 E22 M5.22 Bool 1
25 Estado 23 E23 M5.23 Bool 1
28 Paro de estado PED M0.4 Bool 1
29 MODO AUTOMÁTICO MA M0.1 Bool 1
30 MODO MANUAL MM M0.2 Bool 1
31 MODO SEMIAUTOMÁTICO MSA M0.3 Bool 1
32 CONTINUAR CON EL CICLO Cont M0.5 Bool 1
33 SENSOR L1 L1 I0.2 Entrada 1
34 SENSOR L2 L2 i0.3 Entrada 1
26 Boton de Inicio Start I0.0 Entrada 1
27 PARO DE EMERGENCIA PE I0.1 Entrada 0
37 Fin de carrera 1 FC1 I0.4 Entrada 1
38 Fin de carrera 2 FC2 I0.5 Entrada 1
39 Fin de carrera 3 FC3 I0.6 Entrada 1
40 Fin de carrera 4 FC4 I0.7 Entrada 1
41 Luz de funcionamiento Luz de funcionamiento M2.0 Bool 1
Luz de paro de
42 Luz de paro de emergencia M2.1 Bool
emergencia 1
43 Abrir compuerta 1 Abrir C1 Q0.0 Q0.0 1
44 Cerrar compuerta 1 Cerrar C1 Q0.1 Q0.1 1
45 Abrir compuerta 2 Abrir C2 Q0.2 Q0.2 1
46 Cerrar compuerta 2 Cerrar C2 Q0.3 Q0.3 1
47 Vaciar la Báscula Vaciar Báscula Q0.4 Q0.4 1
48 Retorno Báscula Retorno Báscula Q0.5 Q0.5 1
49 Paro a fin de ciclo PFC M4.3 Bool 1
50 Resetear 1 Reset 1 MW5 Word 1
51 Resetear 2 Reset 2 MW6 Word 1
52 Temporizador 1 Timer 1 ID2 Time 1
53 Contador Cont 1 1

Guía GEMMA

Ing. Danny Sotomayor - PLC


P á g i n a 5|7
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

Grafcet

Ver Anexo 2.

Programa

Ver Anexo 3

CONCLUSIONES:

Ing. Danny Sotomayor - PLC


P á g i n a 6|7
UNIVERSIDAD DE LAS FUERZAS ARMADAS – ESPE CÓDIGO: SGC.DI.505
VERSIÓN: 1.0
DEPARTAMENTO DE ELÉCTRICA Y ELECTRÓNICA FECHA ULTIMA
REVISIÓN: 16/12/16

CARRERA: ELECTRÓNICA EN AUTOMATIZACION Y CONTROL

RECOMENDACIONES:

FIRMAS

F: …………………………………………. F: ………………………………………….

Nombre: Ing. Danny Sotomayor Nombre: Ing. Hugo Ortiz


DOCENTE COORDINADOR DE ÁREA DE
CONOCIMIENTO

Ing. Danny Sotomayor - PLC


P á g i n a 7|7
L1: 110 VAC, 60hz,3F
L2:24VDC
START PE L1 L2 FC1 FC2 FC3 FC4
+
_ MA MS MMPED
_
ESTACIÓN PC
SIMATIC

DC
+ PFC
DC CONT
+
_
S
L1 N L+ M 1M .0 .1 .2 .3 .4 .5 .6 .7 .0 .1 .2 .3 .4 .5 2M 0 1
DI a 24VDC DI b AI
120-240VAC24VDC INPUTS ANALOG
INPUTS

INPUTS
24VDC
S MC
IE GENERAL
LAN

.0 .1 .2 .3 .4 .5 .6 .7 .0 .1 .2 .3 .4 .5 24

STOP

MAINT
ERROR
RUN /
192-168-0-40
DI a DI b
VDC L+ M 1M .0 .1 .2 .3 DI a
CPU 1214C 2M .4 .5 .6 .7
AC/DC/RLY
DQ a DQ b

X 2 3
.0 .1 .2 .3 .4 .5 .6 .7 .0 .1
.0 .1 .2 .3
.4 .5 .6 .7 DQ
214-1BE30-0XB0
a

223-1BH30-0XB0
LINK X 2 3
Rx /
Tx Delgado Alexander
Zaldumbide Alison
WINCCRT Adv
RELAY

OUTPUTS
LAN
DQ OUTPUTS DQ
X1 : PN 1L a.0 .1 .2 .3 .4 2L .5 .6 .7 b.0 .1

24VDC
MAC-ADDRESS
XX-XX-XX-XX-XX-XX
Danny Danny
Sotomayor Sotomayor
Práctica
3.2
Luz de
Funcionamiento Sin
escala 02/08/18
ABRIR CERRAR VACIAR RETORNO
Luz de Paro de Anexo 1
CERRAR C2
C1 C2 BÁSCULA BÁSCULA Emergencia
ABRIR
C1
N
1 1
.
GRAFCET DE SEGURIDAD

A
20
1

F/GMM{30}
21 F/GP{0}
Encender Luz de
Funcionamiento
F/GPA{50}

PE

S Congelar
22 S
Cerrar C1
Cerrar C2

PE

R Congelar
23 F/GMM{}
R F/GP{}
F/GPA{}
FC1.FC2.X0.X30.X50

GRAFCET DE MODOS DE MARCHA

B
30

MM
MS
MA x MM x MS Congelar Congelar Congelar

S Automático S Semiautomatico
31 Semiautomático
R Manual 32 S Semiautomatico 33 Automatico
Automatico
R Manual R Manual
Automático
Semiautomático Manual

GRAFCET DE PAROS

D
50

PED
PFC
Congelar Congelar

51 S Parada de ciclo
52 S Para de estado

CONTINUAR

PED
Congelar

53 S Parada de estado

CONTINUAR
Congelar

54 R Parada de estado

=1

D
GRAFCET DE PRODUCCIÓN
E
0
F
Inicio
Congelar Congelar
Abrir Abrir
1 C1 4 C2
Continuar Continuar
PED Congelar L1 Congelar PED Congelar L2 Congelar
cerrar cerrar cerrar cerrar
2 C1 3 C1 5 C2 6 C2
X3 x X6 x FC1 x FC2
Congelar
7 S E60
X33 Congelar
CONTADOR
8
(Manual+Semiautomático)+(Cont=10)+Paro (Cont=10)+Automático
Ciclo
F E
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly]


PLC_1
General\Información del proyecto
Nombre PLC_1 Autor MauricioW10
Comentario Slot 1
Rack 0
General\Información de catálogo
Descripción abreviada CPU 1212C AC/DC/Rly Descripción Memoria de trabajo 75KB; fuente de
alimentación 120/240V AC con DI8 x
24V DC SINK/SOURCE, DQ6 x relé y AI2
integradas; 4 contadores rápidos (am‐
pliables con Signal Board digital) y 4
salidas de impulso integradas; Signal
Board amplía E/S integradas; hasta 3
módulos de comunicaciones para co‐
municación serie; hasta 2 módulos de
señales para ampliación E/S; 0,04ms/
1000 instrucciones; interfaz PROFINET
para programación, HMI y comunica‐
ción PLC-PLC
Referencia 6ES7 212-1BE40-0XB0 Versión de firmware V4.1
General\Identification & Maintenance
ID de la instalación ID de situación
Fecha de instalación 2018-08-02 18:39:26.855 Información adicional
Interfaz PROFINET [X1]\General
Nombre Interfaz PROFINET_1 Autor MauricioW10
Comentario
Interfaz PROFINET [X1]\General\Información del proyecto
Nombre DI 8/DQ 6_1 Comentario
Nombre AI 2_1 Comentario
Interfaz PROFINET [X1]\Direcciones Ethernet\Interfaz conectada en red con
Subred: PN/IE_1
Interfaz PROFINET [X1]\Direcciones Ethernet\Protocolo IP
Ajustar dirección IP en el proyecto Dirección IP: 192.168.0.41
Másc. subred: 255.255.255.0 Utilizar router False
Interfaz PROFINET [X1]\Direcciones Ethernet\PROFINET
Ajustar nombre de False Generar automática‐ True
dispositivo PROFINET mente el nombre del
en el dispositivo dispositivo PROFINET
Nombre del dispositi‐ plc_1 Nombre convertido: plcxb1d0ed
vo PROFINET
Número de dispositi‐ 0
vo:
Interfaz PROFINET [X1]\Sincronización horaria
Activar sincronización Activar sincronización horaria vía servi‐ Direcciones IP
horaria vía servidor dor NTP
NTP
Servidor 1 0.0.0.0 Servidor 2 0.0.0.0
Servidor 3 0.0.0.0 Servidor 4 0.0.0.0
Intervalo de actualiza‐ 10sec
ción
Interfaz PROFINET [X1]\Entradas digitales\Canal0
Dirección de canal I0.0 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Totally Integrated
Automation Portal

Interfaz PROFINET [X1]\Entradas digitales\Canal0\


Activar detección del 0 RidPrefixRisingEdgeE‐ 49152
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente0 Flanco ascendente0
Interfaz PROFINET [X1]\Entradas digitales\Canal0\
Activar detección de 0 RidPrefixFallingEdg‐ 49280
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente0 Flanco descendente0
Interfaz PROFINET [X1]\Entradas digitales\Canal1
Dirección de canal I0.1 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal1\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49153
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente1 Flanco ascendente1
Interfaz PROFINET [X1]\Entradas digitales\Canal1\
Activar detección de 0 RidPrefixFallingEdg‐ 49281
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente1 Flanco descendente1
Interfaz PROFINET [X1]\Entradas digitales\Canal2
Dirección de canal I0.2 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal2\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49154
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente2 Flanco ascendente2
Interfaz PROFINET [X1]\Entradas digitales\Canal2\
Activar detección de 0 RidPrefixFallingEdg‐ 49282
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente2 Flanco descendente2
Interfaz PROFINET [X1]\Entradas digitales\Canal3
Dirección de canal I0.3 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal3\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49155
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente3 Flanco ascendente3
Interfaz PROFINET [X1]\Entradas digitales\Canal3\
Activar detección de 0 RidPrefixFallingEdg‐ 49283
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente3 Flanco descendente3
Interfaz PROFINET [X1]\Entradas digitales\Canal4
Dirección de canal I0.4 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal4\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49156
flanco ascendente vent
Totally Integrated
Automation Portal

Nombre del evento: 0 Alarma de proceso: 0


Flanco ascendente4 Flanco ascendente4
Interfaz PROFINET [X1]\Entradas digitales\Canal4\
Activar detección de 0 RidPrefixFallingEdg‐ 49284
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente4 Flanco descendente4
Interfaz PROFINET [X1]\Entradas digitales\Canal5
Dirección de canal I0.5 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal5\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49157
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente5 Flanco ascendente5
Interfaz PROFINET [X1]\Entradas digitales\Canal5\
Activar detección de 0 RidPrefixFallingEdg‐ 49285
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente5 Flanco descendente5
Interfaz PROFINET [X1]\Entradas digitales\Canal6
Dirección de canal I0.6 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal6\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49158
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente6 Flanco ascendente6
Interfaz PROFINET [X1]\Entradas digitales\Canal6\
Activar detección de 0 RidPrefixFallingEdg‐ 49286
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente6 Flanco descendente6
Interfaz PROFINET [X1]\Entradas digitales\Canal7
Dirección de canal I0.7 Filtros de entrada 6.4 millisec
Activar toma de im‐ 0
pulso
Interfaz PROFINET [X1]\Entradas digitales\Canal7\
Activar detección del 0 RidPrefixRisingEdgeE‐ 49159
flanco ascendente vent
Nombre del evento: 0 Alarma de proceso: 0
Flanco ascendente7 Flanco ascendente7
Interfaz PROFINET [X1]\Entradas digitales\Canal7\
Activar detección de 0 RidPrefixFallingEdg‐ 49287
flanco descendente eEvent
Nombre del evento: 0 Alarma de proceso: 0
Flanco descendente7 Flanco descendente7
Interfaz PROFINET [X1]\Entradas analógicas\Reducción de ruido
Tiempo de integra‐ 50 Hz (20 ms)
ción
Interfaz PROFINET [X1]\Entradas analógicas\Canal0
Dirección de canal IW64 Tipo de medición Tensión
Rango de tensión de 0 a 10 V Filtrado Débil (4 ciclos)
Activar diagnóstico de 1
rebase por exceso
Interfaz PROFINET [X1]\Entradas analógicas\Canal1
Dirección de canal IW66 Tipo de medición Tensión
Totally Integrated
Automation Portal

Rango de tensión de 0 a 10 V Filtrado Débil (4 ciclos)


Activar diagnóstico de 1
rebase por exceso
Interfaz PROFINET [X1]\Salidas digitales
Reacción a STOP de la Aplicar valor sustitutivo
CPU
Interfaz PROFINET [X1]\Salidas digitales\Canal0
Dirección de canal Q0.0 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Salidas digitales\Canal1
Dirección de canal Q0.1 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Salidas digitales\Canal2
Dirección de canal Q0.2 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Salidas digitales\Canal3
Dirección de canal Q0.3 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Salidas digitales\Canal4
Dirección de canal Q0.4 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Salidas digitales\Canal5
Dirección de canal Q0.5 Aplicar valor 1 en ca‐ 0
so de transición de
RUN a STOP.
Interfaz PROFINET [X1]\Modo de operación
Controlador IO True Sistema IO
Número del dispositi‐ 0 Dispositivo IO False
vo
Interfaz PROFINET [X1]\Direcciones E/S\Direcciones de entrada
Dirección inicial 0 Dirección final 0
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Interfaz PROFINET [X1]\Direcciones E/S\Direcciones de salida
Dirección inicial 0 Dirección final 0
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Interfaz PROFINET [X1]\Opciones avanzadas\Opciones de interfaz
Permitir sustitución True Permitir sobrescribir False
de dispositivo sin me‐ el nombre de disposi‐
dio de almacenamien‐ tivo de todos los dis‐
to extraíble positivos IO asigna‐
dos
Usar modo LLDP IEC False Enviar Keep Alives 30s
V2.2 para conexiones
Interfaz PROFINET [X1]\Opciones avanzadas\Configuración en tiempo real\Comunicación IO
Tiempo de ciclo de 1.000ms
emisión:
Interfaz PROFINET [X1]\Opciones avanzadas\Configuración en tiempo real\Opciones en tiempo real
Ancho de banda cal‐ 0.000ms
culado para datos IO
cíclicos:
Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\General
Nombre Puerto_1 Autor MauricioW10
Comentario
Totally Integrated
Automation Portal

Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\Interconexión de puertos\Puerto local:


Puerto local: PLC_1\Interfaz PROFINET_1 [X1]\Puer‐ Medio: Cobre
to_1 [X1 P1]
Denominación del ca‐ ---
ble:

Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\Interconexión de puertos\Puerto interlocutor:


La vigilancia del puerto del interlocu‐ Interlocutores alter‐ False
tor no es posible nativos
Puerto interlocutor: Cualquier interlocutor
Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\Opciones de puerto\Activar
Activar este puerto True
para el uso
Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\Opciones de puerto\Conexión
Velocidad de transfer‐ Automático Monitorizar False
encia/dúplex:
Activar autonegotia‐ True
tion
Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\Opciones de puerto\Boundaries
Fin del registro de dis‐ False Fin de la detección de False
positivos accesibles topología
Fin del dominio Sync False
Interfaz PROFINET [X1]\Opciones avanzadas\Puerto [X1 P1]\ID de hardware\ID de hardware
ID de hardware 65
Interfaz PROFINET [X1]\Acceso al servidor web
Activar el servidor False El servidor web tiene
web mediante esta in‐ que activarse también
terfaz en las propiedades de
la CPU.
Interfaz PROFINET [X1]\ID de hardware\ID de hardware
ID de hardware 264 ID de hardware 64
Contadores rápidos (HSC)\HSC1\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC1\General\Información del proyecto
Nombre HSC_1 Comentario
Contadores rápidos (HSC)\HSC1\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC1\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC1\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Totally Integrated
Automation Portal

Contadores rápidos (HSC)\HSC1\Configuración de eventos\


Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia0
encia0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC1\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo0 Reset externo0 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC1\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido0 Cambio de sentido0 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC1\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC1\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC1\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Totally Integrated
Automation Portal

Adapter name the HscChannel.OutputSource


user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC1\Direcciones E/S\Direcciones de entrada
Dirección inicial 1000 Dirección final 1003
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC1\ID de hardware\ID de hardware
ID de hardware 257
Contadores rápidos (HSC)\HSC2\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC2\General\Información del proyecto
Nombre HSC_2 Comentario
Contadores rápidos (HSC)\HSC2\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC2\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC2\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Contadores rápidos (HSC)\HSC2\Configuración de eventos\
Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia1
encia1
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC2\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo1 Reset externo1 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC2\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido1 Cambio de sentido1 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC2\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Totally Integrated
Automation Portal

Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay


user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC2\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC2\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC2\Direcciones E/S\Direcciones de entrada
Dirección inicial 1004 Dirección final 1007
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC2\ID de hardware\ID de hardware
ID de hardware 258
Contadores rápidos (HSC)\HSC3\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC3\General\Información del proyecto
Nombre HSC_3 Comentario
Contadores rápidos (HSC)\HSC3\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC3\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC3\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Totally Integrated
Automation Portal

Contadores rápidos (HSC)\HSC3\Configuración de eventos\


Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia2
encia2
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC3\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo2 Reset externo2 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC3\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido2 Cambio de sentido2 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC3\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC3\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC3\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Totally Integrated
Automation Portal

Adapter name the HscChannel.OutputSource


user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC3\Direcciones E/S\Direcciones de entrada
Dirección inicial 1008 Dirección final 1011
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC3\ID de hardware\ID de hardware
ID de hardware 259
Contadores rápidos (HSC)\HSC4\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC4\General\Información del proyecto
Nombre HSC_4 Comentario
Contadores rápidos (HSC)\HSC4\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC4\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC4\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Contadores rápidos (HSC)\HSC4\Configuración de eventos\
Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia3
encia3
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC4\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo3 Reset externo3 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC4\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido3 Cambio de sentido3 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC4\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Totally Integrated
Automation Portal

Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay


user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC4\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC4\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC4\Direcciones E/S\Direcciones de entrada
Dirección inicial 1012 Dirección final 1015
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC4\ID de hardware\ID de hardware
ID de hardware 260
Contadores rápidos (HSC)\HSC5\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC5\General\Información del proyecto
Nombre HSC_5 Comentario
Contadores rápidos (HSC)\HSC5\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC5\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC5\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Totally Integrated
Automation Portal

Contadores rápidos (HSC)\HSC5\Configuración de eventos\


Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia4
encia4
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC5\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo4 Reset externo4 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC5\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido4 Cambio de sentido4 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC5\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC5\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC5\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Totally Integrated
Automation Portal

Adapter name the HscChannel.OutputSource


user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC5\Direcciones E/S\Direcciones de entrada
Dirección inicial 1016 Dirección final 1019
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC5\ID de hardware\ID de hardware
ID de hardware 261
Contadores rápidos (HSC)\HSC6\General\Activar
Activar este contador 0
rápido
Contadores rápidos (HSC)\HSC6\General\Información del proyecto
Nombre HSC_6 Comentario
Contadores rápidos (HSC)\HSC6\Función
Modo de contaje Contaje Fase servicio Monofásica
Sentido de contaje Programa de usuario (control interno
dado por de sentido)
Sentido de contaje Incrementar contador
inicial
Período de medición -/-sec
de frecuencia
Contadores rápidos (HSC)\HSC6\Restablecer a valores iniciales\Restablecer valores
Valor inicial del conta‐ 0 Valor de referencia 0
dor inicial
Contadores rápidos (HSC)\HSC6\Restablecer a valores iniciales\Opciones de reset
Utilizar entrada de re‐ 0 Restablecer nivel de -/-
set externa. señal
Contadores rápidos (HSC)\HSC6\Configuración de eventos\
Generar alarma para 0 RidPrefixCvEqualsPv 49152
evento si el valor del
contador es igual al
valor de referencia.
Nombre del evento: 0 Alarma de proceso: 0
Valor de contador Valor de contador igual a valor de ref‐ ValueNull 0
igual a valor de refer‐ erencia5
encia5
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC6\Configuración de eventos\
Generar alarma para 0 RidPrefixExternalRe‐ 49408
evento de reset exter‐ set
no.
Nombre del evento: 0 Alarma de proceso: 0
Reset externo5 Reset externo5 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC6\Configuración de eventos\
Activar alarma para 0 RidPrefixDirection‐ 49280
evento de cambio de Change
sentido.
Nombre del evento: 0 Alarma de proceso: 0
Cambio de sentido5 Cambio de sentido5 ValueNull 0
ValueNull 0 EventPriority 6
Contadores rápidos (HSC)\HSC6\Entradas de hardware\
Entrada del genera‐ --- HSCInput0_Status 1
dor de impulsos de re‐
loj
Entrada de sentido --- Entrada de reset ---
Totally Integrated
Automation Portal

Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay


user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC6\Entradas de hardware\
Entrada de sentido --- HSCInput1_Status 1
Entrada del genera‐ --- Entrada de reset ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC6\Entradas de hardware\
Entrada de reset --- HSCInput2_Status 1
Entrada del genera‐ --- Entrada de sentido ---
dor de impulsos de re‐
loj
Adapter name the HscChannel.AddressString Adapter name the HscChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the HscChannel.OutputSource
user control should
use for the Output
Source
Contadores rápidos (HSC)\HSC6\Direcciones E/S\Direcciones de entrada
Dirección inicial 1020 Dirección final 1023
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Contadores rápidos (HSC)\HSC6\ID de hardware\ID de hardware
ID de hardware 262
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\General\Activar
Activar este genera‐ 0
dor de impulsos
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\General\Información del proyecto
Nombre Pulse_1 Comentario
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\Parametrización\Opciones de impulso
Tipo de señal PWM Base de tiempo: Milisegundos
Formato de duración Centésimas Tiempo de ciclo 100ms
de impulso
Duración de impulso 50Centésimas
inicial
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\Salidas de hardware
Activar salida de sen‐ 0
tido
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\Salidas de hardware\
Salida de impulso PulseOutput1_Status 1
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Totally Integrated
Automation Portal

Adapter name the PulseChannel.OutputSource


user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\Salidas de hardware\
PulseOutput2_Status 1 Salida de impulso
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\Direcciones E/S\Direcciones de salida
Dirección inicial 1000 Dirección final 1001
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Generadores de impulsos (PTO/PWM)\PTO1/PWM1\ID de hardware\ID de hardware
ID de hardware 265
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\General\Activar
Activar este genera‐ 0
dor de impulsos
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\General\Información del proyecto
Nombre Pulse_2 Comentario
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\Parametrización\Opciones de impulso
Tipo de señal PWM Base de tiempo: Milisegundos
Formato de duración Centésimas Tiempo de ciclo 100ms
de impulso
Duración de impulso 50Centésimas
inicial
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\Salidas de hardware
Activar salida de sen‐ 0
tido
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\Salidas de hardware\
Salida de impulso PulseOutput1_Status 1
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\Salidas de hardware\
PulseOutput2_Status 1 Salida de impulso
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\Direcciones E/S\Direcciones de salida
Dirección inicial 1002 Dirección final 1003
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Generadores de impulsos (PTO/PWM)\PTO2/PWM2\ID de hardware\ID de hardware
ID de hardware 266
Totally Integrated
Automation Portal

Generadores de impulsos (PTO/PWM)\PTO3/PWM3\General\Activar


Activar este genera‐ 0
dor de impulsos
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\General\Información del proyecto
Nombre Pulse_3 Comentario
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\Parametrización\Opciones de impulso
Tipo de señal PWM Base de tiempo: Milisegundos
Formato de duración Centésimas Tiempo de ciclo 100ms
de impulso
Duración de impulso 50Centésimas
inicial
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\Salidas de hardware
Activar salida de sen‐ 0
tido
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\Salidas de hardware\
Salida de impulso PulseOutput1_Status 1
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\Salidas de hardware\
PulseOutput2_Status 1 Salida de impulso
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\Direcciones E/S\Direcciones de salida
Dirección inicial 1004 Dirección final 1005
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Generadores de impulsos (PTO/PWM)\PTO3/PWM3\ID de hardware\ID de hardware
ID de hardware 267
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\General\Activar
Activar este genera‐ 0
dor de impulsos
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\General\Información del proyecto
Nombre Pulse_4 Comentario
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\Parametrización\Opciones de impulso
Tipo de señal PWM Base de tiempo: Milisegundos
Formato de duración Centésimas Tiempo de ciclo 100ms
de impulso
Duración de impulso 50Centésimas
inicial
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\Salidas de hardware
Activar salida de sen‐ 0
tido
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\Salidas de hardware\
Salida de impulso PulseOutput1_Status 1
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Totally Integrated
Automation Portal

Adapter name the PulseChannel.OutputSource


user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\Salidas de hardware\
PulseOutput2_Status 1 Salida de impulso
Adapter name the PulseChannel.AddressString Adapter name the PulseChannel.SpeedAndSourceDisplay
user control should user control should
use for the address use for the SpeedAnd‐
string SourceDisplay
Adapter name the PulseChannel.OutputSource
user control should
use for the Output
Source
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\Direcciones E/S\Direcciones de salida
Dirección inicial 1006 Dirección final 1007
Bloque de organiza‐ 0 Memoria imagen de 0
ción proceso
Generadores de impulsos (PTO/PWM)\PTO4/PWM4\ID de hardware\ID de hardware
ID de hardware 268
Arranque
Tipo de arranque Arranque en caliente - modo de opera‐ Comparación de con‐ Arranque de la CPU aunque haya difer‐
ción antes de desconexión (POWER figuraciones teórica y encias
OFF) real
Tiempo de parametri‐ 60000ms Los OB deben poder 1
zación para periferia interrumpirse
centralizada y descen‐
tralizada
Ciclo
Tiempo de vigilancia 150ms
del ciclo
Activar tiempo de ci‐ 0 Tiempo de ciclo míni‐ 1ms
clo mínimo para OB mo
cíclicos
Carga por comunicación
Carga del ciclo por co‐ 20%
municación
Marcas de sistema y de ciclo\Bits de marcas de sistema
Activar la utilización 1 Dirección del byte de 1
del byte de marcas de marcas de sistema
sistema (MBx)
Primer ciclo %M1.0 (FirstScan) Diagrama de diagnós‐ %M1.1 (DiagStatusUpdate)
tico modificado
Siempre 1 (high) %M1.2 (AlwaysTRUE) Siempre 0 (low) %M1.3 (AlwaysFALSE)
Marcas de sistema y de ciclo\Bits de marcas de ciclo
Activar la utilización 0 Dirección del byte de 0
del byte de marcas de marcas de ciclo (MBx)
ciclo
Reloj 10 Hz Reloj 5 Hz
Reloj 2.5 Hz Reloj 2 Hz
Reloj 1.25 Hz Reloj 1 Hz
Reloj 0.625 Hz Reloj 0.5 Hz
Servidor web\General
Activar servidor web False Permitir el acceso sólo True
en todos los módulos vía HTTPS
de este dispositivo
Servidor web\Actualización automática
Activar actualización True Intervalo de actualiza‐ 0s
automática ción
Totally Integrated
Automation Portal

Servidor web\User interface languages


Asignar idioma del proyecto Idiomas de la interfaz
Español (España) Alemán
Español (España) Inglés
Español (España) Francés
Español (España) Español
Español (España) Italiano
Español (España) Chino (simplificado)
Servidor web\User management
Nombre de usuario Derechos de usuario
Everybody
Servidor web\User defined web pages
Nombre de la apli‐ Ruta de origen Página HTML pre‐ Archivos con con‐ Número de DB Web Fragmento n.º de
cación HTML determinada tenido dinámico DB
index.htm .htm;.html 333 334
Servidor web\Overview of interfaces
Dispositivo Interfaz Activar acceso al servidor web
PLC_1 Interfaz PROFINET_1 False
User interface languages
Asignar idioma del proyecto Idiomas de la interfaz
Español (España) Alemán
Español (España) Inglés
Español (España) Francés
Español (España) Español
Español (España) Italiano
Español (España) Chino (simplificado)
Hora\Hora local
Zona horaria (UTC +01:00) Berlín, Berna, Bruselas,
Roma, Estocolmo, Viena
Hora\Horario de verano
Activar cambio de 1 Diferencia entre hor‐ 60min.
horario de verano ario de invierno y ve‐
rano
Hora\Horario de verano\Inicio del horario de verano
Semana de inicio del Última Domingo
mes
de Marzo a las 01:00 horas
Hora\Horario de verano\Inicio del horario de invierno
Última Domingo
de Octubre a las 02:00 horas
Protección
Nivel de protección Sin protección
Protección\Mecanismos de conexión
Permitir acceso vía co‐ False
municación PUT/GET
del interlocutor remo‐
to (PLC, HMI, OPC...)
Control de configuración\Control de configuración para configuración central
Permitir la reconfigur‐ 0
ación del dispositivo
mediante el programa
de usuario
Anchor (AddressesOverviewMenu)
Entradas True Salidas True
Huecos direcciones False Slot True
Totally Integrated
Automation Portal

Anchor (AddressesOverviewMenu)\Sinóptico de direcciones


Tipo Dir. desde Dir. hasta Módulo IPP DP PN Rack Slot
I 0 0 DI 8/DQ 6_1 Ninguno - - 0 11
I 64 67 AI 2_1 Ninguno - - 0 12
I 1000 1003 HSC_1 Ninguno - - 0 1 16
I 1004 1007 HSC_2 Ninguno - - 0 1 17
I 1008 1011 HSC_3 Ninguno - - 0 1 18
I 1012 1015 HSC_4 Ninguno - - 0 1 19
I 1016 1019 HSC_5 Ninguno - - 0 1 20
I 1020 1023 HSC_6 Ninguno - - 0 1 21
S 0 0 DI 8/DQ 6_1 Ninguno - - 0 11
S 1000 1001 Pulse_1 Ninguno - - 0 1 32
S 1002 1003 Pulse_2 Ninguno - - 0 1 33
S 1004 1005 Pulse_3 Ninguno - - 0 1 34
S 1006 1007 Pulse_4 Ninguno - - 0 1 35
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


Bascula [OB1]
Bascula Propiedades
General
Nombre Bascula Número 1 Tipo OB
Idioma KOP Numeración automática
Información
Título "Main Program Sweep Autor Comentario
(Cycle)"
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Initial_Call Bool Initial call of this OB
Remanence Bool =True, if remanent data are available
Temp
Constant

Segmento 1:

%FC1
"Seguridad"
EN ENO

Símbolo Dirección Tipo Comentario

Segmento 2:

%FC2
"Modos Marcha"
EN ENO

%FC3
"Paros"
EN ENO

%FC4
"Proceso"
EN ENO

Símbolo Dirección Tipo Comentario


Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


Seguridad [FC1]
Seguridad Propiedades
General
Nombre Seguridad Número 1 Tipo FC
Idioma KOP Numeración automática
Información
Título Autor Comentario Control
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Output
InOut
Temp
Constant
Return
Seguridad Void

Segmento 1:

%M1.0 %M0.2
"FirstScan" "E21"
S

%M0.4 %I0.4 %I0.5 %M6.0 %M2.0 %M4.0 %M0.4


"E23" "FC1" "FC2" "E0" "E30" "E50" "E23"
R

Símbolo Dirección Tipo Comentario


"E0" %M6.0 Bool
"E21" %M0.2 Bool
"E23" %M0.4 Bool
"E30" %M2.0 Bool
"E50" %M4.0 Bool
"FC1" %I0.4 Bool
"FC2" %I0.5 Bool
"FirstScan" %M1.0 Bool

Segmento 2:

%M0.2 %I0.0 %M0.3


"E21" "PE" "E22"
S

%M0.2
"E21"
R
Totally Integrated
Automation Portal

Símbolo Dirección Tipo Comentario


"E21" %M0.2 Bool
"E22" %M0.3 Bool
"PE" %I0.0 Bool

Segmento 3:

%M0.3 %I0.0 %M0.4


"E22" "PE" "E23"
S

%M0.3
"E22"
R

Símbolo Dirección Tipo Comentario


"E22" %M0.3 Bool
"E23" %M0.4 Bool
"PE" %I0.0 Bool

Segmento 4: Inicio de Acciones

%M0.2 %M6.0
"E21" "E0"
S

%M2.0
"E30"
S

%M4.0
"E50"
S

%Q0.0
"Luz Encendido"

Símbolo Dirección Tipo Comentario


"E0" %M6.0 Bool
"E21" %M0.2 Bool
"E30" %M2.0 Bool
"E50" %M4.0 Bool
"Luz Encendido" %Q0.0 Bool

Segmento 5:
Totally Integrated
Automation Portal

%M0.3 %M9.0
"E22" "Congelar"
S

%M9.2
"Cerrar C1"

%M9.4
"Cerrar C2"

%Q0.1
"Luz Paro
emergencia"

Símbolo Dirección Tipo Comentario


"Cerrar C1" %M9.2 Bool
"Cerrar C2" %M9.4 Bool
"Congelar" %M9.0 Bool
"E22" %M0.3 Bool
"Luz Paro emergencia" %Q0.1 Bool

Segmento 6:
Totally Integrated
Automation Portal

%M0.4 %M9.0
"E23" "Congelar"
R
MOVE
EN ENO
0 IN %MW6
OUT1 "RePro1"

MOVE
EN ENO
0 IN %MW7
OUT1 "RePro2"

MOVE
EN ENO
0 IN %MW8
OUT1 "RePro3"

MOVE
EN ENO
0 IN %MW4
OUT1 "RePa1"

MOVE
EN ENO
0 IN %MW5
OUT1 "RePa2"

MOVE
EN ENO
0 IN %MW2
OUT1 "ReMa"

MOVE
EN ENO
0 IN %MW9
OUT1 "marcas1"

MOVE
EN ENO
0 IN %MW10
OUT1 "marcas2"

%Q0.2
"Luz MA"
R

%Q0.4
"Luz MM"
R

%Q0.3
"Luz MS"
R

Símbolo Dirección Tipo Comentario


"Congelar" %M9.0 Bool
"E23" %M0.4 Bool
"Luz MA" %Q0.2 Bool
"Luz MM" %Q0.4 Bool
"Luz MS" %Q0.3 Bool
"marcas1" %MW9 Word
"marcas2" %MW10 Word
"ReMa" %MW2 Word
"RePa1" %MW4 Word
"RePa2" %MW5 Word
Totally Integrated
Automation Portal

Símbolo Dirección Tipo Comentario


"RePro1" %MW6 Word
"RePro2" %MW7 Word
"RePro3" %MW8 Word
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


Modos Marcha [FC2]
Modos Marcha Propiedades
General
Nombre Modos Marcha Número 2 Tipo FC
Idioma KOP Numeración automática
Información
Título Autor Comentario
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Output
InOut
Temp
Constant
Return
Modos Marcha Void

Segmento 1:
Totally Integrated
Automation Portal

%M2.0 %M9.0 %I0.1 %I0.2 %I0.3 %M2.1


"E30" "Congelar" "MA" "MS" "MM" "E31"
S

%M15.0 %M15.1 %M15.2 %M2.0


"MAHMI" "MSHMI" "MMHMI" "E30"
R

%M2.2
"E32"
R

%M2.3
"E33"
R

%I0.2 %I0.1 %I0.3 %M2.2


"MS" "MA" "MM" "E32"
S

%M15.1 %M15.0 %M15.2 %M2.0


"MSHMI" "MAHMI" "MMHMI" "E30"
R

%M2.1
"E31"
R

%M2.3
"E33"
R

%I0.3 %I0.2 %I0.1 %M2.3


"MM" "MS" "MA" "E33"
S

%M15.2 %M15.1 %M15.0 %M2.0


"MMHMI" "MSHMI" "MAHMI" "E30"
R

%M2.1
"E31"
R

%M2.2
"E32"
R

Símbolo Dirección Tipo Comentario


"Congelar" %M9.0 Bool
"E30" %M2.0 Bool
"E31" %M2.1 Bool
"E32" %M2.2 Bool
"E33" %M2.3 Bool
"MA" %I0.1 Bool
"MAHMI" %M15.0 Bool
"MM" %I0.3 Bool
"MMHMI" %M15.2 Bool
"MS" %I0.2 Bool
"MSHMI" %M15.1 Bool

Segmento 2:
Totally Integrated
Automation Portal

%M10.1
%M2.1 %M9.0 %M10.0 "Semiautomatico %M10.2 %M2.0
"E31" "Congelar" "Automatico" " "Manual" "E30"
S

%M2.1
"E31"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E30" %M2.0 Bool
"E31" %M2.1 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool

Segmento 3:

%M10.1
%M2.2 %M9.0 "Semiautomatico %M10.0 %M10.2 %M2.0
"E32" "Congelar" " "Automatico" "Manual" "E30"
S

%M2.2
"E32"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E30" %M2.0 Bool
"E32" %M2.2 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool

Segmento 4:

%M10.1
%M2.3 %M9.0 %M10.2 "Semiautomatico %M10.0 %M2.0
"E33" "Congelar" "Manual" " "Automatico" "E30"
S

%M2.3
"E33"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E30" %M2.0 Bool
"E33" %M2.3 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool
Totally Integrated
Automation Portal

Segmento 5: Inicio de acciones

%M2.1 %M9.0 %M10.0


"E31" "Congelar" "Automatico"
S

%M10.1
"Semiautomatico
"
R

%M10.2
"Manual"
R

%Q0.2
"Luz MA"
S

%Q0.3
"Luz MS"
R

%Q0.4
"Luz MM"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E31" %M2.1 Bool
"Luz MA" %Q0.2 Bool
"Luz MM" %Q0.4 Bool
"Luz MS" %Q0.3 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool

Segmento 6:
Totally Integrated
Automation Portal

%M10.1
%M2.2 %M9.0 "Semiautomatico
"E32" "Congelar" "
S

%M10.0
"Automatico"
R

%M10.2
"Manual"
R

%Q0.3
"Luz MS"
S

%Q0.2
"Luz MA"
R

%Q0.4
"Luz MM"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E32" %M2.2 Bool
"Luz MA" %Q0.2 Bool
"Luz MM" %Q0.4 Bool
"Luz MS" %Q0.3 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool

Segmento 7:

%M2.3 %M9.0 %M10.2


"E33" "Congelar" "Manual"
S

%M10.1
"Semiautomatico
"
R

%M10.0
"Automatico"
R

%Q0.4
"Luz MM"
S

%Q0.3
"Luz MS"
R

%Q0.2
"Luz MA"
R
Totally Integrated
Automation Portal

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"Congelar" %M9.0 Bool
"E33" %M2.3 Bool
"Luz MA" %Q0.2 Bool
"Luz MM" %Q0.4 Bool
"Luz MS" %Q0.3 Bool
"Manual" %M10.2 Bool
"Semiautomatico" %M10.1 Bool
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


Paros [FC3]
Paros Propiedades
General
Nombre Paros Número 3 Tipo FC
Idioma KOP Numeración automática
Información
Título Autor Comentario
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Output
InOut
Temp
Constant
Return
Paros Void

Segmento 1:

%M4.0 %M9.0 %M15.3 %M4.1


"E50" "Congelar" "PFC" "E51"
S

%M4.0
"E50"
R

%M15.4 %M4.2
"PED" "E52"
R

%M4.0
"E50"
R

Símbolo Dirección Tipo Comentario


"Congelar" %M9.0 Bool
"E50" %M4.0 Bool
"E51" %M4.1 Bool
"E52" %M4.2 Bool
"PED" %M15.4 Bool
"PFC" %M15.3 Bool

Segmento 2:
Totally Integrated
Automation Portal

%M4.1 %M9.0 %M8.3 %M4.0


"E51" "Congelar" "E19" "E50"
S

%M4.1
"E51"
R

%M15.4 %M4.3
"PED" "E53"
S

%M4.1
"E51"
R

Símbolo Dirección Tipo Comentario


"Congelar" %M9.0 Bool
"E19" %M8.3 Bool
"E50" %M4.0 Bool
"E51" %M4.1 Bool
"E53" %M4.3 Bool
"PED" %M15.4 Bool

Segmento 3:

%M4.3 %M9.0 %M15.5 %M4.4


"E53" "Congelar" "continuar" "E54"
S

%M4.3
"E53"
R

Símbolo Dirección Tipo Comentario


"Congelar" %M9.0 Bool
"continuar" %M15.5 Bool
"E53" %M4.3 Bool
"E54" %M4.4 Bool

Segmento 4:

%M4.4 %M4.1
"E54" "E51"
S

%M4.4
"E54"
R

Símbolo Dirección Tipo Comentario


"E51" %M4.1 Bool
"E54" %M4.4 Bool
Totally Integrated
Automation Portal

Segmento 5:

%M4.2 %M15.5 %M4.0


"E52" "continuar" "E50"
S

%M4.2
"E52"
R

Símbolo Dirección Tipo Comentario


"continuar" %M15.5 Bool
"E50" %M4.0 Bool
"E52" %M4.2 Bool

Segmento 6: Inicio de acciones

%M4.0 %M10.3
"E50" "Paro ciclo"
R

%M10.4
"paro estado"
R

Símbolo Dirección Tipo Comentario


"E50" %M4.0 Bool
"Paro ciclo" %M10.3 Bool
"paro estado" %M10.4 Bool

Segmento 7:

%M4.1 %M10.3
"E51" "Paro ciclo"
S

Símbolo Dirección Tipo Comentario


"E51" %M4.1 Bool
"Paro ciclo" %M10.3 Bool

Segmento 8:

%M4.3 %M10.4
"E53" "paro estado"
S

Símbolo Dirección Tipo Comentario


"E53" %M4.3 Bool
"paro estado" %M10.4 Bool
Totally Integrated
Automation Portal

Segmento 9:

%M4.2 %M10.4
"E52" "paro estado"
S

Símbolo Dirección Tipo Comentario


"E52" %M4.2 Bool
"paro estado" %M10.4 Bool

Segmento 10:

%M4.4 %M10.4
"E54" "paro estado"
R

Símbolo Dirección Tipo Comentario


"E54" %M4.4 Bool
"paro estado" %M10.4 Bool
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


Proceso [FC4]
Proceso Propiedades
General
Nombre Proceso Número 4 Tipo FC
Idioma KOP Numeración automática
Información
Título Autor Comentario
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Output
InOut
Temp
Constant
Return
Proceso Void

Segmento 1:

%M6.0 %M15.6 %M6.4


"E0" "Inicio" "E4"
S

%M10.1 %M6.1
"Semiautomatico "E1"
" S

%M6.0
%M10.3 "E0"
"Paro ciclo" R

Símbolo Dirección Tipo Comentario


"E0" %M6.0 Bool
"E1" %M6.1 Bool
"E4" %M6.4 Bool
"Inicio" %M15.6 Bool
"Paro ciclo" %M10.3 Bool
"Semiautomatico" %M10.1 Bool

Segmento 2:
Totally Integrated
Automation Portal

%M6.1 %M15.4 %M6.2


"E1" "PED" "E2"
S

%M10.2 %M6.1
"Manual" "E1"
R

%M15.7 %M6.3
"L1" "E3"
S

%M6.1
"E1"
R

%M6.2 %M15.5 %M6.1


"E2" "continuar" "E1"
S

%M6.2
"E2"
R

Símbolo Dirección Tipo Comentario


"continuar" %M15.5 Bool
"E1" %M6.1 Bool
"E2" %M6.2 Bool
"E3" %M6.3 Bool
"L1" %M15.7 Bool
"Manual" %M10.2 Bool
"PED" %M15.4 Bool

Segmento 3:

%M6.4 %M15.4 %M6.5


"E4" "PED" "E5"
S

%M10.2 %M6.4
"Manual" "E4"
R

%M16.0 %M6.6
"L2" "E6"
S

%M6.4
"E4"
R

%M6.5 %M15.5 %M6.4


"E5" "continuar" "E4"
S

%M6.5
"E5"
R

Símbolo Dirección Tipo Comentario


"continuar" %M15.5 Bool
"E4" %M6.4 Bool
Totally Integrated
Automation Portal

Símbolo Dirección Tipo Comentario


"E5" %M6.5 Bool
"E6" %M6.6 Bool
"L2" %M16.0 Bool
"Manual" %M10.2 Bool
"PED" %M15.4 Bool

Segmento 4:

%M6.3 %M6.6 %I0.6 %I0.7 %M6.7


"E3" "E6" "FC3" "FC4" "E7"
S

%M6.3
"E3"
R

%M6.6
"E6"
R

Símbolo Dirección Tipo Comentario


"E3" %M6.3 Bool
"E6" %M6.6 Bool
"E7" %M6.7 Bool
"FC3" %I0.6 Bool
"FC4" %I0.7 Bool

Segmento 5:

%M6.7 %M19.3 %M7.0


"E7" "E63" "E8"
S

%M6.7
"E7"
R

Símbolo Dirección Tipo Comentario


"E7" %M6.7 Bool
"E8" %M7.0 Bool
"E63" %M19.3 Bool

Segmento 6:
Totally Integrated
Automation Portal

%M10.1
%M7.0 "Semiautomatico %M6.0
"E8" " "E0"
S

%M10.3 %M7.0
"Paro ciclo" "E8"
R

"cont".CD

%M10.0 %M6.1
"Automatico" "E1"
S

"cont".CU %M6.4
"E4"
S

%M7.0
"E8"
R

Símbolo Dirección Tipo Comentario


"Automatico" %M10.0 Bool
"cont".CD Bool
"cont".CU Bool
"E0" %M6.0 Bool
"E1" %M6.1 Bool
"E4" %M6.4 Bool
"E8" %M7.0 Bool
"Paro ciclo" %M10.3 Bool
"Semiautomatico" %M10.1 Bool

Segmento 7: Acciones

%DB1
"cont"
%M7.0 CTU
"E8" Int
CU Q
CV ...
%M6.0
"E0"
R
10 PV

Símbolo Dirección Tipo Comentario


"E0" %M6.0 Bool
"E8" %M7.0 Bool

Segmento 8:
Totally Integrated
Automation Portal

%M6.1 %M9.1
"E1" "Abrir C1"

Símbolo Dirección Tipo Comentario


"Abrir C1" %M9.1 Bool
"E1" %M6.1 Bool

Segmento 9:

%M6.3 %M9.2
"E3" "Cerrar C1"

%M6.2
"E2"

Símbolo Dirección Tipo Comentario


"Cerrar C1" %M9.2 Bool
"E2" %M6.2 Bool
"E3" %M6.3 Bool

Segmento 10:

%M6.4 %M9.3
"E4" "Abrir C2"

Símbolo Dirección Tipo Comentario


"Abrir C2" %M9.3 Bool
"E4" %M6.4 Bool

Segmento 11:

%M6.5 %M9.4
"E5" "Cerrar C2"

%M6.6
"E6"

Símbolo Dirección Tipo Comentario


"Cerrar C2" %M9.4 Bool
"E5" %M6.5 Bool
"E6" %M6.6 Bool

Segmento 12:
Totally Integrated
Automation Portal

%M6.7 %M19.0
"E7" "E60"
S
%FC5
"subrutina"
EN ENO

Símbolo Dirección Tipo Comentario


"E7" %M6.7 Bool
"E60" %M19.0 Bool
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa


subrutina [FC5]
subrutina Propiedades
General
Nombre subrutina Número 5 Tipo FC
Idioma KOP Numeración automática
Información
Título Autor Comentario
Familia Versión 0.1 ID personali‐
zada

Nombre Tipo de datos Valor predet. Comentario


Input
Output
InOut
Temp
Constant
Return
subrutina Void

Segmento 1:

%M19.0 %M6.7 %M19.1


"E60" "E7" "E61"
S

%M19.0
"E60"
R

Símbolo Dirección Tipo Comentario


"E7" %M6.7 Bool
"E60" %M19.0 Bool
"E61" %M19.1 Bool

Segmento 2:

%M19.1
"E61"

Símbolo Dirección Tipo Comentario


"E61" %M19.1 Bool
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Bloques de programa /


Bloques de sistema / Recursos de programa
cont [DB1]
cont Propiedades
General
Nombre cont Número 1 Tipo DB
Idioma DB Numeración automática
Información
Título Autor Simatic Comentario
Familia IEC Versión 1.0 ID personali‐ CNTR
zada

Nombre Tipo de da‐ Valor de arranque Rema‐ Accesi‐ Visible Valor Comentario
tos nencia ble en HMI de
desde ajuste
HMI
Static
CU Bool false True True True False
CD Bool false True True True False
R Bool false True True True False
LD Bool false True True True False
QU Bool false True True True False
QD Bool false True True True False
PV Int 0 True True True False
CV Int 0 True True True False
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly]


Objetos tecnológicos
Esta carpeta está vacía.
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC /


Tabla de variables estándar [33]
Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
System_Byte Byte %MB1 False True True
FirstScan Bool %M1.0 False True True
DiagStatusUpdate Bool %M1.1 False True True
AlwaysTRUE Bool %M1.2 False True True
AlwaysFALSE Bool %M1.3 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC /


Tabla de variables estándar [33]
Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Entradas [8]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
PE Bool %I0.0 False True True
FC1 Bool %I0.4 False True True
FC2 Bool %I0.5 False True True
FC3 Bool %I0.6 False True True
FC4 Bool %I0.7 False True True
MA Bool %I0.1 False True True
MS Bool %I0.2 False True True
MM Bool %I0.3 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Entradas [8]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Entradas HMI [9]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
MAHMI Bool %M15.0 False True True
MSHMI Bool %M15.1 False True True
MMHMI Bool %M15.2 False True True
PFC Bool %M15.3 False True True
PED Bool %M15.4 False True True
continuar Bool %M15.5 False True True
Inicio Bool %M15.6 False True True
L1 Bool %M15.7 False True True
L2 Bool %M16.0 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Entradas HMI [9]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC /


Estados modos marcha [9]
Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
E30 Bool %M2.0 False True True
E31 Bool %M2.1 False True True
E32 Bool %M2.2 False True True
E33 Bool %M2.3 False True True
E34 Bool %M2.4 False True True
E35 Bool %M2.5 False True True
E36 Bool %M2.6 False True True
E37 Bool %M2.7 False True True
ReMa Word %MW2 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC /


Estados modos marcha [9]
Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados paros [12]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
E50 Bool %M4.0 False True True
E51 Bool %M4.1 False True True
E52 Bool %M4.2 False True True
E53 Bool %M4.3 False True True
E54 Bool %M4.4 False True True
E55 Bool %M4.5 False True True
E56 Bool %M4.6 False True True
E57 Bool %M4.7 False True True
E58 Bool %M5.0 False True True
E59 Bool %M5.1 False True True
RePa1 Word %MW4 False True True
RePa2 Word %MW5 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados paros [12]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados Produccion [23]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
E0 Bool %M6.0 False True True
E1 Bool %M6.1 False True True
E2 Bool %M6.2 False True True
E3 Bool %M6.3 False True True
E4 Bool %M6.4 False True True
E5 Bool %M6.5 False True True
E6 Bool %M6.6 False True True
E7 Bool %M6.7 False True True
E8 Bool %M7.0 False True True
E9 Bool %M7.1 False True True
E10 Bool %M7.2 False True True
E11 Bool %M7.3 False True True
E12 Bool %M7.4 False True True
E13 Bool %M7.5 False True True
E14 Bool %M7.6 False True True
E15 Bool %M7.7 False True True
E16 Bool %M8.0 False True True
E17 Bool %M8.1 False True True
E18 Bool %M8.2 False True True
E19 Bool %M8.3 False True True
RePro1 Word %MW6 False True True
RePro2 Word %MW7 False True True
RePro3 Word %MW8 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados Produccion [23]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados Seguridad [4]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
E20 Bool %M0.1 False True True
E21 Bool %M0.2 False True True
E22 Bool %M0.3 False True True
E23 Bool %M0.4 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados Seguridad [4]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados subprograma [5]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
E60 Bool %M19.0 False True True
E61 Bool %M19.1 False True True
E62 Bool %M19.2 False True True
E63 Bool %M19.3 False True True
E64 Bool %M19.4 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Estados subprograma [5]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Marcas [14]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
Congelar Bool %M9.0 False True True
Abrir C1 Bool %M9.1 False True True
Cerrar C1 Bool %M9.2 False True True
Abrir C2 Bool %M9.3 False True True
Cerrar C2 Bool %M9.4 False True True
Vaciar Bascula Bool %M9.5 False True True
Retornar Bascula Bool %M9.6 False True True
Automatico Bool %M10.0 False True True
Semiautomatico Bool %M10.1 False True True
Manual Bool %M10.2 False True True
marcas1 Word %MW9 False True True
marcas2 Word %MW10 False True True
Paro ciclo Bool %M10.3 False True True
paro estado Bool %M10.4 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Marcas [14]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Salidas [6]


Variables PLC
Variables PLC
Nombre Tipo de datos Dirección Rema‐ Visible Accesi‐ Comentario
nencia en HMI ble
desde
HMI
Luz Encendido Bool %Q0.0 False True True
Luz Paro emergencia Bool %Q0.1 False True True
Luz MA Bool %Q0.2 False True True
Luz MS Bool %Q0.3 False True True
Luz MM Bool %Q0.4 False True True
Luz Funcionamiento Bool %Q0.5 False True True
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Variables PLC / Salidas [6]


Constantes de usuario
Constantes de usuario
Nombre Tipo de datos Valor Comentario
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly]


Tipos de datos PLC
Esta carpeta está vacía.
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] /


Tablas de observación y forzado permanente
Tabla de forzado permanente
Nombre Dirección Formato visualización Valor de forzado per‐ Comentario
manente
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly] / Traces


Mediciones
Esta carpeta está vacía.
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly]


Listas de textos
Esta carpeta está vacía.
Totally Integrated
Automation Portal

PLC_1 [CPU 1212C AC/DC/Rly]


Módulos locales
Esta carpeta está vacía.

You might also like