10-24-2007 05:56 PM
10-24-2007 06:29 PM
10-24-2007 08:17 PM
@altenbach wrote:
If you want a picture for use in picture functions, you need your picture as a LabVIEW data type (not just as a decoration).You could import it into a picture control, then right-click its terminal and "change to constant". It might be easier to use it as image data, for example, depending on what you need to do with it.
10-24-2007 08:27 PM - edited 10-24-2007 08:27 PM
Message Edited by altenbach on 10-24-2007 06:28 PM
10-24-2007 10:18 PM - edited 10-24-2007 10:18 PM
I am sorry but i didn't quite understand where the image terminal was. I was able to do the diagram you showed then i added the picture but it still stayed useless.
Thank you
Message Edited by Leonitas on 10-24-2007 10:18 PM
10-24-2007 10:25 PM
10-25-2007 05:05 PM
@Matthew Kelton wrote:
Why don't you tell us exactly what you are trying to accomplish, with links or attached files.
The terminal was the object labeled "Picture", but the code didn't do anything with it after that. You would have to write code to modify the picture.
10-25-2007 05:18 PM
It is still completely unclear to me what you want to do. How familiar are you with LabVIEW? Have you written any programs yet?
@Leonitas wrote:
for example i want to bring in a picture of a tiger, and have this picture acknowledged in my block diagram.
What do you mean by acknowledged? This sentence simply makes no sense to me.
@Leonitas wrote:
Then after it is in the block diagram diagram i would like to be able to move it to the left or right.
The block diagram is for code, not for visualization of data. Do you want to move the image left or right in an picture indicator on the front panel perhaps?
I showed you how to load an image from the file system into a picture indicator. Did you try it? What kind of problems did you encounter? To move it left or right, you can set the origin via a property node.
10-25-2007 05:44 PM
the tiger picture is not on the file system it is on the web site and i want to bring it to front panel and be able to creat terminal on the block diagram the way you showed is when i am using a picture from the labveiw itself to do different coding for it not how to get a picture from the wen site please do it yourself then you see what is my problem then you could advise me better.
regards
10-25-2007 07:01 PM
Should your LabVIEW program itself get the picture from the internet, given the proper URL?