I wanted to send a signal with the joint current value to the PLC program. Is there a way of pairing a real signal to the joint value? I’d like to avoid having to create a python script with a while loop to update the signal value constantly to the joint value since it drains the performance.
Thanks! I didn’t know that you can pair them directly. Cool! By the way, what’s the difference between the two properties I highligth? I undestand that VALUE property is the one I must pair but, then, what’s the other one?
For what @TSy commented, I understand that VALUE is the variable where the value of the link is stored, but I thought that the variable would be “J_E1_i_1_Traslacion”
Ah, okay. Yes, the property with the name of your joint can be used to read/set the value of joint object, but the VALUE is better to use since VALUE can override and update the value without worry.