Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

updating the Image display for various cases with image processing functions

Hi all,

 

I have an application with three image processing functions running in different case structures. These case structures are case in a case format. I need only one image display (processed image as seen in attachments) on the front panel and basing on the case execution the image display has to be updated. Kindly let me know how this can be done. I have attached the front panel and block diagram  for your reference.

 

with regards,

Sri

Download All
0 Kudos
Message 1 of 3
(4,635 Views)

Hi Sri,

 

You should not give the same name to all three images.  This essentially will cause you to only allocate a single image reference.  What you need to do is pass each imaq_creat_image.vi a differnt name.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 3
(4,600 Views)

If you are running this vi to check individual images then you dont need this many case structures. If you want to process the image in the folder use a list file funstion. Define unique imaq create names else our images will be over written.

0 Kudos
Message 3 of 3
(4,586 Views)