Vparameter program instruction – Adept AdeptSight Reference Guide User Manual

Page 33

Advertising
background image

VPARAMETER program instruction

NOTE: This keyword can also be used to control the Adept AnyFeeder. For details, see the

Adept

AnyFeeder User's Guide

, Rev B or later.

Syntax

MicroV+

VPARAMETER

(sequence_id, tool_id, parameter_id, index_id, object_id) = value

V+

VPARAMETER

(sequence_id, tool_id, parameter_id, index_id, object_id)

$ip

= value

Description

Sets the current value of a vision tool parameter.

Parameters

sequence_id

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

tool_id

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

parameter_id

Identifier (ID) of the parameter. Refer to the AdeptSight Properties Quick

Reference tables to find the ID for the required parameter.

index_id

Reserved for internal use. Value is always 1.

object_id

Some parameters require an object index to access specific values in an array.

Please refer to the details for the individual parameter to understand the

meaning and possible usage.

$ip

IP address of the vision server. Applies to V+ syntax only. Uses standard IP

address format, for example: 192.168.1.120.

Details

The following parameters are optional: sequence_id, tool_id, parameter_id, index_id, and object_id.

These parameters are 1-based. If no value is provided for these parameters, they default to 1.

For V+ systems, the vision server is the PC on which the AdeptSight vision software is running.

Example

VPARAMETER program instruction

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

Page 33

Advertising