Features
Returns the value in Barcode DB in SVM using index.
Parameters
|
Parameter Name |
Data Type |
Default Value |
Description |
|---|---|---|---|
|
index |
int |
|
index(ex - 1, 2, 3, …) |
Return
|
Value |
Data Type |
Description |
|---|---|---|
|
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
Python
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