Record-Execute Routine by Code

Hy,

how can the following workflow be done?

  1. Record Routing
  2. Execute Routine → Should be the default after it!

image

Thx & Regards
Feature

Those are all internal details of the robot transport controller, which is implemented with Python scripting in the component.

You could of course manipulate the IProperty objects in the ITransportLink, but such properties created by scripting are not part of the VC API and will likely change as the component library evolves.

You could also just modify the Python scripts directly for your needs as your .NET code will depend on specific version of components to work anyway.