Savesequence – Adept AdeptSight Reference Guide User Manual

Page 429

Advertising
background image

SaveSequence

VPARAMETER

10321

This command code is not directly supported in AdeptSight 3.x at this time. Please

contact Adept Technical Support for programming options.

Saves the specified sequence to a file (*.hsseq). All sequences in a specific vision project can be saved to a

vision project file. See SaveProject.

Type

Long

Example

The following example illustrates the use of all Load and Save properties in AdeptSight.

.PROGRAM aaa()

PARAMETER VTIMEOUT = 10

$pc_ip = "192.168.145.68"

load_project = 10300
load_sequence = 10301
load_color_cal = 10302
load_vision_cal = 10303
load_robot_cal = 10304
load_belt_cal = 10305
load_cam_settin = 10306

save_project = 10320
save_sequence = 10321
save_color_cal = 10322
save_vision_cal = 10323
save_robot_cal = 10324
save_belt_cal = 10325
save_cam_settin = 10326

empty_parameter = -1

camera_index = 1
robot_index = 1

$path = "C:\temp\ASLoading\"

SaveSequence

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

Page 429

Advertising