VCreateSequence Statement
Applies To
Vision Sequence
Description
VCreateSequence creates an new vision sequence at runtime.
Usage
VCreateSequence CameraNumber, SequenceName, [CopySequenceName]
- CameraNumber
- Numerical expression containing the camera number to be used for the new sequence.
- SequenceName
- String expression containing the new sequence name.
- CopySequenceName
- String expression containing the sequence name to copy from (optional)
Remarks
Use VCreateSequence to create a new vision sequence at runtime. Use VCreateObject to add objects to the sequence. Use VSave to save it after setting the properties.
See Also
VCreateCalibration Statement, VCreateObject Statement, VSave Statement