Welcome to the Industrial Automation website!

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

Integration and Application of Siemens SIMO-MM3 Driver Control Block in PCS7 System

来源: | 作者:FAN | 发布时间 :2026-01-28 | 270 次浏览: | 🔊 Click to read aloud ❚❚ | Share:

Integration and Application of Siemens SIMO-MM3 Driver Control Block in PCS7 System

The Siemens Drive ES PCS7 block library is a key component used in the SIMATIC PCS7 process control system to integrate multiple drive devices. Among them, the SIMO-MM3 function block (FB621) is specifically designed to seamlessly integrate the third-generation MICROMASTER series frequency converters into the PCS7 environment, achieving centralized monitoring, operation, and maintenance of drive equipment. This article is based on the official configuration manual and systematically elaborates on the design principles, functional characteristics, configuration methods, and practical applications of the SIMO-MM3 block, providing a complete set of technical integration guidelines for automation engineers.


Overview and Integration Advantages of SIMO-MM3 Block

The SIMO-MM3 block serves as the core component of the Drive ES PCS7 library, supporting communication between the SIMATIC S7 automation system and the MICROMASTER frequency converter through PROFIBUS DP. This block not only realizes the basic start stop and speed regulation of the drive, but also deeply integrates into the architecture of PCS7, with the following advanced functions:

Multi mode operation: supports control room mode (manual/automatic), local mode, and internal/external setting value selection.

Standardization processing: Provide standardized conversion of physical quantities between set values and process values for unified monitoring interface display.

Comprehensive diagnosis: integrated drive fault reading, status monitoring, alarm and limit value monitoring functions.

Module driver compatibility: Complies with the PCS7 module driver and maintenance station concept, supports device status symbolization display and preventive maintenance.

Simulation debugging: Built in simulation interface, supporting software testing and debugging without actual hardware connection.


Detailed explanation of the core functions of the control block

1. Multi mode operation design

The SIMO-MM3 block supports flexible operation mode switching to adapt to different control scenarios:

Control room mode:

Manual/automatic selection: can be switched through the operator station (OS) or automatic program (CFC/SFC). Enter AUT-ON-OPT for operator selection and AUT-L for program control. The interlock inputs MANOP-EN and AUTOP_EN can respectively prohibit manual or automatic operation.

Internal/External Setpoints: Setpoints can be derived from internal inputs of the operator station (SP-INT) or external connections of the user program (SP.ET). Selected through SPEXT_SEL-OP (operator) or SPEXON_L (program), and can be enabled or disabled by SPIN_TEN and SPEXT-IN.

Local mode:

When the driver is controlled by a local device (such as a field button), the block enters local mode. At this point, SIMATIC stops outputting control commands but still reads the drive status. The TRACK_CW parameter allows for the selection of whether to track the manual control word when switching back to control room mode, achieving disturbance free switching.

2. Data interface and status management

The block exchanges 6 words (4 parameter words+2 process data words) of periodic data with the driver through the process data interface:

Control word (STW1): includes command bits such as ON/OFF1, OFF2 (electrical stop), OFF3 (quick stop), inverter enable, ramp function generator enable/start, set value enable, confirm, etc.

Status word (ZSW1): Output driving status, such as "Ready to Close" (QREADYON), "Ready to Run" (QOP), "Run Release" (QRUN), "Group Fault" (QGR_ERR), etc.

Process value: The main process value (such as speed/frequency) and the current process value (such as current/torque) are standardized and output.

The block defines clear driving state machines, including OFF, STOP, RUNNING, etc., and intuitively reflects them through outputs such as QOFF, QSTOP, QRUNNING, etc.

3. Standardization of set values and process values

To achieve unified display and processing, the block standardizes the physical quantities of set values and process values:

The standardized factor calculation is 16384/(FACT_SPM * FACT_CU). Among them, FACT_SPM is the reference speed (corresponding to P094 parameter), and FACT_CU is the gearbox transmission ratio.

The current process value is converted using the independent factor FACT_CPV (default 10).

In CFC, engineering units (such as Hz, rpm, A) can be allocated through I/O attributes for SP.ET, SP-INT, PV, and CPV.

4. Error response and diagnosis

The block has a comprehensive error detection and reporting mechanism:

Communication errors: including periodic communication errors (s_ERR, R_ERR), I/O access errors (PERAF), slave station failures (MODF), etc.

Parameterization error: such as zero normalization factor or LOCK_MSS parameter setting error (QPARF).

Drive fault: When the status word indicates a group fault (QGR_ERR=1), the block reads the drive's fault memory (P947) through non periodic communication, obtains the specific fault number, and displays it in the "Drive Fault" control field on the panel.

Alarm and limit monitoring: configurable upper and lower alarm limits (PVAH, PVAL) for current/torque process values, with hysteresis (HYSTERES) function. When exceeding the limit, trigger QALARM-H or QALARM-L.

5. Non periodic communication coordination

Due to the fault memory reading occupying non periodic communication channels, the block provides a coordination mechanism to prevent channel conflicts:

Input AC-START for interlock: Set 1 to indicate channel idle, block can read fault memory; Setting 0 indicates that the channel is occupied by other applications.

Output AC_SUSY indicating that the block is reading the fault memory.

When multiple blocks (such as SINAMICS G120 with incoming module and multi axis) access the same driver, AC-START must be coordinated through program logic.

Faceplate and Visualization

The SIMO-MM3 block is equipped with a feature rich PCS7 standard panel, providing an intuitive operation and monitoring interface:

Multiple control fields: The panel is divided into multiple control fields such as "automatic", "manual", "message", "drive fault", "limit value", "trend", etc., displaying the drive status from different perspectives.

Visualization of core functions:

Automatic control fields: display bar charts of set values and process values for speed/frequency, display of current process values with limits, selection of operating modes, stop commands, drive and AS status icons, simulation activation indicators, etc.

Manual Control Fields: Provides direct control for motor start stop, direction selection, stop commands, and other operations.

Driver fault field: The list displays the fault numbers and text descriptions read from the driver, and provides a "reset" button.

Limit value field: used to configure the measurement range of process values, bar graph limits, alarm thresholds and their enable states, hysteresis, and switching time monitoring parameters.

Multi language support: The panel supports five languages: German, English, French, Spanish, and Italian. Switching can be achieved by modifying the CFC block connection properties or WinCC text library.

User Objects and Icons: Provide user objects that can be embedded in flowcharts, with icon colors and directional arrows dynamically reflecting the driving status (such as green running, red fault, blue stop, etc.).


Module driver and maintenance station integration

The SIMO-MM3 block is fully integrated into the module driver/maintenance station architecture of PCS7, achieving advanced diagnostic and maintenance functions:

Module driver concept: Automatically evaluate I/O access errors, rack failures, module failures, and other events through the upstream DES-DIAG block (FB628), and pass them to the driver block. The VALUE, LADDR, DADDR and other parameters of the driver block are automatically assigned and interconnected by the module driver.

Maintenance station symbol: The driving status is passed to the standard block MOD-PAX0/MOD-PAL0 through QC and QMODE parameters, and displayed on the maintenance station with standardized symbols (such as red fault, yellow switching, green running well).

Preventive maintenance: Block integration operation hour counter, set low/medium maintenance demand time thresholds based on MAIN_L and MAIN_M parameters, and trigger corresponding levels of maintenance alarms at the maintenance station.


Simulation and debugging functions

For the convenience of project debugging and testing, the block provides complete simulation functions:

When the input SIM_SON=TRUE, the block enters analog mode and stops communicating with the real driver.

The simulation status word (SIMZSW) and process value (SIMPV, SIMCPV) are provided by external simulation blocks.

The control word (SIMSTW) and set value (SIMSP) output by the block can be read by the analog block to form a closed-loop test.

The DRVPCS7 library provides corresponding driver simulation blocks (such as those used for MICROMASTER) that can simulate the basic state machine and fault injection of drivers.


Project Implementation and Examples

The manual provides detailed installation steps and two example projects (for PROFIBUS and PROFINET respectively) to guide users to quickly get started:

Installation: Setup needs to be run on the engineering station and all OS servers/clients to install the CFC control block and WinCC panel components.

Configuration: Set the driver to DP slave in STEP 7 hardware configuration, select PCS7 message, and ensure that the I/O address starts consistently. Set the PROFIBUS address (P918) in the driver and enable remote control (P928).

Integration: Insert SIMO-MM3 block into CFC, use module driver options to automatically generate and interconnect driver chains. In WinCC, the driver panel can be integrated into the operation screen by copying user objects from the template or using the project migration tool.

Collaboration with APL library: The SIMO-MM3 block can be interconnected with motor control blocks (such as MotSpdCl FB1854) in the PCS7 Advanced Process Library (APL) through conversion blocks to achieve higher-level control strategy integration.

  • ABB SCC-C 23070-0-10232110 gas cooler
  • Sick LGTN101-521 CPU Module
  • Okuma 1911-2836 PLC Circuit Board
  • Mitsubishi Melsec PM-120M PLC
  • Omron F210-C15 Vision Mate Controller System
  • Siemens 7ML5110-1GD07-4AF3 Ultrasonic Level Gauge
  • ABB Pluto S46 V2 Safety Relay
  • Omron Z3RN-5A Optical Serial Link
  • Omron R7D-APA3H 30W Servo Drive
  • Giddings Lewis 502-03638-41R3 PLC Processor
  • Omron SCY-P1 Sequencer Controller
  • Siemens C98043-A7002-L1-13 PCB Board
  • SACS TECNICA Palletizer PC PLC Control System
  • AutomationDirect T1F-14THM PLC Module T1F14THM
  • OMRON C200H-AD003 Analog Input Unit PLC Module
  • Applied Materials 0010-A0000 Electricity Box PLC 200mm
  • ABB RVT-6 Power Factor Controller RVT6
  • Allen-Bradley 2094-BC01-MP5-M Kinetix 6000 Axis Module
  • OMRON FQM1S-MC233 Motion Controller PLC Module
  • OMRON C200H-SNT31 PLC Special I-O Module
  • Yaskawa SGMPH-04AAA61D-OY Servo Motor 400W 200V
  • Yaskawa SGMGH-09DCA6F-OY AC Servo Motor 850W 400V
  • REFU ELEKTRONIK SR17002 PLC Logic Module Circuit Board
  • Siemens 6DP1231-7AA PLC Board Module Industrial Control
  • ABB SACE ISOMAX S3 N 160 Molded Case Circuit Breaker
  • OMRON C120-SC024-V1 SYSMAC C120 Compact PLC Unit
  • OMRON CJ1W-SCU41-V1 Serial Communication Unit PLC Module
  • OMRON 3G3MX2-A4110-ZV1 MX2 Variable Frequency Drive
  • Yaskawa SGDH-04AE-OY Sigma-II Servo Driver 400W 200V
  • OMRON CQM1-AD041 Analog Input Module PLC I/O Unit
  • Delta Omega XML2-0060-45-4/S-A Servo Drive
  • Omron CJ1W-AD041 Analog Input
  • Omron CJ1W-NC271 Position Control Unit
  • Omron CJ1G-CPU45H PLC CPU
  • Omron CJ1W-EIP21 EtherNet/IP Unit
  • Omron F210-C15 Vision Mate Controller
  • Omron CQM1H-ADB21 Analog I/O Board
  • Omron GRT1-PRT PROFIBUS DP-V1 Adapter
  • Omron CP1H-Y20DT-D PLC CPU
  • TE.CO TFX 4G 1.5 Grey Cable 470m
  • Yaskawa SGDH-04AE-OY Servo Driver 400W 200V
  • OMRON CJ1H-CPU66H V4.0 PLC CPU
  • OMRON R7M-A10030-BS1 Servo Motor 200W 100V
  • OMRON FQM1-MMA21 Motion Controller
  • Yaskawa SJDE-08APA Servo Amplifier
  • OMRON CQM1-AD041 Analog Input Unit
  • Siemens OCI55 Dialogue Module Landis
  • OMRON F350-C10E Image Processing Unit
  • OMRON NT10S-SF121 HMI Terminal
  • SIEMENS 3RB1262-0LB31 Overload Relay
  • OMRON YASKAWA SGDS-02A12A Servo Drive
  • TE.CO TFX 4G 1.5 Grey Cable ST 500m
  • FANUC A16B-3200-0362 PCB Control Board
  • OMRON CQM1-ARM21 Analog Output Unit
  • Allen-Bradley 1788-EN2DN Ethernet DeviceNet Gateway
  • Siemens 3VL9440-7EE40 3VL4740-2AA46-0AA0 Circuit Breaker
  • OMRON CJ1W-AD041-V1 Analog Input Unit
  • OMRON CQM1-AD041 CQM1-IPS02 Analog Input Power Supply
  • Texas Instruments System 505 PLC 525-110 525-1102
  • OMRON CQM1-AD042 Analog Input Unit
  • Yaskawa SGDH-04AE-OY Servo Driver 200V 400W
  • CTI 2512 75W Power Supply for CTI 2500
  • Omron F300-B5 Image Processing Unit
  • Mitsubishi 15050-PR01A PLC Board
  • Omron CQM1-TC101 Temperature Controller
  • SCE M68-2000 2 Axis Motion Controller HW 2.3/B
  • Omron 3Z4SP-C22 Visual Positioning Sensor
  • Omron 3G3SV-BB007-E 0.75kW VFD
  • CML 6622 IRD Entek AW10528 Vibration Monitor
  • Omron CP1L-EL20DR-D PLC CPU
  • TE.CO TFX 4G 1.5 Grey Cable 500m
  • Mitsubishi Electric 3BK23057 Circuit Board Module
  • OMRON FQM1-MMP21 Motion Control Module
  • OMRON CP1E-E40SDR-A Micro PLC CPU Unit
  • KEBA CU201 PLC Control Unit
  • OMRON F150-C10E-2 Vision Sensor Controller
  • YASKAWA SGDH-04AE-OY Sigma-II Servo Driver
  • OMRON CS1H-CPU65-V1 PLC Central Processing Unit
  • OMRON NB7W-TX01B Interactive Display HMI
  • OMRON C500-TU002E Programmable Logic Controller Timer Unit
  • OMRON C200HW-PRT21 PROFIBUS DP Slave Unit
  • ExcelTech MX-5-S-I-6-4 Static Transfer Switch
  • Allen-Bradley 100-B300ND3 Contactor 304A 600V
  • Pasaban MTC-3052 Fast I/O PLC Card
  • OMRON CQM1-TC101 Temperature Control Unit
  • OMRON 3G3SV-BB007-E VFD 0.75kW 220V
  • OMRON CQM1H-MAB42 PLC Module
  • OMRON R88M-K75030T-S2 Servo Motor
  • Yaskawa SGMAH-03DAAA61 Servo Motor 200V 300W
  • OMRON F300-P Power Supply Unit
  • Land System 4 M1 Thermometer 65071800C-L35-A50
  • Yamatake MAH10-ME0100 ME-NET Module
  • Siemens Simatic 505 16 Slot PLC Rack
  • Yaskawa SGDH-02AE-OY Servo Driver 200W
  • SCE M68-2000 2-Axis Motion Controller
  • Zenith Controls K-1201 Transfer Switch Controller
  • Yaskawa SGDH-02AE-OY 200W Servo Driver
  • Yaskawa SGMAH-02AAA61D-0Y 200W Servo Motor
  • Schneider TSX P573634M Modicon Premium CPU
  • Siemens 6FX5002-5DN31-1DA0 Power Cable
  • Omron CJ1G-CPU43H CPU Unit 30K Steps
  • OMRON C28P-EDR-D PLC Unit
  • SIEMENS S7-300 PLC System
  • Schneider TP400-PLC-1411 Board
  • Siemens 6FC5203-0AF00-0AA3 Panel
  • ALLEN BRADLEY 1754-L28BBB GuardPLC
  • Omron E6C3-AG5B-C Encoder
  • SCE M68-2000/5 CNC Controller
  • SCHNEIDER TM2ALM3LT Module
  • OMRON C200H-OV001 Voice Module
  • OMRON R88M-H30030 Servo Motor
  • Bosch RD500 Indramat Servo Drive RD51.2-4B
  • Siemens 6SE7090-0XX84-0AH2 T300 Module
  • Omron GRT1-TS2P SmartSlice Thermocouple Input
  • Xaar XP55500016 XUSB Drive Electronics
  • Siemens 6SL3210-1SE21-8UA0 PM340 Power Module
  • Mitsubishi GT2708-VTBA Touch Display 8.4 Inch
  • Pasaban Fast I/O MTC-3052 PLC Card
  • ABB ACS355-01U-02A4-2 VFD 0.37kW
  • Yamatake MAH20-PC2100 Processor Module
  • Allen Bradley 1774-P1 PLC Power Supply
  • Yaskawa SGDH-04AE-OY 400W Servo Driver
  • Omron CPH-X40DT1-D PLC CPU Unit
  • Pilz PNOZ mm0.2p Safety PLC Mini 772002
  • Siemens 6SL3555-OPR01-0AA0 Sinamics G110M Panel
  • Sanyo PLC-XTC50L LCD Projector
  • SCE M68-2000 2-Axis Motion Controller
  • Omron CS1W-CT021 High-Speed Counter Unit