Hello. I would like to add an autocalibrate J7 command in tab number 0 in the code so the robot calibrates J7 with the rest of the joints upon startup. There is an Autocalibrate CMD command but nothing for external joints. Is there a way to do this?

I asked ChatGPT, and it gave me some suggestions for editing the software, but I'm not sure if they are correct. I can't share the chat, but here are the screenshots:



I added some code to a beta version 5.2 for the HMI interface. Here is the source code - I didnt get a chance to fully test but if you have python installed you can try running this. I didnt make a button to insert the command automatically but you can use the manual entry field and insert "Cal_J7" into your program. Let me know if this works - I'll add buttons and clean it up when I get some time and ready to release 5.2 Im not sure about the GPT suggestion but the individual calibrate is already there - I just added and executeRow def for all the individual joints:
##Calibrate J7## if (cmdType == "Cal_J7"): if (moveInProc == 1): moveInProc == 2 calRobotJ7()