07-09-2020, 06:02 PM
RoboDK passes arguments as command line arguments. Therefore, you can simply collect the parameters in your Python script using sys.argv. I attached a sample file that uses this concept.