Skip to main content
Skip table of contents

pickit_change_configuration(setup_id, product_id))

Features

This function loads setup_id and product_id set in the vision system.

Parameters

Parameter NameData TypeDefault ValueDescription

Setup_id

int

-

The setup_id number stored in the Pickit server.

Product_id

int


The product_id number stored in the Pickit server

Return

ValueDescription

0

Connection success

-1

Connection failed

Example

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.