04-04-2022, 05:54 PM
There is no official way to export the position of targets to a CSV file, but creating such a python macro shouldn't be really hard.
Jeremy
Code:
for target in station:
add target.Pose() to CSV file
Jeremy
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.