Page 3 - Vision Guide 5.0 Properties and Results Reference
Vision Guide 5.0 Reference (Ver.5.3) Rev.1 i EPSON RC+ 5.0 Option (Ver.5.3) Vision Guide 5.0 Properties and Results Reference Rev.1 Copyright © 2007-2008 SEIKO EPSON CORPORATION. All rights reserved.
Page 6 - MANUFACTURER & SUPPLIER; SUPPLIERS
MANUFACTURER & SUPPLIER SEIKO EPSON CORPORATION Japan & Others Suwa Minami Plant Factory Automation Systems Dept. 1010 Fujimi, Fujimi-machi, Suwa-gun, Nagano, 399-0295 JAPAN TEL : +81-(0)266-61-1802 FAX : +81-(0)266-61-1846 SUPPLIERS North & South America EPSON AMERICA, INC. Factory Auto...
Page 9 - TABLE OF CONTENTS
Vision Guide 5.0 Reference (Ver.5.3) Rev.1 vii TABLE OF CONTENTS Vision Properties and Results Reference ............................................................................................ 1 Overview ..............................................................................................
Page 16 - AbortSeqOnFail Property
AbortSeqOnFail Property AbortSeqOnFail Property Applies To Vision Objects: Blob, Geometric, Correlation, Edge, Freame, Line, Point, Polar Description Allows the user to specify that if an object fails (i.e. is not found), then the entire sequence is aborted at that point and no further objects are p...
Page 17 - Accept Property
Accept Property Accept Property Applies To Vision Objects: Correlation, Edge, Geometric, Polar Description The Accept property specifies the score that a feature must equal or exceed to be considered found. Usage VGet Sequence . Object . Accept , var VSet Sequence.Object. Accept , value Sequence Nam...
Page 18 - AcquireState Result
AcquireState Result AcquireState Result Runtime only Applies To Vision Sequence Description The AcquireState result is used determine if a picture has been taken for a sequence whose RuntimeAcquire property has been set to Strobed. Usage VGet Sequence . AcquireState , var Sequence Name of a sequence...
Page 19 - AllFound Result
AllFound Result AllFound Result Applies To Vision Sequence Description The AllFound result returns whether or not all objects within the specified sequence were found. Usage VGet Sequence . AllFound , var Sequence Name of a sequence or string variable containing a sequence name. var Boolean variable...
Page 20 - Angle Result
Angle Result Angle Result Applies To Vision Objects: Blob, Correlation, Frame, Geometric, Line, Polar 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 obj...
Page 21 - AngleAccuracy Property
AngleAccuracy Property AngleAccuracy Property Applies To Vision Objects: Correlation Description Specifies the accuracy of a correlation search with rotation. Usage VGet Sequence.Object .AngleAccuracy, var VSet Sequence.Object .AngleAccuracy, value Sequence Name of a sequence or string variable cont...
Page 22 - AngleEnable Property
AngleEnable Property AngleEnable Property Applies To Vision Objects: Correlation, Geometric Description Specifies whether or not a correlation or geometric object will search for rotation of a feature. Usage VGet Sequence.Object .AngleEnable, var VSet Sequence.Object .AngleEnable, value Sequence Nam...
Page 23 - AngleMaxIncrement Property
AngleMaxIncrement Property AngleMaxIncrement Property Applies To Vision Objects: Correlation Description The AngleMaxIncrement property specifies the maximum angle increment amount for teaching a correlation model for searching with angle. The model training function selects an angular increment aut...
Page 24 - AngleObject Property
AngleObject Property AngleObject Property Applies To Vision Objects: ImageOp Description Sets / returns the object to be used to determine the angle of rotation for the ImageOp object Rotate operation. Usage VGet Sequence.Object .AngleObject, var VSet Sequence.Object .AngleObject, value Sequence Nam...
Page 25 - AngleOffset Property
AngleOffset Property AngleOffset Property Applies To Vision Objects: Polar Description An angle value which is used as an offset to line up the Polar Search direction indicator (graphic line on the image display) with the part since it is virtually impossible and normally impractical to teach a pola...
Page 26 - AngleRange Property
AngleRange Property AngleRange Property Applies To Vision Objects: Correlation, Geometric Description Specifies the range within which to train a series of rotated models. Usage VGet Sequence.Object .AngleRange, var VSet Sequence.Object .AngleRange, value Sequence Name of a sequence or string variab...
Page 27 - AngleStart Property
AngleStart Property AngleStart Property Applies To Vision Objects: Correlation, Geometric Description Sets / returns the starting search angle. Usage VGet Sequence.Object .AngleStart, var VSet Sequence.Object .AngleStart, value Sequence Name of a sequence or string variable containing a sequence nam...
Page 28 - Area Result
Area Result Area Result Applies To Vision Objects: Blob Description Returns the area of a blob. Usage VGet Sequence.Object .Area [( 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 obj...
Page 29 - BackColor Property
BackColor Property BackColor Property Applies To Vision Objects: All Description Sets the background color for an object's label. Usage VGet Sequence.Object .BackColor, var VSet Sequence.Object .BackColor, value Sequence Name of a sequence or string variable containing a sequence name. Object Name o...
Page 30 - CalComplete Result
CalComplete Result CalComplete Result Applies To Vision Calibration Description Returns the completion status of a calibration. Usage VGet Calibration . CalComplete, var Calibration Name of a calibration or string variable containing a calibration name. var Boolean variable that will contain the val...
Page 31 - Calibration Property
Calibration Property Calibration Property Applies To Vision Sequence Description Sets / returns the calibration used with the specified sequence. Usage VGet Sequence . Calibration , var VSet Sequence . Calibration , value Sequence Name of a sequence or string variable containing a sequence name. var...
Page 32 - Camera Property
Camera Property Camera Property Applies To Vision Sequence Vision Calibration Description Specifies which camera to use for a vision sequence or calibration. Usage VGet { Sequence | Calibration }. Camera , var VSet { Sequence | Calibration }. Camera , value Sequence Name of a sequence or string vari...
Page 33 - CameraGain Property
CameraGain Property CameraGain Property Applies To Vision Sequence Description Specifies the gain settings for the camera used in the current sequence. The gain determines the dynamic range of the digital values that will be assigned to the video signal in the A/D converter on the camera. (Also know...
Page 34 - CameraOffset Property
CameraOffset Property CameraOffset Property Applies To Vision Sequence Description Specifies the offset for the camera used in the current sequence. The offset is the lower limit of the digital values that will be assigned to the video signal in the A/D converter. (Also known as Brightness.) Usage V...
Page 35 - CameraOrientation Property
CameraOrientation Property CameraOrientation Property Applies To Vision Calibration Description Sets / returns the CameraOrientation type for the specified calibration. Usage VGet Calibration . CameraOrientation , var VSet Calibration . CameraOrientation , value Calibration Name of a calibration or ...
Page 36 - CameraX Result
CameraX Result CameraX Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the X position coordinate of the found part's position in the camera coordinate frame. Usage VGet Sequence.Object .CameraX [( result )] , var Sequence Name of a sequence or s...
Page 37 - CameraX1 Result
CameraX1 Result CameraX1 Result Applies To Vision Objects: Line Description Returns the starting point position (X1) of a Line object in Camera coordinates. Usage VGet Sequence.Object .CameraX1, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object o...
Page 38 - CameraX2 Result
CameraX2 Result CameraX2 Result Applies To Vision Objects: Line Description Returns the end point position (X2) of a Line object in Camera coordinates. Usage VGet Sequence.Object .CameraX2, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or str...
Page 39 - CameraXYU Result
CameraXYU Result CameraXYU Result Runtime Only Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the CameraX, CameraY and Angle position coordinates of the found part's position in the camera coordinate frame. Usage VGet Sequence.Object .CameraXYU [( res...
Page 40 - CameraY Result
CameraY Result CameraY Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the Y position coordinate of the found part's position in the camera coordinate frame. Usage VGet Sequence.Object .CameraY [( result )] , var Sequence Name of a sequence or s...
Page 41 - CameraY1 Result
CameraY1 Result CameraY1 Result Applies To Vision Objects: Line Description Returns the starting point position Y coordinate (Y1) of a Line object in Camera coordinates. Usage VGet Sequence . Object .CameraY1, var Sequence Name of a sequence or string variable containing a sequence name. Object Name...
Page 42 - CameraY2 Result
CameraY2 Result CameraY2 Result Applies To Vision Objects: Line Description Returns the ending point position (Y2) of a Line object in Camera coordinates. Usage VGet Sequence.Object .CameraY2, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or ...
Page 43 - Caption Property
Caption Property Caption Property Applies To Vision Objects: All Description Sets or returns the caption of the object. Usage VGet Sequence . Object . Caption , var VSet Sequence . Object . Caption , value Sequence Name of a sequence or string variable containing a sequence name. Object Name of an o...
Page 44 - CenterPntObjResult Property
CenterPntObjResult Property CenterPntObjResult Property Applies To Vision Objects: Blob, Correlation, Geometric, Polar Description Specifies which result to use from the CenterPointObject. Usage VGet Sequence.Object . CenterPntObjResult , var VSet Sequence.Object . CenterPntObjResult , value Sequenc...
Page 45 - CenterPntOffsetX Property
CenterPntOffsetX Property CenterPntOffsetX Property Applies To Vision Objects: Blob, Correlation, Geometric, Polar Description Sets or returns the X offset of the center of the search window after it is positioned with the CenterPointObject. Usage VGet Sequence.Object .CenterPntOffsetX, var VSet Seq...
Page 46 - CenterPntOffsetY Property
CenterPntOffsetY Property CenterPntOffsetY Property Applies To Vision Objects: Blob, Correlation, Geometric, Polar Description Sets or returns the Y offset of the center of the search window after it is positioned with the CenterPointObject. Usage VGet Sequence.Object .CenterPntOffsetY, var VSet Seq...
Page 47 - CenterPointObject Property
CenterPointObject Property CenterPointObject Property Applies To Vision Objects: Blob, Correlation, Geometric, Polar Description Specifies the object whose position is used as the center for the specified object. Usage VGet Sequence.Object . CenterPointObject , var VSet Sequence.Object . CenterPoint...
Page 48 - CenterX Property
CenterX Property CenterX Property Applies To Vision Objects: Polar Description Specifies the X Coordinate position to be used as the center point for the Polar object. Usage VGet Sequence.Object .CenterX, var VSet Sequence.Object .CenterX, value Sequence Name of a sequence or string variable contain...
Page 49 - CenterY Property
CenterY Property CenterY Property Applies To Vision Objects: Polar Description Specifies the Y Coordinate position to be used as the center point for the Polar object. Usage VGet Sequence.Object .CenterY, var VSet Sequence.Object .CenterY, value Sequence Name of a sequence or string variable contain...
Page 50 - Compactness Result
Compactness Result Compactness Result Applies To Vision Objects: Blob Description Returns the compactness of a blob. Usage VGet Sequence.Object .Compactness [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable conta...
Page 51 - Confusion Property
Confusion Property Confusion Property Applies To Vision Objects: Correlation, Geometric, Polar Description Indicates the amount of confusion expected in the image to be searched. This is the highest shape score a feature can get that is not an instance of the feature for which you are searching. (i....
Page 52 - Contrast Result
Contrast Result Contrast Result Applies To Vision Objects: Edge Description Returns the contrast of the found Edge. Usage VGet Sequence.Object .Contrast, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an object na...
Page 53 - ContrastTarget Property
ContrastTarget Property ContrastTarget Property Applies To Vision Objects: Edge Description Sets the desired contrast for the edge search. Usage VGet Sequence.Object .ContrastTarget, var VSet Sequence.Object .ContrastTarget, value Sequence Name of a sequence or string variable containing a sequence ...
Page 54 - ContrastVariation Property
ContrastVariation Property ContrastVariation Property Applies To Vision Objects: Edge Description ContrastVariation is the tolerance for the ContrastTarget property. Usage VGet Sequence.Object .ContrastVariation, var VSet Sequence.Object .ContrastVariation, value Sequence Name of a sequence or strin...
Page 55 - CurrentResult Property
CurrentResult Property CurrentResult Property Applies To Vision Objects: Blob, Correlation, Edge, Geometric Description Defines which result to display in the Results list on the Object tab or which result to return data for when an object searches for multiple results. Usage VGet Sequence.Object . ...
Page 57 - DetailLevel Property
DetailLevel Property DetailLevel Property Applies To Geometric Description Selects the level at which an edge is considered found during the geometric search. Usage VGet Sequence.Object. DetailLevel , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an ob...
Page 58 - EdgeThreshold Property
EdgeThreshold Property EdgeThreshold Property Applies To Vision Objects: Edge Description Sets the threshold percentage for which edges with grayscale variation below this value are ignored. Usage VGet Sequence.Object .EdgeThreshold, var VSet Sequence.Object .EdgeThreshold, value Sequence Name of a ...
Page 59 - EdgeType Property
EdgeType Property EdgeType Property Applies To Vision Objects: Edge Description Sets / gets the type of edge to search for. Usage VGet Sequence.Object .EdgeType, var VSet Sequence.Object .EdgeType, value Sequence Name of a sequence or string variable containing a sequence name. Object Name of an obj...
Page 60 - EndPntObjResult Property
EndPntObjResult Property EndPntObjResult Property Applies To Vision Objects: Edge, Line Description Specifies which result to use from the EndPointObject. Usage VGet Sequence.Object . EndPntObjResult , var VSet Sequence.Object . EndPntObjResult , value Sequence Name of a sequence or string variable ...
Page 61 - EndPointObject Property
EndPointObject Property EndPointObject Property Applies To Vision Objects: Edge, Line Description Specifies the vision object to use for the end point of a Line object. Usage VGet Sequence.Object . EndPointObject , var VSet Sequence.Object . EndPointObject , value Sequence Name of a sequence or stri...
Page 62 - EndPointType Property
EndPointType Property EndPointType Property Applies To Vision Objects: Edge, Line Description Specifies the type of end point to use for the line object. In most cases the end point type will be a point (which usually means the PixelX and PixelY position of the EndPointObject). However, when the End...
Page 64 - ExposureTime Property
ExposureTime Property ExposureTime Property Applies To Vision Sequences Description Sets the electronic shutter time for a camera that is running in asynchronous reset mode. Usage VGet Sequence . ExposureTime , var VSet Sequence . ExposureTime , value Sequence Name of a sequence or string variable c...
Page 65 - Extrema Result
Extrema Result Extrema Result Runtime only Applies To Vision Objects: Blob Description Returns the blob extrema coordinates. Usage VGet Sequence.Object. Extrema [( result )] , varMinX, varMaxX, varMinY, varMaxY Sequence Name of a sequence or string variable containing a sequence name. Object Name of...
Page 66 - Found Result
Found Result Found Result Applies To Vision Objects: Blob, Correlation, Edge, Frame, Geometric, Line, Point, Polar Description Returns whether or not the object was found. Usage VGet Sequence.Object .Found [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. ...
Page 67 - FoundColor Property
FoundColor Property FoundColor Property Applies To Vision Objects: All Description Selects the color for an object when it is found. Usage VGet Sequence.Object .FoundColor, var VSet Sequence.Object .FoundColor, value Sequence Name of a sequence or string variable containing a sequence name. Object N...
Page 68 - FoundOnEdge Result
FoundOnEdge Result FoundOnEdge Result Applies To Vision Objects: Blob, Correlation, Geometric Description Returns True when a Blob, Correlation, or Geometric object is found too close to the edge of the search window. Usage VGet Sequence.Object .FoundOnEdge [( result )] , var Sequence Name of a sequ...
Page 69 - Frame Property
Frame Property Frame Property Applies To Vision Objects: Blob, Correlation, Edge, Geometric, ImageOp, Line, Point, Polar Description Defines the current object searching position with respect to the specified frame. Usage VGet Sequence.Object .Frame, var VSet Sequence.Object .Frame, value Sequence N...
Page 70 - Graphics Property
Graphics Property Graphics Property Applies To Vision Objects: All Description Specifies which graphics to display at runtime and design time. (i.e. Whether to show graphics for each object, just position information, or nothing at all.) This property can help remove screen clutter from complex visi...
Page 71 - Holes Result
Holes Result Holes Result Applies To Vision Objects: Blob Description Returns the number of holes found within a Blob object. Usage VGet Sequence.Object .Holes [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable co...
Page 72 - ImageFile Property
ImageFile Property ImageFile Property Designtime only Applies To Vision Sequence Description Sets or returns the image file for the current sequence. Remarks Use the ImageFile property to view and search images stored on disk with the SaveImage property. See Also Sequence Tab, Vision Sequences, Save...
Page 73 - ImageSource Property
ImageSource Property ImageSource Property Designtime only Applies To Vision Sequence Description Sets or returns the current image source for the sequence. Remarks ImageSource allows you to run a sequence from a camera image or from an image file set with the ImageFile property. If the ImageFile pro...
Page 74 - Iterations Property
Iterations Property Iterations Property Applies To Vision Objects: ImageOp Description Sets/returns how many times to execute the image operation. Usage VGet Sequence.Object .Iterations, var VSet Sequence.Object .Iterations, value Sequence Name of a sequence or string variable containing a sequence ...
Page 75 - Lamp Property
Lamp Property Lamp Property Applies To Vision Calibration Description Sets / returns the output bit used for the calibration lamp. Usage VGet Calibration. Lamp, var VSet Calibration. Lamp, value Calibration Name of a calibration or string variable containing a calibration name. var Integer variable ...
Page 76 - LampDelay Property
LampDelay Property LampDelay Property Applies To Vision Calibration Description Sets / returns the amount of time to wait for a calibration lamp to turn on. Usage VGet Calibration. LampDelay, var VSet Calibration. LampDelay, value Calibration Name of a calibration or string variable containing a cal...
Page 77 - Length Result
Length Result Length Result Applies To Vision Objects: Line Description Returns a length in millimeters of the distance between the starting and ending point of the line. Usage VGet Sequence.Object .Length, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of...
Page 78 - LineObject1 Property
LineObject1 Property LineObject1 Property Applies To Vision Objects: Point Description Specifies the 1st Line object to use for defining the position of a Point object. (LineObject1 defines the line which is used by the PointType property for defining the position of the Point object. ) Usage VGet S...
Page 79 - LineObject2 Property
LineObject2 Property LineObject2 Property Applies To Vision Objects: Point Description Specifies the 2nd Line object to use for defining the position of a Point object when that position is defined by the intersection point of 2 lines. (LineObject1 and LineObject2 together define 2 lines whose inter...
Page 80 - MaxArea Property
MaxArea Property MaxArea Property (Maximum Area) Applies To Vision Objects: Blob Description Defines the upper Area limit for the Blob Object. For a Blob to be found it must have an Area result below the value set for MaxArea property. Usage VGet Sequence.Object .MaxArea, var VSet Sequence.Object .M...
Page 81 - MaxLength Property
MaxLength Property MaxLength Property Applies To Vision Objects: Line Description Defines the upper length limit for the Line object. For a Line to be found it must have a Length result below the value set for MaxLength property. Usage VGet Sequence.Object .MaxLength, var VSet Sequence.Object .MaxLe...
Page 82 - MaxPixelLength Property
MaxPixelLength Property MaxPixelLength Property Applies To Vision Objects: Line Description Defines the upper pixel length limit for the Line object. For a Line to be found it must have a PixelLength result below the value set for MaxPixelLength property. Usage VGet Sequence.Object .MaxPixelLength, ...
Page 83 - MaxX Result
MaxX Result MaxX Result Applies To Vision Objects: Blob Description Returns the maximum X pixel coordinate of the blob extrema. Usage VGet Sequence.Object .MaxX [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable c...
Page 84 - MaxY Result
MaxY Result MaxY Result Applies To Vision Objects: Blob Description Returns the maximum Y pixel coordinate of the blob extrema. Usage VGet Sequence.Object .MaxY [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable c...
Page 85 - MinArea Property
MinArea Property MinArea Property Applies To Vision Objects: Blob Description Defines the lower Area limit for the Blob object. For a Blob to be found it must have an Area result above the value set for MinArea property. Usage VGet Sequence.Object .MinArea, var VSet Sequence.Object .MinArea , value ...
Page 86 - MinLength Property
MinLength Property MinLength Property Applies To Vision Objects: Line Description Defines the lower length limit for the Line object. For a Line to be found it must have a Length result above the value set for MinLength property. Usage VGet Sequence.Object .MinLength, var VSet Sequence.Object .MinLe...
Page 87 - MinMaxArea Property
MinMaxArea Property MinMaxArea Property Runtime only Applies To Vision Objects: Blob Description Defines the lower and upper Area limits for the Blob object. For a Blob to be found it must have an Area result greater than the MinArea property and less than the MaxArea property. (MinMaxArea property ...
Page 88 - MinPixelLength Property
MinPixelLength Property MinPixelLength Property Applies To Vision Objects: Line Description Defines the lower length limit for the Line object. For a Line to be found it must have a PixelLength result above the value set for MinPixelLength property. Usage VGet Sequence.Object .MinPixelLength, var VS...
Page 89 - MinX Result
MinX Result MinX Result Applies To Vision Objects: Blob Description Returns the minimum X pixel coordinate of the blob extrema. Usage VGet Sequence.Object .MinX [( result )], var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable co...
Page 90 - MinY Result
MinY Result MinY Result Applies To Vision Objects: Blob Description Returns the minimum Y pixel coordinate of the blob extrema. Usage VGet Sequence.Object .MinY [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable c...
Page 91 - ModelObject Property
ModelObject Property ModelObject Property Applies To Vision Objects: Correlation, Geometric, Polar Description Determines which model to use for searching. Usage VGet Sequence.Object .ModelObject, var VSet Sequence.Object .ModelObject, value Sequence Name of a sequence or string variable containing ...
Page 92 - ModelOK Property
ModelOK Property ModelOK Property Runtime only Applies To Vision Objects: Correlation, Geometric, Polar Description Returns the status of an object's model. Usage VGet Sequence.Object .ModelOK, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or...
Page 93 - ModelOrgAutoCenter Property
ModelOrgAutoCenter Property ModelOrgAutoCenter Property Applies To Vision Objects: Correlation, Geometric Description A model has a fixed reference point by which we describe its location in an image. This point is referred to as the model's origin. The ModelOrgAutoCenter property causes the model o...
Page 94 - ModelOrgX Property
ModelOrgX Property ModelOrgX Property Applies To Vision Objects: Correlation, Geometric Description A model has a fixed reference point by which we describe its location in an image. This point is referred to as the model origin. The ModelOrgX property contains the X coordinate value of the model or...
Page 95 - ModelOrgY Property
ModelOrgY Property ModelOrgY Property Applies To Vision Objects: Correlation, Geometric Description A model has a fixed reference point by which we describe its location in an image. This point is referred to as the model's Origin. The ModelOrgY property contains the Y coordinate value of the model'...
Page 96 - ModelWin Property
ModelWin Property ModelWin Property Runtime only Applies To Vision Objects: Correlation, Geometric Description Defines the position and size of the model window for Correlation and Geometric objects. Usage VGet Sequence.Object .ModelWin, LeftVar, TopVar, WidthVar, HeightVar Sequence Name of a sequen...
Page 97 - ModelWinHeight Property
ModelWinHeight Property ModelWinHeight Property Applies To Vision Objects: Correlation, Geometric Description Defines the height of the model window used for Correlation and Geometric object models. Usage VGet Sequence.Object . ModelWinHeight , var Sequence Name of a sequence or string variable cont...
Page 98 - ModelWinLeft Property
ModelWinLeft Property ModelWinLeft Property Applies To Vision Objects: Correlation, Geometric Description Defines the left most position of the model window for Correlation and Geometric objects. Usage VGet Sequence.Object .ModelWinLeft, var Sequence Name of a sequence or string variable containing ...
Page 99 - ModelWinTop Property
ModelWinTop Property ModelWinTop Property Applies To Vision Objects: Correlation, Geometric Description Defines the upper most position of the model window for Correlation and Geometric objects. Usage VGet Sequence.Object .ModelWinTop, var Sequence Name of a sequence or string variable containing a ...
Page 100 - ModelWinWidth Property
ModelWinWidth Property ModelWinWidth Property Applies To Vision Objects: Correlation, Geometric Description Defines the width of a model window. Usage VGet Sequence.Object . ModelWinWidth , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or str...
Page 102 - Name Property
Name Property Name Property Applies To Vision Sequence Vision Calibration Vision Objects: All Description All vision objects, Sequences, and Calibrations must have a name. The name is then used to refer to the individual vision object, Sequence or Calibration. Usage VGet Sequence.Object . Name , var...
Page 103 - NumberFound Result
NumberFound Result NumberFound Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric Description Returns the number of features found within a single Search Window for a Blob, Correlation, Edge, or Geometric object. Usage VGet Sequence.Object .NumberFound, var Sequence Name of a seque...
Page 105 - NumberToFind Property
NumberToFind Property NumberToFind Property Applies To Vision Objects: Blob, Correlation, Edge, Geometric Description Defines the number of features to search for within a single Search Window for a Blob, Correlation, Edge, or Geometric object. Usage VGet Sequence.Object .NumberToFind, var VSet Sequ...
Page 107 - Operation Property
Operation Property Operation Property Applies To Vision Objects: ImageOp Description Sets which image operation to perform. Usage VGet Sequence.Object . Operation , var VSet Sequence.Object . Operation , value Sequence Name of a sequence or string variable containing a sequence name. Object Name of ...
Page 109 - OriginAngleEnabled Property
OriginAngleEnabled Property OriginAngleEnabled Property Applies To Vision Objects: Frame Description Enables a single point frame to rotate with the angle of the origin object. Usage VGet Sequence.Object .OriginAngleEnabled, var VSet Sequence.Object .OriginAngleEnabled, value Sequence Name of a sequ...
Page 110 - OriginPntObjResult Property
OriginPntObjResult Property OriginPntObjResult Property Applies To Vision Objects: Frame Description Specifies which result to use from the OriginPointObject. Usage VGet Sequence.Object .OriginPntObjResult, var VSet Sequence.Object .OriginPntObjResult, value Sequence Name of a sequence or string var...
Page 111 - OriginPoint Property
OriginPoint Property OriginPoint Property Applies To Vision Objects: Frame Description Defines the vision object to be used as the origin point for a Frame object. Usage VGet Sequence.Object .OriginPoint, var VSet Sequence.Object .OriginPoint, value Sequence Name of a sequence or string variable con...
Page 113 - Perimeter Result
Perimeter Result Perimeter Result Applies To Vision Objects: Blob Description Returns the perimeter of a blob. Usage VGet Sequence.Object .Perimeter [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an...
Page 114 - PixelLength Result
PixelLength Result PixelLength Result Applies To Vision Objects: Line Description Returns the length in pixels of the distance between the starting and ending point of the line. Usage VGet Sequence.Object .PixelLength, var Sequence Name of a sequence or string variable containing a sequence name. Ob...
Page 115 - PixelLine Result
PixelLine Result PixelLine Result Runtime only Applies To Vision Objects: Line Description Run time only result which returns the pixel coordinate position data of the starting (X1, Y1) and ending (X2, Y2) points of the specified Line object. Usage VGet Sequence.Object .PixelLine, X1, Y1, X2, Y2 Seq...
Page 116 - PixelX Result
PixelX Result PixelX Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the X position coordinate of the found part's position in pixel coordinates. Usage VGet Sequence.Object .PixelX [( result )] , var Sequence Name of a sequence or string variabl...
Page 117 - PixelX1 Result
PixelX1 Result PixelX1 Result Applies To Vision Objects: Line Description Returns the pixel X coordinate of the starting point of a Line object. Usage VGet Sequence.Object .PixelX1, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string vari...
Page 118 - PixelX2 Result
PixelX2 Result PixelX2 Result Applies To Vision Objects: Line Description Returns the pixel X coordinate of the end point of a Line object. Usage VGet Sequence.Object .PixelX2, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable ...
Page 119 - PixelXYU Result
PixelXYU Result PixelXYU Result Runtime only Applies To Vision Objects: Blob, Correlation, Edge, Point, Polar Description Returns the PixelX, PixelY and Angle coordinates of the found part's position in the image coordinate system. Usage VGet Sequence.Object .PixelXYU [( result )] , found, xVar, yVa...
Page 120 - PixelY Result
PixelY Result PixelY Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the Y position coordinate of the found part's position in pixel coordinates. Usage VGet Sequence.Object .PixelY [( result )] , var Sequence Name of a sequence or string variabl...
Page 121 - PixelY1 Result
PixelY1 Result PixelY1 Result Applies To Vision Objects: Line Description Returns the pixel Y coordinate of the starting point of a Line object. Usage VGet Sequence.Object .PixelY1, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string vari...
Page 122 - PixelY2 Result
PixelY2 Result PixelY2 Result Applies To Vision Objects: Line Description Returns the pixel Y coordinate of the end point of a Line object. Usage VGet Sequence.Object .PixelY2, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable ...
Page 123 - PointsTaught Property
PointsTaught Property PointsTaught Property Applies To Vision Calibration Description Sets / returns the teach state of a vision calibration's points. Usage VGet Calibration . PointsTaught, var VSet Calibration .PointsTaught, value Calibration Name of a calibration or string variable containing a ca...
Page 124 - PointType Property
PointType Property PointType Property Applies To Vision Objects: Point Description Defines whether the Point object will have its position based on either the position the Point object is placed on the Screen (0 - Screen), the midpoint of a line (1 - midpoint), or the intersection of 2 lines (2 - in...
Page 126 - Polarity Property
Polarity Property Polarity Property Applies To Vision Objects: Blob, Edge, ImageOp Description For Blob and ImageOp objects, Polarity defines the differentiation between objects and background. For Edge objects, Polarity defines the transition of an edge. Usage VGet Sequence.Object .Polarity, var VS...
Page 127 - Radius Property
Radius Property Radius Property Applies To Vision Objects: Polar Description Defines the radius for a Polar object. See diagram below. Thickness Radius Usage VGet Sequence.Object .Radius, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or strin...
Page 128 - RejectOnEdge Property
RejectOnEdge Property RejectOnEdge Property Applies To Vision Objects: Blob, Correlation, Geometric Description Determines if an object is rejected if found on the edge of the search window. Usage VGet Sequence.Object .RejectOnEdge, var VSet Sequence.Object .RejectOnEdge, value Sequence Name of a se...
Page 129 - ReferenceType Property
ReferenceType Property ReferenceType Property Applies To Vision Calibration Description Sets / returns the reference type for a calibration. Usage VGet Calibration. ReferenceType, var VSet Calibration. ReferenceType, value Calibration Name of a calibration or string variable containing a calibration...
Page 130 - RobotAccel Property
RobotAccel Property RobotAccel Property Applies To Vision Calibration Description Sets / returns the robot point to point motion acceleration used during the calibration cycle. Usage VGet Calibration. RobotAccel, var VSet Calibration. RobotAccel, value Calibration Name of a calibration or string var...
Page 131 - RobotArm Property
RobotArm Property RobotArm Property Applies To Vision Calibration Description Sets / returns the robot arm used when teaching points for a vision calibration. Usage VGet Calibration. RobotArm, var VSet Calibration. RobotArm, value Calibration Name of a calibration or string variable containing a cal...
Page 132 - RobotLocal Property
RobotLocal Property RobotLocal Property Applies To Vision Calibration Description Sets / returns the local coordinate system used when teaching points for a vision calibration. Usage VGet Calibration. RobotLocal, var VSet Calibration. RobotLocal, value Calibration Name of a calibration or string var...
Page 133 - RobotSpeed Property
RobotSpeed Property RobotSpeed Property Applies To Vision Calibration Description Sets / returns the robot point to point motion speed used during the calibration cycle. Usage VGet Calibration. RobotSpeed, var VSet Calibration. RobotSpeed, value Calibration Name of a calibration or string variable c...
Page 134 - RobotTool Property
RobotTool Property RobotTool Property Applies To Vision Calibration Description Sets / returns the robot tool used when teaching points for a vision calibration. Usage VGet Calibration. RobotTool, var VSet Calibration. RobotTool, value Calibration Name of a calibration or string variable containing ...
Page 135 - RobotU Result
RobotU Result RobotU Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Line, Polar Description Returns the U angle of the found part's position in the robot coordinate system. Usage VGet Sequence.Object .RobotU [( result )] , var Sequence Name of a sequence or string variable con...
Page 136 - RobotX Result
RobotX Result RobotX Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the X position coordinate of the found part's position in the robot coordinate system. Usage VGet Sequence.Object .RobotX [( result )] , var Sequence Name of a sequence or stri...
Page 137 - RobotX1 Result
RobotX1 Result RobotX1 Result Applies To Vision Objects: Line Description Returns the X coordinate of the starting point position (X1) of a Line object in the robot coordinate system. Usage VGet Sequence.Object .RobotX1, var Sequence Name of a sequence or string variable containing a sequence name. ...
Page 138 - RobotX2 Result
RobotX2 Result RobotX2 Result Applies To Vision Objects: Line Description Returns the X coordinate of the ending point position (X2) of a Line object in the robot coordinate system. Usage VGet Sequence.Object .RobotX2, var Sequence Name of a sequence or string variable containing a sequence name. Ob...
Page 139 - RobotXYU Result
RobotXYU Result RobotXYU Result Runtime only Applies To Vision Objects: Blob, Correlation, Edge, Point, Polar Description Returns the RobotX, RobotY and RobotU position coordinates of the found part's position with respect to the robot coordinate system. Usage VGet Sequence.Object .RobotXYU [( resul...
Page 140 - RobotY Result
RobotY Result RobotY Result Applies To Vision Objects: Blob, Correlation, Edge, Geometric, Point, Polar Description Returns the Y coordinate of the found part's position in the robot coordinate system. Usage VGet Sequence.Object .RobotY [( result )] , var Sequence Name of a sequence or string variab...
Page 141 - RobotY1 Result
RobotY1 Result RobotY1 Result Applies To Vision Objects: Line Description Returns the Y coordinate of the starting point position (Y1) of a Line object in the robot coordinate system. Usage VGet Sequence.Object .RobotY1, var Sequence Name of a sequence or string variable containing a sequence name. ...
Page 142 - RobotY2 Result
RobotY2 Result RobotY2 Result Applies To Vision Objects: Line Description Returns the Y coordinate of the ending point position (Y2) of a Line object in the robot coordinate system. Usage VGet Sequence.Object .RobotY2, var Sequence Name of a sequence or string variable containing a sequence name. Ob...
Page 143 - RotationAngle Property
RotationAngle Property RotationAngle Property Applies To Vision Objects: ImageOp Description Sets/returns the angle of rotation for the ImageOp object Rotate operation. Usage VGet Sequence.Object . RotationAngle , var VSet Sequence.Object . RotationAngle , value Sequence Name of a sequence or string...
Page 144 - Roughness Result
Roughness Result Roughness Result Applies To Vision Objects: Blob Description Returns the roughness of a blob. Usage VGet Sequence.Object .Roughness [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an...
Page 145 - RuntimeAcquire Property
RuntimeAcquire Property RuntimeAcquire Property Applies To Vision Sequence Description The RuntimeAcquire property tells the vision sequence which method to use to acquire an image for use with that sequence. Usage VGet Sequence.Object . RuntimeAcquire , var VSet Sequence.Object . RuntimeAcquire , v...
Page 147 - RuntimeFreeze Property
RuntimeFreeze Property RuntimeFreeze Property Applies To Vision Sequence Description Defines whether or not to freeze the display of an image acquired during a vision sequence. Usage VGet Sequence . RuntimeFreeze , var VSet Sequence . RuntimeFreeze , value Sequence Name of a sequence or string varia...
Page 148 - SaveImage Property
SaveImage Property SaveImage Property Designtime Only Applies To Vision Sequence Description Saves the currently displayed image on disk. Remarks SaveImage allows you to save images to disk that can be used by the ImageFile property. The file can be saved in the following formats: MIM (default forma...
Page 149 - Scale Result
Scale Result Scale Result Applies To Vision Objects: Geometric Description Returns the scale of the object found. Usage VGet Sequence.Object .Scale [( result )] , var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an ...
Page 150 - ScaleEnable Property
ScaleEnable Property ScaleEnable Property Applies To Vision Objects: Geometric Description Enables the Scale result. Usage VGet Sequence.Object .ScaleEnable, var VSet Sequence.Object .ScaleEnable, value Sequence Name of a sequence or string variable containing a sequence name. Object Name of an obje...
Page 151 - ScaleFactorMax Property
ScaleFactorMax Property ScaleFactorMax Property Applies To Vision Objects: Geometric Description Sets / returns the maximum scale factor applied to the ScaleTarget value. Usage VGet Sequence.Object .ScaleFactorMax, var VSet Sequence.Object .ScaleFactorMax, value Sequence Name of a sequence or string...
Page 152 - ScaleFactorMin Property
ScaleFactorMin Property ScaleFactorMin Property Applies To Vision Objects: Geometric Description Sets / returns the minimum scale factor applied to the ScaleTarget value. Usage VGet Sequence.Object .ScaleFactorMin, var VSet Sequence.Object .ScaleFactorMin, value Sequence Name of a sequence or string...
Page 153 - ScaleTarget Property
ScaleTarget Property ScaleTarget Property Applies To Vision Objects: Geometric Description Sets / returns the expected scale of the model you are searching for. Usage VGet Sequence.Object .ScaleTarget, var VSet Sequence.Object .ScaleTarget, value Sequence Name of a sequence or string variable contai...
Page 154 - Score Result
Score Result Score Result Applies To Vision Objects: Correlation, Edge, Geometric, Polar Description Returns an integer value which represents the level at with the runtime image matches the model for which it is searching. (In the case of the Edge object the Score result measures the level at which...
Page 155 - ScoreWeightContrast Property
ScoreWeightContrast Property ScoreWeightContrast Property Applies To Vision Objects: Edge Description Sets the percentage of the score that depends on contrast. Usage VGet Sequence.Object .ScoreWeightContrast, var VSet Sequence.Object .ScoreWeightContrast, value Sequence Name of a sequence or string...
Page 156 - ScoreWeightStrength Property
ScoreWeightStrength Property ScoreWeightStrength Property Applies To Vision Objects: Edge Description Sets the percentage of the score that depends on edge strength. Usage VGet Sequence.Object .ScoreWeightStrength, var VSet Sequence.Object .ScoreWeightStrength, value Sequence Name of a sequence or s...
Page 157 - SearchWidth Property
SearchWidth Property SearchWidth Property Applies To Vision Objects: Edge Description The SearchWidth property specifies the width of the search for Edge objects. Usage VGet Sequence . Object . SearchWidth , var VSet Sequence.Object. SearchWidth , value Sequence Name of a sequence or string variable...
Page 158 - SearchWin Property
SearchWin Property SearchWin Property Runtime only Applies To Vision Objects: Blob, Correlation, ImageOp Description Defines the position and size of a search window. Usage VGet Sequence.Object .SearchWin, LeftVar, TopVar, WidthVar, HeightVar VSet Sequence.Object .SearchWin, LeftVar , TopVar, WidthV...
Page 159 - SearchWinHeight Property
SearchWinHeight Property SearchWinHeight Property Applies To Vision Objects: Blob, Correlation, Geometric, ImageOp Description Defines the height of an object's search window. Usage VGet Sequence.Object . SearchWinHeight , var VSet Sequence.Object . SearchWinHeight , value Sequence Name of a sequenc...
Page 160 - SearchWinLeft Property
SearchWinLeft Property SearchWinLeft Property Applies To Vision Objects: Blob, Correlation, Geometric, ImageOp Description Defines the X coordinate of the left side of an object's search window. Usage VGet Sequence.Object . SearchWinLeft , var VSet Sequence.Object . SearchWinLeft , value Sequence Na...
Page 161 - SearchWinTop Property
SearchWinTop Property SearchWinTop Property Applies To Vision Objects: Blob, Correlation, Geometric, ImageOp Description Defines the Y coordinate of the top of an object's search window. Usage VGet Sequence.Object .SearchWinTop, var VSet Sequence.Object .SearchWinTop, value Sequence Name of a sequen...
Page 162 - SearchWinWidth Property
SearchWinWidth Property SearchWinWidth Property Applies To Vision Objects: Blob, Correlation, Geometric, ImageOp Description Defines the width of the an object's search window. Usage VGet Sequence.Object . SearchWinWidth , var VSet Sequence.Object . SearchWinWidth , value Sequence Name of a sequence...
Page 163 - SeparationAngle Property
SeparationAngle Property SeparationAngle Property Applies To Vision Objects: Geometric Description Sets / returns the minimum angle allowed between found objects. Usage VGet Sequence.Object .SeparationAngle, var VSet Sequence.Object .SeparationAngle, value Sequence Name of a sequence or string varia...
Page 164 - SeparationMinX Property
SeparationMinX Property SeparationMinX Property Applies To Vision Objects: Geometric Description Sets / returns the minimum distance along the X axis allowed between found objects. Usage VGet Sequence.Object .SeparationMinX, var VSet Sequence.Object .SeparationMinX, value Sequence Name of a sequence...
Page 165 - SeparationMinY Property
SeparationMinY Property SeparationMinY Property Applies To Vision Objects: Geometric Description Sets / returns the minimum distance along the Y axis allowed between found objects. Usage VGet Sequence.Object .SeparationMinY, var VSet Sequence.Object .SeparationMinY, value Sequence Name of a sequence...
Page 166 - SeparationScale Property
SeparationScale Property SeparationScale Property Applies To Vision Objects: Geometric Description Sets / returns the minimum scale difference allowed between found objects. Usage VGet Sequence.Object .SeparationScale, var VSet Sequence.Object .SeparationScale, value Sequence Name of a sequence or s...
Page 167 - SharedEdges Property
SharedEdges Property SharedEdges Property Applies To Vision Objects: Geometric Description Sets / returns whether to allow edges to be shared between found objects. Usage VGet Sequence.Object .SeparationScale, var VSet Sequence.Object .SeparationScale, value Sequence Name of a sequence or string var...
Page 168 - ShowAllResults Result
ShowAllResults Result ShowAllResults Result Designtime only Applies To Vision Objects: Blob, Correlation, Edge, Geometric Description A button is placed in the ShowAllResults result value field which when clicked opens a dialog which shows all the results for this vision object. Remarks The ShowAllR...
Page 169 - ShowExtensions Property
ShowExtensions Property ShowExtensions Property Applies To Vision Objects: Line Description By default, Line objects display a line from a starting reference (defined by the StartPointObject property) to an ending reference (defined by the EndPointObject property). The ShowExtensions property causes...
Page 170 - ShowModel Property
ShowModel Property ShowModel Property Designtime only Applies To Vision Objects: Correlation, Geometric, Polar Description The ShowModel property allows a previously taught model to be displayed at various zoom settings. You can also change the model orgin and don’t care pixels for some models. Rema...
Page 172 - ShowProcessing Property
ShowProcessing Property ShowProcessing Property Applies To Vision Sequence Description Determines whether image processing should be displayed with RunTimeFreeze set to True. Usage VGet Sequence . ShowProcessing , var VSet Sequence . ShowProcessing , value Sequence Name of a sequence or string varia...
Page 173 - SizeToFind Property
SizeToFind Property SizeToFind Property Applies To Vision Objects: Blob Description Selects which size of blobs to find. Usage VGet Sequence.Object . SizeToFind , var VSet Sequence.Object . SizeToFind , value Sequence Name of a sequence or string variable containing a sequence name. Object Name of a...
Page 174 - Smoothness Property
Smoothness Property Smoothness Property Applies To Vision Objects: Geometric Description Sets / returns the smoothness level for the geometric edge extraction filter. Usage VGet Sequence.Object .Smoothness, var VSet Sequence.Object .Smoothness, value Sequence Name of a sequence or string variable co...
Page 175 - Sort Property
Sort Property 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 se...
Page 176 - StartPntObjResult Property
StartPntObjResult Property StartPntObjResult Property Applies To Vision Objects: Edge, Line Description Specifies which result to use from the StartPointObject. Usage VGet Sequence.Object . StartPntObjResult , var VSet Sequence.Object .StartPntObjResult , value Sequence Name of a sequence or string ...
Page 177 - StartPointObject Property
StartPointObject Property StartPointObject Property Applies To Vision Objects: Edge, Line Description Specifies the vision object to connect the starting point of the Line to. (i.e. This property defines the position of the start point of the line.) Usage VGet Sequence.Object . StartPointObject , va...
Page 178 - StartPointType Property
StartPointType Property StartPointType Property Applies To Vision Objects: Edge, Line Description Specifies the type of start point to use for the line object. In most cases the start point type will be a point (which usually means the PixelX and PixelY position of the StartPointObject). However, wh...
Page 180 - Strength Result
Strength Result Strength Result Applies To Vision Objects: Edge Description Returns the strength of the found Edge. Usage VGet Sequence.Object .Strength, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an object na...
Page 181 - StrengthTarget Property
StrengthTarget Property StrengthTarget Property Applies To Vision Objects: Edge Description Sets the desired edge strength to search for. Usage VGet Sequence.Object .StrengthTarget, var VSet Sequence.Object .StrengthTarget, value Sequence Name of a sequence or string variable containing a sequence n...
Page 182 - StrengthVariation Property
StrengthVariation Property StrengthVariation Property Applies To Vision Objects: Edge Description StrengthVariation is the tolerance for the StrengthTarget property. Usage VGet Sequence.Object .StrengthVariation, var VSet Sequence.Object .StrengthVariation, value Sequence Name of a sequence or strin...
Page 183 - TargetSequence Property
TargetSequence Property TargetSequence Property Applies To Vision Calibration Description Specifies the vision sequence that is used to find the calibration target(s) during calibration. Usage VGet Calibration. TargetSequence, var VSet Calibration. TargetSequence, value Calibration Name of a calibra...
Page 184 - Thickness Property
Thickness Property Thickness Property Applies To Vision Objects: Polar Description Defines the thickness (in pixels) of the ring used for the Polar object. Thickness Radius Usage VGet Sequence.Object .Thickness, var Sequence Name of a sequence or string variable containing a sequence name. Object Na...
Page 185 - ThresholdColor Property
ThresholdColor Property ThresholdColor Property Applies To Vision Objects: Blob, ImageOp Description Sets or returns the color of the pixels whose gray values fall between the ThresholdHigh and ThresholdLow properties. Usage VGet Sequence.Object . ThresholdColor , var VSet Sequence.Object .Threshold...
Page 186 - ThresholdHigh Property
ThresholdHigh Property ThresholdHigh Property Applies To Vision Objects: Blob, ImageOp Description Sets or returns the ThresholdHigh value for a Blob or ImageOp object. Usage VGet Sequence.Object . ThresholdHigh , var VSet Sequence.Object .ThresholdHigh , value Sequence Name of a sequence or string ...
Page 187 - ThresholdLow Property
ThresholdLow Property ThresholdLow Property Applies To Vision Objects: Blob, ImageOp Description Sets or returns the ThresholdLow value for a Blob or ImageOp object. Usage VGet Sequence.Object . ThresholdLow , var VSet Sequence.Object .ThresholdLow , value Sequence Name of a sequence or string varia...
Page 188 - Time Result
Time Result Time Result Applies To Vision Sequence Vision Objects: Blob, Correlation, Edge, Geometric, Polar Description Returns the amount of time (in milliseconds) required to process the associated vision object or vision sequence. Usage VGet Sequence.Object .Time, var VGet Sequence .Time, var Se...
Page 189 - Timeout Property
Timeout Property Timeout Property Applies To Vision Objects: Geometric Description Sets / returns the maximum search time for a Geometric object. Usage VGet Sequence.Object .Timeout, var VSet Sequence.Object .Timeout, value Sequence Name of a sequence or string variable containing a sequence name. O...
Page 190 - TotalArea Result
TotalArea Result TotalArea Result Applies To Vision Objects: Blob Description Returns the sum of areas of all results. Usage VGet Sequence.Object .TotalArea, var Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable containing an objec...
Page 191 - TriggerMode Property
TriggerMode Property TriggerMode Property Applies To Vision Sequence Description Specifies the type of trigger signal transition used for electronic shutter release acquisition. Usage VGet Sequence . TriggerMode , var VSet Sequence . TriggerMode , value Sequence Name of a sequence or string variable...
Page 192 - TwoRefPoints Property
TwoRefPoints Property TwoRefPoints Property Applies To Vision Calibration Description Sets / returns whether a calibration should use two reference points instead of one. Usage VGet Calibration. TwoRefPoints, var VSet Calibration. TwoRefPoints, value Calibration Name of a calibration or string varia...
Page 193 - UpwardLamp Property
UpwardLamp Property UpwardLamp Property Applies To Vision Calibration Description Sets / returns the I/O output bit used for the calibration upward camera lamp. Usage VGet Calibration. UpwardLamp, var VSet Calibration. UpwardLamp, value Calibration Name of a calibration or string variable containing...
Page 194 - UpwardSequence Property
UpwardSequence Property UpwardSequence Property Applies To Vision Calibration Description UpwardSequence specifies the sequence used by an upward looking camera for a mobile calibration target reference. Usage VGet Calibration. UpwardSequence, var VSet Calibration. UpwardSequence, value Calibration ...
Page 195 - VGet Statement
VGet Statement VGet Statement Applies To Vision Sequence Vision Calibration Vision Objects: All Description VGet is used to get the values of properties and results in SPEL+ and VB Guide. Usage VGet Sequence . Property, var VGet Calibration . Property, var VGet Sequence . Object . Property, var VGet...
Page 197 - VRun Statement
VRun Statement VRun Statement Applies To Vision Sequence Description VRun is a SPEL + language statement used to initiate execution of vision sequences which were created in the Vision Guide development environment. Usage VRun Sequence Sequence Name of a sequence or string variable containing a sequ...
Page 198 - VSet Statement
VSet Statement VSet Statement Applies To Vision Sequence Vision Calibration Vision Objects: All Description VSet is used to set the values of properties from the SPEL + Language. Usage VSet Sequence.Property, value VSet Calibration.Property, value VSet Sequence . Object.Property, value Sequence Name...
Page 200 - X Property
X Property X Property Applies To Vision Objects: Point Description Defines the X coordinate of a Point object. Usage VGet Sequence.Object .X, var VSet Sequence.Object .X, value Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable cont...
Page 201 - X1 Property
X1 Property X1 Property Applies To Vision Objects: Edge, Line Description Defines the X1 coordinate of an object where the (X1, Y1) coordinate pair defines the position of the starting point of the object. Usage VGet Sequence.Object .X1, var VSet Sequence.Object .X1, value Sequence Name of a sequenc...
Page 202 - X2 Property
X2 Property X2 Property Applies To Vision Objects: Edge, Line Description Defines the X2 coordinate of an object where the (X2, Y2) coordinate pair defines the position of the starting point of the object. Usage VGet Sequence.Object .X2, var VSet Sequence.Object .X2, value Sequence Name of a sequenc...
Page 203 - XAvgError Result
XAvgError Result XAvgError Result Applies To Vision Calibration Description Returns the average calibration error along the X axis. Usage VGet Calibration . XAvgError, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that will contain the valu...
Page 204 - XMaxError Result
XMaxError Result XMaxError Result Applies To Vision Calibration Description Returns the maximum calibration error along the X axis. Usage VGet Calibration . XMaxError, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that will contain the valu...
Page 205 - XmmPerPixel Result
XmmPerPixel Result XmmPerPixel Result Applies To Vision Calibration Description Returns the X millimeters/pixel value of the specified calibration. Usage VGet Calibration . XmmPerPixel, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that wil...
Page 206 - XTilt Result
XTilt Result XTilt Result Applies To Vision Calibration Description Returns the calibration X tilt result. Usage VGet Calibration . XTilt, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that will contain the value of the result. Remarks XTil...
Page 207 - Y Property
Y Property Y Property Applies To Vision Objects: Points Description Defines the Y coordinate of a Point object. Usage VGet Sequence.Object .Y, var VSet Sequence.Object .Y, value Sequence Name of a sequence or string variable containing a sequence name. Object Name of an object or string variable con...
Page 208 - Y1 Property
Y1 Property Y1 Property Applies To Vision Objects: Edge, Line Description Defines the Y1 coordinate of an object where the (X1, Y1) coordinate pair defines the position of the starting point of the object. Usage VGet Sequence.Object .Y1, var VSet Sequence.Object .Y1, value Sequence Name of a sequenc...
Page 209 - Y2 Property
Y2 Property Y2 Property Applies To Vision Objects: Edge, Line Description Defines the Y2 coordinate of an object where the (X2, Y2) coordinate pair defines the position of the starting point of the object. Usage VGet Sequence.Object .Y2, var VSet Sequence.Object .Y2, value Sequence Name of a sequenc...
Page 210 - YAxisPntObjResult Property
YAxisPntObjResult Property YAxisPntObjResult Property Applies To Vision Objects: Frame Description Specifies which result to use from the YAxisPointObject. Usage VGet Sequence.Object .YAxisPntObjResult, var VSet Sequence.Object .YAxisPntObjResult, value Sequence Name of a sequence or string variable...
Page 211 - YAxisPoint Property
YAxisPoint Property YAxisPoint Property Applies To Vision Objects: Frame Description Defines the vision object to be used as the Y axis point for a Frame object. Usage VGet Sequence.Object .YAxisPoint, var VSet Sequence.Object .YAxisPoint, value Sequence Name of a sequence or string variable contain...
Page 213 - YAvgError Result
YAvgError Result YAvgError Result Applies To Vision Calibration Description Returns the average calibration error along the Y axis. Usage VGet Calibration . YAvgErr, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that will contain the value ...
Page 214 - YMaxError Result
YMaxError Result YMaxError Result Applies To Vision Calibration Description Returns the maximum calibration error along the Y axis. Usage VGet Calibration . YMaxErr, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that will contain the value ...
Page 215 - YmmPerPixel Result
YmmPerPixel Result YmmPerPixel Result Applies To Vision Calibration Description Returns the Y millimeters/pixel value of the specified calibration. Usage VGet Calibration . YmmPerPixel, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that wil...
Page 216 - YTilt Result
YTilt Result 202 Vision Guide 5.0 Reference (Ver.5.3) Rev.1 YTilt Result Applies To Vision Calibration Description Returns the calibration Y tilt result. Usage VGet Calibration . YTilt, var Calibration Name of a calibration or string variable containing a calibration name. var Real variable that wil...