How to save tool and base number for program?- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +---Thread: How to save tool and base number for program? (/Thread-How-to-save-tool-and-base-number-for-program) |
How to save tool and base number for program?-ophakala-03-18-2021 Hi, I have created a path with Curve follow project and generated a program using that path. However, I haven`t been able to save tool and base numbers for programs so I have to modify them every time after code generation. Is there a way to define that all the programs in this station use for example Tool 16 and Base 19? RE: How to save tool and base number for program?-serg_kub-04-07-2021 Hi, Ophakala You can change postprocessor. When you generate the code, there will always be Tool 16 and Base 19 RE: How to save tool and base number for program?-Olivier-04-07-2021 Hi ophakala, Can you provide more details? You can right click on the programs -> add Instruction -> Set Tool/Reference frame Instruction with the Tool 16 and Base 19 for exemple. Olivier RE: How to save tool and base number for program?-ophakala-04-08-2021 I tried to modify the post processor but it didn`t convert the chosen tool and base data to program, probably because my poor python skills. Setting tool instruction chose the right tool but tool data wasn`t converted in this situation either. However, I managed to "lock" tool and base numbers when I wrote Tool 16 and Base 19 in tool and base names respectively in feature tree. After that right tool and base data was used in programs. Maybe my question was a little misleading but thanks for your replies anyway! |