Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

ProSoft MVI56-PDPMV1: ProFIBUS DPV1 Master Module Complete Guide

F: | Au:FAN | DA:2026-03-25 | 462 Br: | 🔊 点击朗读正文 ❚❚ | Share:

ProSoft MVI56-PDPMV1 PROFIBUS DPV1 Master Module Complete Guide

Introduction

In modern industrial automation systems, efficient and reliable data exchange between devices from different manufacturers is a core requirement. PROFIBUS (Process Field Bus) is one of the most widely used field buses worldwide, connecting countless PLCs, drivers, I/O stations, and sensors. The MVI56-PDPMV1 module from ProSoft Technology is designed to build a robust and high-performance bridge between the Rockwell Automation ControlLogix platform and the PROFIBUS network.

This article aims to provide users with a comprehensive technical guide on the MVI56-PDPMV1 module. We will systematically organize the complete process from hardware installation, software configuration, network construction to advanced functional applications (such as DPV1 non cyclic communication and email messaging) based on the official user manual, to help engineers and technicians fully understand and utilize the powerful functions of this module.


1. Module Overview and Core Functions

MVI56-PDPMV1 is a single slot PROFIBUS DPV1 master module designed specifically for the ControlLogix platform. It is not only a physical I/O module, but also an intelligent protocol conversion and data processing engine. Its core functions are reflected in the following aspects:

1.1 Hardware and Electrical Characteristics

The module is compatible with the 1756 backplane and can be directly inserted into the ControlLogix rack. Its electrical parameters include: backplane current load of 800 mA @ 5 Vdc and 3 mA @ 24 Vdc, operating temperature range of 0 ° C to 60 ° C, suitable for most industrial field environments. The PROFIBUS port adopts an electrically isolated RS-485 interface, equipped with a 9-pin D-sub female connector, and supports baud rates up to 12 Mbps. The module also includes an RJ45 configuration/debugging port for serial communication with the PC.

1.2 Protocol and Function Support

As the main station of DPV1, MVI56-PDPMV1 fully complies with the IEC 61158 standard and supports the following key functions:

Circular data exchange: Automatically manages I/O data on the PROFIBUS network, supporting up to 1536 bytes of input and 1536 bytes of output.

DPV1 non cyclic communication: supports MSAC1 read-write services, allowing access to parameters, diagnostic, and calibration data of slave devices during normal cyclic data exchange intervals.

DPV1 alarm processing: capable of automatically receiving and processing alarm information sent from the station.

Synchronization and Freeze Commands: Supports Sync and Freeze modes for event driven output synchronization and input locking.

Extended diagnosis: Supports extended diagnostic data provided by the slave station, making it easy to quickly locate faults.

Flexible I/O size: Through FLEX mode, users can customize the size of backplane I/O blocks to optimize network bandwidth for remote rack applications.


2. Hardware installation and safety instructions

Proper hardware installation is the foundation for stable system operation. Before installation, please be sure to read and follow the following safety warnings and operating procedures.

2.1 Safety Warning (Key Information Excerpt)

The manual emphasizes the use of critical safety warnings in hazardous environments (Class I, Division 2), which must be strictly followed:

Explosion hazard - replacement of components: Replacement of components may impair their suitability for Class I, Zone 2 environments.

Explosion hazard - power-off operation: In hazardous areas, the power must be turned off before replacing or wiring modules.

Explosion hazard - live plugging: Do not disconnect equipment without cutting off power or confirming environmental safety.

Power limitation: The device must only be powered by Class 2 output.

2.2 Installation steps

Power off: Before inserting or unplugging modules, be sure to turn off the ControlLogix backplane power.

Positioning and Insertion: Align the module with the upper and lower rails of the rack, smoothly slide it into the rack until the module firmly contacts the backplane connector. Ensure that the buckle at the top of the module is securely inserted into the locking hole of the rack.

Record slot: Record the slot number where the module is located. This information is crucial in the subsequent RSLogix 5000 software configuration.

Power on: After confirming that the module is securely installed, power on the backplane again.

3. System requirements and software installation

Before starting the configuration, ensure that your PC and workstation meet the minimum system requirements.

3.1 Minimum System Requirements

Hardware: Pentium II 450 MHz processor, 128 MB RAM, 100 MB hard disk space, and graphics card supporting at least 800x600 resolution. Recommend using Pentium III 733 MHz and 256 MB RAM for better performance.

Software:

Operating System: Microsoft Windows XP Professional (SP1/2), Windows 2000 Professional (SP1-3), or Windows Server 2003.

Rockwell Automation RSLogix 5000 (version 2.51 or higher).

Rockwell Automation RSLinx communication software.

ProSoft Configuration Builder (PCB) configuration software.

3.2 Software Installation

Install ProSoft Configuration Builder: Download the latest version of PCB from the official ProSoft website (www.prosoft technology. com/PCB). PCB is the core tool for configuring module PROFIBUS network and slave stations.

Install RSLogix 5000: Used to write control logic for the ControlLogix processor and interact I/O configuration and status data with the MVI56-PDPMV1 module. The module provides example ladder diagram programs and Add On Instruction (AOI) files, which can greatly simplify programming work.


4. Core working modes: LEGACY and FLEX

The MVI56-PDPMV1 module can operate in two core modes based on its firmware version: LEGACY mode and FLEX mode. Understanding the difference between these two modes is crucial for selecting appropriate example programs and optimizing performance.

4.1 LEGACY mode (backward compatible)

Applicable scenarios: The module firmware version is 0.30, or the firmware version is 1.21 or above and the configuration parameter "USE LEGACY MODE" is set to "YES".

Features:

Fixed I/O block size: The input block size is fixed at 250 words, and the output block size is fixed at 248 words.

Data integration: Status data, email messages, and I/O data are all transmitted through regular I/O blocks.

Advantages: Simple configuration, suitable for all firmware versions, providing complete backward compatibility.

4.2 FLEX mode (flexible and efficient)

Applicable scenario: The module firmware version is 1.21 or above, and the configuration parameter "USE LEGACY MODE" is set to "NO".

Features:

Variable I/O block size: The input block size can be adjusted between 12 and 250 words, and the output block size can be adjusted between 5 and 248 words.

Optimize data transmission: Status data, slave diagnostic data, and mailbox data are transmitted through MSG instructions instead of occupying regular I/O blocks. This helps to fully utilize I/O blocks for process data, thereby improving transmission efficiency.

Support IOT instructions: Immediate output instructions (IOT) can be used to override RPI time, achieving faster output data updates.

Advantage: Especially suitable for remote rack applications, saving ControlNet or EtherNet/IP bandwidth by optimizing I/O block size. Meanwhile, by separating state and process data, the backplane transmission performance has been improved.


5. Configure MVI56-PDPMV1 module

The configuration module requires the collaborative use of ProSoft Configuration Builder (PCB) and RSLogix 5000 software.

5.1 Setting Items in PCB

Start the PCB, create a new project, and select the "MVI56-PDPMV1" module type.

Set module parameters: Double click the "MVI56 PROFIBUS MASTER" object to set key module parameters:

INPUT DATA SIZE and OUTPUT DATA SIZE: Configure the word length of PROFIBUS input/output data (up to 768 words).

USE LEGACY MODE: Based on the above analysis, select the module working mode (YES/NO).

5.2 Configuring PROFIBUS Network

Install GSD file: The GSD file is a device description file for PROFIBUS slave stations. In the PCB, install the GSD files of all the slave devices that need to be connected through the "Tools" ->"Install New GS * File" menu.

Add and configure slaves:

In the "PROFIBUS DP" tree view, find the corresponding slave model and drag it to the bus configuration window.

Assign a unique PROFIBUS address (1-125) to the slave station.

Configure the required input/output modules based on the product specifications of the slave station. This is usually done in the 'Slot Location Grid'.

Automatic scanning function: PCB provides automatic network scanning function. If some slave stations have been connected on site, this function can be used to quickly discover them and attempt to match GSD files based on the detected identification bytes. This provides great convenience for quickly establishing project prototypes.

5.3 Generate and Export Processor Files

View memory mapping: After completing all slave configurations, click the "SHOW Memory MAP" button to print out the mapping relationship of PROFIBUS network data in the processor. This is very helpful for cross referencing I/O data in RSLogix.

Exporting processor files (key step): This is a crucial step in the integration of PCB and RSLogix.

For PCB v2.2.0 and higher versions: Click the "EXPORT PROCESS FILE" button, and the PCB will generate a complete, customized AOI (Add On Instruction) Rung Import file (. L5X) based on your current configuration (including the slave list and module parameters). This file contains all custom data types, controller labels, and ladder diagram instructions for calling AOI. Importing it into the RSLogix 5000 project will complete the setup of most program frameworks.

For early PCB versions: This operation generates a text file containing I/O mapping data types that need to be manually added to the project.

6. Integrate modules in RSLogix 5000

The steps for integrating modules in RSLogix 5000 may vary slightly depending on the selected mode.

6.1 General Settings

Select Controller Type: In RSLogix, ensure that the controller model and firmware version used in the project match the actual hardware.

Add Module (Generic 1756 Module): In the I/O Configuration, add a new 1756-MODULE.

Set connection parameters:

Name: Name the module, for example "MVI56PDPMV1".

Comm Format: Select "Data INT".

Slot: The actual slot where the input module is located.

Input Assembly Instance: 1;  Output Assembly Instance: 2;  Configuration Assembly Instance: 4。

Input/Output Size: Fill in the correct I/O block size based on the selected mode (LEGACY or FLEX) and the configuration in the PCB.

RPI (Requested Packet Interval): Set the RPI time according to the application scenario. For local racks, if using FLEX mode, it can be set to 750ms (as IOT commands will take over control). For other situations, a value between 5-750ms can be set.

6.2 Import AOI (applicable to ControlLogix v16 and above)

After configuring in the PCB, export L5X file.

In RSLogix, create a new program or open an existing program.

Right click on "Routines" under "MainProgram", select "New Routine", and create a new routine.

In the new routine, right-click on a blank step, select "Import Rung", and then choose the previously exported one L5X file.

RSLogix automatically imports all necessary user-defined data types, controller labels, and cascade logic for calling AOI.

Adjust communication path: Check the imported AOI cascade to ensure that the I/O connection variables it references (such as Local: 1: I.Data and Local: 1: O.Data) match the module names and slots defined in your "I/O Configuration".


7. Data exchange and email messaging

The data exchanged between modules and processors is divided into three categories: process data, status data, and email messages.

7.1 Process Data Exchange

LEGACY mode: Process data is directly exchanged through fixed input/output data blocks. Input block IDs 1-4 contain PROFIBUS input data, while output block IDs 1-4 contain PROFIBUS output data.

FLEX mode: Process data is transmitted through variable backplane I/O blocks. The number of data blocks depends on the total data volume of PROFIBUS and the size of each backplate. The module will automatically divide the data into multiple blocks and distinguish them based on block IDs.

7.2 Email Messaging

Email messages are a mechanism used to exchange non cyclic data (such as diagnostics, parameter configuration, control commands) between processors and modules. It supports MSAC1 and MSAC2 services for PROFIBUS DPV1.

Email message in FLEX mode: The processor uses the MSG instruction to send a "Set Attribute Single" request to the module to trigger a mailbox function. After the module is processed, it will lock a bit in the input block to notify the processor that the response can be read. The processor then sends the 'Get Attribute Single' instruction to retrieve the response. Example commands include: Get Slave Diagnostics, Get Live List, Perform Acyclic Read/Write, etc.

Email messages in LEGACY mode: Use a special output block (ID 100-109) to send requests, and the module responds with an input block of the same ID, coordinated with status and control words.

7.3 Diagnosis and Status Data

The module provides rich diagnostic information, which can be viewed in the following ways:

LED indicator lights: The OK, BP ACT, APP STOP and other LED indicator lights on the front panel of the module provide a visual display of the basic operating status of the module. The PROFIBUS status LEDs (TKN HLD, DBASE STAT, MSTR STAT, COM STAT) reflect the status of the PROFIBUS network.

PCB diagnostic window: Connect to the module via serial port or CIPconnect to enter the online diagnostic menu of the PCB. This menu provides functions such as viewing module status, input/output databases, and PROFIBUS slave status lists (SLAVE CFG LIST, TRANSFER LIST), making it a powerful tool for network debugging.

RSLogix Controller Label: The imported AOI contains status data labels (such as MVI56PDPMV1. Status), which can be viewed directly in the RSLogix Controller Label Monitor. Among them, arrays such as FB_Slave_Cfg_List and FB_Slave_xfer can accurately display which slave has been configured and which slave is exchanging data with the master.


8. PROFIBUS comDTM

In addition to PCB, ProSoft also provides PROFIBUS comDTM (Device Type Manager). This is a software component based on FDT (Field Device Tool) technology, allowing users to configure, monitor, and diagnose modules in a unified framework application (such as PACTware, FieldCare). ComDTM communicates with modules through serial ports or Ethernet (CIPconnect), providing users with a more graphical and intuitive configuration environment.


9. Fault diagnosis and troubleshooting

When there is a problem with the system, a systematic diagnostic process is crucial.

Preliminary inspection: Confirm that all hardware connections are secure and cables are intact. Especially for PROFIBUS cables, whether the installation of shielding layers and terminal resistors complies with regulations.

Observing LED status: As mentioned earlier, LED status is the first-hand information for quickly locating problems. For example:

COM STAT LED is green but flashing: This indicates that the master station is communicating with at least one slave station, but not all configured slave stations.

The COM STAT LED is red: it may be a bus short circuit or a configuration error.

The APP STATION LED is orange, indicating that the CRC check value of the module does not match the one in the PLC.

Use PCB diagnosis: Connect the module through serial port or CIPconnect to view online diagnostic information. Checking whether the SLAVE CFG LIST and TRANSFER LIST match can quickly locate which slave station has not entered the data exchange state.

Check RSLogix status: Check the controller labels related to Status and Fieldbus in AOI. Confirm if the values of FB_Slave_Cfg_List and FB_Slave_xfer correspond.

Analyzing email message response: By sending email messages (such as Get Slave Diagnostics) and checking the returned Return Code and Fault Information, detailed error information at the slave level can be obtained. The list of error codes is defined in detail in the manual (such as 0x8010 indicating that the internal DPMC instance no longer exists).

  • Basler DECS-200-2L Digital Excitation Control
  • Basler BE1-47N Voltage Phase Sequence Relay
  • Basler AEC63-7 Analog Excitation Controller 220-277V
  • Basler BE1-50/51B-107 Overcurrent Relay
  • Basler Electric BE1‑32R BE1‑E1P‑BON0F Protective Relay
  • Basler BE1-25 Solid State Time Overcurrent Relay M1EA6PA5S1F
  • Basler MVC 232 Manual Voltage Control Module 90 37000 103 60VAC 55VDC
  • Basler RAL6144-16GM Racer GigE Line Scan Camera
  • Basler SSR 63-12 Static Voltage Regulator
  • Basler BE1-51A Overcurrent Relay
  • Basler BE1-87T Solid State Protective Relay
  • Basler SR4A2B01B3A Static Voltage Regulator
  • Basler SSR 32-12 Static Voltage Regulator
  • Basler TRR00696 Transformer 1KVA 115V
  • Basler DECS-100-B15 AVR Replacement
  • Basler BE1-27 Under-Voltage Relay
  • Basler ACA2000-50GM Interface Module
  • Basler AEC63-7 Analog Excitation Controller
  • Basler PRS 250 Veri-Sync Relay
  • Basler SR4A-2B15B3A Static Voltage Regulator
  • Basler BE1-32R Power Relay
  • Basler SR8A-2B06B3E Static Voltage Regulator
  • Basler BE1-81 O/U Frequency Relay
  • Basler BE1-51A-K2E-W6M-B1N0F Overcurrent Relay
  • Basler BE1-851 Overcurrent Relay G3A1S1 – 48-125V AC/DC
  • Basler BEI-51 Overcurrent Relay – NSN 5945-01-293-2363
  • Basler Electric L301KC Protective Relay – L301KC
  • Basler DECS-100-B15 Automatic Voltage Regulator – Generator AVR
  • Basler SR4A-2B15B3A Static Voltage Regulator – SR4A2B15B3A
  • Basler UF 312 Under Frequency Protective Module – 9094700100
  • Basler Electric MVC 232 Manual Control Module – 60VAC 55VDC 20A
  • Basler PRS 250 Veri-Sync Relay – Generator Synchronizing Relay
  • Basler DECS-100-A05 Digital Regulator Review
  • Basler AEM-2020 Analog Expansion Module Specs
  • Basler DECS-100-B15 Digital Excitation Specs
  • Basler Electric 9125600106 Regulator Component
  • Basler BE1-51A-K1E-W6M-B1N0F Overcurrent Relay
  • Basler MVC-301 MVC 300 Excitation Controller
  • Basler SSR 32-12 Static Voltage Regulator
  • Basler 9-2849-00-101 Control Module
  • Basler BE1-51A Overcurrent Relay
  • Basler BE1-51/27R Overcurrent Relay
  • Basler BE1-51 Overcurrent Relay
  • Basler SR8A-2B15B3A Static Voltage Regulator
  • Basler BE32965001 Transformer and Timer Board
  • Basler 9174700100 EL200-7 Excitation Limiter
  • Basler BE2000E AVR Voltage Regulator
  • Basler BE1-87G Differential Relay
  • Basler BE21834001 Generator Control Module
  • Basler DECS-100-B15 AVR
  • Basler D90 96801 100 PCB Card
  • Basler XR2002F Voltage Regulator (110 VAC, 48-480 Hz)
  • Basler SR8A-2B14B3A Regulator
  • Basler 9561500100 Module
  • Basler DECS-400 BE1-11 System
  • Basler DECS-100-B15 Excitation Control
  • Basler SCP 210 Frequency Controller
  • Basler SR4A-2B15B3A Static Voltage Regulator
  • Basler BE1-32R Power Relay
  • Basler PIA2400-17GM Power Interface Adapter
  • Basler MVC 232 Manual Voltage Control Module
  • Basler SSR 32-12 Static Voltage Regulator
  • Basler 5MW AVR Generator Voltage Regulator
  • Basler VR63-4B Voltage Regulator
  • Basler DECS-100-A05 AVR for Engine Generator
  • Basler DECS-100-B15 Automatic Voltage Regulator
  • Basler BE1-32R Directional Power Relay
  • Basler BE1-87B Differential Relay
  • Basler UFOV 260A Protective Module
  • Basler 9-2614-02-100 PCB Rev M
  • Basler DECS-100-B15 Digital AVR
  • Basler 9284900103 PS DECS-400N
  • Basler D4N3H1U Intertie Protection
  • Basler DECS-100-B15 A15 AVR
  • Basler KR4F Voltage Regulator
  • Basler BE26434 T14 Transformer
  • Basler SR8A-2B15B3A Regulator
  • Westinghouse 774B472A12 AR Relay
  • Basler DECS-100-B15 AVR
  • Basler XR2002F Regulator 110V
  • Basler SR125-E Static Regulator
  • Basler SSR 125-12 Regulator
  • Basler MOC2599 Motor Pot
  • Basler BE1-DFPR Feeder Relay
  • Basler CBS 305 Current Boost
  • Basler BE1-25 AutoSync
  • Basler MVC 300 Voltage Control
  • Basler BE3-25A AutoSync
  • Basler KR7FF Static Regulator
  • Basler 90-49000-100 Regulator
  • Basler 880 kVA Dry Type Transformer Specs
  • Basler Electric BE1-25 Sync-Check Relay Specs
  • Basler SSR 125-12 Voltage Regulator Specs
  • Basler Electric BE1-851 Overcurrent Relay Review
  • Basler Electric 149D930G02 Control Sub-Assembly
  • Basler Electric BE1-81O/UT Frequency Relay Specs
  • Basler Electric BE1-51/27C Overcurrent Relay
  • Basler Electric 149D956G02 Industrial Component
  • Basler Electric BE1-51A Overcurrent Relay Specs
  • Basler Electric BE1-40Q Loss of Excitation Relay
  • Basler DECS-200 Excitation Control System
  • Basler DECS-200 Voltage Regulator 56-277V AC / 125V DC
  • Basler BE1-87T Transformer Differential Relay
  • Basler RDP-110-S1 Protection Relay
  • Basler BE1-700V Digital Protective Relay
  • Basler BE1-951 Overcurrent Protection System
  • Basler DECS-300 Digital Excitation Control
  • Basler DECS-200 Digital Excitation Control
  • Basler DECS-200-1C Excitation Control System
  • Basler DECS-200-1L Digital Excitation Control
  • Basler Electric BE1-GPS Generator Protection System
  • Basler Electric DECS-200-1C Digital Excitation Controller
  • Basler Electric DECS125-15 Excitation Control with Power Module
  • Basler Electric BE1-87G Differential Relay
  • Basler Electric BE1-11 Protection System I5A3M2P2N0EA00
  • Basler Electric DECS-200-1C Excitation Control System
  • Basler Electric BE1-11g Generator Protection Relay
  • Basler Electric DECS 125-15-B2C1 V2.0.9 Excitation Control
  • Basler Electric BE1-81O/UT3ED1JA7N2F Frequency Relay
  • Basler Electric BE1-81O/UT3EE1YB7N1F Frequency Relay
  • Basler Electric DECS-200-1L Digital Excitation Control System
  • Basler DECS125-15-B2C1 Excitation Control
  • Basler 9507900205 SSR Retrofit Voltage Regulator
  • Basler BE2000E Digital Voltage Regulator
  • Basler BE1-GPS Generator Protection System
  • Basler DECS-250-CN1CN1N Digital Excitation Control
  • Basler DGC-2020 Genset Controller
  • Basler BE1-81O UT3ED1LA7N0F Frequency Relay (Variant)