LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

robotic

I tried to manipulate a two degree of freedom robot with the inverse kinematics, well I initiallized two angle but I want to return the results in the beginning of program because I want to command with other positions so I have to use the previous angles and positions ,I have used shift register but it doesnt work cause I must have a loop (for or while ) but I didn't need loops ! help please !!
0 Kudos
Message 1 of 4
(2,001 Views)

Hello,

 

To return values to the beginning of the program, the most common method is using shift register. Why do you "not need loops"?  If we are returning values to the beginning of the program, it makes sense to run the program again (with a loop).

 

You can move variables around without using shift registers with local variables for instance (http://www.ni.com/white-paper/7585/en)

0 Kudos
Message 2 of 4
(1,971 Views)
0 Kudos
Message 3 of 4
(1,966 Views)
thank you sir your link helped me so much 🙂
0 Kudos
Message 4 of 4
(1,958 Views)