Display measurement results of selected processing unit in Image Window

Overview

Display a graphic of other unit's measurement result, which is specified by macro.

Specification of this example


Behavior
When measurement ends, display results of specified processing unit ([Search]) by macro.

Screenshot


How to try this example
1.Click the link below, then the folder containing zip file automatically opens.
refFile

2.Right-click and hold on the zip file, and drop it on working window of FJ system. The images and scene data in zip file are loaded on the program automatically.

3.Re-measure the image. Then System automatically displays [Search] results in Image Window.

How to implement

Scene data
Unit No.
Processing Item
0.
Camera Image Input
1.
Search
2.
ECM Search
3.
Macro
The Macro Program below segment is to be set in '3.Macro'.
Macro Program
*MEASUREPROC
Return

*MEASUREDISPG
    MeasureDispG 1,0     '(1)
Return

The macro program is in refthis link.
Explanation
(1)Set unit no. (this sample is No.1 [Search]) to be displayed by [MeasureDispG] command.