Get wobjdata in PC SDK
howtodo
✭
hi:
If I have this data :
TASK PERS wobjdata wobj1:=[FALSE,TRUE," ",[[0,0,0],[1,0,0,0]],[[0,0,0],[1,0,0,0]]];
How can I get the data ,such as q1 or x of wobj1 by PC SDK?? Can you give me a simple example?
Thank you!
If I have this data :
TASK PERS wobjdata wobj1:=[FALSE,TRUE," ",[[0,0,0],[1,0,0,0]],[[0,0,0],[1,0,0,0]]];
How can I get the data ,such as q1 or x of wobj1 by PC SDK?? Can you give me a simple example?
Thank you!
0
Comments
-
WobjData wobj = new WobjData();
RapidData rd=this.controller.Rapid.GetRapidData("T_ROB1", "MainModule", "wobj1");
wobj = (ABB.Robotics.Controllers.RapidDomain.WobjData)rd.Value;
float posX=wobj.Uframe.Trans.X;
double orientQ1 = wobj.Uframe.Rot.Q1;Lennart H0
Categories
- All Categories
- 5.5K RobotStudio
- 395 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 310 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings