Skip to main content
Skip table of contents

svm_get_barcode_db_data(index)

기능

SVM 내 Barcode DB에있는 값을 index를 이용하여 반환합니다.

인수

인수명자료형기본값설명

index

int


index(ex - 1, 2, 3, …)

리턴

자료형설명

db_data

string

Barcode DB에있는 값을 index를 이용하여 반환

“-1”

string

잘못된 index를 사용하거나, DB내 정보가 없는 경우

예제

PY
svm_connect()                             # Connect to vision
db_data = svm_get_barcode_db_data(1)
tp_popup("DB Data={0}".format(db_data))
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.