Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

YOKOGAWA STARDOM FCN-100/FCJ Migration Technology

F: | Au:FAN | DA:2025-12-18 | 583 Br: | 🔊 点击朗读正文 ❚❚ | Share:

YOKOGAWA STARDOM FCN-100/FCJ Migration Technology

Migration core principles and limitations

(1) Core migration logic

The essence of migration is the process of "adaptation transformation deployment" of source device configuration and application:

Data level: Backup the configuration data (resource configuration, system files) of NFCP100/NFJT100, convert it to NFCP500 compatible format, and then restore it to the target device;

Application level: Upgrade the control projects (R1-R4 versions) in Logic Designer, adapt them to PLC/processor types, recompile and download them to the target device;

Special configuration: Field bus definition and Duolet application need to be separately adapted to the hardware interface and system file format of the target device.

(2) Key Limitations and Rules

Data compatibility:

The FcxConvert command only supports NFCP100 backup file conversion, NFJT100 backup files cannot be converted, and I/O definitions and DUONUS.PRP files need to be reset;

When expanding the hold data area, the hold data saved by NFCP100 cannot be used for NFCP500 and needs to be reconfigured;

Control applications, launch projects, and source files that do not participate in FcxConvert conversion need to be compiled and downloaded separately through Logic Designer.

License restriction: The source device license cannot be migrated to FCN-500, and the CPU module of the target device must be pre bundled with the required license.

IP address inheritance: When restoring converted data, the target device's IP address will automatically inherit the source device's IP address. If modification is required, it needs to be adjusted through the Resource Configurator after recovery.

Hardware interface adaptation: The COM2 port of FCJ needs to be migrated to the RS-232C communication module, and the port name in the application needs to be changed from "COM2" to the module configuration name (such as "RS02").


Detailed explanation of core migration tools and commands

(1) Command line tool functions and usage

Complete syntax and key instructions for the core functions of tool commands

FcxBackup backup source device (NFCP100/NFJT100) data FcxBackup - all - u<username>- p<password><hostname/IP>1. The "- all" parameter requires R3.10+version, and the "- u/- p" parameter requires R4.10+version;

2. Generate a "BACKUP" folder containing data files, resource configuration, DUONUS.PRP, etc;

3. Example: FcxBackup all - u user01- p abc123 192.168.0.1

FcxConvert converts NFCP100 backup files to the target device format FcxConvert.exe - t<NFCP501/NFCP502>- i<source folder>- o<target folder>1. The source folder defaults to "ACKUP", and the target folder needs to be customized (such as "ACKUP_CFCP501");

2. After conversion, the target folder needs to be renamed as "ACKUP" before it can be used for recovery;

3. Example: FcxConvert.exe - t NFCP501- i BackUP - o BackUP_CFCP501

FcxRestore restores the converted data to the target device FcxRestore<hostname/IP>1. Before restoring, it is necessary to clear the hold data in the SRAM of the target device (in conjunction with FcxSaveRetain-c);

2. Example: FcxRestore 192.168.0.1

FcxSaveRetain saves/clears hold data FcxSaveRetain-c<hostname/IP>1. Only use the "- c" parameter during migration (clear SRAM hold data);

2. Ensure that the backup data is correctly mapped to the target device SRAM;

3. Example: FcxSaveRetain - c 192.168.0.1

(2) Tool acquisition and directory structure

Acquisition steps:

Insert R4.20+version system DVD ROM;

Select "DVD Contents" and double-click on "FCN/FCJ Basic Software Package" (FCN-500 corresponds to Pkg.NFCP500. exe in the Pkg.NFCP500 folder);

Specify the installation folder (such as "C: temp"), extract it, and generate the tool files.

Typical directory structure:

plaintext

C:temp

⊙ - NFCP500 # Core Tools Folder

│∝ - FcxBackup.exe # Backup Command

│∝ - FcxConvert.exe # Conversion Command

│└ - FcxRestore.exe # Restore Command

└ - FCXTOOL # Auxiliary Tools Folder

∝ - FcxSaveRetain.bat # Keep Data Processing Batch Processing

└ - save_record. txt # Configuration file

image.png

Control the core rules for application migration

(1) PLC type matches processor type

PLC type processor type migration operation (without expanding the hold data area) migration operation (expanding the hold data area) applicable scenarios

IPC40 FCX/FCX_A can be directly recompiled without modifying the project reconstruction resources (PLC=IPC40, processor=FCX_B/FCX_C)+compiling the original configuration of NFCP100, which needs to be expanded to maintain data

IPC32/IPC33- Rebuilding Resources (PLC changed to IPC40)+Copying Configuration (tasks/variables/labels, etc.)+Compiling Rebuilding Resources (PLC=IPC40, processor=FCX_B)+Copying Configuration+Compiling Low Version PLC Type Adaptation Target Device

SH_40- Rebuilding Resources (PLC changed to IPC_40)+Compilation - SH_40 Type Compatibility Upgrade

(2) Processor type description

Processor type applicable to device core characteristics

FCX NFJT100/NFCP100 does not support modules such as NFLF111/NFGS813

FCX_A NFCP100 supports modules such as NFLF111/NFGS813

FCX_B NFCP501/NFCP502 Extended version of FCX_A for maintaining data area

FCX_C NFCP501/NFCP502 supports 3 or more expansion units+NFLF111 and other modules, with device label expansion versions

(3) Project upgrade and compilation

Version compatibility: R1-R3 version projects are automatically converted to R4 format when opened with Logic Designer R4, and cannot be backward compatible with lower version tools after conversion;

Key points of resource reconstruction:

Copy the task definition, global variable definition, device label variable definition, software wiring definition, etc. of the original project;

Configure target device parameters (such as IP address, communication port);

If using a user library, you need to copy the. mwt file and the folder with the same name to "C: YOKOGAWA FCN-FCJ LogicDesigner Libraries", compile and register it;

Download requirements: Perform offline downloads (including controlling applications, launching projects, source files), ensuring that the target device is in online mode.


Detailed process of two migration modes

(1) Mode 1: migrate directly to the target device (complete the whole process on site)

Applicable scenarios: on-site downtime allowed, no need for prior verification, no complex field bus configuration

Core steps (10 steps)

Key precautions for step-by-step operation content

A1 obtains the installation folder of the conversion tool without spaces, and after decompression, confirms the integrity of the tool

A2 Save NFCP100 Keep Data Login STARDOM Maintenance Page → Maintenance Menu → Save Retain Data → Click [SAVE]; No [SAVE] button in maintenance mode

Switch the command line of A3 backup NFCP100 data to the tool directory, execute the FcxBackup command, and generate the "ACKUP" folder

A4 Convert backup file (NFJT100 skip) Execute the FcxConvert command, rename the destination folder to "ACKUP"

Replace the CPU module with A5, remove the NFCP100, and transfer the Ethernet/RS-232-C cable (connect the Ethernet to the original 1/2 port); The new NFCP500 requires setting the IP address through the Resource Configurator first

A6 target device switches to maintenance mode, logs in to Maintenance Page → Reboot → Reboot (Maintenance Mode) → Confirm startup mode

To restore data to NFCP500, first execute FcxSaveRetain-c to clear and hold the data, and then execute the FcxRestore command; Switch to online mode after recovery

A8 configuration NFCP500 exclusive features can be set through the Resource Configurator: Duolet function, CPU dual machine hot standby, NFCP502 3/4 Ethernet port, SD card, SNTP server, NFJT100 migration I/O definition

A9 Download Control Application Logic Designer R4 Open Project → Compile → Offline Download to Target Device

A10 executes APC (dual machine hot standby scenario) by inserting the standby side CPU module (of the same model and software version) → the resource configurator starts APC (manually executed when automatic start is disabled)

(2) Mode 2: Pre migration verification of internal equipment+on-site replacement

Applicable scenarios: sensitive on-site downtime, complex configuration (including field bus/Duolet applications), and the need to troubleshoot issues in advance

Core process (divided into three stages)

Stage 1: On site preparation (3 steps)

Step operation content output

B1 requires R4.20+tools to be installed on both the on-site and internal engineering PCs for obtaining conversion tools

B2 Save NFCP100 Keep data in the same mode Step A2 Keep data file

B3 backup NFCP100 data in the same mode, A3 step "Backup" folder

Stage 2: Internal device verification (7 steps)

Key points for verifying the operation content of steps

B4 Convert backup files (NFJT100 skip) in the same mode. A4 Step: Convert the "BackUP" folder after the conversion

B5 Configure internal NFCP500 new device with IP, switch to maintenance mode device ready (maintenance mode)

B6 restores data to internal NFCP500 in the same mode. A7 steps successfully restore data without any errors

B7 configuration exclusive functions in the same mode, A8 step function configuration takes effect

B8 download control application in the same mode. A9 steps: successful application download

B9 Verification Function Hardware (Communication, Dual Machine Hot Standby), Control Application Running Normal Verification Report

B10 optional: Backup internal NFCP500 data by executing the FcxBackup command, archive the verified configuration, and internally verify the backup file

Stage 3: On site replacement (steps 4-6)

Scenario step operation content

Internal and on-site I/O configurations are different B11-B16 B11: replace CPU module; B12: Switch maintenance mode; B13: Data recovery; B14: Configure exclusive functions; B15: Download applications; B16: Execute APC (dual machine)

Internal and on-site I/O configurations are the same C11-C14 C11: Save internal NFCP500 to maintain data; C12: Backup internal device data; C13: Replace CPU module; C14: Execute APC (dual machine)


Special Configuration Migration Adaptation

(1) Field bus definition migration (NFLF111/NFLP121/NFLC121 modules)

Core logic: The field bus definition is bound to the engineering PC and needs to be migrated from the source device engineering PC to the target device engineering PC

operating steps

File preparation: Copy the configuration file from the source PC (FOUNDATION field bus: CF/DD file; PROFIBUS: GSD file; CANopen: EDS file);

Define migration:

Same PC upgrade: No need to export/import, definition information is already stored on the PC;

New PC project: Source PC → Resource Configurator export definition → New PC import definition → Download to target device;

Special adaptation: When using FF engineering tools before R2.20, it is necessary to first convert them to FF Configurator format (refer to TI 34P02Q55-01E).

(2) Duolet (Java) application migration

1. System file editing

In the converted DUONUS.PRP file, a "#" comment will be added before JavaStart and AdditionalClassPath. After recovery, the "#" should be removed to activate the application;

Editor's reference: "B 2.4.2 Editing System Setting Files" in IM 34P02Q01-01E.

2. Project migration

Step operation content

1. Rename CallJavac.bat in the project folder to CallJavac.bat.old, and Ftp2Fcx.bat to Ftp2Fcx.bat.old

Copy CallJavac.bat, CallJavac_Fcn500.bat, and Ftp2Fcx.bat from the "Project Template" directory of the tool installation directory to the project folder

3. Edit Ftp2Fcx.bat, configure the target device IP, package name included in the JAR package, and JAR file name

Execute CallJavac.bat or CallJavac_Fcn500.bat to confirm the generation of the Duolet application

5. Note: The deprecated method of IEC control data access class cannot be used for FCN-500

image.png

  • VALMET PMB 2R 16 Slot Backplane PCB Card
  • NELES VALMET A413135 AOU 4 Output Module
  • Metso Valmet A413345 FPU Power Unit
  • VALMET A413171 PIC Module
  • VALMET A413620 Repeater Module
  • Valmet M851521 Memory Card
  • Valmet DIFF-EL 140 M1 Transmitter
  • Valmet A413064 DMU Module
  • Valmet IOP371 I/O Bus Extender Module
  • Valmet Cooking Liquor Measurement 3400 Model 3417H
  • Metso Valmet A413043 CPU Module – Industrial Processor
  • Valmet BIU4 M851221 Binary Input Module
  • Valmet PMB 1S CPU SCU Rack Module
  • Valmet A413248 Controller Module
  • Valmet PDP601 Distributed Processing Unit
  • VALMET M851004 M2 CPU Printed Circuit Board Module
  • Metso Valmet A413045 Ver.05 CPU Module
  • Valmet A413181 Ver.05 PLU1 Board
  • Lyngso Valmet ATB16 Controller Board
  • VALMET AIU 16 Analog Input Unit 545100-3A/3B
  • VALMET PUD 10 B Power Supply PCB Rack Module
  • Valmet MS-50V/120V Bearing Unit
  • Valmet PDP603 Distributed Processing Unit – DPU Module
  • Valmet A413110 TIU Board – Terminal Interface Unit
  • Valmet S420154 I/O Backplane PCB – Printed Circuit Board
  • Valmet A413173 Industrial Control Module
  • Valmet A413044 CPU Module
  • Valmet A4IU1 Analog I/O Module
  • Valmet A413325 IPU Power Unit – PLC Module
  • Valmet M851002 CPU Module – Central Processing Unit
  • Valmet PUD10B Power Supply Board
  • Valmet K00990 Master CPU Electronic Assy
  • Valmet Metso IOP345 Input Module
  • Metso Automation T545215 Board
  • Valmet Metso IOP304 Input Module
  • Valmet 542844-6A SCU Module
  • Metso A413043 Ver.11 Valmet CPU Module
  • Valmet Automation BIU 8A Input Module
  • Metso A413044 Ver05 Valmet CPU Module
  • VALMET 542821-5A Control System Rack Module
  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module
  • VALMET ACU A413165 Model 9 Analog Controller
  • VALMET AUTOMATION A413511-02 Slot Rack with I/O Backplane
  • Valmet A413148 BIE 4 Rev 08 Board
  • Valmet ATB16-4 Controller Board
  • Neles Automation BOR82 A413292 Processor Module
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet AIU 16 Analog Input Unit – M8512071
  • Metso Valmet A413091 GDU Board
  • Valmet M851565 Damatic Main Keyboard
  • Metso A413082 CPU Module
  • Valmet A403037 GDC – Graphics Display Controller
  • Valmet A413076 FBC Board
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet A413082 CPU Module
  • VALMET AUTOMATION A413620 Fieldbus Repeater
  • Valmet Metso IOP341R Positioner Module
  • Metso A413082 Ver.04 CPU Module
  • Valmet Metso MCA FT250/10 10 Inch Sensor
  • Valmet N0542 ABMB Printed Circuit Board
  • Valmet A413000 Ver.07 CPU Module
  • Valmet A413061 Ver.05 DMU Module
  • Valmet M851241 M1 BCU Binary Input Module
  • Valmet Automation NCU A413015 Circuit Board
  • Valmet A413046 Ver.06 CPU Module
  • Valmet A651B001 Panel Mount Keyboard
  • Valmet IQ Scanner A418080R Basis Weight Detector Head
  • Metso Valmet A413370 ESU Ethernet SCSI Unit
  • Valmet A413340 FPU Power Supply Unit
  • Valmet SKF GE 400/600 Spherical Plain Bearing
  • Valmet SCU PCB Card 542844-7B – System Control Unit
  • Valmet A413075 FBU Fieldbus Controller Module
  • Valmet A413171 PIC Card Binary Output
  • Valmet A413002 Ver.05 CPU
  • Valmet ABMB PCB Card – Industrial Control Board
  • Valmet PMB 2R 542821-4A PCB Card
  • Metso Valmet A413001 CPU Module
  • Metso Valmet A413050 RSU 6 Serial Controller Unit
  • Valmet ABMB MT241 Input Mother Board
  • Valmet DAMATIC M851565 Keyboard
  • Valmet A413075 Ver05 FBC Board
  • VALMET K14891 FLEXI-U Operating Terminal
  • VALMET AUTOMATION MKB2 DAMATIC Keyboard
  • Valmet Metso Consistency Transmitter Smart Pulp M1 RL Blade
  • VALMET AUTOMATION A413230 ECU Module
  • Beckhoff EP9224-0037 - 4-Channel Power Distribution Box EtherCAT
  • Beckhoff CX2900-0026 - Solid State Flash Memory Card 20GB CFast
  • Beckhoff BK7500 - SERCOS Interface Fieldbus Bus Coupler Terminal
  • Beckhoff Ep2328-0002 - 4-Channel Input 4-Channel Output EtherCAT Box IP67
  • Beckhoff CX1020-0111 - Controller Kit Combo Interface Modules
  • B&R X20AI2237 - X20 System Analog Input Interface Module
  • Beckhoff CP2221-0010 - Multi-Touch Built-In Panel PC Touchscreen
  • Beckhoff CX1500-M310 - Fieldbus Master Interface Module 24V
  • Beckhoff CX2100-0904 - Power Charging Module Smart UPS Extension
  • Beckhoff CP3918-0000 - Multi-Touch Control Panel 18.5-Inch Monitor
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff CP7037-1027 - HMI Industrial Control Panel Built-In PC
  • Beckhoff EL3152 - 2-Channel Analog Input Terminal 4-20mA EtherCAT
  • Beckhoff CP6607-0000-0020 - 5.7-Inch Built-In Panel PC HMI Touch
  • Beckhoff EJ1809-0000 - 16-Channel Digital Input Pluggable Signal Level Terminal
  • Beckhoff AM8563-0N10-0000 - Synchronous Servo Motor
  • Beckhoff AX2006-S60600-520 - Compact Servo Drive Inverter
  • Beckhoff AM8053-0K20-0000 - Servo Motor with Planetary Gearbox AG3210
  • Beckhoff AM8042-0FH1-0000 - Synchronous Servo Motor
  • Rexroth R911338600 - IndraControl V HMI Terminal Beckhoff PCI Card FC9002
  • Beckhoff AX5125-0000 - 3 Phase Industrial Servo Drive 1000Hz
  • Beckhoff EP2328-0002 - 4-Channel Digital Input 4-Channel Output EtherCAT Box
  • B&R 7CP476-02 - System 2005 RTD CPU Module 3IF681.86 Interface
  • Beckhoff AX8620-0000-0000 - Power Supply Module Axis Drive System
  • Beckhoff CX1010-0111 - PLC Module CPU Controller 24V
  • Beckhoff AM8043-0H10-0000 - Synchronous Servo Motor
  • Beckhoff C6240-1009 - Control Cabinet Industrial PC Mainframe
  • Beckhoff BX8000-0000 - Bus Terminal Controller HW 4.4 Standalone
  • Beckhoff CP7721-1089-0020 - 12.1-Inch Touch Screen HMI Panel PC
  • Beckhoff CP7132-0001 - Industrial Built-In Panel PC Screen
  • Beckhoff CP2912-0010 - Multi-Touch Built-In Control Panel Display
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff AM8532-1EN0-0000 - Synchronous Servo Motor
  • Beckhoff AX5203-0000 - 2-Channel Digital Compact Servo Drive
  • Beckhoff CX2020-0141 - Embedded PC Core CPU Module
  • Beckhoff CP6832-0002-0010 - Built-In Industrial Control Panel Display
  • Beckhoff CX5020-0112 - Embedded PC CPU Control Module
  • Beckhoff CX5140-0175 - 4GB Embedded PC CPU Unit 24V