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 | 587 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).

  • Valmet Automation PLC Module A413171
  • Valmet Automation 542852-3A Rack-Mount Cross Connect Panel
  • Valmet Marine Damatic M851565 Main Keyboard
  • Valmet TIU 6 Printed Circuit Board A413110
  • Metso Valmet U4440253V1.1 RMI CPU 300
  • Metso Valmet A413016 Ver.12 NCU2
  • Valmet M851565 Damatic Keyboard
  • Valmet ATB16-4 16 Channel Relay Card
  • Valmet Metso A413331 SPU Power Supply
  • Valmet PUD 10B Automation Control Rack
  • Valmet MT917 ABMB DMU PCB I/O Module
  • Valmet M851565 Damatic Keyboard Mkb2
  • Valmet EDS-518A-MM-SC Ethernet Gateway
  • Valmet 542836-6A PCB Card
  • Valmet ATB16-4/2 Terminal Board 9144047
  • Valmet ATB16-4 Controller Board 0-50°C 4-20mA Analog Output
  • Valmet 542852-3A Slot Rack Chassis Module
  • Valmet A413026 Ver.M1 FBC Board
  • Valmet IQ Basis Weight SH Sending Assembly A418081
  • Valmet PMB 2R Monolithic Backplane 8-Slot PCB 542821-5A and -5B
  • Valmet ATB16-4 16-Channel Relay Card Controller Board 22195028
  • Valmet Diff-EL SL6NK227SF0 Pressure Transmitter 0-380 mBar
  • Valmet A413110 TIU6 Board Ver.M1
  • Neles Automation A413278 Control Module
  • Valmet BCUTB Terminal Module 10101006 11091002
  • Valmet Senso 160 Measuring Station Display 160.2
  • Valmet AIU 1A Analog Input Unit M851245
  • Valmet IQ Web Caliper Sensor A420734
  • Valmet M851040/M8510401 Memory Board
  • Valmet AN35S1MC02RA Valve
  • Valmet M851121 M2 Cross Connect Panel
  • Valmet AIU-8 Simulator Board 421522-1A
  • Metso BIU 82 D200533 Binary Input Unit
  • Valmet M851121 M2 Module Rack
  • Valmet A413383 PC Board Module
  • Valmet N0542 NO54 ABMB PCB - 545200-3A Board
  • Valmet Metso IOP304 Input Module 181503
  • Valmet PDP601 Distributed Processing Unit 181585
  • Valmet A413084 CPU Board - Processor Module for Automation Systems
  • Valmet AIU 16T Analog Input Module M8512081 M1
  • Valmet AIU 16 Analog Input Module 545100-3A and 545100-3B
  • Metso Valmet BIU4 A413146 Binary Input Unit
  • Valmet AIU-8 Simulateur Board 421522-1a Analog Simulator
  • Valmet BIU8A Binary Input Unit 542803-3B M851222 M1
  • Valmet IQ Web Color DH Photoelectric Sensor A418182 2.04
  • Valmet A413200 AIU-8 Simulator Board 191151 421522-1A
  • Valmet Automation SCU M851006 System Control Unit Module
  • Valmet 857565/851565 Damatic Keyboard IP40 5V Operator Interface
  • Valmet A413077 FBC2 Module Rev 06 Field Bus Controller
  • Valmet DMU 2 PCB Module 545142-3A DM Data Management Unit
  • Valmet AIU16T PCB Card M851208 Analog Input Module
  • Valmet A413181 PLU Board
  • Valmet m851006 SCU Module
  • Valmet Metso 181226 Digital Input Module
  • Valmet AIU16T Analog Input Module - 16-Channel 65421466-2B MT924 V1.3
  • Valmet WIN3136875 Slide Clutch
  • Metso Valmet TIU61 A413111 Temperature Input Unit
  • Valmet MC12S Slitter Motor
  • Valmet A413139 AOH4 Board - Analog Output High Module
  • Valmet A409001 BIU85 Board
  • Valmet A413063 DMU Board
  • Valmet A413325 IPU I/O Power Unit
  • Valmet M851004 M2 CPU Module
  • Valmet IOP345 Digital Input Module
  • Metso Valmet A413215 Communication Board
  • Valmet DIFF-EL 80 M1 Transmitter
  • Valmet A413001 CPU Module
  • Valmet M899520 TDC-2 Module
  • Valmet A409001 BIU85 Board
  • Metso Valmet A413005 CPU Module
  • VALMET PUD 10 B Process Automation Rack with CPU SCU Module
  • Valmet A413091 GDU1 Board
  • VALMET M851006 M2 SCU Module
  • Lyngso Valmet Marine 990.896.000 Position Loop Card
  • Valmet Cooking Liquor Measurement 3417H
  • VALMET ABMB MT831 PCB Card
  • Valmet Automation A413325 IPU I/O Power Unit
  • Valmet Metso Consistency Transmitter Smart Pulp M2
  • VALMET METSO A413274 Connection Module
  • VALMET PI33S1KSA02RSA-ELI26 Switch
  • VALMET ND9103HN-CE07-K05 Intelligent Valve Controller
  • VALMET PMB 2R 16 Slot Backplane PCB Card
  • NELES VALMET A413135 AOU 4 Output Module
  • Metso Valmet A413345 FPU Power Unit
  • VALMET A413171 PIC Module
  • VALMET A413620 Repeater Module
  • Valmet M851521 Memory Card
  • Valmet DIFF-EL 140 M1 Transmitter
  • Valmet A413064 DMU Module
  • Valmet IOP371 I/O Bus Extender Module
  • Valmet Cooking Liquor Measurement 3400 Model 3417H
  • Metso Valmet A413043 CPU Module – Industrial Processor
  • Valmet BIU4 M851221 Binary Input Module
  • Valmet PMB 1S CPU SCU Rack Module
  • Valmet A413248 Controller Module
  • Valmet PDP601 Distributed Processing Unit
  • VALMET M851004 M2 CPU Printed Circuit Board Module
  • Metso Valmet A413045 Ver.05 CPU Module
  • Valmet A413181 Ver.05 PLU1 Board
  • Lyngso Valmet ATB16 Controller Board
  • VALMET AIU 16 Analog Input Unit 545100-3A/3B
  • VALMET PUD 10 B Power Supply PCB Rack Module
  • Valmet MS-50V/120V Bearing Unit
  • Valmet PDP603 Distributed Processing Unit – DPU Module
  • Valmet A413110 TIU Board – Terminal Interface Unit
  • Valmet S420154 I/O Backplane PCB – Printed Circuit Board
  • Valmet A413173 Industrial Control Module
  • Valmet A413044 CPU Module
  • Valmet A4IU1 Analog I/O Module
  • Valmet A413325 IPU Power Unit – PLC Module
  • Valmet M851002 CPU Module – Central Processing Unit
  • Valmet PUD10B Power Supply Board
  • Valmet K00990 Master CPU Electronic Assy
  • Valmet Metso IOP345 Input Module
  • Metso Automation T545215 Board
  • Valmet Metso IOP304 Input Module
  • Valmet 542844-6A SCU Module
  • Metso A413043 Ver.11 Valmet CPU Module
  • Valmet Automation BIU 8A Input Module
  • Metso A413044 Ver05 Valmet CPU Module
  • VALMET 542821-5A Control System Rack Module
  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module
  • VALMET ACU A413165 Model 9 Analog Controller