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.5K RobotStudio
- 396 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)
- 786 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings