Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

ProSoft MVI56-PDPMV1: ProFIBUS DPV1 Master Module Complete Guide

来源: | 作者:FAN | 发布时间 :2026-03-25 | 18 次浏览: | 🔊 Click to read aloud ❚❚ | 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).

  • GE IM 3100 D 1007722 Control Module
  • GE IM0146B Industrial Circuit Board
  • GE IM0059E0-10070 Interface Board
  • GE IM0094C Industrial Control Board
  • GE IC200PNS002-AB VersaMax PROFINET Scanner
  • GE F650BFBF1G0HI Feeder Protection Relay
  • GE TPR5616NRHC Protection Relay
  • GE D6P3KH Digital Protection Relay
  • GE F650BABF2G0HIS Feeder Protection Relay
  • GE F650BADF2G1HIR Feeder Protection Relay
  • GE F650BABF2G1HI6 Digital Bay Controller
  • GE Multilin 745-W2-P1-G1-H-I-A-R-E Transformer Protection Relay
  • GE 100BASE-T Industrial Ethernet Interface
  • GE Multilin 350-E-P1-S1-H-S-E-C-N-2E-D-H Feeder Protection System
  • GE F650MXCF1G1HI6 Bay Controller
  • GE MM300-GEHD2CAB Motor Management Relay
  • GE MMS35-621-1-00 Motor Management System
  • GE 100BASE-T Ethernet Communication Module
  • GE F650MFCF1G1HI6 Feeder Protection Relay
  • GE CK13BA300 Control Module
  • GE W2-P1-G1-H Industrial Control Unit
  • GE PIB315B Power Interface Board
  • GE 343L695VAGIRHC Multi-Function Relay
  • GE Multilin B90N05HKHF8NH6 Bus Differential Protection
  • GE ZX3SC0204N-930 Intelligent Control Module
  • GE PIB504 Process Interface Board
  • GE D20MX Remote Terminal Unit
  • GE T60UJ3HKHF8NH6 Transformer Protection Relay
  • GE ZG3SA02041-58S600X Motor Protection Relay
  • GE ZG3SA02041-58S Motor Protection Relay
  • ABB DSDX 452 L Remote Input Output Module
  • ABB RDCU-02C Drive Control Unit
  • ABB COMMANDER 350 Process Controller
  • ABB Tmax XT4S 250 Molded Case Circuit Breaker
  • DEIF MALLING 8027.90 Industrial Control Unit
  • DEIF DCP2-2410 Power Supply Module
  • DEIF FAS-2N Synchronizer
  • DEIF MALLING 827.54 Processor Module
  • DEIF DU-2/MKIII Display Unit
  • DEIF DRW-2 Reverse Power Relay
  • DEIF 827.4 Power Management Module
  • DEIF 1044220060F Mains Measurement Module
  • DEIF 1044220190G Remote Display Module
  • DEIF 1044220140C AGC 200 Display Module
  • DEIF BRW-1-NB Remote Display Unit
  • DEIF MALLING 827.52 Industrial Control Unit for Automation Systems
  • DEIF BRW-2 Industrial Relay Module for Control Systems
  • DEIF 1044220080D Power System Control Module Industrial Automation
  • DEIF 1044220100F Controller Module for Generator Control Systems
  • DEIF DU-300 Voltage Monitoring Relay Industrial Protection Unit
  • DEIF 1044220060F I/O Extension Module
  • DEIF 1044220150C Interface Module
  • DEIF GCU 100 Engine Control Unit
  • DEIF XDI144-DUAL Marine Indicator
  • DEIF 827.41 Multi-line 2 Processor Module
  • DEIF AGC 146 Automatic Genset Controller
  • DEIF 1044220080E MDR-2 Display Module
  • DEIF MDR-2 Multifunctional Digital Relay
  • DEIF 1044220070E PPU-3 Display Module
  • DEIF PPU-3 Paralleling and Protection Unit
  • Siemens 6SL3210-1SE21-8UA0 PM340 Power Module SINAMICS Drive System
  • Yaskawa JANCD-XCP01C-1 Servo Control Board with JANCD-XIF04-1 Network Interface
  • BRISTOL 396879-01-2 C Wave Micro PLC CPU with Ethernet Industrial Controller
  • OMRON SGDH-10DE-OY Servo Drive High Precision Industrial Motion Control Amplifier
  • OMRON FQM1-MMA22 PLC High Performance Motion Controller Module
  • Schneider PowerLogic P5F30 Protection Relay
  • ABB DSPC53 57310256BA/2 Processor PCB
  • ABB Jokab 2TLJ020070R1700 Eden Safety Sensor
  • Lenze HMI EL 105C 3351-1 2 Control Panel
  • Pilz PSEN op4-s-30-060/1 Safety Light Curtain Specs
  • Vacon NXI01055A2T0CSSA1A3AK00C6 AC Drive
  • Square D PowerLogic CM4250 Circuit Monitor
  • Siemens CPU314C-2PTP Simatic S7-300 PLC
  • Eaton E84BAN Communication Interface Module
  • Prosoft MVI56 PDP-MV1 Profibus Master Module
  • Kongsberg MEI 8100276 Multi I/O Interface Module Marine Control System
  • Kongsberg MD 22 TN Display Module Marine Control Display Unit
  • Kongsberg MSI 8100222 Multi Signal Interface Module Marine Control System
  • Kongsberg RDO-16 8100155 Digital Output Module Marine Control System
  • Kongsberg RAO-8 8100153 Analog Output Module Marine Control System
  • Kongsberg C2 8100182 Controller Module
  • Kongsberg dPSC 8100183 Digital Process Controller
  • Kongsberg SPBUS-HUB 600309 Process Bus Hub
  • Kongsberg Simrad BP413R 37960580 A PCB Card
  • Kongsberg RAi-10tc 8100161 Remote Analog Input
  • Kongsberg NL-290 KM-F Navigation Light Panel
  • Kongsberg RAI-16xe Remote Analog Input Module
  • Kongsberg dPSC 8100183 Dynamic Positioning Control Panel
  • Kongsberg NK-210 NU02 Control Panel
  • Kongsberg RAIC400 Remote Analog I/O Controller
  • Kongsberg Simrad SJS-01/02 Sonar Sensor Marine Detection System
  • Kongsberg RAo-8 Analog Output Module Marine Automation Control Module
  • Kongsberg MP 530 Operator Panel Unit Marine Control Interface System
  • Kongsberg PSO-P 8100334 Power Supply Unit Marine Automation Power Module
  • Kongsberg dPSC 8100183 Dynamic Positioning Controller Marine Control System
  • Kongsberg MP 8200 Processor Module
  • Kongsberg MP 8300 Multi Processor Board
  • Kongsberg MCU8625 Marine Control Unit
  • Kongsberg MP 5810 Multi Processor Board
  • Kongsberg DSU 001 Dual Slot Unit
  • Kongsberg RCU 510 Remote Control Unit
  • Kongsberg BS610 Battery Supply Unit
  • Kongsberg M410-10 Alarm Monitoring Panel
  • Kongsberg HMS 100 Hull Monitoring System
  • Honeywell TCF901 Gas Detector
  • Honeywell 9938R Relay Output Module Industrial Control Switching Module
  • Honeywell XL1000C1000 Building Automation Controller HVAC Control System
  • Honeywell S0762970 I/O Interface Module Industrial Automation Signal Module
  • Honeywell RM7850 Burner Control Module Industrial Flame Safeguard Controller
  • Honeywell IPC1100 Industrial Panel Computer Automation Control HMI System
  • Honeywell TDID72 Digital Input Module
  • Honeywell TCNT01 Control Processor Interface
  • Honeywell C300 Controller Process Automation
  • Honeywell 51304337-250 Redundancy Cable Assembly
  • Honeywell PAL 2053 Programmable Array Logic Board
  • Honeywell IOC2053 Input Output Card
  • Honeywell PAIH03 Analog Input Module
  • Honeywell IPC 621 Industrial Computer
  • Honeywell 05701-A-0301 Process Control Card
  • Honeywell 10302/2/1 Power Supply Module
  • Honeywell SPXCDALMTX4 Gas Detector Module Industrial Safety Monitoring Device
  • Honeywell PHAI01 Analog Input Module Industrial Automation Input Module
  • Honeywell 63AP3070 Pressure Transmitter Industrial Measurement Module
  • Honeywell P522AC Analog Controller Module Industrial Control System Component
  • Honeywell K2LCN-4 ControlNet Interface Module Industrial Communication Module
  • Honeywell M6184D1035 Proportioning Actuator
  • Honeywell PCF901 Pulse Control Interface Module
  • Honeywell 05701-A-0302 Gas Detection Control Card