Display the measurement results of the units of specified processing item

Overview

Display the measurement results of the units of same processing item at the same time.

Specification of this example


Behavior
Display the measurement results of three [Search] collectively.

Screenshot


How to try this example
1.When cleck the link of file, open the folder.
refFile

2.The zip file is stored in the folder. When drug & drops on the screen of FJ, read the scene data and the image data.

3.When remeasure the sample images, this sample display three results of [Search] in Image Window.

How to implement

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

*MEASUREDISPG
    MeasureDispG 1,0      '(1)
    MeasureDispG 2,0
    MeasureDispG 3,0
Return

The macro program is in refthis link.
Explanation
(1)Display the measurement results of three [Search].