Skip to main content
Skip table of contents

svm_get_barcode_db_data(index)

Features

Returns the value in Barcode DB in SVM using index.

Parameters

Parameter NameData TypeDefault ValueDescription

index

int


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

Return

ValueData TypeDescription

db_data

string

Return the value in Barcode DB using index.

“-1”

string

If you use the wrong index or there is no information in the DB.

Example

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.