Download Print this page

Sort Property - Epson 5 Reference Manual

Epson rc+ 5.0 option ver.5.3 properties and results reference
Hide thumbs Also See for 5:

Advertisement

Sort Property

Applies To
Vision Objects: Blob, Correlation, Geometric
Description
Sets or returns the sort order used for the results of an object.
Usage
VGet Sequence.Object.Sort, var
VSet Sequence.Object.Sort, value
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
Integer variable that will contain the value of the property.
value
Integer expression for the new value of the property.
Values
0 – None
1 – PixelX
2 – PixelY
3 – PixelXY
4 – CameraX
5 – CameraY
6 – CameraXY
7 – RobotX
8 – RobotY
9 – RobotXY
Default
0 - None
Remarks
The Sort property allows you to sort the results of an object so that you can retrieve the results in the
desired order.
If you want to retrieve results in descending order, then reverse the order that you retrieve them. For
example:
For i = numFound To 1 Step -1
VGet seq1.blob01.RobotXYU(i), found(i), x(i), y(i), u(i)
Next i
See Also
Blob Object, Correlation Object, Geometric Object, Object Tab
Vision Guide 5.0 Reference (Ver.5.3) Rev.1
No sorting is done.
Results are ordered from left to right according to the PixelX result.
Results are ordered from top to bottom according to the PixelY result.
Results are ordered diagonally from upper left to lower right according to the PixelX
and PixelY results.
Results are ordered from left to right according to the CameraX result.
Results are ordered from bottom to top according to the CameraY result.
Results are ordered diagonally from lower left to upper right according to the
CameraX and CameraY results.
Results are ordered along the Robot's X axis according to the RobotX result.
Results are ordered along the Robot's Y axis according to the RobotY result.
Results are ordered diagonally according to the RobotX and RobotY results.
Sort Property
161

Advertisement

loading

This manual is also suitable for:

Vision guide 5.0