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
Email:wang@kongjiangauto.com