Get current position in VB.net

Klaus
✭✭
in RobotStudio
How do i get the current TCP position i VB.net like the function CRobt() in rapid code
Best Regards
Klaus Soenderhegn
www.cadalysator.dk
Klaus Soenderhegn
www.cadalysator.dk
0
Comments
-
Hi
Something like this
Example just writes the x value to the logg window'VB
Public Sub Macro_CRobt()
Dim stn As Station = Project.ActiveProject
If stn Is Nothing Then Exit Sub
Dim tool As RsToolData = stn.ActiveTask.ActiveTool
Logger.AddMessage(New LogMessage(tool.Frame.GlobalMatrix.t.x.ToString()))End Sub
//C#
public void Macro_CRobT()
{
Station stn = Project.ActiveProject as Station;
if (stn == null) return;
RsToolData tool = stn.ActiveTask.ActiveTool;
Logger.AddMessage(new LogMessage(tool.Frame.GlobalMatrix.t.x.ToString()));
}Per Svensson
Robotics and Vision Specialist
Consat Engineering0
Categories
- All Categories
- 5.6K RobotStudio
- 399 UpFeed
- 20 Tutorials
- 14 RobotApps
- 300 PowerPacs
- 406 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 336 IRC5
- 67 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 828 RAPID Programming
- 12 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 107 Collaborative Robots
- 5 Job listings