For engineers in the field of industrial automation, starting, diagnosing, and troubleshooting a classic or even discontinued automation platform is a highly challenging task. The Siemens SINUMERIK 840C, combined with the SIMODRIVE 611-D drive system, was once the core of high-end CNC machine tools. This article will delve into the standard startup process of the system, diagnostic logic for common faults, and key steps for data recovery, providing a detailed technical reference for on-site engineers.
Initial installation and standard startup process of the system
Before starting any hardware operation, a detailed visual inspection and electrical testing must be completed, including confirming the grounding system, cable shielding, EMC measures, and the integrity of the operator panel. For SINUMERIK 840C, a clear standard startup process is the cornerstone to avoid subsequent issues.
1. Hardware and software preparation
Firstly, confirm the hardware versions of the central unit (NCK), MMC (human-machine communication) CPU, and PLC CPU. SINUMERIK 840C supports PLC 135 WB2/WD versions. For systems with software version 3 and above, the operating system and user programs of the PLC are loaded from the hard drive to RAM, while earlier versions relied on EPROM submodules.
2. Perform overall reset
Overall reset "is a critical step in initializing a system after its first installation or data loss. The operation path is: Diagnosis ->Startup ->Overall Reset Mode. In this mode, the following core functions can be performed:
NCK user memory formatting: The user data area of NCK (numerical control core) can be selectively formatted, such as tool offset, R parameters, zero offset, etc. The default setting is' YES'.
PLC overall reset: This operation will delete the PLC user memory and copy the ANW-PROG file (user program) stored on the hard drive to the PLC. If the file is not on the hard drive, the PLC memory will remain blank.
Driver overall reset: This function will delete the configuration files related to the digital driver (SIMODRIVE 611D) on the hard drive.
After completing these settings, exiting the overall reset mode will trigger a power on reset, and the system will load standard machine data and complete initialization.
3. Load machine data
In the 'Overall Reset Mode', standard or backup machine data files can be loaded through the 'Diagnosis ->Startup ->Machine Data ->File Function' path. For digital drive systems, when loading a user file (TEA3) containing driver data, the system may prompt driver specific error messages, which is a normal phenomenon. After exiting the overall reset mode, it is necessary to reload the driver configuration or complete driver files.

Core Fault Diagnosis and PLC Error Analysis
SINUMERIK 840C integrates powerful diagnostic tools for quickly locating issues at the PLC and NC levels.
1. PLC diagnosis and analysis
When the control panel displays' PLC CPU failure ', engineers should follow the following steps:
Observe the LED indicator lights on the PLC CPU module. The flashing frequency directly corresponds to specific hardware error codes.
If the LED is constantly on, it indicates a program error. At this point, the detailed error code (USTACK) of the PLC should be called. In SW3 and above versions, the operation path is: Diagnosis ->Service Display ->PLC Service.
If the first word of the error status word contains 00FFH, it indicates that the error occurred in the function block (FB).
If the content is not 00FFH, it is necessary to consult the system manual and determine the root cause of the problem based on specific error codes, such as programming errors or system program exceptions.
2. PLC status monitoring and enforcement
In the "PLC state" mode, engineers can read and modify various data of the PLC in real time, which is crucial for debugging and forced output. The accessible data areas in this mode include:
Input/Output Words (IW/QW): Monitor sensor signals from machine tools and control signals output to actuators.
Flag (FW): Check the internal logic status.
Data Word (DW/DX): View and modify variables in data blocks.
Timer/Counter (T/C): Monitor time logic and counting status.
Accessing these features typically requires entering a password to prevent unauthorized modifications.
Debugging and Optimization of Drive System
The debugging of the SIMODRIVE 611-D digital drive system is mainly completed through the "Drive Servo Start Application", which can be found in the diagnostic menu.
1. Driver configuration
In the "Driver Configuration" interface, it is necessary to input or select the correct module type (such as single axis or dual axis FDD module, MSD module) based on the actual slot position of the hardware module. Each drive module must be set to the 'active' state and the drive letter must be matched with the NC axis/spindle assignment. After configuration is complete, the NCK power on reset must be saved and executed through the "Accept conf+NCKPO" soft key to initialize the driver bus.