Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How Imaq image embed to panel of virtual instrument in LabView?

How Imaq image can be embeded or included to front panel of virtual instrument in LabView?
0 Kudos
Message 1 of 6
(3,916 Views)
Are you just asking how to display the image on the front panel? If so, the image display was introduced with LabVIEW 7 and IMAQ 2.6, I believe. You can just put one on your front panel, then wire your image to it as an indicator in the block diagram.

Bruce
Bruce Ammons
Ammons Engineering
Message 2 of 6
(3,910 Views)
Thanks

I have Labview 6i and ImaqVision 6.0

I know about visualisation image in fromt panel by data array.
But ImaqVision has operator for displays an image in an image window (IMAQ WindDraw).
I'd like to make visualisation in front panel without convertion IMAQ-image to data array, as "IMAQ WindDraw"
0 Kudos
Message 3 of 6
(3,892 Views)
Hello 2222,

Thank you for using our discussion forums. Just like Bruce said, "IMAQ Image Display" the method to display images on the front panel of a VI without converting it to an array was introduced with LabVIEW 7. Previous to LabVIEW 7 the method used to display images on the front panel was to use the Picture Control which involved converting the image to an array. I would recommend upgrading to a newer version of LabVIEW.

Regards,
Nipun M
0 Kudos
Message 4 of 6
(3,865 Views)
Another option, if you don't mind the image popping up in a separate window, would be to use the IMAQ WindDraw function in LabVIEW to do this.
0 Kudos
Message 5 of 6
(3,846 Views)
Search the archives for a vi called "IMAQ Child". This will embed the image window into the front panel of your vi. The effect is almost like the new image control.

Bruce
Bruce Ammons
Ammons Engineering
Message 6 of 6
(3,834 Views)