Lab 07 - PFbus Allen Bradley

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 12

Nro.

Supervisión y Control de Procesos Industriales Página 1 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

LABORATORIO N° 01

“Maestro Profibus en Estación


Remota”

1.-

Alumnos: 2.-

3.-
:
Grupo Profesor: Cesar
Nota:
Valdivia
Programa :
Hora
Fecha de entrega :
:
Nro.
Supervisión y Control de Procesos Industriales Página 2 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

I. OBJETIVOS
1. Implementar y configurar una red PROFIBUS entre un maestro Prosoft para ControlLogix y una
estación de entradas y salidas remotas.
2. Configurar los parámetros de redes.
3. Realizar las conexiones de redes.
4. Implementar la lógica para el control de entradas y salidas

II. RECURSOS
1. EQUIPOS Y SOFTWARE:
a. Chassis ControlLogix con Maestro Profibus Prosoft, módulos de entradas y salidas
Flex I/O
b. RSLinx Classic, Studio 5000, Prosoft Configuration Builder.

III. PROCEDIMIENTO

1. Prepare el programa en Studio 5000 para establecer comunicación con el Esclavo profibus Flex I/O
1794-APB a través de la red EtherNet/IP.

Esquema de redes

1.1 Crear un proyecto nuevo en Studio 5000 para el controlador L24ER.

1.2 Luego de analizar el esquema de red, se debe configurar la conexión mediante


EtherNet/IP para tomar control del chassis ControlLogix, en el cual, se encuentra
instalado el maestro profibus MVI56-PDPMV1.
1.3 Agregar el módulo de comunicaciones profibus. Utilice el procedimiento que se detalla a
continuación, pero tenga presente que el maestro está instalado en una estación remota
que se comunica mediante EtherNet/IP con nuestro controlador CompactLogix:
Nro.
Supervisión y Control de Procesos Industriales Página 3 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

Creating the Module - Legacy


1 Add the MVI56-PDPMV1 module to the project.

In the Controller Organization window, select I/O CONFIGURATION and click the right mouse
button to open a shortcut menu. On the shortcut menu, choose NEW MODULE.

This action opens the Select Module dialog box.

2 Select the 1756-MODULE (GENERIC 1756 MODULE) from the list and click OK. This action
opens the New Module dialog box.
Nro.
Supervisión y Control de Procesos Industriales Página 4 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

3 Set the Module Properties values as follows:

4 On the Connection tab, set the RPI value for your project. Click OK to confirm.
Nro.
Supervisión y Control de Procesos Industriales Página 5 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

Now the MVI56-PDPMV1 module will be visible in the I/O Configuration section (respete el
número de slot que tiene el PLC).

Importing the Ladder Rung - LEGACY

1 Open your application in Studio 5000.


2 Expand the Tasks folder, and then expand the MainTask folder.
3 On the MainProgram folder, click the right mouse button to open a shortcut menu. On the
shortcut menu, choose NEW ROUTINE.
4 In the New Routine dialog box, enter the name and description of your routine, and then
click OK.
5 Select an empty rung in the new routine, and then click the right mouse button to open a
shortcut menu. On the shortcut menu, choose IMPORT RUNG.
Nro.
Supervisión y Control de Procesos Industriales Página 6 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

6 Select the MVI56PDPMV1_LEGACY_AddOn_Rung_v*.L5X and click the IMPORT button.

7 A window will be displayed showing the controller tags to be created during the import
procedure.

8 If you are using the module in a different slot (or remote rack) select the correct
connection input and output variables to provide the correct path to the module. If your module
is located in Slot 1 of the local rack, this step is not required.
Nro.
Supervisión y Control de Procesos Industriales Página 7 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

9 Click OK to confirm the import. RSLogix will indicate that the import is in progress:

10 When the import is completed, the new rung with the Add-On Instruction will be visible as
shown in the following illustration.
Nro.
Supervisión y Control de Procesos Industriales Página 8 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

2. Realice la descarga de su programa al controlador.

Configuración de la Red Profibus

3. Mediante el software Prosoft Configuration Buider configure la red profibus y el maestro MVI56-
PDPMV1.

Setting Up the Project


To begin, start ProSoft Configuration Builder (PCB). ProSoft Configuration Builder’s window
consists of a tree view on the left, and an information pane and configuration pane on the right
side of the window. The tree view consists of folders for Default Project and Default Location,
with a Default Module in the Default Location folder.
Nro.
Supervisión y Control de Procesos Industriales Página 9 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

Start by adding the MVI56-PDPMV1 module to the project.


1 Use the mouse to select DEFAULT MODULE in the tree view, and then click the right mouse
button to open a shortcut menu.
2 On the shortcut menu, choose CHOOSE MODULE TYPE. This action opens the Choose
Module Type dialog box.

3 In the Product Line Filter area of the dialog box, select MVI56. In the Select Module Type
dropdown list, select MVI56-PDPMV1, and then click OK to save your settings and return to
the main PCB window.
Nro.
Supervisión y Control de Procesos Industriales Página 10 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

Setting Module Parameters


Notice that the contents of the information pane and the configuration pane changed when
you added the MVI56-PDPMV1 module to the project. The red "X" icon indicates that the
module’s configuration is incomplete.

In the following steps, you will provide the missing information to make the red "X"s go away.
1 Click the plus sign [+] next to the module to expand the module tree, and then expand the
MVI PDPM-V1 tree.
2 Double-click the MVI56 PROFIBUS MASTER object. This action opens the Edit dialog box.
3 In the Edit dialog box, configure the values for INPUT DATA SIZE and OUTPUT DATA SIZE
(PROFIBUS input and output words) to match the values required by your application. To
change a value, select the parameter to modify in the left pane, and then type the new value
in the edit field in the right pane.

For the sample application, the input and output data size values should both be 768.
Nro.
Supervisión y Control de Procesos Industriales Página 11 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

4 Click OK to save your settings and return to the main PCB window.
At this time, you may wish to rename the DEFAULT PROJECT and DEFAULT LOCATION folders in
the tree view.

Configuración del maestro Profibus: En esta sección se debe agregar la


configuración par que el Maestro se comunique con el esclavo. El esclavo es un
dispositivo Flex I/O que consta de módulos de Entradas y Salidas. Para la asignación
de direcciones de memoria emplearemos la siguiente estructura:
Nro.
Supervisión y Control de Procesos Industriales Página 12 / 12

Tema :
PROFIBUS
Grupo
Nota: Fecha: Lab. Nº

El siguiente procedimiento explica la configuración para otro tipo de esclavo, pero nos
servirá como guía para configurar nuestro esclavo Flex I/O.

4. Una vez configurada la red y realizado el programa, ubique los tags donde se alojan las entradas y
las salidas e implemente la lógica necesaria para activar salidas y leer entradas.
5. Documente sus Observaciones y Hallazgos en la presente experiencia

IV. Conclusiones

__________________________
FIN DEL DOCUMENTO

También podría gustarte

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy