WWW.NNC.IR
Macro Reference
447
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
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.
Useable Modules
Unit macro
Supported Versions
Version 3.50 or later
Related Items
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&
CopyMeasureImage (Reference: X Details (p.438)) SetMeasureImage (Reference: X Details (p.707))
UnitNo (Reference: X Details (p.790)) Ut (Reference: X Details (p.793))