Omron SYSMAC FH Series User Manual page 414

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

Advertisement

Usage Cautions
• None.
Example
Calculates the approximate circle and getting the center coordinates and radius from each of the three points
(50, 50), (100, 100), and (150, 50).
Dim X&(3), Y&(3)
Rem Assign the three values of the coordinate value to the array.
X&(0) = 50
Y&(0) = 50
X&(1) = 100
Y&(1) = 100
X&(2) = 150
Y&(2) = 50
Rem Calculate the approximate circle and get the center coordinates and the radius.
ApproximationCircle 3, X&(), Y&(), CENTERX#, CENTERY#, RADIUS#
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
GetUnitData (Reference:
UnitData (Reference:
412
Macro Reference
Details (p.552))
Details (p.778))
WWW.NNC.IR
Lsqumeth (Reference:
Details (p.610))
Vision System FH/FZ5 Series
User's Manual (Z340)

Advertisement

Table of Contents
loading

Table of Contents