Profilo di Hughrey

Nome Hughrey
Indirizzo email n/a
Messaggi1
  • Re: open-abb-driver
    Forum >> Programmazione Python >> Web e Reti
    Hi everyone, I wanted to know if anyone knows open-abb-driver and can help me use it. I just need to be able to change the value of a variable through UDP messages. I read that there is also the possibility of writing a file so as to, if necessary, change the variables within that file and then read the file from the robot controller.
    Thanks in advance to anyone who can help me!




    Andrea

    Hi! The open-abb-driver allows communication with ABB robots over UDP. To change a variable via UDP, you can send a message to the robot's controller to modify a specific variable. Alternatively, you can write a file (such as a text file or XML) with the desired values, upload it to the robot, and then have the robot read and update the variables from that file.You'll need to ensure the robot's controller is configured to accept these commands. Let me know if you need further details!