Hi everyone,
I want to create a program to capture the actual position of the robot's end effector. Then, send this position to an external device's software.
I have some doubts while creating the program
SetLatch enables the robot position latch on the next rising edge of the input signal, whereas herej() returns the current arm joint position. So, does SetLatch return the current arm joint position? If I have used the SetLatch command, is it still necessary to use herej()?
Can string variables and socket variables (sio) use formulas, for example, siClient = sSend?
The robot's position value (via the SetLatch command) is sent to the SRS software via TCP/IP socket. Where will it be displayed? Can it be sent to other software?
If I have numeric variables like n1 = 100, n2 = 200, n3 = 300, … (approximately 100 variables), is there a way to create a data file without having to define each variable individually?
Does anyone know about the commands $movejSync, $movejSyncState, $movejSyncBegin, $movejSyncEnd? They don't appear to be mentioned in the documentation.
Thank you for your help,
Best regard,
Vi