In the 1990s to early 21st century, Telemecanique's TSX 47 series programmable controller (now a brand under Schneider Electric) became the core control equipment for many production lines in industries such as automotive, packaging, and material conveying, thanks to its modular structure, rich I/O interfaces, and simple PL7-2 graphical programming environment. Although the series has long been discontinued, there are still a large number of devices in operation worldwide. When PLC malfunctions or requires expansion of functions, engineers often face difficulties such as difficulty in finding spare parts, confusion of models, and unclear alternative solutions. This article is based on the official data manual of the TSX 47 series, systematically reviewing the hardware architecture, memory capacity, expansion capability, and selection considerations of the five major models (TSX 47-J, 47-10, 47-20J, 47-20, 47-25), and proposing an upgrade and replacement approach for modern control systems, providing practical reference for engineers maintaining old production lines.
Overview and Model Classification of TSX 47 Series
The TSX 47 series belongs to the modular sequential PLC (Sequential PLC), which adopts a rack mounted structure and all discrete I/O interfaces are universal. According to the body size and functional positioning, this series is divided into two physical formats: short rack and standard rack:
Short rack: Provides 5 available slots for compact configurations, represented by models TSX 47-J and TSX 47-20J.
Standard rack: Provides 8 available slots for larger I/O requirements, represented by models TSX 47-10, TSX 47-20, and TSX 47-25.
All basic configurations can add up to 8 additional slots through direct I/O expansion racks (TSX RKE 7/8), bringing the total number of slots to 16, significantly expanding the system's I/O capacity. The following table summarizes the core differences of each model:
Model Rack Format Available Slot Maximum Discrete I/O Points Intelligent Module Supports Direct Expansion
TSX 47-J Short 5 160 0 None
TSX 47-20J Short 5 160 2 (inside the base frame) None
TSX 47-10 standard 8 256 0 available (1)
TSX 47-20 standard 8 256 2 (inside the base frame) has (1)
TSX 47-25 standard 8 256 4 (inside the base frame) has (1)
Among them, TSX 47-25 is the flagship model in the series, which not only supports up to 4 intelligent modules, but also comes standard with a 32K byte RAM user memory card and UNI-TELWAY network module (TSX SCM 2116), suitable for complex applications that require fieldbus communication.
Hardware composition and selection key points
2.1 Rack and Power Supply
The basic configuration rack (short or standard) integrates the following components:
Power module: optional 110/240V AC 50/60Hz (TSX SUP 40, TSX 47-25 uses TSX SUP 702) or 24/48V DC (TSX SUP 41/42). According to the on-site power supply conditions, please note that the 24V DC version is suitable for DC power supply environments such as ships and mobile devices.
Processor (CPU): Built in 2K byte battery backed up RAM data storage for storing application data (bit objects and word objects). The front of the processor is equipped with a green RUN indicator light and three red fault indicators (CPU fault, memory card fault, I/O fault).
User memory card slot: used to insert removable program memory (RAM or EPROM).
9-pin SUB-D connector: used to connect programming terminals (20mA current loop).
Direct expansion connector: limited to TSX 47-10/20/25, used for connecting expansion racks.
Selection points: If the system only needs to control a small amount of I/O and has no expansion requirements, TSX 47-J or 47-20J can meet the requirements; If there may be a need to increase the number of I/O points in the future, priority should be given to the standard rack model (47-10/20/25); If intelligent modules (such as counting, analog, axis control, communication, etc.) are required, 47-20J, 47-20, or 47-25 must be selected.
2.2 User Memory Card Selection
The user program (PL7-2 logic) and constants are stored in separate replaceable memory cards, with a fixed constant area of 2K bytes. The optional capacity is 8K, 16K, or 32K bytes, divided into two technical types:
Battery backup RAM card (TSX RAM 8/16/32): Backup time of 5 weeks, suitable for debugging stages with frequent program modifications and situations where volatile data needs to be maintained.
EPROM card (TSX RPM 8/16/32): UV erased read-only memory, data permanently saved, suitable for finalized programs to prevent accidental modifications.
Engineering suggestion: Use RAM cards during the development phase and EPROM cards after batch curing. If you need to update the program on site, you can prepare a pre programmed EPROM to replace it directly.
2.3 Compatibility limitations of discrete I/O interfaces
The TSX 47 series supports multiple discrete I/O modules with 4/8/16/24/32 points. However, it should be noted that the 24 point and 32 point modules can only be installed on the base frame (main frame). When using these high-density modules, the corresponding slots on the direct expansion rack must be left blank (no modules can be installed). This limitation stems from bus bandwidth and addressing design, which engineers must adhere to when planning I/O layouts, otherwise it may lead to address conflicts or communication anomalies.