Hello,
I’ve defined the following custom instruction:
PROC SetWeld1 (num nActSch,
num nWldMd,
PERS seamdata Seam,
PERS welddata Weld,
PERS expldata Exp1)
WaitTime 0.1;
ENDPROC
When I create an action instruction template in RS I cannot set the “SyncReferencedData” field to “True” in the Instruction Template window. When I try it tells me: “Unable to apply these changes. Please make sure that this description have the right point types for the given robtargets or jointtargets.” As you can see above I’m not using any targets at all.
Any ideas?