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
Value | Data Type | Description |
---|---|---|
job_name | string | Connection success |
-1 | int | Connection failed |
Example
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