08-06-2018 02:51 PM - edited 08-06-2018 02:52 PM
Hi Team,
I am tyring to create weldoperation and assigning to robot conifguration using posedata, but I don''t see any simution working. Aslo I am not seeing any values to (X, Y,Z..) attached is snap for the reference. While an working weld operation has these value filled up. Need experts help to adress the issue
Regards,
Sandeep
08-09-2018 01:35 AM
Hi,
The usual workflow is:
Regards,
Moshe
08-09-2018 06:55 PM - edited 08-09-2018 06:57 PM
Need to set ProjectedLocation on TxWeldLocationOperationCreationData data with Robot's absoulte location
Then only its works !
TxWeldLocationOperationCreationData weldLoc_OpnData = new TxWeldLocationOperationCreationData(weldpointName );
weldLoc_OpnData.ProjectedLocation = absLoc;
Thanks !
Sandeep
Watch Replays of Previous Topics