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 | 329 次浏览: | 🔊 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 AT868 AquaTrans Ultrasonic Flow Transmitter
  • ABB PFSA107-Z42 DTU Stressometer Digital Transmission Unit
  • ABB PFSA240 3BSE073476R1 Roll DC Supply Unit
  • Fanuc A16B-2201-0320 CPU MAIN Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 HMI Interface Unit
  • Allen-Bradley 1756-OF8 Analog Output Module
  • Siemens 6SL3210-1SE31-0AA0 Power Module 45kW
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 Safety Relay
  • Telemecanique TSXRKN82F PLC Rack Chassis
  • Mitsubishi R16CPU PLC CPU Module
  • OMRON C500-PS223-E Power Supply Module
  • Siemens 3VL4731-1DC36-0AA0 Circuit Breaker
  • Siemens 7ML5201-0EA0 Ultrasonic Level Transmitter
  • OMRON NQ3 NQ5 Touch Panel HMI
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • OMRON NJ301-1100 Machine Automation Controller
  • B&R X20BC00G3 EtherCAT Bus Controller
  • Schneider ATV212HD22N4S Variable Speed Drive
  • B&R 8B0C0320HW00.002-1 Power Supply Module
  • Mitsubishi OSA105S2A Incremental Rotary Encoder
  • Pilz 777514 PNOZ XV3P Safety Relay
  • Gould AS-884A-111 Modicon 884 Controller
  • Siemens 6SC6130-0FE00 SIMODRIVE Control Card
  • Omron CV500-PS221 PLC Power Supply Module
  • ABB CM577-ETH AC500 PLC Ethernet Module
  • Omron NX-SIH400 Safety Input Unit NX Series
  • Omron NJ501-1300 Machine Automation Controller
  • Siemens 3VT8563-2AA03-2KA2 Molded Case Breaker
  • Pilz PNOZ m1p ETH 773103 Safety Controller
  • Omron CJ1H-CPU66H-R CJ1 Series CPU Module
  • ASI ASI533-S00 PLC Module S1
  • Mitsubishi AJ71C21-S1 Serial Module
  • Keyence IX-1000 Laser Sensor Amplifier
  • Siemens 6SN1145-1AA01-0AA1 Power Module
  • Siemens 3VA2340-5HL32-0AA0 MCCB 400A
  • Mitsubishi OSA104S Absolute Encoder
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1 Counter
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver
  • Eaton EASY819-AC-RC Programmable Relay
  • Omron CPM1A-40CDT-D PLC 24V DC
  • Omron NA5-12W101B-V1 12-inch Programmable Terminal
  • Siemens 6ES7331-7KF02-0AB0 Analog Input SM 331
  • Moxa PTC-101-S-SC-HV Photoelectric Converter
  • Fanuc A20B-3300-0031 CNC Control Circuit Board
  • OMRON NA5-7W001B-V1 Programmable Terminal HMI
  • Parker AH385851U002 590C DC Drive Power Board
  • ABB 3BSE040662R1 AI830A Analog Input Module
  • DOLD BF9250.01/001 Solid State Relay
  • Siemens 6ES7331-7KF02-0AB0 SIMATIC S7-300 SM 331
  • ABB 07AC91 I6 GJR5252300R3101 Advant Controller 31
  • Schneider HMIST6500 Touch Screen HMI
  • Phoenix IL PN BK DI8 DO4 2TX-PAC Bus Coupler
  • NLTECH NL8060AC21-21D 8.4 inch LCD Display
  • Mitsubishi A2NCPU-P21 CPU Module A2NCPUP21
  • 1841-PL1-B-LH-ES Pressure Controller
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Cosel PJA600F-24 24V 600W Power Supply
  • B&R X67DM1321 Digital Mixed Module
  • Fanuc A16B-1310-0010 Power Supply Unit
  • Festo VABF-S4-1-V2B1-C-VH-20 Vacuum Generator
  • Mitsubishi A3ACPUP21 A3ACPU-P21 CPU
  • Mitsubishi Mazak PD14B-1 Power Supply
  • Siemens 6SY7000-0AC80 Module
  • PILZ 774400 PDZ Safety Relay
  • Mitsubishi A1SX81 Digital Input Module
  • Asyst Gasonics R94-1163 Controller 112671
  • Cincinnati Milacron 3 545 1000A Card
  • Siemens 6DD1607-0AA2 UPS Module
  • Square D 8536SCG3V02S Motor Starter
  • Siemens 6SL3100-1DE22-0AA1 Control Supply
  • Beckhoff EL9400 EtherCAT Power Terminal
  • Fanuc A16B-2202-0421 Power Supply Board
  • Turck TBEN-LG-8DIP-8DOP I/O Block
  • Euchner MGB-L1B-PNA-L-121861 Safety Switch
  • Pilz 772170 PNOZ M EF 1MM Safety Expansion
  • Mitsubishi AY51 MELSEC-A Output Module
  • Advantech AMAX-5056-A 8-Channel Digital Output
  • NXP MC912D60ACPV8 16-Bit MCU 60KB Flash
  • Omron C500-PS223-E SYSMAC PLC Power Supply Unit
  • Balluff BNI0047 BNI PBS-302-101-Z001 Profibus Module
  • Siemens 6SN1118-0DM31-0AA0 Regulation Card
  • Bently Nevada 9200-02-01-10-00 Sensor
  • Omron C500-PS223-E Power Supply Unit
  • Cognex COG-VC5-120-000 Vision Controller
  • ABB P-HC-BRC-40000000 Bridge Controller
  • Mitsubishi AJ71E71N-B5T PLC Module
  • Phoenix PSI-REP-PROFIBUS/12MB 2708863
  • Siemens 6SL3210-5BE31-8UV0 Converter
  • ABB CI868K01-eA 3BSE048845R2 Module
  • Honeywell S7999D1006 Touch Screen
  • Keyence CA-CHX10U Repeater Unit
  • Keyence VT5-W07 Touch Screen HMI
  • Keyence KV-8000 PLC CPU
  • Siemens 7MH4900-3AA01 Weighing Module
  • Omron C200HS-CPU01-E Programmable Controller
  • CD22-35AM12 Inductive Sensor
  • Mitsubishi A2NCPUR21-S1 PLC CPU
  • Siemens 6ES7331-7FK02-0AB0 Analog Input
  • Schneider HMIST6500 Touch Screen HMI
  • 0970 PSL109 Module Industrial Control
  • Schneider LC1F500P7 Contactor 500A
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Omron NJ1019000 Machine Automation Controller
  • Siemens 6SN1112-1AC01-0AA1 Power Module
  • Eaton AE16KNS0AB Bimetallic Overload Relay
  • ABB 3bse036456r1 Ai825 Analog Input 4 Ch
  • Fuji Electric 7MBR50SB120-50 IGBT Module
  • Schneider XPSMC32ZP Safety Relay
  • Siemens 3VL4740-2AA36-0AA0 Circuit Breaker
  • ABB PharpSFan03000 Mpsiii Fan System Monitor
  • Honeywell DPCB21010002 IRTP131 PCB
  • Siemens 6ES7214-1HG40-0XB0 CPU 1214C
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1
  • PILZ PNOZ mm0.1p 772001 Safety Relay
  • E2V EVX12DS130AGC 12DS130 Module
  • Siemens 3RT5066-6AB36 Contactor
  • HIRSCHMANN RS20-0800T1T1SDAEHC09.1.00 Switch
  • Q4XTILAF500-Q8 Laser Range Sensor
  • OMRON CVM1-BC103 Base Unit 145752
  • CAREL RITC400001 Card
  • Eaton LZMN3-AE400 Molded Case Circuit Breaker
  • Fanuc A20B-3300-0031 Control Circuit Board
  • Siemens 6ES7450-1AP01-0AE0 S7-400 FM 450-1
  • Fanuc A90L-0001-0317/F Spindle Fan Motor
  • Schneider TM262L10MESE8T Logic Controller