How can I "Export" my RoboDK Program movements to csv file?- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: How can I "Export" my RoboDK Program movements to csv file? (/Thread-How-can-I-Export-my-RoboDK-Program-movements-to-csv-file) |
How can I "Export" my RoboDK Program movements to csv file?-djkim917-03-22-2022 I want to Export my robot programs movements to "CSV" file. But I couldn't find how to do that. So, can you tell me how to export my robot programs movements to csv file? RE:我怎么能“出口”我RoboDK程序动作to csv file?-Alex-03-22-2022 Right click on your robot and click on Select Post Processor and select CSV: Then right click the program you want to export and select Generate Program As: RE:我怎么能“出口”我RoboDK程序动作to csv file?-djkim917-03-23-2022 IS this CSV == comma separated value? RE:我怎么能“出口”我RoboDK程序动作to csv file?-Alex-03-23-2022 Exactly, this is an example of how an exported program would look like:
Code:
Instruction,X (mm),Y (mm),Z (mm),Rx (deg),Ry (deg),Rz (deg),J1 (deg),J2 (deg),J3 (deg),J4 (deg),J5 (deg),J6 (deg)
|