Welcome to the Industrial Automation website!

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

SIEMENS SIMATIC S7 300/400 operates MICROMASTER 4 (MM4) frequency converter through Profibus DP

来源: | 作者:FAN | 发布时间 :2025-11-27 | 6 次浏览: | Share:

SIEMENS SIMATIC S7 300/400 operates MICROMASTER 4 (MM4) frequency converter through Profibus DP

Core purpose and value of functional blocks

Inverter control

Implement motor start stop: supports regular start stop (dependent on P1120 ramp up time, P1121 ramp down time) and quick stop (dependent on P1135 OFF3 ramp down time).

Set value transmission: Loop the speed set value in the form of percentages from * * -100% to+100% * *, and any changes will take effect in real-time.

Status feedback: Output signals such as motor rotation direction (O-Right/O-Left), actual frequency (O-Actual_frequency, range -100% to+100%), and shutdown status (O-STOP).

Automatic debugging

Batch/Replacement Scenario Adaptation: When debugging multiple MM4 units in bulk or replacing a single faulty unit, there is no need for PG/PC or professional debugging software. The PLC can automatically complete the parameter configuration of the new MM4.

Simplified debugging process: including quick debugging (P0010=1), motor recognition (requires motor cold state), and saturation characteristic recognition (only supported by MM440).

parameter management

Full parameter read and write: Read and write all parameters of MM4 through PKW communication, and the OP (operation panel) only supports parameter reading.

Parameter backup: Store the debugged parameters in the PLC's parameter DB (data block) for easy recovery in the future.

Diagnostic function

Multi dimensional error monitoring: covering MM4 faults/alarms, Profibus DP errors, parameter transmission errors, and automatic debugging errors.

Historical data recording: stores the latest and historical fault/alarm information (such as the fault codes and values of the last 3 faults), supports fault reset (I_RESET_Corr).


Scope and Limitations of Application

3.1 Applicable Equipment

Equipment type, specific model/specification

MM4 frequency converter MM411 V1.10, MM420 V1.17, MM430 V2.00, MM440 V2.05

Controller SIMATIC S7 300 (CPU 313-2DP and above) S7 400、C7、SINUMERIK

3.2 Not Applicable Devices and Limitations

Not applicable to controllers: SIMATIC S7 200, SIMATIC S5.

Function limitation: The system does not monitor whether the startup signal (I_Enable) meets safety conditions, and users need to provide additional protection in the program.

image.png

Installation and configuration process

4.1 Scenario without Drive ES Basic and Starter

Hardware configuration: Set the Profibus DP address of MM4 (no need to reset to factory settings).

HW Config operation:

Start HW Config in Step 7 and configure PLC hardware.

Select "MICROMASTER 4" in the "PROFIBUS-DP/SIMOVERT Catalog" and specify the DP address.

Select slot 1 and configure PPO type as PPO1 (4 PKW+2 PZD).

Program loading:

Save and compile HW Config, download to PLC module.

Copy the program blocks and symbol table from the functional block example to the user program, adapt them, load them into the PLC, and start them.

Debugging startup: Call the MM4 diagnostic interface of OP to troubleshoot DP errors, enter the debugging interface to enter motor data, start automatic debugging (set I2 Enable=0, I2 Enable QC=1, IOU_ Parameters=1), and execute motor recognition after completion.

4.2 Scenarios with Drive ES Basic and Starter

Hardware configuration: Follow step 1 of section 4.1 to set the DP address of MM4.

HW Config operation:

Configure PLC and MM4, select the corresponding MM4 version (refer to the equipment nameplate, such as "A01/2.05" corresponding to version 2.0x).

Pre allocate PPO type as PPO1 (PKW+PZD-2/2), fill in the I/O address of MM4 (PKW starting address, PZD address is PKW address+8).

Program and OP adaptation:

Load the program block and symbol table in step 3 of section 4.1.

Install OP project and adapt to "MM4" and "ParameterDB" text lists.

Debugging startup: The first debugging can be completed through Starter, and the parameters can be entered into the parameter DB; or the OP debugging interface can be directly called, and the subsequent process is the same as step 4 in 4.1.


Detailed explanation of key functions

5.1 Definition of Control and Feedback Signals

Parameter Name Type Direction Unit/Range Description

The starting I/O address of the PKW area configured in the I-Address INT IN - HW Config

I-Enable BOOL IN - Variable frequency drive enable signal, can only be set when O-Drive-ready=1

I-Fast-STOP BOOL IN - Fast Shutdown Signal: 0=Fast Shutdown (using P1135), 1=Normal Shutdown (default can be set to 1)

Setpoint INT IN -100~+100 speed setting value (percentage)

Actual operating frequency INT OUT -100~+100 (percentage)

O-Drive-ready BOOL OUT - Inverter ready signal: must meet the requirements of "shutdown, I-Fast-STOP=1, no faults, no debugging in progress"

O-Fault BOOL OUT - MM4 fault signal (excluding data transmission errors)

O-Data_ error BOOL OUT - Parameter transmission/automatic debugging error signal

IOU_ Parameters BOOL IN/OUT - Start automatic debugging signal (user set 1 to start, clear 0 after FB is completed)

5.2 Automatic Debugging Process

5.2.1 Parameter DB adaptation

Motor data area: Enter the required parameters for quick debugging (P0010=1), using motor dataset 0 by default; Multiple parameter DBs need to be created for multiple datasets, which can be specified through Z_Sotor_data_SBNr.

Technical data area: Enter other parameters that are not quick debugging, support sub parameters (sub parameter 0 is the first, such as data [2] indicating the presence of sub parameters 0 and 1), and match the data type of the parameters.

5.2.2 Parameter input method

Operation steps for input method

Method 1: The frequency converter has been debugged and set to I2 Enable=0 and I2 Enable QC=1;

2. Set IOUR_Parameters=1 to start data reading;

3. O-Data_transfer_running=1 indicates that the transfer is in progress, and after completion, IOUR_Parameters will automatically clear 0.

Method 2: 1. Enter parameters directly on the OP interface (only display the parameters that need to be changed);

2. Use initial values for other parameters and support leaving the DB list empty (for easy OP indirect addressing).

5.2.3 Automatic Debugging Steps

Restore MM4 to factory settings.

Perform quick debugging (transfer motor data area parameters).

Transmission technology data area parameters.

Save the parameters to the EEPROM of MM4.

After debugging is completed, perform motor identification (ensuring that there are no errors during debugging and the motor is in a cold state).

5.3 Parameter transmission mechanism

Communication method: Based on PKW communication, it supports three parallel parameter read/write requests (Job_1~Job_3), which are executed in the order of Job_1 → Job_2 → Job_3.

Request block structure (taking Job_1 as an example):

|Parameter Name | Type | Initial Value | Description|

|Job_1. Parameter-N | INT | 0 | Target parameter number (e.g. 1002 represents fixed frequency 2)|

|Job_1. Index | INT | 0 | Sub parameter number (set 0 when there is no sub parameter, set the last sub parameter number when there are multiple sub parameters)|

|Job_1. Identifier | Byte | B # 16 # 0 | Operation type: 1=Read single parameter, 2=Write RAM, 3=Write EEPROM, 11=Read multiple sub parameters, etc|

|Job_1. Value_2~2 | DINT | L # 0 | Transferred parameter values (used as needed, such as using only Value_0 for a single parameter)|

Control signal: Job.RWRequest_1~3 are request trigger signals (user set 1 to start, clear 0 after FB is completed); Data_fault.Job.RWRequest_1~3 are error signals corresponding to the requests.

5.4 Diagnostic mechanism

5.4.1 Classification of Error Sources

Malfunctions/alarms of MM4 (such as overcurrent and overvoltage).

Fault of standard FC (SFC14/SFC15).

The functional block itself is malfunctioning.

Parameter transmission and automatic debugging errors.

5.4.2 Key diagnostic signals and displays

Parameter Name Type Direction Description

When there is an alarm for O-Warning BOOL OUT, it is 1

O-Fault BOOL OUT MM4 fault is 1 (excluding data errors)

Resetting signal: clearing MM4 fault and data error display, interrupting debugging process (without interrupting parameter transmission)

Data_fault.Nr. INT STAT error number (e.g. 0=illegal parameter number, 17=request execution not allowed in running state)

Data_fault.DP_Add_info HEX STAT DP error details (e.g. 8090=no module specified address, corresponding to SFC14/SFC15 error)


Error code description

6.1 Data_fault.Nr. (Parameter transmission and debugging errors)

Error Number Meaning Remarks

0 Illegal Parameter Number (PNU) parameter does not exist in MM4

The parameter value cannot be modified. This parameter is a monitoring type parameter and can only be read

17. Due to operational status, the task cannot be executed. The current MM4 status does not support this request (such as changing motor data during operation)

25 DP error needs to be viewed in conjunction with Data_fault.DP_Add_info for details

Parameter number 1001 is currently not activated and depends on the running status of MM4. It can be operated after activation

6.2 Data_fault.DP_Add_info (DP Error Supplement)

Meaning of Error Code (W # 16 #)

8090 specifies logical address without configuration module

80A0 recognized access error while accessing I/O

The target range length of 80B0 does not match the network data length configured in Step 7

6.3 Data_fault.Fault_Commission

Error Number Meaning Remarks

1001 DP error needs to be investigated for Profibus DP connection and address configuration

1002 automatic debugging data error parameter DB has errors (such as parameter values exceeding the range)

1007 MM4 model incorrectly configured MM4 model does not match the actual connected device


Functional Block Technical Data

Project specifications

Block type FB

Block Name MM4

Generate language STL

Local data 36 bytes

MC7 code length 3166 bytes

Load memory requirement 4244 bytes

Working memory requirement 3202 bytes

image.png

  • FOXBORO FBM02 thermocouple/MV input module
  • FOXBORO FBI10E fieldbus isolator
  • FOXBORO DNBT P0971WV Dual Node Bus Module
  • FOXBORO CP30 Control Processor
  • FOXBORO CM902WX Communication Processor
  • FOXBORO AD202MW Analog Output Module
  • FOXBORO 14A-FR Configuration and Process Integration Module
  • FOXOBORO 130K-N4-LLPF Controller
  • FUJI FVR004G5B-2 Variable Frequency Drive
  • FUJI FVR008E7S-2 High Efficiency Industrial Inverter
  • FUJI FVR008E7S-2UX AC driver module
  • FUJI RPXD2150-1T Voltage Regulator
  • FUJI NP1PU-048E Programmable Logic Control Module
  • FUJI NP1S-22 power module
  • FUJI NP1AYH4I-MR PLC module/rack
  • FUJI NP1BS-06/08 Programmable Controller
  • FUJI NP1X3206-A Digital Input Module
  • FUJI NP1Y16R-08 Digital Output Module
  • FUJI NP1Y32T09P1 high-speed output module
  • FUJI NP1BS-08 Base Plate​
  • FUJI A50L-2001-0232 power module
  • FUJI A50L-001-0266 # N Programmable Logic Control Module
  • GE GALIL DMC9940 Advanced Motion Controller
  • GE DMC-9940 Industrial Motion Control Card
  • GE IS200AEADH4A 109W3660P001 Input Terminal Board
  • GE IC660HHM501 Portable Genius I/O Diagnostic Display
  • GE VMIVME 4140-000 Analog Output Board
  • GE VMIVME 2540-300 Intelligent Counter
  • GE F650NFLF2G5HIP6E repeater
  • GE QPJ-SBR-201 Circuit Breaker Module
  • GE IC200CHS022E Compact I/O Carrier Module
  • GE IC695PSD140A Input Power Module
  • GE IC695CHS016-CA Backboard
  • GE IC800SS1228R02-CE Motor Controller
  • GE IS215WEMAH1A Input/Output Communication Terminal Board
  • GE CK12BE300 24-28V AC/DC Contactor
  • GE CK11CE300 contactor
  • GE DS3800NB1F1B1A Control Module
  • GE VMIVME2540 Intelligent Counter
  • GE 369B1859G0022 High Performance Turbine Control Module
  • GE VME7865RC V7865-23003 350-930007865-230003 M AC contactor
  • GE SR489-P5-H1-A20 Protection Relay
  • GE IS200AEPGG1AAA Drive Control Module
  • GE IS215UCCCM04A Compact PCI Controller Board
  • GE VME7768-320000 Single Board Computer
  • GE SR489-P5-LO-A1 Generator Protection Relay
  • GE IS215WETAH1BB IS200WETAH1AGC Input/Output Interface Module
  • GE D20 EME210BASE-T Ethernet Module
  • GE IS200EXHSG3REC high-speed synchronous input module
  • GE IS200ECTBG1ADE exciter contact terminal board
  • GE VPROH2B IS215VPROH2BC turbine protection board
  • GE F650BFBF2G0HIE feeder protection relay
  • GE SLN042 IC086SLN042-A port unmanaged switch
  • GE SR489-P1-HI-A20-E Generator Management Relay
  • GE IS400JPDHG1ABB IS410JPDHG1A track module
  • GE IS410STAIS2A IS400STAIS2AED Industrial Control Module
  • GE IS410STCIS2A IS400STCIS2AFF Industrial Control Module
  • GE DS200DCFBG2BNC DS200DCFBG1BNC DC Feedback Board
  • GE VME5565 VMIVME-5565-11000 332-015565-110000 P Reflective Memory
  • GE VMIVME-7807 VMIVMME-01787-414001 350-00010078007-414001 D module
  • GE IS220PDOAH1A 336A4940CSP2 Discrete Output Module
  • GE VMIVME-4150 Analog Output Module
  • GE WESDAC D20 PS Industrial Power Module
  • GE 369B1860G0031 servo drive module
  • GE 369B1859G0021 Input/Output Module
  • GE 208D9845P0008 Motor Management Relay
  • GE IS420UCSCH1A-F.V0.1-A Independent Turbine Controller
  • GE D20EME10BASE-T 820-0474 Ethernet Interface Module
  • GE DS200DCFBG2BNC MRP445970 DC Feedback Board
  • GE IC800SSI228RD2-EE servo motor controller
  • GE IS200JPDMG1ACC S1AT005 Digital Input/Output (I/O) Module
  • GE IS200TSVCH1AED servo input/output terminal board
  • GE IS200TTURH1CCC S1DF00Z Terminal Turbine Plate
  • GE IS200TSVCH1ADC S1CX01H servo input-output board
  • GE IS200TRPGH1BDD S1C5029 Trip Solenoid Valve Control Board
  • GE IS220YAICS1A L Analog Input/Output Module
  • GE UCSC H1 IS420UCSCH1A-F-VO.1-A Controller Module
  • GE UCSC H1 IS420UCSCH1A-B Communication Processing Module
  • GE IC697VDD100 Digital Input Module
  • GE V7768-320000 3509301007768-320000A0 Controller Module
  • GE IS410TRLYS1B Relay Output Module
  • GE IS415UCVGH1A V7666-111000 VME Control Card
  • GE IC800SSI216RD2-CE servo motor controller
  • GE VMIVME-5565-010000 332-01565-010000P Reflective Memory
  • GE IC695ALG508-AA Analog Input Module
  • GE IC660EPM100J Power Monitoring and Control Module
  • GE RS-FS-9001 362A1052P004 Redundant Fan System Module
  • GE IS220UCSAH1AK independent processor module
  • GE 369-HI-0-M-0-0-0-E Motor Management Relay
  • GE CIFX50-C0 interface board
  • GE SR469-P5-H-A20-T Motor Management Relay
  • GE WES5120 2340-21005 power module
  • GE WES5120 2340-21003 Control Module
  • GE D20MIC10BASE-T 820-0756 Ethernet Module
  • GE WES13-3 5167-001-0210 Mechanical Relay Output Module
  • GE WES13-3 2508-21001 Control Board Module
  • GE D20ME 526-2005-216943 Input/Output Module
  • GE D20EME 0526-21170-1 PLC module
  • GE 2400-21004 2010-3101-0442 Sensor
  • GE DS200DCFBG2BNC MRP569662 Analog Input/Output Board
  • GE DS200DCFBG2BNC MRP569662 DC Feedback Board
  • GE IC695CPE400-ABAB Controller
  • GE DS200DCFBG2BNC MRP433745 Drive Control Board
  • GE DS200DCFBG2BNC MRP420024 DC Feedback Board
  • GE IS200PPPBH2CAA power module
  • GE IS210MACCH2AGG Compact Controller
  • GE IS200AEPAH1AFD Printed Circuit Board
  • GE IS200AEPAH1ACB redundant power module
  • GE IS200WREAS1ADB Relay Output Module
  • GE IS200AEPAH1AHD Printed Circuit Board
  • GE IS200WEMAH1AEA Wind Energy Main Assembly
  • GE IS210MACCH1AGG Turbine Control Module
  • GE IS230TNRLH1B Terminal Base Station Relay Module
  • GE DS200PCCAG1ACB Power Connection Card
  • GE DS200SI0CG1AEA Instant Overcurrent Card
  • GE DS200SHVMG1AGE servo valve interface module
  • GE DS200SI0CG1A6A Input/Output Module
  • GE DS200RT8AG3AHC Programmable Logic Controller
  • GE VMICPCI-7632-03310 IS215UCCAH3A 350-657362-003310J Rack mounted Input/Output Module
  • GE WEA13-13 2508-21001 Embedded Digital Module
  • GE WES5120 2340-21004 Controller Main Module
  • GE WES5120 2340-21006 on-site control host
  • GE WESDAC D20ME 18-MAR-13 Excitation Control Module
  • GE D20 EME 27-APR-13 Input/Output Module
  • GE D20 EME 2400-21004 Substation Controller
  • GE SR745-W2-P1-G1-HI-A-L-R-E Transformer Protection Relay
  • GE SR745-W2-P1-G1-HI-A-L-R Transformer Management Relay
  • GE IS230TNDSH2A Independent Output Relay Module