LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CWIMAQ labview

Solved!
Go to solution

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 

 

 

0 Kudos
Message 1 of 6
(3,215 Views)
in front panel, try this
Message 2 of 6
(3,214 Views)

Thank you very much! 🙂

 

Is it possible to display it in CWIMAQ viewer?

 

 

0 Kudos
Message 3 of 6
(3,209 Views)

I don't know whether this will help.

but have a look at here

0 Kudos
Message 4 of 6
(3,205 Views)

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.

 

 

Message Edited by Michelle_B on 12-01-2008 02:20 PM
--Michelle

National Instruments
Message 5 of 6
(3,155 Views)
Solution
Accepted by topic author Sadok

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. 

0 Kudos
Message 6 of 6
(3,150 Views)