Welcome to the Industrial Automation website!

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

YOKOGAWA STARDOM FCN-100/FCJ Migration Technology

来源: | 作者:FAN | 发布时间 :2025-12-18 | 315 次浏览: | 🔊 Click to read aloud ❚❚ | 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

  • ELAU DB-5 Distribution HW 5104 Servo System
  • Touchstar 10K TS10KCC0CEMP Industrial Touch Panel
  • Beckhoff CX2030-0125 Embedded PC PLC
  • Parker Hannifin HID5CS/S4 HIDRIVE 5A Servo Drive
  • Yaskawa ACE-P300-TH5 Servo Drive with Profibus
  • Omron Sysmac SCY-P0 13E Sequencer Controller
  • Saia Burgess PCD4.M120 PCD4.M12 Central Controller
  • Schneider Electric TSX3722101 Modicon Micro PLC
  • Siemens Micromaster 440 6SE6440-2AD25-5CA1 Inverter
  • SICK DL50-P1123 Distance Sensor
  • Yaskawa SGDH-04AE-OY Servo Driver 200V 400W
  • Cincinnati Milacron 3-542-1203A Circuit Board Module
  • Allen-Bradley 1756-EN2T EtherNet/IP Communication Module
  • OMRON CS1H-CPU66-V1 Programmable Logic Controller
  • ABB SACE TMAX S6N 630 Molded Case Circuit Breaker
  • Weidmuller IE-SW-VL16-16TX 16-Port Ethernet Switch
  • Schneider PowerLogic CM4250 Circuit Monitor
  • Sacmi IDPM IDMP1.A SMC 085.16.982 Control
  • Omron C120-LK202-EV1 Host Link Unit
  • Omron FQ2-S15050F Smart Camera Vision System
  • OMRON CJ1G-CPU44H Programmable Logic Controller
  • SIEMENS KTP600 HMI 6AV6 647-0AD11-3AX0 Touch Panel
  • OMRON CS1G-CPU45H EV1 Programmable Logic Controller
  • Omron C200HG PLC System C200H-ID212 C200H-OC226
  • ROBOSYSTEM IOG4AX-HD-100 IOG-HD Motion Controller
  • Datalogic SG4-S3-080-PP-W Safety Light Curtain
  • Omron NS12-TS01B-V2 Interactive Display
  • Esto Electronic E.CGT-405-42TE PLC Rack
  • Siemens 7ED62 Static Three Phase Counter
  • Oemer QCAVS 100 LBE AC Square Frame Servo Motor
  • Schneider Electric TM262M25MESS8T Motion Controller
  • Eaton Moeller MFD-CP8-ME Power Supply
  • Pro-face PL-5700T1-24VDC Industrial Panel PC
  • GE Fanuc IC693APU300J High Speed Counter
  • Fuji Electric Micrex-F FPU080S PLC Module
  • Automation Direct GS2-45P0 AC Drive
  • Omron 3G3MV-C4015 V1000 Inverter
  • Vacon NXI01055A2T0CSS Industrial Inverter
  • Saia Burgess PCD4.M240 Central Controller Module
  • Yaskawa SGDH-10DE Sigma II Servo Drive
  • Stober EK501USOM140 Servo Motor and Drive
  • SCE M68-2000/4 CNC Controller and I/O Board
  • Omron SP10-PR001-V1 PLC Programming Console Specs
  • VACON NXI01055A2T0CSSA Industrial AC Drive
  • OMRON SYSMAC SCY-P1 Sequencer Controller PLC
  • SEL-2440 DPAC Discrete Programmable Controller
  • BIVIATOR CI3098 CPU Encoder Module Industrial Control Unit
  • Siemens 6FC5371-0AA10-0AA2 SINUMERIK NCU 710.2
  • KOLLMORGEN SERVOSTAR S70601-NA High Performance Servo Drive
  • OMRON C200HW-PCU01 Fastnet PCMCIA LAN Communication Unit
  • ibaFOB-2io-D Two-Channel Fiber Optic Input Output Card
  • ibaFOB-4io-D Four-Channel Fiber Optic Input Output Card
  • ibaFOB-io-S Single-Channel Fiber Optic Input Output Card
  • ibaFOB-4io-S Four-Channel Fiber Optic Input Output Card
  • ibaFOB-4o Four-Channel Fiber Optic Output Interface Card
  • ibaFOB-4i-S Enhanced Four-Channel Fiber Optic Input Card
  • ibaFOB-4i Four-Channel Fiber Optic Input Interface Card
  • ibaFOB-io Fiber Optic Interface Card for iba Systems
  • SM128V VMEbus Interface Card for Industrial Data Acquisition
  • ibaLink-SM-128V-i-2o VMEbus Fiber Optic Interface Board
  • GE Fanuc IC693MDL632 125V DC Input Module 8 Points
  • GE Fanuc IC693MDL241 24V AC/VDC Input Module 16 Points
  • GE Fanuc IC693MDL240 120V AC Input Module 16 Points
  • GE Fanuc IC693MDL231 240V AC Isolated Input Module
  • GE Fanuc IC693MDL230 120V AC Isolated Input Module
  • GE Fanuc IC693MDL654 5/12 VDC 32-Point Input Module
  • GE Fanuc IC693MDL653 24 VDC 32-Point Input Module
  • GE Fanuc IC693MDL648 48 VDC 16-Point Input Module
  • GE Fanuc IC693MDL646 24 VDC 16-Point Input Module
  • GE Fanuc IC693MDL634 24 VDC Input Module 8 Points
  • GE IM 3100 D 1007722 Control Module
  • GE IM0146B Industrial Circuit Board
  • GE IM0059E0-10070 Interface Board
  • GE IM0094C Industrial Control Board
  • GE IC200PNS002-AB VersaMax PROFINET Scanner
  • GE F650BFBF1G0HI Feeder Protection Relay
  • GE TPR5616NRHC Protection Relay
  • GE D6P3KH Digital Protection Relay
  • GE F650BABF2G0HIS Feeder Protection Relay
  • GE F650BADF2G1HIR Feeder Protection Relay
  • GE F650BABF2G1HI6 Digital Bay Controller
  • GE Multilin 745-W2-P1-G1-H-I-A-R-E Transformer Protection Relay
  • GE 100BASE-T Industrial Ethernet Interface
  • GE Multilin 350-E-P1-S1-H-S-E-C-N-2E-D-H Feeder Protection System
  • GE F650MXCF1G1HI6 Bay Controller
  • GE MM300-GEHD2CAB Motor Management Relay
  • GE MMS35-621-1-00 Motor Management System
  • GE 100BASE-T Ethernet Communication Module
  • GE F650MFCF1G1HI6 Feeder Protection Relay
  • GE CK13BA300 Control Module
  • GE W2-P1-G1-H Industrial Control Unit
  • GE PIB315B Power Interface Board
  • GE 343L695VAGIRHC Multi-Function Relay
  • GE Multilin B90N05HKHF8NH6 Bus Differential Protection
  • GE ZX3SC0204N-930 Intelligent Control Module
  • GE PIB504 Process Interface Board
  • GE D20MX Remote Terminal Unit
  • GE T60UJ3HKHF8NH6 Transformer Protection Relay
  • GE ZG3SA02041-58S600X Motor Protection Relay
  • GE ZG3SA02041-58S Motor Protection Relay
  • ABB DSDX 452 L Remote Input Output Module
  • ABB RDCU-02C Drive Control Unit
  • ABB COMMANDER 350 Process Controller
  • ABB Tmax XT4S 250 Molded Case Circuit Breaker
  • DEIF MALLING 8027.90 Industrial Control Unit
  • DEIF DCP2-2410 Power Supply Module
  • DEIF FAS-2N Synchronizer
  • DEIF MALLING 827.54 Processor Module
  • DEIF DU-2/MKIII Display Unit
  • DEIF DRW-2 Reverse Power Relay
  • DEIF 827.4 Power Management Module
  • DEIF 1044220060F Mains Measurement Module
  • DEIF 1044220190G Remote Display Module
  • DEIF 1044220140C AGC 200 Display Module
  • DEIF BRW-1-NB Remote Display Unit
  • DEIF MALLING 827.52 Industrial Control Unit for Automation Systems
  • DEIF BRW-2 Industrial Relay Module for Control Systems
  • DEIF 1044220080D Power System Control Module Industrial Automation
  • DEIF 1044220100F Controller Module for Generator Control Systems
  • DEIF DU-300 Voltage Monitoring Relay Industrial Protection Unit
  • DEIF 1044220060F I/O Extension Module
  • DEIF 1044220150C Interface Module
  • DEIF GCU 100 Engine Control Unit
  • DEIF XDI144-DUAL Marine Indicator
  • DEIF 827.41 Multi-line 2 Processor Module
  • DEIF AGC 146 Automatic Genset Controller
  • DEIF 1044220080E MDR-2 Display Module
  • DEIF MDR-2 Multifunctional Digital Relay