creating a HMI (Web Application)——革命制度党ntable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: creating a HMI (Web Application) (/Thread-creating-a-HMI-Web-Application) |
creating a HMI (Web Application)-MohammedKhadeer-02-08-2023 Hello, i have developed the pick and place program using robodk and it's working perfectly. Now i want to develop HMI(Interface) web application. I have already developed a web application in Java but i don't know how to link this. obviously, i can get the robot code by right-clicking and the generate-code option. My intention is, if i click the button from my Pc example: PICK then the Robot should move and pick up the item.(technically, the pick button contains the PICK Program ). please suggest me something to this. RE: creating a HMI (Web Application)-Sam-02-08-2023 You can use the RoboDK API to launch actions based on the buttons in your HMI. Here's a link to our documentation on how to start a program remotely: //www.sinclairbody.com/doc/en/PythonAPI/robodk.html#robodk.robolink.Item.RunCode |