Hardware updates and replacements are inevitable challenges in the lifecycle of industrial control systems. The PCD4.U100 migration kit launched by Saia Burgess Controls aims to help users smoothly upgrade their control systems based on the old version of the PCD4 CPU to the new generation of the PCD2/3 platform, while retaining the original PCD4 I/O modules. This kit not only solves compatibility issues between old and new hardware, but also provides flexible addressing modes, complete programming adaptation solutions, and initialization optimization for special modules. This article will provide a comprehensive and in-depth technical analysis of the migration suite from the aspects of migration process, addressing configuration, communication processing, system differences, user program modification, and module compatibility.
Migration background and suite positioning
The PCD4 series is an early control system launched by Saia, with its CPU modules (such as PCD4. N200, PCD4. N210) paired with dedicated PCD4 I/O modules (such as W100, W300, W400, W500, W600, etc.) having a large installation base in the fields of building automation and industrial control. With technological advancements, Saia has launched more powerful PCD2 and PCD3 platforms, but users want to keep their original PCD4 I/O investment. The PCD4.U100 kit is designed for this purpose: it allows users to replace old CPUs with new PCD4.U100 modules (actually an adapter module) and connect them to the CPUs or expansion modules of PCD2/3, thereby continuing to use the original PCD4 I/O rack, while also adding new PCD2/3 I/O modules.
This kit is suitable for users who have complete original project files (PG5 projects). The migration process is simple: replace the CPU module, update the user program to PG5 1.4.300 or above version 2.0, and adjust addressing and code as needed to complete the system upgrade.
Migration Checklist and Recommended Methods
The official recommended standard migration steps are as follows:
Confirm compatibility: Check if all existing PCD4 I/O modules are supported by the new platform (most standard modules are supported, except for H-series counting modules).
Keep the original project: Ensure that there are editable PG5 project files available for modifying the program.
Hardware replacement: Replace the original PCD4 CPU with the PCD4.U100 kit and connect the PCD4 I/O rack to the new PCD2/3 system (such as the PCD2.M5xxx or PCD3.Mxxxx processor, or through the PCD3.Cxxx expansion module).
Software update: Upgrade the user program to PG5 1.4.300 (requiring patch 15 installation) or PG5 2.0.150 SP1 and above versions.
Program adaptation: Adjust the I/O addressing mode according to the new hardware configuration and modify relevant parts in IL or Fupla code.
Download and run: Download the modified program to the new system to complete the migration.
Addressing mode selection: one of the core configurations
There is a dip switch on the back of the PCD4.U100 module used to select the starting address of the PCD4 I/O module. This setting determines whether new PCD2/3 I/O modules can be mixed in the same system.
3.1 Mode 0: Address remains unchanged, no new I/O module is used
When the switch position is set to 0, the address of the PCD4 I/O module starts from 0 (corresponding to the first I/O slot of the original PCD4). At this point, no new PCD2/3 I/O modules, including intelligent communication modules (PCD2/3. Fxxx) or memory modules (PCD2/3. R6xx), can be used in the same system. This mode is suitable for simple upgrades that only want to replace the CPU without expanding new modules. The watchdog address remains unchanged (the original PCD4 was 255 and 511, and the watchdog for the new CPU is located at 255).
3.2 Mode 256: Address offset, allowing up to 8 new I/O modules
When the switch position is set to 2 or 3 (corresponding to the starting address of 256), the addresses of all PCD4 I/O modules increase by 256 (for example, the original address 0 becomes 256, the original address 1 becomes 257, and so on). At the same time, the watchdog address also shifted accordingly: the watchdog for the new CPU remained at 255, while the watchdog for PCD4 became 511 and 767. In this mode, the system can install up to 8 new PCD2/3 I/O modules (occupying addresses 0... 247) to achieve mixed use of old and new modules.
3.3 Detailed description of switch position
Location Starting Address Applicable Scenarios and Limitations
0 0 is only compatible with PCD2.M5xxx and does not connect to PCD3.Cxxx extensions, any PCD2 I/O, F2xxx, or R6xxx modules. It can also be used for situations where PCD3.Mxxxx comes with PCD3.Cxxx but without any I/O modules.
1 0 is only used for PCD3.M3xxx and has no PCD3.Cxxx extensions, no PCD3 I/O, Fxxx or R6xxx modules. Attention: This position cannot use the PCD2.M5 CPU.
2 256 is suitable for PCD3.Mxxxx+PCD3.Cxxx extensions, or PCD2.M5xxx without extensions. Up to 8 PCD2/3 I/O modules can be used in idle slots, but the user program must adapt to the new address.
3 256 is suitable for PCD3.Mxxxx without expansion module. Up to 4 PCD3 I/O modules can be used, and the program needs to adapt to the new address.