01-12-2024, 03:25 AM
(This post was last modified: 01-12-2024, 03:26 AM by JaeHong Yoo.)
Hello, I control the robot 6-axis robot by moving the tcp in robodk, and when I move the tcp beyond the robot's range of operation, I confirmed that the message 'there is no solution for the requested position' is output at the bottom of the robodk interface.
As far as I know, only the message at the bottom is output if it is showMessage(_, false) in robodk's api, and if it is showMessage(_, true), a pop-up window will appear.
What I really want to do is that when the message 'there is no solution for the requested position' is output, I want to perform a specific task, so I want to know the code part where the message 'there is no solution for the requested position' is output. I would appreciate your help.
As far as I know, only the message at the bottom is output if it is showMessage(_, false) in robodk's api, and if it is showMessage(_, true), a pop-up window will appear.
What I really want to do is that when the message 'there is no solution for the requested position' is output, I want to perform a specific task, so I want to know the code part where the message 'there is no solution for the requested position' is output. I would appreciate your help.