Skip to main content
Skip table of contents

svm_set_job(job_id)

기능

입력된 id에 해당하는 비전작업을 SVM에 로딩한다.

인수

인수명자료형기본값설명

job_id

int

-

비전작업 id (. 1000, 2000, …)

리턴

설명

0

작업 로딩 성공

-1

작업 로딩 실패

예제

PY
svm_connect()           #Connect to vision - Vision IP, Default port
vision_test=1000         # Define vision job ID
svm_set_job(vision_test)   # Load the vision_test (1000)
svm_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.