LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image/picture translation

Hi,

I have been working on making a cockpit simulation and I finally got my handwheel to rotate. Now I wanted to be able to move it up and down, (i.e. perform a vertical transation on it). I have chacked other threads about this but it is all (what I found)  moving pictures created in labview, which is essentially a redraw of the picture. I am having trouble because I want to do this to a JPEG file. I would appreciate any methods/functions I can use to acheive this. The file included is my rotation VI, which I would now like to add translation to. To run it just set the proper path for the picture file.

Thanks.

Mike
0 Kudos
Message 1 of 4
(2,586 Views)
Your VI was not attached (it gets lost if you preview the post), but I can think of two ways in which you can move an image without redrawing:
  1. Use the control's position property and move the entire control up and down.
  2. Use the control's Origin property, which will allow you to change the visible part of the image by scrolling the image.
 Another option, if I understand what you want correctly, is to customize a slide and replace the different parts of the slide with your images.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,573 Views)
0 Kudos
Message 3 of 4
(2,569 Views)
Sorry, I will post all future replies concerning this subject at the above mentioned address.

Mike
0 Kudos
Message 4 of 4
(2,559 Views)