07-31-2023, 10:55 AM
你should use the port argument of Robolink, not the command line option. The API takes care of passing the correct argument to RoboDK. And make sure RoboDK is started with your instance of the API.
Example:
Example:
Code:
custom_api_port = 20501
RDK = Robolink(port=custom_port)