VShowSequence Method
Description
Displays all objects in a sequence.
Syntax
Sub VShowSequence (Sequence As String)
Parameters
- Sequence
A string expression indicating the vision sequence name to create.
Remarks
Use VShowSequence to display the objects in a sequence without running the sequence. The active object color (magenta) is used for all objects so that they can be seen easily.
One use is for when a robot camera is moved over a particular portion of a part being scanned with several sequences. After the robot is positioned, VShowSequence can be called to display the sequence.
See Also
VShowModel Method
VShowSequence Example
VB Example:
m_spel.VShowSequence("myseq")
C# Example:
m_spel.VShowSequence("myseq");