Skip to main content
Skip table of contents

vs_set_job(job_name)

Features

This function loaded the entered task into the vision system.

Parameters

Parameter NameData TypeDefault ValueDescription

job_name

string


Task name to be loaded.

Return

ValueData TypeDescription

0

int

Success

-1

int

Failed

Example

PY
vs_set_info(DR_VS_COGNEX) #Vision type information setting
vs_connect("192.168.137.10") #Connect to vision - Vision IP, Default port
 
vs_set_job("test.job")         # Set (load) the current vision job
job_name=vs_get_job()       # Get the current setting vision job
tp_popup("{0}".format(job_name))
 
vs_disconnect()               # Disconnect to vision
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.