LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make simple animation of 2D object ?

I am a beginner of LABVIEW, and here is my problem...

 

For each time loop, I can get a the x,y,theta information of a rigid body in the 2D plane.

 

I want to use those data to make a simple animation to represent how the object is moving like in a 2D plane, which includes the 2DOF translation movement and 1DOF rotation movement. 

 

How should I do?

Thanks a lot for helping me!

0 Kudos
Message 1 of 4
(3,620 Views)

You can use XY graph to plot the trajectory of the object.

Regarding the introduction of the XY graph, you can refer to the tutorial on LabVIEW pro.

 

http://www.labviewpro.net/teach_content.php?fid=6&post=308&fpt=5

 

This can only represent the XY movement, not include the rotation part.

I don't think there's any graph control in LabVIEW that can represent the rotation aspect.

0 Kudos
Message 2 of 4
(3,578 Views)

Probably the easiest way to do this is with the 3D picture control. LabVIEW's solar system example shows you how to render with it and control the orientation of bodies.

 

0 Kudos
Message 4 of 4
(3,548 Views)