Angle Result
Applies To
Vision Objects: ArcFinder, Blob, BoxFinder, CodeReader, CornerFinder, Correlation, DefectFinder, Frame, Geometric, Line, LineFinder, OCR, Polar, Coordinates
Description
Returns the angle of the found object.
Usage
VGet Sequence.Object.Angle[(result)], var
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Real variable that will contain the value of the result.
- result
- Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Real number in degrees
- Blob :90 to 90
- BoxFinder, CornerFinder :180 to 180
- Others : 0 to 360
Remarks
The Angle result returns the found part's angle in the image coordinate system. In some cases, you may want to use a Polar object to determine angle because it can be faster and more accurate.
Statistics
For the Angle result, the following results can be acquired by statistics:
AngleMax, AngleMean, AngleMin, AngleStdDev.
For details on how to use statistics, refer to 9.Using Vision Guide Statistics in the Vision Guide Software manual.
See Also
AngleEnable Property, AngleMaxIncrement Property, AngleOffset Property, AngleRange Property, ArcFinder Object, Blob Object, Correlation Object, Frame Object, Geometric Object, Line Object, NumberFound Result, NumberToFind Property, OCR Object, Polar Object, RobotU Result, LineFinder Object, DefectFinder Object, CodeReader Object, BoxFinder Object, CornerFinder Object, Coordinates Object