Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding center and angle

Solved!
Go to solution

@muks wrote:

The vi is just to give you an idea of how to save multiple images in the location. from your vi you are already using an express vi for image acquisition( i dont prefer that) so just ignore the imaq acquisition vis and see the image saving part alone.


Hello muks. Sorry for delayed answer. I used as your said(attached VI) and it works as well. I have question for you. Why do you prefer manual VI's over Express Image Acquisiton VI?

0 Kudos
Message 31 of 47
(3,096 Views)

I feel it is easy for me to configure by not using express vis

0 Kudos
Message 32 of 47
(3,091 Views)

@muks wrote:

I feel it is easy for me to configure by not using express vis


Are you able to say is there any  performance diffrence between express VI's and manual blocks?

0 Kudos
Message 33 of 47
(3,088 Views)

There are a lot of reasons

 

see this discussion

0 Kudos
Message 34 of 47
(3,086 Views)

For vision express vis i fee there is a whole lot of actions taking place inside your while loop while just a simple snap image will suffice. Right?

0 Kudos
Message 35 of 47
(3,081 Views)

@muks wrote:

For vision express vis i fee there is a whole lot of actions taking place inside your while loop while just a simple snap image will suffice. Right?


Yeah I just need snap images at certain times and process them as I asked at previous pages and then show this processes' results.

0 Kudos
Message 36 of 47
(3,078 Views)

Then as suggested use a int out side the loop and a close ot side the loop and a snap inside the loop.

0 Kudos
Message 37 of 47
(3,074 Views)

@muks wrote:

Then as suggested use a int out side the loop and a close ot side the loop and a snap inside the loop.


Sorry for that but English is not my main language and I think you've some typos at your message so I could not properly understand what you mean.

0 Kudos
Message 38 of 47
(3,068 Views)

I meant use a "initialize.vi" outside the while loop. Snap.vi inside the while loop. Define a image buffer (Imaq create.vi) out side the while loop and connect it to snap.vi. Use close.vi outside the while loop .

0 Kudos
Message 39 of 47
(3,065 Views)

@muks wrote:

I meant use a "initialize.vi" outside the while loop. Snap.vi inside the while loop. Define a image buffer (Imaq create.vi) out side the while loop and connect it to snap.vi. Use close.vi outside the while loop .


This is what you''ve said(at attached VI), isn' it?

0 Kudos
Message 40 of 47
(3,061 Views)