ShowProcessing Property
Applies To
Vision Sequence
Description
Determines whether image processing should be displayed when RunTimeFreeze is set to "True".
Usage
VGet Sequence.ShowProcessing, var
VSet Sequence.ShowProcessing, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- var
- Boolean variable that will contain the value of the property
- value
- Boolean value or expression for the new value of the property.
Values
- 0 - False: Do not show processing.
- -1 - True: Show processing
Default: True
Remarks
Sometimes when using image processing objects such as ImageOp, it is desirable not to see the processing. For example, if you use an ImageOp to binarize an entire image before other objects execute, the display will show the binarized image if ShowProcessing is “True”. By setting it to "False", only the object graphics are displayed without showing the image processing.
See Also
RunTimeFreeze Property, Vision Sequences