Welcome to the Industrial Automation website!

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

SIEMENS SIMATIC S5 series PLC STEP 5 programming software

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

SIEMENS SIMATIC S5 series PLC STEP 5 programming software

Software Overview and Adaptation Scope

Basic Information

Software name: STEP 5 (full name SIMATIC Step 5 Programming Software), is a specialized programming tool developed by Siemens for the S5 series PLC. It was first released in the 1980s and later adapted to more S5 PLC models through version updates;

Version division: The main versions include STEP 5 V6.0 (supporting MS-DOS) and STEP 5 V7.2 (compatible with Windows XP), with the same functionality across different versions, except for differences in the operating environment;

Core value: As the "exclusive development platform" for S5 series PLCs, it provides full process support from program writing, parameter configuration to fault diagnosis, and is a key tool for the stable operation of traditional S5 systems.

Adapt PLC models and hardware requirements

Specific communication interface requirements for adapting PLC series models, software operation, hardware requirements (Windows XP)

S5-90U S5-90U CPU 928/929 MPI (requires MPI adapter 6ES7 972-0CA22-0XA0) Processor ≥ 1GHz, memory ≥ 512MB, hard disk ≥ 100MB

S5-100U S5-100U CPU 941/942 MPI/Profibus DP Same as above

S5-115U S5-115U CPU 943/944/945 MPI/Profibus DP Same as above

S5-135U S5-135U CPU 947/948 MPI/Profibus DP processor ≥ 1.5GHz, memory ≥ 1GB, hard disk ≥ 200MB

S5-155U S5-155U CPU 951/952/953 MPI/Profibus DP Same as above


Core functions and operations

1. Program creation function

Programming language support: Provides three industrial standard programming languages to meet different user habits:

Core advantages of programming language representation, applicable scenarios

STL (Statement Table) text instructions (such as A, O,=) have concise code and high execution efficiency, making them suitable for engineers with programming experience in complex logic

LAD (ladder diagram) graphical symbols (contacts, coils) are intuitive and easy to understand, close to electrical schematics, electrical engineers, and on-site maintenance personnel

FBD (Function Block Diagram) graphical function blocks (such as TIM, CTR) are suitable for modular programming and support complex process control scenarios such as PID

Program structure design: Adopting a "block structure" to organize the program, each block functions independently and can be called upon by each other, improving code readability and reusability:

Block type, core function, typical usage, quantity limit

OB (Organizational Block) program entrance, controlling the sequence of program execution (such as main loop, interrupt) OB1: Main loop block (continuous execution after PLC power on); OB2-OB15: Up to 16 interrupt blocks (such as timed interrupts and fault interrupts) (OB1-OB16)

FB (Function Block) user-defined logic module, can encapsulate duplicate logic (such as motor start stop control, counting logic) with parameters and background data blocks, up to 256 (FB0-FB255)

SB (System Block) Siemens preset functional modules, providing PID control (SB35), high-speed counting (SB40) and other functions depending on the PLC model (such as S5-115U supporting 32) without the need for users to write code

DB (Data Block) stores variable data and provides data support for FB/OB. Shared DB: Multiple blocks share data; Background DB: Only corresponds to FB with a maximum of 256 (DB0-DB255)

2. Online monitoring and debugging

Communication connection: Supports two mainstream communication methods to achieve bidirectional data exchange between software and PLC:

MPI (Multipoint Interface): Connected through MPI cables (such as 6ES7 972-0CA22-0XA0), with a maximum communication distance of 50 meters and up to 32 devices connected;

Profibus DP: Connected through a Profibus DP card (such as 6ES5 465-7LA11), with a maximum communication speed of 12Mbps, suitable for long-distance (1200 meters) communication.

Real time monitoring function:

I/O status monitoring: Real time display of the on/off status of input (I) and output (Q) on the LAD/STL/FBD interface (red=connected, gray=disconnected);

Internal variable monitoring: View the current values of flag (F), timer (T), and counter (C) (such as the remaining time of T3 and the count value of C5);

Program execution tracking: Through the "single step execution" and "breakpoint setting" functions, verify the program logic line by line and locate erroneous statements.

Online modification: Supports modifying non critical blocks (such as FB and DB) while the PLC is in RUN mode without stopping, ensuring production continuity; But the modification of OB1 (main loop block) requires switching to STOP mode.

3. Parameter configuration and fault diagnosis

System parameter configuration: Configure PLC hardware and system parameters through the "Hardware Configuration" function:

Parameter category configuration content Key parameter examples

Hardware parameter I/O module address allocation, expansion module recognition, input module EM DI08 address set to I10.0-I10.7

Interrupt parameter interrupt priority (levels 1-15, with level 1 being the highest), interrupt trigger condition OB3 timed interrupt set to 100ms trigger, priority level 5

  • 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
  • GE IS200TDBSH2ACC Terminal Module
  • GE PMC-0247RC-282000 350-93750247-282000F Disk Drive
  • GE VMIVME-5576 high-speed fiber optic reflective memory
  • GE 760-P1-G1-S1-LO-A20-R-E feeder management relay
  • GE 760-P1-G1-S1-LO-A20-R 760 Series Management Relay
  • GE 760-P5-G5-S5-HI-A20-R-E Motor Management Relay
  • GE IS200AEPAH1BKE IS215WEPAH2BB Printed Circuit Board
  • GE IS210BPPCH1AEC Programmable Monitoring System
  • GE WESDAC D20ME II Remote Terminal Unit (RTU) Main Processor Card
  • GE IC693DSM302-AE Discrete Output Module
  • GE IS220PRTDH1A 336A4940CSP6 temperature sensor input module
  • GE IS420ESWBH3AX Ethernet Switch
  • GE EVPBDP0001 EVPBDP032 output module
  • GE V7668A-131000 350-93100076668-131000 B Control Module
  • GE IS200SPROH1AAB MRP663860 Turbine Protection Relay
  • GE VG5SK8I052311 PM0N2000 Digital Input Module
  • GE MVR1600-4601 air-cooled rectifier module
  • GE CT11T7F10PN1 PMC676RCTX V2.3 01 16 C1145 CR11 V2.X Network Interface Card
  • GE IS215UCVHM06A IS200PMCIH1ACC Controller
  • GE IC695CPU315-BB Programmable Logic Controller
  • GE WES5120 5120-1506 High Performance Field Controller
  • GE D20-PS LFDSC143-4000 processor
  • GE 8811-IO-DC 8811-IO-DC-01 Digital Input/Output Module
  • GE VMIVME-7750 VMIVMME-7750-834 350-02775-834 D Bus Interface Module
  • GE VMIVME-7750 VMIVMME-7750-760000 350-027750-76000 N Bus Processor
  • GE IS210BPPBH2BMD redundant power module
  • GE IS220PDIAH1A 336A4940CSP1 Discrete Input Module
  • GE IC698CMX016 VMIVME-5567-000 350-005567-000 Industrial Module
  • GE V7768-320000 350-9301007768-320000 A0 Controller Module
  • GE IS215VCMIH2CA IS200VCMIH2CAA Communication Interface Board
  • GE IS215UCVGM06A IS215UCVGH1A VMIVMME-7666-11000 Serial Communication Module
  • GE SR745-W3-P5-G5-HI Transformer Protection Relay
  • GE IS220PDIIH1B 336A5026ADP1 Input/Output Module
  • GE IS200SDIIH1ADB MRP683026 Contact Input Isolation Terminal Board
  • GE WESTEM D20 M++CNC System
  • GE SR745-W2-P1-G1-HI-E-H Generator Relay Protection Device
  • GE SR469-P5-HI-A20-H motor protection relay
  • GE IS200TDBTH6ACD gas turbine control system module
  • GE WESDAC D20 C Combination Module
  • GE IC698CMX016 Control Memory Switch Module
  • GE SRPE60A 40 rated plug
  • GE 94-164136-001 motherboard control board
  • ABB PCD237A101 3BHE028915R0101 excitation control module
  • ABB XZC826A102 3BHE036348R0102 control module
  • ABB SAFT183VMC Safety Monitoring and Control Module
  • ABB LD 810HSE EX 3BSE091722R1 fieldbus link equipment
  • ABB RED615 HCDCACADAAHC2BNN11E Line Differential Protection and Control
  • ABB UFC760BE41 3BHE004573R0141 Industrial Computer Board
  • ABB 1TGE120011R2200 Motor Feed Control Unit
  • ABB PM865 3BSE030193R1 Compact Programmable Controller