+086-15305925923

K-WANG

Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

SIEMENS SIMATIC Drive Controller System

From: | Author:Wang | Time :2025-11-26 | 2 visit: | Share:



SIEMENS SIMATIC Drive Controller System

Basic Framework and Security Standards

1. Positioning and safety warning

Scope: Covering the entire range of SIMATIC Drive Controllers, including CPU 1504D TF/1507D TF and SINAMICS Integrated, providing full process guidance from planning to maintenance, suitable for Motion Control scenarios such as multi axis machine tools, packaging machinery, printing equipment, etc.

Security level classification:

Warning type risk description example scenario

DANGER Fatal/Serious Personal Injury Contact with Live Parts, Undischarged Capacitors

Warning: May cause fatal/serious injury. Equipment damage may lead to electrical leakage, and wireless devices may interfere with safety functions

CAUTION Minor personal injury, electrostatic discharge damage to components

NOTICE property loss, wiring error leading to module failure

Qualification requirements: Only personnel with "industrial automation qualification" are allowed to operate, and they must be familiar with standards such as IEC 61131-2 and EN 60204.

2. Industrial network security (new core chapter added)

Protection strategy: Adopting the "Defense in Depth" framework, divided into 3 layers of protection:

Physical security: Lock the control cabinet door and manage access permissions (password/fingerprint)

Network security: network segmentation, firewall VPN、 Disable unused ports (such as NTP/PUT/GET)

System integrity: firmware updates, configuration verification, data backup

Key measures:

Regular firmware updates (via TIA Portal/memory card/web server)

Syslog log: CPU local cache security events (such as password errors, configuration tampering) can be forwarded to the server (UDP port 514/TLS port 6514)

Data destruction: Before retiring the device, a "factory reset" (SINAMICS first, CPU later) must be performed to format the storage card or physically destroy it


System Overview and Core Components

1. Comparison of Core Parameters of Controllers

Component model: CPU 1504D TF (for small and medium-sized applications) CPU 1507D TF (for high-end applications) Key differences

Code working memory 4 MB 15 MB 1507D supports more complex programs

Data working memory 6 MB 40 MB 1507D can store more real-time data

Number of positioning axes (maximum) 40 160 1507D Supports multi axis synchronization

Motion Control resources 3200 12800 1507D handle higher loads

Minimum cycle 500 μ s 250 μ s 1507D supports higher real-time performance

Integrated I/O 8 DI/DQ (X142) 8 DI/DQ (X142) Consistent

2. SINAMICS Integrated Function

Control mode:

Servo control: Maximum dynamic response, supports Dynamic Servo Control (DSC, 125 μ s cycle)

Vector control: maximum torque accuracy, 250 μ s current controller cycle

U/f control: suitable for fan/pump loads, 500 μ s cycle

Security function:

Basic functions: STO (Safe Torque Shutdown), SS1 (Safe Stop 1)

Extended functions: SS2 (Safety Stop 2), SBC (Safety Braking Control)

Advanced features: SLS (Safety Speed Limit), SLA (Safety Distance Limit), requiring 1 license per axis

Restrictions: Free Function Blocks (FBLOCKS) and SIMOTION CX32-2 extensions are not supported, only partial technical extensions (such as POLYGON/SETPGEN) are supported

Application planning and installation wiring

1. Hardware configuration rules

Power configuration:

System power supply: 24V DC PELV (such as SITOP smart), no-load current 1.7A, maximum load 13.1A

Drive power supply: SINAMICS Line Module (generates DC link voltage), Motor Module takes power from the DC link

Communication configuration:

PROFINET IO IRT (X150): Supports isochronous mode, IRT level, synchronous multi drive

PROFIBUS DP (X126): Maximum of 12 I/O modules, does not support isochronous coupling

DRIVE CLiQ: 4 interfaces, each with 450mA power supply, connected to Motor Module/Encoder/Sensor Module (SMC)

2. Installation and wiring specifications

Installation requirements:

Guide rail: TH 35 standard guide rail (length 160-2000mm), fixed with M6 screws (torque 6Nm)

Gap: Top/bottom ≥ 80mm (heat dissipation), vertical installation (only allowed in the vertical direction)

Wiring rules:

Interface type wiring requirements, wire specifications

24V DC power supply 4-pin connector, distinguishing L+/M, stripping length 7-8mm 0.25-2.5mm ² (multi strand without sleeve)

PROFINET uses FastConnect cable, requires 8-core wire for 1000Mbps, and the 145 ° connector only supports 100Mbps CAT5e and above

DRIVE CLiQ shielded cable, the shielding layer is grounded through a metal bracket, with a maximum length of 100m Siemens specific DRIVE CLiQ cable

Digital I/O (X142) 24V DC, DI input delay 1 μ s/125 μ s, DQ high speed output (0.4A) Stripping length 10-11mm 0.25-1.5mm ²


Configuration and Debugging Process

1. Software configuration (TIA Portal+Startdrive)

Basic steps:

Create a project and add a Drive Controller (automatically generating CPU and SINAMICS Integrated devices)

Hardware configuration: Assign PROFINET device name/IP, configure SINAMICS driver object (Line Module/Motor Module)

Message configuration: default PROFIdrive message 393 (X122/X132 I/O), 105 (drive shaft)

Technical object configuration: Create positioning axis/synchronization axis/output cam, bind Drive Controller I/O (such as X142 Timer DI/DQ)

Isochronous mode configuration:

Coupling objects: PROFINET X150+X142 I/O+SINAMICS Integrated

Cycle setting: minimum 250 μ s (1507D TF), requiring allocation of OB 91 (MC Servo)

Synchronization mechanism: IRT clock synchronization ensures driver/IO/CPU cycle consistency

2. Key debugging steps

First power on:

Check wiring (power/ground/DRIVE CLiQ), insert SIMATIC memory card (24MB-2GB)

After power on, the CPU performs a self-test (LED flashing → STOP yellow light on), and the SINAMICS Integrated RDY light turns green

Download project: First download the CPU hardware configuration, then download the SINAMICS driver configuration (requires CPU STOP mode)

IO testing:

Scan PROFINET network using PRONETA tool and test I/O wiring

Monitor variables through STEP 7 "Watch&Force Tables" or force peripheral I/O through CPU web server


Program Execution and Security Protection

1. Fundamentals of Program Processing

Organizational Block (OB):

Description of OB Number Triggering Event Priority Function

OB 1 loop program 1 main loop executes user program

OB 91 MC Servo Interrupt 26 Processing Motion Control Task (Equal Time Mode)

OB 80 time error 22 triggered when cycle time exceeds the limit

OB 121 programming error 7 triggered when there is a syntax error in the program

Asynchronous instruction:

Representative instructions: MC_SoveAbsolute (absolute positioning), MC_GearIn (gear synchronization)

Resource limitations: CPU 1504D TF supports 6400 asynchronous instructions to be executed simultaneously, 1507D TF has no explicit restrictions

2. Security protection mechanism

Access control:

Level 4 permissions: Full access (no password), Read access (read configuration only), HMI access (HMI operation only), No access (fully protected)

Local User Management (TIA V19+): Create users/roles, assign CPU functional permissions (such as web server access/OPC UA permissions)

Data Protection:

Know how protection: Set password for OB/FB/DB, only display interfaces and comments

Copy protection: Bind programs to CPU/storage card serial numbers to prevent piracy

Integrity protection: Verify firmware/configuration data, detect tampering (such as storage card data corruption)


Maintenance and Diagnosis

1. Daily maintenance

Module replacement:

CPU: Replace after power failure, need to download configuration again (keep IP address)

Memory card: Only allows insertion and removal when CPU STOP/POWER is OFF, and memory reset is required after replacement

DRIVE CLiQ component: topology detection needs to be performed again after replacement (SINAMICS Integrated automatic recognition)

Firmware update:

CPU: via TIA Portal/memory card/web server (with correct FW file format)

SINAMICS Integrated: Matching FW version (such as V5.2 SP3 HF10+) through CPU web server

2. Fault diagnosis

Diagnostic tool:

Diagnostic buffer: records CPU/SINAMICS faults (such as power overload, topology errors), which can be read through STEP 7/Web server

Trace function: Record CPU tags (16 signals), SINAMICS parameters (8 signals), support triggering conditions (such as value exceeding threshold)

Service data: Export DUMP.S7S file for Siemens technical support analysis


Technical Parameters and Appendices

1. Core technical parameters

Environmental parameters:

Parameter Type Range Remarks

When the operating temperature exceeds 0-60 ℃ (horizontal)/0-40 ℃ (vertical), the display screen will automatically turn off

Storage temperature -40-80 ℃ under original packaging conditions

EMC performance EN 61000-6-2/4 electrostatic discharge ± 8kV (air)/± 6kV (contact)

Electrical parameters:

Parameter Type Range Remarks

24V DC power supply 19.2-28.8V DC PELV rating

Insulation voltage 600V in accordance with IEC 60664-1

Digital I/O (X142) 24V DC, DI input current 2.5mA, DQ output current 0.4A (high speed)

2. Appendix Resources

Accessories list: including DRIVE CLiQ cable (6SL3060 series), front connector (6ES7592 series), shielding bracket (6ES7590 series)

Migration Guide: Steps for migrating from SIMOTION D4x5-2 to Drive Controller (such as replacing technical objects, adjusting messages)

Open source software information: Open source software licenses (such as GPL license) can be read through CPU QR codes or memory cards


  • Kollmorgen S33GNNA-RNNM-00 - Brushless Servo Motor
  • Kollmorgen 6sm56-s3000-g-s3-1325 - Servo Motor
  • Kollmorgen AKM52K-CCCN2-00 - Servo Motor
  • Kollmorgen PSR3-230/75-21-202 - Power Supply
  • Kollmorgen akm24d-anc2r-00 - Servo Motor
  • Kollmorgen AKM22E-ANCNR-00 - Servo Motor
  • Kollmorgen S60300-550 - Servo Drive
  • Kollmorgen B-204-B-21 - Servomotor
  • Kollmorgen AKM21E-BNBN1-00 - Servo Motor
  • Kollmorgen TT2953-1010-B - DC Servo Motor
  • Kollmorgen pa8500 - Servo Power Supply
  • Kollmorgen BDS4A-210J-0001-207C2 - Servo Drive
  • Kollmorgen TTRB1-4234-3064-AA - DC Servo Motor
  • Kollmorgen MH-827-A-43 - Servo Motor
  • Kollmorgen AKM24D-ACBNR-OO - Servo Motor
  • Kollmorgen 00-01207-002 - Servo Disk DC Motor
  • Kollmorgen AKM21C-ANBNAB-00 - Servo Motor
  • Kollmorgen PSR3-208/50-01-003 - Power Supply
  • Kollmorgen 6SM56-S3000 - Servo Motor
  • Kollmorgen DBL3H00130-B3M-000-S40 - Servo Motor
  • Kollmorgen 6SN37L-4000 - Servo Motor
  • Kollmorgen AKM65K-ACCNR-00 - Servo motor
  • Kollmorgen 6SM56-L3000-G - Servo Motor
  • Kollmorgen AKMH43H-CCCNRE5K - Servo Motor
  • Kollmorgen PSR4/52858300 - Power Supply
  • Kollmorgen KBM-79H03-E03 - Direct Drive Rotary Motor
  • Kollmorgen AKM33E-ANCNDA00 - Servo Motor
  • Kollmorgen U9M4/9FA4T/M23 - ServoDisc DC Motor
  • Kollmorgen AKM13C-ANCNR-00 - Servo Motor
  • Kollmorgen AKM43L-ACD2CA00 - Servo Motor
  • Kollmorgen AKM54K-CCCN2-00 - Servo Motor
  • Kollmorgen M-605-B-B1-B3 - Servo Motor
  • Kollmorgen AKD-P00606-NBAN-0000 - Rotary Drive
  • Kollmorgen 6SM-37M-6.000 - Servo Motor
  • Kollmorgen A.F.031.5 - Sercos Interface Board
  • Kollmorgen 918974 5054 - Servo PWM
  • Kollmorgen U12M4 - ServoDisc DC Motor
  • Kollmorgen AKD-B00606-NBAN-0000 - Servo Drive
  • Kollmorgen MV65WKS-CE310/22PB - Servo Drive
  • Kollmorgen 65WKS-CE310/22PB - Servo Drive
  • Kollmorgen EM10-27 - Module
  • Kollmorgen S64001 - Servo Drive
  • Kollmorgen CR03200-000000 - Servo Drive
  • Kollmorgen 6SM57M-3000+G - Servo Motor
  • Kollmorgen BDS4 - Servo Drive
  • Kollmorgen AKD-P00306-NBEC-000 - Servo Drive
  • Kollmorgen AKD-B01206-NBAN-0000 - Servo Drive
  • Kollmorgen STP-57D301 - Stepper Motor
  • Kollmorgen 6SM37L-4.000 - Servo Motor
  • Kollmorgen 44-10193-001 - Circuit Board
  • Kollmorgen PRDR9SP24SHA-12 - Board
  • Kollmorgen PRD-AMPE25EA-00 - Servo Drive
  • Kollmorgen DBL3N00130-0R2-000-S40 - Servo Motor
  • Kollmorgen S406BA-SE - Servo Drive
  • Kollmorgen AKD-P00607-NBEI-0000 - Servo Drive
  • Kollmorgen AKD-P01207-NBEC-0000 - Servo Drive
  • Kollmorgen CR03550 - Servo Drive
  • Kollmorgen VSA24-0012/1804J-20-042E - Servo Drive
  • Kollmorgen N2-AKM23D-B2C-10L-5B-4-MF1-FT1E-C0 - Actuator
  • Kollmorgen 04S-M60/12-PB - Servo Drive
  • Kollmorgen H33NLHP-LNW-NS50 - Stepper Motor
  • Kollmorgen A-78771 - Interlock Board
  • Kollmorgen AKM43E-SSSSS-06 - Servo Motor
  • Kollmorgen AKD-P00607-NBEC-0000 - Servo Drive
  • Kollmorgen E21NCHT-LNN-NS-00 - Stepper Motor
  • Kollmorgen cr10704 - Servo Drive
  • Kollmorgen d101a-93-1215-001 - Motor
  • Kollmorgen BDS4A-203J-0001-EB202B21P - Servo Drive
  • Kollmorgen MCSS23-6432-002 - Connector
  • Kollmorgen AKD-P01207-NACC-D065 - Servo Drive
  • Kollmorgen CK-S200-IP-AC-TB - I/O Adapter and Connector
  • Kollmorgen CR10260 - Servo Drive
  • Kollmorgen EC3-AKM42G-C2R-70-04A-200-MP2-FC2-C0 - Actuator
  • Kollmorgen BDS5A-206-01010-205B2-030 - Servo Drive
  • Kollmorgen s2350-vts - Servo Drive
  • Kollmorgen AKM24D-ANC2DB-00 - Servo Motor
  • Kollmorgen E31NCHT-LNN-NS-01 - Stepper Motor
  • Kollmorgen PRD-0051AMPF-Y0 - Servo Board
  • Kollmorgen TB03500 - Module
  • Kollmorgen 60WKS-M240/06-PB - Servo Drive
  • Kollmorgen M21NRXC-LNN-NS-00 - Stepper Motor
  • Kollmorgen H-344H-0212 - Servo Motor
  • Kollmorgen MCSS08-3232-001 - Connector
  • Kollmorgen AKM33H-ANCNC-00 - Servo Motor
  • Kollmorgen PA-2800 - Power Supply
  • Kollmorgen MTC308C1-R1C1 - Servo Motor
  • Kollmorgen PRDR0091300Z-00 - Capacitor Board
  • Kollmorgen BDS4A-206J-0024/01502D79 - Servo Drive
  • Kollmorgen S20330-VTS - Servo Drive
  • Kollmorgen S20250-CNS - Servo Drive
  • Kollmorgen SBD2-20-1105-WO - Servo Drive Board
  • Kollmorgen M405-C-A1--E1 - Servo Motor
  • Kollmorgen PRD-PB805EDD-00 - Servo Drive
  • Kollmorgen 6SM57S-3.000-J-09-HA-IN - Servo Motor
  • Kollmorgen AKM33H-ANCNDA-00 - Servo Motor
  • Kollmorgen PCB-00030200-04 - PCB
  • Kollmorgen H22SSLB-LNN-NS-02 - Stepper Motor
  • Kollmorgen BJRL-20012-110001 - Module
  • Kollmorgen BDS4A-206J-0001404A - Servo Drive
  • Kollmorgen H-342-H-0802 - Servo Motor
  • Kollmorgen CR10561 - Servo Drive
  • Kollmorgen BDS5A-206-00010-205B2-030 - Servo Drive
  • Kollmorgen BDS5A-206-00010-207B-2-030 - Servo Drive
  • Kollmorgen mcss08-3224-001 - Connector
  • Kollmorgen M-207-B-23-B3 - Servo Motor
  • Kollmorgen PRD-0041200Z-S0 - Encoder/Resolver Card
  • Kollmorgen MH-225-G-61 - Motor
  • Kollmorgen MT308B1-T1C1 - Servo Motor
  • Kollmorgen BDS4A-240J-0001604C83 - Servo Drive
  • Kollmorgen 6SM57-S-3000 - Servo Motor
  • Kollmorgen N-T31V-15-5B-6-MF3-FT1E-C251 - Actuator
  • Kollmorgen PRD-0051AMPA-X0 - Servo Board
  • Kollmorgen CF-SS-RHGE-09 - Cable
  • Kollmorgen DIGIFAS7204 - Servo Drive
  • Kollmorgen S30101-NA - Servo Drive
  • Kollmorgen DIGIFAS7201 - Servo Drive
  • Kollmorgen PRD-0051AMPA-Y0 - Servo Board
  • Kollmorgen AKM23D-EFCNC-00 - Servo Motor
  • Kollmorgen SE10000 - Servo Drive
  • Kollmorgen PSR4/5A-112-0400 - Power Supply
  • Kollmorgen AKM31H-ANCNC-01 - Servo Motor
  • Kollmorgen M-203-B-93-027 - Servo Motor
  • Kollmorgen CP-SS-G1HE-05 - Connector
  • Kollmorgen AKM42G-ASCNR-02 - Servo Motor
  • Kollmorgen DBL4N00750-B3M-000-S40 - Servo Motor
  • Kollmorgen R3-BK23-152B-12-PL-ASE-BS115 - Actuator
  • Kollmorgen MH-427-B-61 - Motor
  • Kollmorgen cr06902 - Servo Drive