01-14-2014 10:09 AM
Hi
I am using LV 2013. I want to perform 1 deg rotation of a 3D object 360 times with resp to x & y axis.
For each 1 deg rotn of object wrt x axis, i need to perform 360 rotations of rotated object wrt y axis.
I use 2 nested for loops for this purpose. Whenever I try with small loop counts I get rotation about one axis only. When I use loop count 360, I get rotation about one axis only and after some amount of iteration it shows some error.
Please take a look at my VI
Thanks in Advance
Vishnu.T
01-14-2014 10:44 AM
01-15-2014 07:39 AM
Thanks Jiddu I Got it correctly