Adjusting Targets with Python可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Adjusting Targets with Python (/Thread-Adjusting-Targets-with-Python) |
Adjusting Targets with Python-康纳Nagore-04-06-2022 Is it possible to adjust targets by sending code to the RoboDK? I am working on a project that has a range finder to find the position of a product on a conveyer belt and I want to send that information to the simulation. RE: Adjusting Targets with Python-Sam-04-07-2022 Yes, you can communicate to RoboDK through our API. Take a look at our API documentation: //www.sinclairbody.com/doc/en/RoboDK-API.html#RoboDKAPI //www.sinclairbody.com/doc/en/PythonAPI/index.html |