06-14-2014 10:51 AM
@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?
06-16-2014 02:21 AM
I feel it is easy for me to configure by not using express vis
06-16-2014 03:11 AM
@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?
06-16-2014 03:17 AM
06-16-2014 05:42 AM
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?
06-16-2014 07:35 AM - edited 06-16-2014 07:36 AM
@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.
06-16-2014 07:46 AM
Then as suggested use a int out side the loop and a close ot side the loop and a snap inside the loop.
06-17-2014 02:35 AM
@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.
06-17-2014 03:17 AM
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 .
06-17-2014 03:46 AM
@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?