Skip to main content
Skip table of contents

pickit_change_configuration(setup_id, product_id))

기능

비전시스템에 설정한 setup_id, product_id를 불러온다.

인수

인수명자료형기본값설명

Setup_id

int

-

Pickit 서버에 저장한 setup_id 번호를 입력한다.

Product_id

int


Pickit 서버에 저장한 product_id 번호를 입력한다.

리턴

설명

0

연결 성공

-1

연결 실패

예제

PY
pickit_connect("192.168.137.90")
pickit_change_configuration(6, 8) # These numbers are defined in Pickit
pickit_disconnect()
JavaScript errors detected

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

If this problem persists, please contact our support.