WWW.NNC.IR
Macro Reference
449
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Copies the Shape Search III processing unit model of Processing Unit number 2 to the Shape Search III
processing unit of Processing Unit number 3.
Useable Modules
Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
Rem Copy the model figure of Shape Search III.
CopyUnitFigure 0, 2, 0, 3, 0
Rem Copy the detection point setting of Shape Search III
GetUnitData 2, "detectionPosX", PosX#
GetUnitData 2, "detectionPosY", PosY#
SetUnitData 3, "detectionPosX", PosX#
SetUnitData 3, "detectionPosY", PosY#
Rem Copy the model data of Shape Search III.
CopyUnitModel 0, 2, 0, 3, 0
CopyUnitFigure (Reference: X Details (p.444)) GetUnitData (Reference: X Details (p.552))
MeasureStart (Reference: X Details (p.617)) MeasureStop (Reference: X Details (p.619))
SceneNo (Reference: X Details (p.691)) SetUnitData (Reference: X Details (p.731))
UnitNo (Reference: X Details (p.790)) Ut (Reference: X Details (p.793))