11-26-2008 05:44 AM
Hello,
Can I display a picture saved on the hard disk using the CWIMAQ viewer in LabVIEW?
If it is not possible, how to display a picture in the front panel in LabVIEW?
__
Sadok
Solved! Go to Solution.
11-26-2008 05:51 AM
11-26-2008 06:15 AM
Thank you very much! 🙂
Is it possible to display it in CWIMAQ viewer?
11-26-2008 06:19 AM
I don't know whether this will help.
but have a look at here
12-01-2008 02:20 PM - edited 12-01-2008 02:20 PM
Sadok,
I think there is a little confusion here. CWIMAQ is a text based viewer. If you would like view an image from file in LabVIEW you can:
1. Create an Image Display on the front panel and wire the Image data type to this on the block diagram
OR
2. Use the WindDraw VI to display this image in another window programmatically. I've attached a simple VI demonstrating this.
12-01-2008 03:48 PM
Thanks a lot, intresting application!
I solve the problem:
In my application I use the CWIMAQ to display inspection from vision builder, What I was looking for is to use this component to display other pictures in addition of inspections.
So I integrate the pictures in Vision builder and I display it as if it was inspections.