07-07-2008 08:27 AM
07-08-2008 04:10 AM
07-08-2008 09:49 AM
I wanted to load it from LV to VA to do some work, for example extract color planes in VA, because it seems to not work out for me in LV. So the problem is the "example picture" is the one being processed in VA all the time, although I wired a picture from LV into my VA.
I'm trying to work around it as you say, and do the hole thing in LV (which is harder for me as I'm a novice in LV and VA is easier to use...). I ran into some problems right away though, please see my other post about calculating mean intensities for RGB pictures if you have time.
Also, thanks for your answer and taking your time!
/Alex
07-08-2008 12:09 PM
Hi, Alex,
Probably Get Image (Opens new image from a file) is the first step of your script? If so, just remove it.
In general you should do following:
- Place Vision Assistant Express VI on the block diagram (Vision Assistant UI will be opened)
- choose File->Open Image in the Vision Assistant menu and open your saved test image
- create your script as you want
- press Finish, then you will back to LV
- connect input to your image from grabber, and output to display and see result, then it should be OK.
Hint for you: you can see what inside of Vision Assistant Express VI by right mouse click, then select: Open Front Panel. Then you convert Express VI into standard SubVI and check how it works. (remember: you will be not able to convert it back to Express VI)
hope it help,
Andrey.