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.6K RobotStudio
- 398 UpFeed
- 20 Tutorials
- 13 RobotApps
- 300 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 330 IRC5
- 66 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 826 RAPID Programming
- 10 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings