SetMeasureImage

Sets processing unit measure image

SetMeasureImage <measureImageNo>, <unitNo>, <imageNo>

Parameters
<measureImageNo>
Image number of image at the time of register for processing
<unitNo>
Processing unit number
<imageNo>
Image number in registered processing unit

Return Value
None.

Description
The measured image that the following processing unit in the measure flow processes is set. It is a command used to specify the image of the measure object of the following processing unit on the premise that executing it in the *MeasureProc subroutine.
For example, it is assumed that there were the following measurement flow.
0.Camera image input
1.Measurement preprocessing
2.Macro
3.Search
When the measurement is processed, "3. the search" will execute the search processing for the image that "0. the camera image input" input when the following programs are mounted on *MeasureProc subroutine of the processing unit of "2. Macro".
*MeasureProc
SetMeasureImage 0,0,0
Return

Notes