Array of tooldata
Daper
✭
Hello,
My goal is to have a parametric tooldata that depends on a variable input and use the following:
MoveL AnyPos, v100, fine, ToolInUse{tool_idx};
With ToolInUse being an array of tooldatas defined as
TASK PERS tooldata ToolInUsed{3} := [
[TRUE,[[x,y,z].......],
[TRUE,[[a,b,c].......],
[TRUE,[[d,e,f].......],
];
and tool_idx an integer from that can take values 1,2,3
I know such a trick is possible with robtarget, e.g.
MoveL Pos{idx_pos}, v100,fine, toolxyz
but I couldn't figure out how to make it work with tooldata in the same way.
Is there any workaround someone knows ?
My goal is to have a parametric tooldata that depends on a variable input and use the following:
MoveL AnyPos, v100, fine, ToolInUse{tool_idx};
With ToolInUse being an array of tooldatas defined as
TASK PERS tooldata ToolInUsed{3} := [
[TRUE,[[x,y,z].......],
[TRUE,[[a,b,c].......],
[TRUE,[[d,e,f].......],
];
and tool_idx an integer from that can take values 1,2,3
I know such a trick is possible with robtarget, e.g.
MoveL Pos{idx_pos}, v100,fine, toolxyz
but I couldn't figure out how to make it work with tooldata in the same way.
Is there any workaround someone knows ?
0
Comments
-
VAR tooldata CurrentTool;
CurrentTool:=ToolInUse{tool_idx};
MoveL AnyPos, v100, fine, CurrentTool;
Lee Justice0 -
Thank you so much for your quick reply, really appreciate0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 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