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 | 396 次浏览: | 🔊 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

  • GE AT868 AquaTrans Ultrasonic Flow Transmitter
  • ABB PFSA107-Z42 DTU Stressometer Digital Transmission Unit
  • ABB PFSA240 3BSE073476R1 Roll DC Supply Unit
  • Fanuc A16B-2201-0320 CPU MAIN Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 HMI Interface Unit
  • Allen-Bradley 1756-OF8 Analog Output Module
  • Siemens 6SL3210-1SE31-0AA0 Power Module 45kW
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 Safety Relay
  • Telemecanique TSXRKN82F PLC Rack Chassis
  • Mitsubishi R16CPU PLC CPU Module
  • OMRON C500-PS223-E Power Supply Module
  • Siemens 3VL4731-1DC36-0AA0 Circuit Breaker
  • Siemens 7ML5201-0EA0 Ultrasonic Level Transmitter
  • OMRON NQ3 NQ5 Touch Panel HMI
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • OMRON NJ301-1100 Machine Automation Controller
  • B&R X20BC00G3 EtherCAT Bus Controller
  • Schneider ATV212HD22N4S Variable Speed Drive
  • B&R 8B0C0320HW00.002-1 Power Supply Module
  • Mitsubishi OSA105S2A Incremental Rotary Encoder
  • Pilz 777514 PNOZ XV3P Safety Relay
  • Gould AS-884A-111 Modicon 884 Controller
  • Siemens 6SC6130-0FE00 SIMODRIVE Control Card
  • Omron CV500-PS221 PLC Power Supply Module
  • ABB CM577-ETH AC500 PLC Ethernet Module
  • Omron NX-SIH400 Safety Input Unit NX Series
  • Omron NJ501-1300 Machine Automation Controller
  • Siemens 3VT8563-2AA03-2KA2 Molded Case Breaker
  • Pilz PNOZ m1p ETH 773103 Safety Controller
  • Omron CJ1H-CPU66H-R CJ1 Series CPU Module
  • ASI ASI533-S00 PLC Module S1
  • Mitsubishi AJ71C21-S1 Serial Module
  • Keyence IX-1000 Laser Sensor Amplifier
  • Siemens 6SN1145-1AA01-0AA1 Power Module
  • Siemens 3VA2340-5HL32-0AA0 MCCB 400A
  • Mitsubishi OSA104S Absolute Encoder
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1 Counter
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver
  • Eaton EASY819-AC-RC Programmable Relay
  • Omron CPM1A-40CDT-D PLC 24V DC
  • Omron NA5-12W101B-V1 12-inch Programmable Terminal
  • Siemens 6ES7331-7KF02-0AB0 Analog Input SM 331
  • Moxa PTC-101-S-SC-HV Photoelectric Converter
  • Fanuc A20B-3300-0031 CNC Control Circuit Board
  • OMRON NA5-7W001B-V1 Programmable Terminal HMI
  • Parker AH385851U002 590C DC Drive Power Board
  • ABB 3BSE040662R1 AI830A Analog Input Module
  • DOLD BF9250.01/001 Solid State Relay
  • Siemens 6ES7331-7KF02-0AB0 SIMATIC S7-300 SM 331
  • ABB 07AC91 I6 GJR5252300R3101 Advant Controller 31
  • Schneider HMIST6500 Touch Screen HMI
  • Phoenix IL PN BK DI8 DO4 2TX-PAC Bus Coupler
  • NLTECH NL8060AC21-21D 8.4 inch LCD Display
  • Mitsubishi A2NCPU-P21 CPU Module A2NCPUP21
  • 1841-PL1-B-LH-ES Pressure Controller
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Cosel PJA600F-24 24V 600W Power Supply
  • B&R X67DM1321 Digital Mixed Module
  • Fanuc A16B-1310-0010 Power Supply Unit
  • Festo VABF-S4-1-V2B1-C-VH-20 Vacuum Generator
  • Mitsubishi A3ACPUP21 A3ACPU-P21 CPU
  • Mitsubishi Mazak PD14B-1 Power Supply
  • Siemens 6SY7000-0AC80 Module
  • PILZ 774400 PDZ Safety Relay
  • Mitsubishi A1SX81 Digital Input Module
  • Asyst Gasonics R94-1163 Controller 112671
  • Cincinnati Milacron 3 545 1000A Card
  • Siemens 6DD1607-0AA2 UPS Module
  • Square D 8536SCG3V02S Motor Starter
  • Siemens 6SL3100-1DE22-0AA1 Control Supply
  • Beckhoff EL9400 EtherCAT Power Terminal
  • Fanuc A16B-2202-0421 Power Supply Board
  • Turck TBEN-LG-8DIP-8DOP I/O Block
  • Euchner MGB-L1B-PNA-L-121861 Safety Switch
  • Pilz 772170 PNOZ M EF 1MM Safety Expansion
  • Mitsubishi AY51 MELSEC-A Output Module
  • Advantech AMAX-5056-A 8-Channel Digital Output
  • NXP MC912D60ACPV8 16-Bit MCU 60KB Flash
  • Omron C500-PS223-E SYSMAC PLC Power Supply Unit
  • Balluff BNI0047 BNI PBS-302-101-Z001 Profibus Module
  • Siemens 6SN1118-0DM31-0AA0 Regulation Card
  • Bently Nevada 9200-02-01-10-00 Sensor
  • Omron C500-PS223-E Power Supply Unit
  • Cognex COG-VC5-120-000 Vision Controller
  • ABB P-HC-BRC-40000000 Bridge Controller
  • Mitsubishi AJ71E71N-B5T PLC Module
  • Phoenix PSI-REP-PROFIBUS/12MB 2708863
  • Siemens 6SL3210-5BE31-8UV0 Converter
  • ABB CI868K01-eA 3BSE048845R2 Module
  • Honeywell S7999D1006 Touch Screen
  • Keyence CA-CHX10U Repeater Unit
  • Keyence VT5-W07 Touch Screen HMI
  • Keyence KV-8000 PLC CPU
  • Siemens 7MH4900-3AA01 Weighing Module
  • Omron C200HS-CPU01-E Programmable Controller
  • CD22-35AM12 Inductive Sensor
  • Mitsubishi A2NCPUR21-S1 PLC CPU
  • Siemens 6ES7331-7FK02-0AB0 Analog Input
  • Schneider HMIST6500 Touch Screen HMI
  • 0970 PSL109 Module Industrial Control
  • Schneider LC1F500P7 Contactor 500A
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Omron NJ1019000 Machine Automation Controller
  • Siemens 6SN1112-1AC01-0AA1 Power Module
  • Eaton AE16KNS0AB Bimetallic Overload Relay
  • ABB 3bse036456r1 Ai825 Analog Input 4 Ch
  • Fuji Electric 7MBR50SB120-50 IGBT Module
  • Schneider XPSMC32ZP Safety Relay
  • Siemens 3VL4740-2AA36-0AA0 Circuit Breaker
  • ABB PharpSFan03000 Mpsiii Fan System Monitor
  • Honeywell DPCB21010002 IRTP131 PCB
  • Siemens 6ES7214-1HG40-0XB0 CPU 1214C
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1
  • PILZ PNOZ mm0.1p 772001 Safety Relay
  • E2V EVX12DS130AGC 12DS130 Module
  • Siemens 3RT5066-6AB36 Contactor
  • HIRSCHMANN RS20-0800T1T1SDAEHC09.1.00 Switch
  • Q4XTILAF500-Q8 Laser Range Sensor
  • OMRON CVM1-BC103 Base Unit 145752
  • CAREL RITC400001 Card
  • Eaton LZMN3-AE400 Molded Case Circuit Breaker
  • Fanuc A20B-3300-0031 Control Circuit Board
  • Siemens 6ES7450-1AP01-0AE0 S7-400 FM 450-1
  • Fanuc A90L-0001-0317/F Spindle Fan Motor
  • Schneider TM262L10MESE8T Logic Controller