Skip to main content
Skip table of contents

svm_connect(ip=”192.168.137.5”, port=20)

Features

This function establishes communication with the SVM.

Parameters

Parameter NameData TypeDefault ValueDescription

ip

str

“192.168.137.5”

SVM Server IP address

port

int

20

Port number

Return

ValueDescription

0

Connection success

-1

Connection failed

Example

PY
svm_connect()     #Connect to vision - Default IP address and port number
# Enter the vision task
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.