LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert image in IMAQ Browser insert

Solved!
Go to solution

 hi,

      how to insert multiple image in IMAQ Browser insert vi. will taken image from folder.

0 Kudos
Message 1 of 12
(6,838 Views)

-You need to first setup the Browser http://zone.ni.com/reference/en-XX/help/370281P-01/imaqvision/imaq_browser_setup/ with multiple images per line.
-You have two modes to insert the image to browser either the last position or the first vacant position, depending on the selected mode.
-You can use for loop and insert one by one.

 

Edit: Check the Browser example-> Help->Find Examples->Search for browser.

Thanks
uday
0 Kudos
Message 2 of 12
(6,821 Views)

hi ,

           i try this but get error for IMAQ image focus vi.

0 Kudos
Message 3 of 12
(6,810 Views)

hi,

       thi is i try vi.

0 Kudos
Message 4 of 12
(6,807 Views)

Hope uday has given enough information on insert image.

If you are getting error still you can share the code which you tried so that we can debugg and tell you the problem.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 5 of 12
(6,804 Views)

Find the attached code

use separate event for Stop and stop the loop.

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 12
(6,787 Views)

Modified for better readability

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 7 of 12
(6,782 Views)
there is example code for this question inside labview example
check that example
the name is
Browser Example.vi
0 Kudos
Message 8 of 12
(6,780 Views)
What error you got?
-What is the use of Case structure if False Constant is connected? (it will run only False case and what is the use)
-What is the use of IMAQ dispose before IMAQ create?
-IMAQ Browser Setup VI accepts RGB(U32) image type and you connected IMAQ create and left the image type unconnected(What is the default type IMAQ Create uses?)
-Why do you need property node instead you can directly send to Image Browser indicator right?
-Where is Stop event? Why is it infinite loop? Are you trying to use Abort to stop?(If it is strictly it is not the way how you should be stopping)
-Did you check the example post i told you to check in my previous post?
Thanks
uday
0 Kudos
Message 9 of 12
(6,778 Views)

hello uday,

thanks for echoing all my questionsSmiley Happy

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 10 of 12
(6,776 Views)