Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.
changing the value of external axis in robtarget
Hi,
i'm trying to change the value of the external axis for a robtarget.
In detail i would change the value "800" with a num variabile.
Ho can i do it?
i'm trying to change the value of the external axis for a robtarget.
In detail i would change the value "800" with a num variabile.
Ho can i do it?
VAR robtarget MandrinoTornioVAR:=[[-65.228,106.297,5.472],[0.707106781,0,0.707106781,0],[0,0,0,0],[ 800, 9E9, 9E9, 9E9, 9E9, 9E9]];
0
Comments
-
One way:VAR num nMyEaxNum;VAR robtarget MandrinoTornioVAR:=[[-65.228,106.297,5.472],[0.707106781,0,0.707106781,0],[0,0,0,0],[ 800, 9E9, 9E9, 9E9, 9E9, 9E9]];nMyEaxNum:=900;MandrinoTornioVAR.extax.eax_a:=nMyEaxNum;
The other:MandrinoTornioVAR.extax.eax_a:=900;One less step there, but you asked about using a variable.Lee Justice2 -
Hi,
thanks for the reply.
I try it and i solve the problem.
Thank you, best regards
0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 15 RobotApps
- 306 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.9K Robot Controller
- 365 IRC5
- 84 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 854 RAPID Programming
- 37 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 110 Collaborative Robots
- 5 Job listings
