Problem with trans1 variable- 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: Problem with trans1 variable (/Thread-Problem-with-trans1-variable) |
Problem with trans1 variable-Andros85-03-27-2020 Hello comunity, I tried to copy the program showe on this video https://www.youtube.com/watch?v=Ic-iKGSc7dk But I have error when i run the program: trans1 -> variable is not defined. the code is the same of the link. How can i resolve this issue? Thank you. Regards [url=https://www.youtube.com/watch?v=Ic-iKGSc7dk][/url] RE: Problem with trans1 variable-Jeremy-03-27-2020 Hi Andros, This is an API question, please post the proper forum section next time. Looking at the print screen, it looks like you wrote: "trans1" (trans and the number one) instead of "transl" (trans followed by the letter L). Jeremy RE: Problem with trans1 variable-Andros85-03-30-2020 OK thank you :) |