Skip to main content
Skip table of contents

vs_get_job()

Features

This function loaded the task name, currently loaded in the vision system.(*VS_TYPE: DR_VS_COGNEX, DR_VS_SICK)

Return

ValueData TypeDescription

job_name

string

Connection success

-1

int

Connection 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.