Sequenceexecutionmode – Adept AdeptSight Reference Guide User Manual

Page 457

Advertising
background image

SequenceExecutionMode

VPARAMETER

10200

Sets the mode for execution of the sequence. When VRUN is called the sequence is run if single execution

mode is selected (0) or in continuously if continuous mode is selected.

Syntax

MicroV+

VPARAMETER (sequence_id, tool_id, 10200, index_id, object_id) = value

value = VPARAMETER (sequence_id, tool_id, 10200, index_id, object_id)

V+

VPARAMETER (sequence_id, tool_id, 10200, index_id, object_id) $ip = value

value = VPARAMETER ($ip, sequence_id, tool_id, 10200, index_id, object_id)

Type

Long

Range

Value

Execution Mode

Description

0

Single execution

Executes the vision sequence once.

1

Continuous mode

Executes the vision sequence continuously, until the execution is
stopped by a program instruction.

Parameters

sequence_id

Index of the vision sequence. The first sequence is 1.

tool_id

Should always be set to -1.

ID

10200: the value used to reference this property.

index_id

N/A

SequenceExecutionMode

AdeptSight Reference Guide, v3.2.x, Updated: 5/8/2012

Page 457

Advertising