Omron SYSMAC FH Series User Manual page 449

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

Example
Stores the image of each measurement in order in the image buffer after filtering by the color gray filter
processing unit of processing unit number 1.
Rem Calculate the image buffer number
MYIMAGENO& = MYIMAGENO& + 1
Rem Overwrite the 32nd and following images in order from the oldest image.
If MYIMAGENO& > 31 Then
MYIMAGENO& = 0
Endif
Rem Store the filtered image in the image buffer of the unit macro processing unit.
CopyUnitImage 1, 0, MYIMAGENO&
Useable Modules
Unit macro
Supported Versions
Version 3.50 or later
Related Items
CopyMeasureImage (Reference:
UnitNo (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
Details (p.438))
Details (p.790))
WWW.NNC.IR
SetMeasureImage (Reference:
Ut (Reference:
Details (p.793))
Details (p.707))
447
Macro Reference
8

Advertisement

Table of Contents
loading

Table of Contents