Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

animation in labview

Hi

 

Iam using labview8.6 version,and we need to animate the machine as per the customer requirement.

 

In this we need to move the boom forward,reverse,up and down as well as rotation of wheel based on the different commands given by the user.

 

Please let me know the know the process.

 

vbk 

0 Kudos
Message 1 of 8
(4,790 Views)

Are you talking about a physical boom or a picture of a boom?

 

If you are talking about physical motion, you might get better results in the motion control area of the forum.

 

If you are talking about a picture, you would probably get better results in the general labVIEW section.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 8
(4,776 Views)
For a simplified visualisation you could use a xy-graph and just plot a line representing position and direction of the boom.
0 Kudos
Message 3 of 8
(4,768 Views)
What do you exactly mean by boom?
0 Kudos
Message 4 of 8
(4,752 Views)

Hi everybody, Thanks for the reply.

 

Actually boom is a rectangular shape,mechanical device.That we required to move in diffrent directions as per the user command.

Just I need to show one rectangle which will move in diff.directions and the wheel which will rotate.

 

Please let me know how the animation will be done in lv 8.6.

 

Regards

vbk123

0 Kudos
Message 5 of 8
(4,747 Views)
What image quality do you need? Is a line sketch of the boundary of the objects sufficient or do you want to show images of the real objects moving on a display according to their movement requested by the user?
0 Kudos
Message 6 of 8
(4,744 Views)

Hi jorn,

 

exactly what you told is correct.we need to show the images of the original machine.

0 Kudos
Message 7 of 8
(4,739 Views)

Another idea is to try the 3D-Picture-Objects (Palette Programming > Graphics & Sound > 3D Picture Control). Here you can display different 3D objects and you can set the texture of these objects. The way would be to create a couple of surfaces as a mesh and apply an image to each object (I hope that works this way as I haven't done it yet). The images are photographs of your boom from all directions.

 If the boom moves or turn the coordinates of the 3D object need to be updated. But this approach is only suitable if the boom has only a limited number of flat surfaces. If the shape is not simple you could use a mesh but I think it can have only one texture for the whole object. But I can't tell you more details as I haven't worked with it yet.

 

Regards, Jörn

0 Kudos
Message 8 of 8
(4,711 Views)