Welcome to the Industrial Automation website!

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

OMRON FH/FHV series visual sensor controller

F: | Au:FANS | DA:2026-05-28 | 14 Br: | 🔊 点击朗读正文 ❚❚ | Share:


OMRON FH/FHV Vision System: Practical Guide to Efficient Configuration and Troubleshooting

In the field of industrial visual inspection, Omron FH/FHV series visual sensors have become the core inspection equipment for many automated production lines due to their high-speed processing, flexible system configuration, and powerful image analysis capabilities. However, facing complex on-site environments and changing production demands, engineers often encounter challenges such as communication settings, multi camera synchronization, parallel processing optimization, and image log analysis. This article combines practical applications of the FH/FHV series to provide a complete solution from system startup to advanced feature optimization, helping you quickly locate problems and improve detection efficiency.


System startup and basic configuration: avoid common "pitfalls"

1. First launch language selection and communication module settings

When the FH/FHV series is powered on for the first time, a language selection dialog box will automatically pop up. If skipped or selected incorrectly, you can reset it later by going to Tool → System settings → Startup → Startup settings → Language Setting. Please note that the system will automatically restart after the language is changed.

The selection of communication modules directly affects the efficiency of interaction with peripherals. In the Communication tab of the Startup setting, the following interfaces can be configured:

Serial (Ethernet): Supports Normal (UDP/TCP), PLC Link (compatible with SYSMAC, MELSEC, etc.)

Serial (RS-232C/422): Supports Normal and PLC Link

Parallel: Standard Parallel I/O

Fieldbus:EtherCAT、EtherNet/IP、PROFINET

Remote Operation: Allow PC remote control after activation

Key tip: Do not set both Serial (Ethernet) and Fieldbus as PLC Link at the same time, otherwise communication conflicts may occur. If using a touch screen (FH-MT12), the corresponding item must be selected in Serial (RS-232C/422), and the connection order is strictly limited (connect cable first → start touch screen → start controller).

2. Operation mode selection - match production line rhythm

FH/FHV provides four operating modes, which need to be selected according to the application scenario:

Standard mode: Single task measurement, suitable for routine testing.

Double Speed Multi input mode: With the multi input function, it allows for immediate reception of the next trigger signal after image input is completed, achieving high-speed continuous measurement. Suitable for scenarios with extremely short takt times.

Non stop adjustment mode: While the production line is running, the measurement process parameters are adjusted in the background for zero downtime optimization.

Multi line random trigger mode: A controller can support up to 8 independent detection lines, each of which can be assigned different cameras and scenes. Very suitable for parallel detection of multiple workstations.

Engineering experience: When using multi line mode, it is necessary to allocate the corresponding relationship between the camera and the line in the Camera settings, and the background color of each line should be different for differentiation. Parallel I/O signals (STEP, BUSY, OR, etc.) will be automatically mapped according to the number of lines, and the more lines there are, the fewer available I/O points.


The correct usage of multi input function and high-speed triggering

1. Multi input principle

In traditional visual systems, it is necessary to wait for the entire measurement process to be completed before accepting the next trigger. The multi input function of FH/FHV divides image input processing into "camera side processing" (exposure+image transmission) and "controller side processing" (image conversion+measurement). After the camera side processing is completed, the READY signal immediately turns on, allowing the next STEP signal to enter, thus achieving a "pipeline" parallel operation.

This function is only applicable to parallel interfaces or EtherCAT communication, and requires only one camera input processing unit in the measurement process. If multiple camera inputs or HDR mode are used, the multi input function will automatically fail.

2. Trigger Delay Setting (Inter camera Setting)

In multi camera systems, in order to avoid light interference with each other, an "Exposure start additive time" can be set. Unit 30 µ s, range -4~511. Positive values delay exposure, negative values advance exposure (caution should be exercised). At the same time, the transmission speed can be adjusted (Standard/High speed), and the high-speed mode requires the camera cable to be ≤ 5m.

Fault case: When the READY signal is OFF and STEP is input, the ERROR signal will be output. Solution: Check if the STEP signal filtering width (default 80 µ s) is too long or if noise is causing false triggering. Increasing the filtering value appropriately (such as 176 µ s) in System settings → Other → STEP settings can suppress jitter.

Parallel Processing: Maximizing the Potential of Multi Core CPUs

1. Automatic parallelization vs manual parallelization

After enabling Parallel Execute in the Operation mode setting, the system will automatically allocate processing items of the same type to different CPU cores for parallel execution. But automatic parallelization cannot finely control the splitting points.

Manual parallelization requires the addition of three special processing items in the process:

Parallelize: Mark the start of parallel blocks

Parallelize Task: Define a Task Block

Parallelize End: Mark the end of parallel blocks

The processing units within each task block are independently assigned to a core, and there is no guarantee of execution order between blocks. Therefore, logic that relies on a specific order cannot be written.

2. Parallelization limitations and performance evaluation

The task block cannot contain Camera Image Input processing items (if you need to switch cameras, use Camera Switching).

Cannot access the same file or share data in different task blocks.

Parallelization has a significant effect on the Double Speed Multi input mode (increasing the number of measurements per unit time), but may interfere with the measurement on the running side in the Non stop adjustment mode.

Practical suggestion: During the debugging phase, insert the Elapsed Time processing item, measure the execution time of each unit, and identify bottleneck tasks for parallel splitting. Attention: The post-processing time after parallelization may fluctuate due to core scheduling, and it is necessary to verify it with actual artifacts.


Scenarios and Scene Groups - Flexible Response to Multi Variety Production

1. Scene and Scene Group

Each scenario is a complete measurement process (consisting of processing units). By default, there are a maximum of 128 scenes. If more than 128 scenes are required, scene groups (up to 32 groups, with a maximum of 128 scenes per group) can be used, or the "Conversion scene group data tool" can be used to expand a single group to 1024 scenes.

The scene group data is saved by default in the controller flash memory. If the data volume is too large, it can be changed to be saved to external storage (USB/SD). Set "Save after the next scene group data in the external storage device" in Tool → Scene Group Saving Destination Settings and specify the starting group number.

2. Traps to be aware of when switching scenes

When switching scenes, the BUSY signal will remain ON for a period of time. If the external PLC detection time is too short, you can add "Scene switch time, Add time [ms]" (default 10ms) in the Measurement conditions.

If "Save scene group on switch scene" is selected when switching scenes, data will be written to flash memory, and frequent switching may affect the lifespan. Do not save unless necessary.

In multi line mode, each line independently maintains scene groups, and copying settings uses the Line Maintenance tool.

Image logs and data analysis - a powerful tool for troubleshooting NG

1. Log settings

FH/FHV supports Image Logging and Data Logging. In System settings → Other → Logging settings:

Image logging: Optional None/Only NG/All.

Destination: Save to memory, Save to memory+file (to RAMDisk or USB), Save to memory+FTP Server.

Multiple image logging: When different cameras are called multiple times in the process, set to ON to save all intermediate images.

Memory estimation: The number of log images is limited by the controller model and camera resolution. For example, the FH-5000 series is equipped with a 2MP color CMOS camera, which can store up to approximately 113 images (single camera). If four cameras are connected and multiple image logs are turned on, each measurement can store approximately (113-1)/4=28 images.

2. NG Analyzer - Quickly locate the cause of false positives

The NG Analyzer tool (Tool → NG analyzer) can batch retest saved OK/NG images and calculate the error rate of each processing unit. Operation process:

Prepare two folders, OK and NG, and put them into the corresponding images.

Perform batch measurement, and the system will display detailed data such as correlation coefficient and angle deviation for each unit.

Clicking on the failed image will take you to the parameter setting interface of the corresponding processing unit with just one click, allowing you to fine tune the threshold or region.

Typical scenario: When the lower limit of the correlation coefficient of the Search processing unit is set to 60, but the correlation coefficient of some good product images is only 55, NG Analyzer will highlight these images. At this point, the lower limit can be adjusted to 50, and then batch validation can be repeated until there are no cross judgments.

3. Remote operation and centralized management

Using the Remote Operation Tool (which requires the controller and PC to be on the same network segment, and the controller Remote Operation set to ON), remote editing of processes and monitoring of measurements can be done. Free download of PC software (requires membership registration).

For multiple controllers, Centralized Manager supports batch firmware upgrades, backup/restore settings, and configuration comparison (Compare). The comparison function can highlight the differences in system variables and scene data between two controllers, avoiding fluctuations in production line quality caused by inconsistent parameters.


Common fault codes and quick troubleshooting

The following table summarizes the most common errors encountered on site and their solutions:

Possible causes and solutions for error messages

The error concerning connection of camera was detected.  Poor contact of camera cables, failure to use designated brackets (resulting in internal circuit grounding), cables exceeding the specified length, inspection of connections to ensure isolation using metal brackets, and replacement of high-quality cables. Click on 'Detail' to view the specific camera channel status (CLK/LVAL/DMA).

Failed to start the window. Memory is insufficient. Out of memory, the model or measurement area is too large, the model registration area is reduced, the number of labels is reduced, or the scene group is saved to external storage.

Logging error: Check if the USB/SD card is recognized (using the Device Information Storage Tool to pre store device information) or clear the RAMDisk if the target is out of space or unrecognized.

PLC link error communication parameter mismatch, cable fault confirmation station number, baud rate, data format consistent with PLC; Check the terminal resistance.

The camera connected is not the same as the one used for the last save. Changing the camera model or loading old scene data to save the scene data again; If switching to a different resolution camera, it is necessary to adjust the camera model settings of all image input units.

Fan/voltage error. Check the ventilation port for fan stalling or 24V power fluctuation, and measure whether the voltage is within the range of 20.4~28.8V.


Advanced Techniques: Variables and Custom Dialogs

1. Scene variables and system variables

Scenario variable: Only valid in the current scenario, suitable for temporary calculation of data.

System variables: Can be accessed across scenes and scene groups, but cannot be accessed across lines in multi line mode.

When defining variables in the TDM editor, integer, real, string, and array types are supported, and the "Save" suffix (such as&&) can be selected to preserve variable values after power failure. Variable naming convention: The first character must be a letter, case insensitive, and reserved characters are disabled.

2. Custom dialog box

For on-site operators, a simplified settings interface can be created, exposing only necessary parameters such as thresholds and area sizes. In Window → Custom dialog settings, select Normal dialog and drag and drop numerical boxes, buttons, and other controls to associate with the external reference data number of the specific processing unit. After saving, call through Tool → Custom dialog. This feature can significantly reduce the risk of misoperation.

  • Keyence LJ-V7000 Controller Laser Profiler
  • Siemens 6EP3437-8SB00-0AY0 Power Supply 20A
  • Pasaban MC-2006 03 CAN Bus PLC Card
  • ETAS ES600.2 PLC Module Prototyping
  • ABB ACS800-01-0005-3+P901 Frequency Converter
  • Omron NX102-1100 PLC Module Machine Automation
  • Square D BMXCPS3500 PLC Power Supply Module
  • Allen-Bradley 96657704 Fiber Optic Converter 1771-AF
  • Corcom 20VK1 Power Line Filter
  • Novellus 2805-11407 PLC Rack Assembly
  • Sick RLY3-EMSS100 Safety Relay Module
  • Microchip PIC12F508-I/P Microcontroller
  • Fanuc A02B-0098-B511 Motherboard
  • Merlin Gerin PB80 PLC Rack Module
  • ABB Pluto S20 V2 CFS Safety PLC
  • Honeywell TK-PRR021 Redundancy Module
  • B&R 7XX419L.50-1 Bus Controller
  • Mitsubishi NV400-SW 3P 300A Breaker
  • B&R X20AT2222 Temperature Module
  • Corcom 20VK1 EMI RFI Filter
  • Novellus 2805-11407 PLC Rack Assy
  • Mitsubishi FXAOM01BD Analog Output Module 4CH
  • NORIS A1-91 PCB Rack Module A1-91-4 A1-91-5 A1-91-6 A1-91-7 A1-91-8
  • Omron ZFV-SC50 Smart Camera Vision Sensor
  • Schneider Electric EOCR-PMZ Motor Protection Relay
  • B&R X20 SO 6300 PLC Module Safety Output
  • Mitsubishi A2ACPU21-S1 CPU Module MELSEC
  • Siemens 6ES7405-0KA02-0AA0 PS405 10A Power Supply
  • Samsung PVU-2424 Power Supply Unit DC24V 24W
  • ATTO controlSYS ATT0-CPU44 PLC with Display
  • Lenze EPZ-10203 CANPT010W3E Absolute Encoder
  • GE IS215WEMAH1A+IS210BPPBH2CAA Mark VIe Embedded Processor and Backplane Power Distribution Board
  • GE IS215AEPAH1CH+IS210BPPBH2CAA Mark VIe Application Processor and Backplane Power Distribution Board
  • GE IS215WECAH1B+IS210BPPBH2CAA Mark VIe Control Platform
  • GE PCM Regulator for EX2100e Power Conversion Module 151X1235DB15SA1
  • Lenze ECSEA048C4B servo drive
  • ABB PM665 3BDS005799R1 redundant CPU module
  • BAUMULLER b maXX 3000 Servo Controller BM3401-LIFBO-ACOOOCB-G-02-O-02
  • R&S EPL10200-W EMI Test Receiver
  • Schneider M522220000 16 way relay output module
  • ABB 3HAC031851-001 SMB Unit Technical Manual
  • Fuji NB1U56X-01 Programmable Controller Guide
  • Siemens 6AG1153-2BA02-7XB0 SIPLUS IM 153-2 Manual
  • Beckhoff EL6631 PROFINET Terminal Manual
  • Lenze E82EV302-4C Frequency Inverter Manual
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Board Specifications
  • Pilz 774595 Safety Relay Specifications
  • Fanuc A20B-8200-0847 PLC Board Specification
  • Allen Bradley 1785-L60B/E PLC CPU Manual
  • PASABAN MC-2006 03 PLC Card Specifications
  • B&R X20CP1382 PLC Control Module X20 CPU
  • B&R X20DC2395 PLC Module Digital Output
  • AS-2P-70M-B Industrial PLC Communication Cable 70M
  • Siemens 6ES7136-6BA00-0CA0 PLC Module ET 200SP
  • Siemens 1FK7083-5AF71-1EB3 Servo Motor SIMOTICS S
  • WAGO 750 Series I/O Modules 750-842 750-530 750-430 750-602 750-514 750-600
  • Microchip TC9401CPD F/V Converter 100kHz 14DIP
  • Mitsubishi GT2310-VTBA GT2310-VTBD HMI Touch Screen 10.4 Inch
  • Siemens 3RT2036-1AN20 AC Contactor SIRIUS
  • Mitsubishi GT2708 HMI Touch Screen GT2708-VTBA VTBD STBA STBD
  • Siemens 6FC5110-0CB01-0AA0 CNC PLC CPU
  • ABB SINT4130C PCB Board
  • Omron NX1P2-1040DT PLC Controller
  • Fuji FRN3.7C1S-2J VFD
  • PLC-60/75 /E2UK Shielded Braided Cable
  • Omron CJ1W-NC434 Position Control Unit
  • Omron NX-AD2208 Analog Input Module
  • PASABAN MC-2006 03 PLC Card
  • Schneider 9038CR34 Pressure Switch
  • Pilz 240340 Safety Control Module
  • Mitsubishi A2NCPU Programmable Controller MELSEC
  • Mitsubishi Alpha XL Alarm Modem M20 Expansion
  • AutomationDirect D0-06DD2-D PLC DL06 Controller
  • Toshiba COMW01-21 PCB Control Board Turbine
  • Siemens 6FX1122-1AC02 Coupling Module SINUMERIK
  • Omron CVM1-CPU21-V2 CPU Unit Programmable
  • Beckhoff EL7041 Stepper Motor Terminal EtherCAT
  • B&R X20AI4622 Analog Input Module 4 Channels
  • OAT PMC25.2-003 Programmable Controller Module
  • Fanuc A16B-2200-0350 Graphic Board Series 16
  • Eaton Cutler Hammer 6-26-2 Contactor Contact Kit
  • Omron D4SL-NSK10-LK-K Safety Switch
  • Siemens C98043-A7001-L24 CUD1 Control Board
  • Mitsubishi A2NCPUR21-S1 PLC Module
  • National Instruments NI-9242 4-channel analog input module
  • BEMAC UST-202-D PLC Interface Board
  • Omron CJ1W-DA08C Analog Output Module
  • Mitsubishi QX521 CNC Interface Board
  • Schneider BMEP586040 High-Performance PLC Processor
  • Emerson 5X00875G01 Process Control PLC
  • Siemens SIMODRIVE 611 Power Module 6SN1145-1AA01-0AA0
  • Siemens 840C NC-CPU 486DX4 6FC5110-0BB04-0AA1
  • Mitsubishi GT2708 Series Operation Panel Touch HMI
  • Fanuc A04B-0103-C220 Programmable Controller Module
  • IFM CR2530 Programmable Controller for Mobile Automation
  • Omron FH-3050 Vision Controller i7-2715QE High Performance
  • National Instruments NI-9242 4-Ch Analog Input Module
  • B&R X20AI4632 Analog Input Module 4 Channels
  • Pilz 773600 Input Module Safety Automation
  • Panasonic AFPX-C60P Programmable Controller PLC
  • Siemens 6ES7414-2XL07-0AB0 S7-400 CPU Manual
  • Cutler Hammer WM34V Interlock Kit Manual
  • Pilz 777587 Safety Relay Specifications
  • Omron CJ2H-CPU64-EIP CPU Module Manual
  • B&R X20AI1744-3 Analog Input Module Guide
  • Schneider LC1G185BEEA Contactor Specification
  • Sharp LM64P101 LCD Screen Specifications
  • B&R X20AT4222 Temperature Module Guide
  • Mitsubishi A2UCPU-S1 Controller Specifications
  • Stein Sohn E 083.1 Rack Module Technical Guide
  • Omron CK3W-AX1515N Motion Controller
  • Schneider TSXP572634M PLC Processor
  • Epson RAIOC-33 Programmable Controller
  • GRID T&D iRTUe-D1R1-W.125 I/O Module
  • Fanuc A20B-2002-0520 Control Board
  • B&R X20IF1030 Interface Module
  • Schneider ATV320U55N4B VFD
  • Omron NA5-9W001B-V1 HMI Touchscreen
  • Mitsubishi A2NCPU PLC CPU Unit
  • Omron CJ2M-CPU34 PLC CPU Unit
  • Omron NS12-TS01B-V2 Touch Screen HMI
  • Mitsubishi FX3GE-24MT/ESS PLC Controller
  • Grundig NEA02 AES 0 PLC I O Module
  • Beckhoff EP3204-0002 EtherCAT Box Module
  • Mitsubishi MDS-A-CV-220 Power Supply Unit
  • MCX20B2 080G0330 Motion Controller
  • Toyo Keiki P CARD5 Interface Board YH-212
  • National Instruments NI 9242 Analog Input Module