Welcome to the Industrial Automation website!

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

Reliance 57C413B/57C423 common memory module

来源: | 作者:FAN | 发布时间 :2026-02-05 | 193 次浏览: | 🔊 Click to read aloud ❚❚ | Share:


Reliance 57C413B/57C423 common memory module

Universal memory module: the cornerstone of building reliable multiprocessor control systems

In the field of industrial automation, DCS 5000 and AutoMax control systems are renowned for their powerful processing capabilities and flexibility, and are widely used in complex motion control and process automation scenarios. When the system requirements exceed the capabilities of a single processor, a multi processor architecture becomes an inevitable choice. However, the key to multi processor collaboration lies in efficient and reliable data sharing and communication coordination. The universal memory module (model 57C413b and its upgraded version 57C423) is the core component born for this purpose. It is not only a storage pool for shared data, but also a "traffic police" for system bus order. This article will delve into the design principles, functional modes, installation configuration, and maintenance points of this module, revealing its indispensable role in building robust industrial control systems.

Module overview and core function positioning

The Common Memory Module is a specialized module designed specifically for DCS 5000/AutoMax racks. Its main design goal is to support the collaborative work of multiple processor modules within a physical rack. This module plays two crucial roles, depending on which slot it is installed in the rack:

As the core of the system (located in slot 0): This is the main functional mode of the module. In this mode, the module activates its bus arbitration logic and system watchdog timer. It stores system configuration data that all processors must share, such as the definition of physical I/O, thereby freeing up valuable processor module memory for user application tasks. At the same time, it is responsible for arbitrating access requests from multiple processors to the rack backplane bus, ensuring fair and conflict free data exchange, and is the "central nervous system" that maintains stable operation of the multiprocessor system.

As a user data storage (located in other even numbered slots): When the module is installed in even numbered slots such as 2, 4, 6, 8, 10, 12, or 14, its bus arbitration and watchdog functions are disabled and only used as a large, user configurable battery backup RAM. This mode is suitable for applications that require a large amount of contiguous storage space, such as defining contiguous register regions for shift register instructions, but it should be noted that arrays cannot be defined in this mode.

The module offers two models: 57C413b (128K bytes of memory) and 57C423 (256K bytes of memory in slot 0 and 128K bytes in other even slots). Both are integrated with onboard lithium batteries and a supercapacitor, which can maintain RAM content for a long time after the rack is powered off (the battery can last for at least 600 days), ensuring that critical data and non-volatile variables are not lost.


Detailed explanation of mechanical and electrical design

The module adopts a standard printed circuit board assembly form, with a protective shell and front panel, and can be inserted into the rack back panel. Its compact size (11.75 inches high, 1.25 inches wide, 7.375 inches deep) makes it easy to install in a rack.

The front panel indicator light is an important status window with only two green LEDs:

BAT. OK ": Indicates whether the onboard battery voltage is sufficient to maintain the RAM content. The light on indicates normal operation, while the light off indicates the need to replace the battery.

SYSTEM WATCHDOG ": This light only lights up when the module is located in slot 0, diagnosed through power on, and there is a bus arbitration clock on the backplane. The light off indicates that the module is not functioning properly (faulty or in pure storage mode with non-zero slots).

The core of electrical design is bus arbitration logic. When multiple processors simultaneously request access to the backplane bus, the arbiter ensures that each requester can obtain bus usage rights once before any processor accesses again. In the initial competitive situation, processors located in lower numbered slots are given priority. This mechanism fundamentally avoids data conflicts and ensures the certainty of multiprocessor systems.

The onboard power retention system consists of lithium batteries and supercapacitors. Supercapacitors take about 8 minutes to charge to over 90% capacity. When the "BAT. OK" light goes out and the rack is powered off, the supercapacitor can usually maintain RAM content for about 400 minutes, providing ample buffer time for battery replacement. The watchdog timer of the module is used to detect processor failures in a multiprocessor system. Once a processor fails to reset the timer on time, an interrupt will be triggered to notify other processors, and an error code of "4.6" will be displayed on the front panel of all processors (except for failures).

Installation, replacement, and battery maintenance procedures

The installation and operation of modules must be carried out by electricians familiar with the equipment and hazards, and safety warnings must be strictly followed, such as turning off the machine power before inserting and removing modules, and being aware that the modules contain static sensitive components.

The initial installation steps are crucial and orderly:

Cut off the power supply to the rack.

Remove the module from the anti-static bag without touching the back connector.

Activate battery: Remove the battery from the battery holder at the opening on the right side wall of the module, remove the insulation tape, and place it back in the correct polarity ("+" for "+").

Choosing the correct slot for insertion: This is a crucial step.

If used as a system core (bus arbitration), it must be inserted into slot 0. For 57C413b, its adjacent slot on the right (slot 1) must be a processor module or empty (logically occupying 2 slots of space). For 57C423, the three slots on its right (slots 1-3) must be processor modules or empty (logically occupying 4 slots of space).

If used only for data storage, any even numbered slot (2, 4, 6...) can be inserted, and its adjacent slot on the right must be empty (logically occupying 2 slots of space).

Verification after power on: If in slot 0, the processor's power on diagnosis will automatically verify; If in other even numbered slots, the I/O monitoring function of the programming execution software needs to be manually tested for read and write.

The module replacement process is similar to installation, but special attention should be paid: the replacement operation will affect the tasks and variables in the rack. Before operation, it is necessary to refer to the manual appendices (Appendix E for DCS 5000 rack and Appendix F for AutoMax rack) to understand the specific impacts (such as whether application tasks are deleted and how data status changes), and stop all running tasks in advance.

Battery replacement is an important part of preventive maintenance. When the "BAT. OK" light goes out, it should be operated after the power is turned off. The buffering time provided by supercapacitors allows for safe replacement. The designated Reliance Electric M/N 57C385 lithium battery must be used for replacement, and charging, dismantling, high-temperature heating, or incineration of the battery is strictly prohibited. When replacing, ensure that the module has been powered on for at least 8 minutes to fully charge the supercapacitor and maintain memory when the battery is removed.


Programming and Configuration: Variable Control and Storage Strategy

In the AutoMax environment, variables have two control types: common and local. Control "refers to whether a variable is exclusively accessed by a single task (local) or can be read and written by multiple tasks within the rack (common). Declaring variables as public or local is done within the application task.

The storage location of variables is determined by the system hardware configuration:

Local variables: stored on the processing module that runs the task.

Public variables: default stored on the processing module. However, if the universal memory module is installed in slot 0, all common variables are stored on that module, greatly saving processor memory resources. This means that 'public' refers to access control attributes, rather than necessarily physical storage locations.

Universal memory module located in non-zero even slots: The system considers it as two "universal" I/O modules each containing 32K registers. The variables defined on this module belong to I/O variables (the system considers all I/O variables as common), but their physical storage still follows the above rules - stored on the processing module of the single processor rack or on the general-purpose memory module in slot 0 (if any).

The configuration method varies depending on the programming execution software version and module slot:

V3.0 and later versions: Use the "Rack Configurator" menu for graphical configuration, similar to other modules.

V2.1 and earlier versions: require a special configuration task to define, using statements such as MEMDEF (defining volatile common variables), NVMEMDEF (defining non-volatile common variables), or IODEF (defining variables by address when the module is in a non-zero slot) for precise configuration. The configuration task defines all common variables and is a necessary step before running the application task.


Diagnosis and Troubleshooting Guide

Module faults can usually be diagnosed through the front panel LED and processor error codes.

The 'SYSTEM WATCHDOG' light goes off (module in slot 0): At the same time, the processor displays error codes 4.0-4.6, indicating that the module's power on diagnosis has failed. Systematically replacing modules and processors for troubleshooting, or gradually removing other modules to isolate the problem, may ultimately require replacing the backplane.

The "BAT. OK" light goes out: Possible reasons include the battery insulation tape not being torn, incorrect battery orientation, missing or failed battery, and power failure. Check and correct after power outage.

Data error: Output exception. Check if the module slot is correct, if the task referencing the module variable declares it as COMMON, and if multiple tasks are writing to the same variable simultaneously. Use the variable monitor or I/O monitor of the programming execution software to test access. Hardware issues need to be isolated by replacing modules and processors.

Bus error: The processor displays "31" or "51" - "58" error. Check if the module is in the correct slot. Error '31' is usually caused by address calculation errors in the application, and the validity of the IOREAD/OWRITE statement address needs to be checked. Errors "51" - "58" may indicate hardware failure. Use an I/O monitor to test access capabilities and systematically replace modules, processors, and backplanes for troubleshooting.

  • Siemens 6SL3210-1SE21-8UA0 PM340 Power Module SINAMICS Drive System
  • Yaskawa JANCD-XCP01C-1 Servo Control Board with JANCD-XIF04-1 Network Interface
  • BRISTOL 396879-01-2 C Wave Micro PLC CPU with Ethernet Industrial Controller
  • OMRON SGDH-10DE-OY Servo Drive High Precision Industrial Motion Control Amplifier
  • OMRON FQM1-MMA22 PLC High Performance Motion Controller Module
  • Schneider PowerLogic P5F30 Protection Relay
  • ABB DSPC53 57310256BA/2 Processor PCB
  • ABB Jokab 2TLJ020070R1700 Eden Safety Sensor
  • Lenze HMI EL 105C 3351-1 2 Control Panel
  • Pilz PSEN op4-s-30-060/1 Safety Light Curtain Specs
  • Vacon NXI01055A2T0CSSA1A3AK00C6 AC Drive
  • Square D PowerLogic CM4250 Circuit Monitor
  • Siemens CPU314C-2PTP Simatic S7-300 PLC
  • Eaton E84BAN Communication Interface Module
  • Prosoft MVI56 PDP-MV1 Profibus Master Module
  • Kongsberg MEI 8100276 Multi I/O Interface Module Marine Control System
  • Kongsberg MD 22 TN Display Module Marine Control Display Unit
  • Kongsberg MSI 8100222 Multi Signal Interface Module Marine Control System
  • Kongsberg RDO-16 8100155 Digital Output Module Marine Control System
  • Kongsberg RAO-8 8100153 Analog Output Module Marine Control System
  • Kongsberg C2 8100182 Controller Module
  • Kongsberg dPSC 8100183 Digital Process Controller
  • Kongsberg SPBUS-HUB 600309 Process Bus Hub
  • Kongsberg Simrad BP413R 37960580 A PCB Card
  • Kongsberg RAi-10tc 8100161 Remote Analog Input
  • Kongsberg NL-290 KM-F Navigation Light Panel
  • Kongsberg RAI-16xe Remote Analog Input Module
  • Kongsberg dPSC 8100183 Dynamic Positioning Control Panel
  • Kongsberg NK-210 NU02 Control Panel
  • Kongsberg RAIC400 Remote Analog I/O Controller
  • Kongsberg Simrad SJS-01/02 Sonar Sensor Marine Detection System
  • Kongsberg RAo-8 Analog Output Module Marine Automation Control Module
  • Kongsberg MP 530 Operator Panel Unit Marine Control Interface System
  • Kongsberg PSO-P 8100334 Power Supply Unit Marine Automation Power Module
  • Kongsberg dPSC 8100183 Dynamic Positioning Controller Marine Control System
  • Kongsberg MP 8200 Processor Module
  • Kongsberg MP 8300 Multi Processor Board
  • Kongsberg MCU8625 Marine Control Unit
  • Kongsberg MP 5810 Multi Processor Board
  • Kongsberg DSU 001 Dual Slot Unit
  • Kongsberg RCU 510 Remote Control Unit
  • Kongsberg BS610 Battery Supply Unit
  • Kongsberg M410-10 Alarm Monitoring Panel
  • Kongsberg HMS 100 Hull Monitoring System
  • Honeywell TCF901 Gas Detector
  • Honeywell 9938R Relay Output Module Industrial Control Switching Module
  • Honeywell XL1000C1000 Building Automation Controller HVAC Control System
  • Honeywell S0762970 I/O Interface Module Industrial Automation Signal Module
  • Honeywell RM7850 Burner Control Module Industrial Flame Safeguard Controller
  • Honeywell IPC1100 Industrial Panel Computer Automation Control HMI System
  • Honeywell TDID72 Digital Input Module
  • Honeywell TCNT01 Control Processor Interface
  • Honeywell C300 Controller Process Automation
  • Honeywell 51304337-250 Redundancy Cable Assembly
  • Honeywell PAL 2053 Programmable Array Logic Board
  • Honeywell IOC2053 Input Output Card
  • Honeywell PAIH03 Analog Input Module
  • Honeywell IPC 621 Industrial Computer
  • Honeywell 05701-A-0301 Process Control Card
  • Honeywell 10302/2/1 Power Supply Module
  • Honeywell SPXCDALMTX4 Gas Detector Module Industrial Safety Monitoring Device
  • Honeywell PHAI01 Analog Input Module Industrial Automation Input Module
  • Honeywell 63AP3070 Pressure Transmitter Industrial Measurement Module
  • Honeywell P522AC Analog Controller Module Industrial Control System Component
  • Honeywell K2LCN-4 ControlNet Interface Module Industrial Communication Module
  • Honeywell M6184D1035 Proportioning Actuator
  • Honeywell PCF901 Pulse Control Interface Module
  • Honeywell 05701-A-0302 Gas Detection Control Card
  • Honeywell S0762970 Gas Chromatograph Replacement Part
  • Honeywell 80363975-150 Experion PKS Cable Assembly
  • Honeywell T901-P Terminal Block Assembly
  • Honeywell 8C-PAINA1 Analog Input Module
  • HIMA B9361 Rack Power Supply Assembly
  • HIMA H51q-HRS B5233-2 System Rack Module
  • HIMA B9302 8-Channel Digital Output Module
  • HIMA K7214 996721402 Control Module Industrial Automation Safety System Module
  • HIMA HIMatrix F35 982200416 Safety Controller Compact SIL 3 Automation System
  • Phoenix QUINT-DIODE/12-24DC/2x20/1x40 2320157 Redundancy Module Power Distribution Unit
  • HIMA HIMax X-FAN1503 Cooling Module Industrial Control Cabinet Cooling System
  • HIMA PS1000/230010 982200080 Power Supply Module Industrial Safety System Power Unit
  • HIMA F3330 Power Supply Module
  • HIMA F60DIO24/1601 Digital I/O Module
  • HIMA F60DO801 Digital Output Module
  • HIMA H7201 Safety Controller Module
  • HIMA ELOP II 892042336 Engineering Tool
  • HIMA H7202 Communication Interface Module
  • HIMA F3331 Digital Output Module
  • HIMA F3236 Digital Input Module
  • HIMA F6217 Digital Output Module
  • HIMA F7133 Power Distribution Module
  • HIMA Alarm & Event OPC Server 892042420 V3.07.08 Alarm Data Integration Platform
  • HIMA Alarm & Event OPC Server 892042420 V3.08.09 Industrial Alarm Communication System
  • HIMA HIMatrix SILworX 504110 895400001 Safety Engineering and Configuration Platform
  • HIMA HIMatrix SILworX 504111 895210001 Engineering and Safety Configuration Software
  • HIMA OPC DA Server 892042400 V3.56.4 Industrial Data Communication Platform
  • HIMA OPC Alarm & Event Server 892042420 v4.1.3
  • HIMA OPC Alarm & Event Server 892042420 v4.0.5
  • Phoenix Contact QUINT-DIODE 2320157 Redundancy Module
  • Phoenix Contact QUINT-PS/1AC/24DC/40 2866789
  • Moore Industries SIY/PRG/4-20MA/10-42DC PC-Programmable Signal Isolator Specs
  • Motorola 01-W3394F-03F VMEbus Processor Module
  • Motorola AP-4 256 MByte Processor Module 01-W3839F-07A
  • Motorola MVME2432 VMEbus Processor Module
  • Motorola PCE I 01-W3839F-07A Processor Module
  • Motorola PCE I HPR431 Power Converter Module
  • Motorola AP-4 01-W3394F-03G Processor Module
  • Emerson 01-W3878F-02D Control Module
  • GE 369-HI-R-0-0-0-0-E Motor Management Relay
  • GUTOR OP2446/640-1017 Main Processor Board
  • Honeywell FC-R/PB2/N/12 I/O Module
  • Honeywell HCIX07-TW-ND-N Valve Positioner
  • Honeywell PCN01 Process Controller
  • Honeywell TAMR04 Actuator Control Module
  • Honeywell 51404127-250 I/O Module
  • Honeywell TN3801 Temperature Transmitter
  • ALSTOM SKE11BF8003BCH Check Synchronizing Relay
  • ALSTOM VAGM22AF171G High-Speed Auxiliary Relay
  • ALSTOM VAGM22AF71C Auxiliary Relay
  • ALSTOM MX3EG1A Generator Protection Unit
  • ALSTOM P743316A6M0510 Busbar Protection Relay
  • ALSTOM P14136A6M0440J Motor Generator
  • ALSTOM 3EST000214-134 Protection Relay
  • ALSTOM C264LB1I691000 CPU Module
  • ALSTOM FV223-M2 Variable Frequency Drive
  • ALSTOM MC15-M2 Motor Control Unit
  • ALSTOM LGPG11101R551 Protection Relay
  • ALSTOM 3BEC0067C Specialized Control Module
  • ALSTOM PIB310 Input Output Processing Board