11-22-2005 05:16 AM
11-23-2005 10:08 AM
Rajapandiyan,
You can do everything you mentioned with the IMAQ driver and without IMAQ Vision (saving to a file, acquiring multiple images, and triggering).
The shipping example "LL Triggered Ring" is a good place to start. The VI says it needs Vision to run, but you can remove the WinDraw VIs and replace them with an IMAQ ImagetoArray and feed the 2-D array into an intensity plot to see the image. Everything else in the example will run without IMAQ Vision.
triggering is handled by the "IMAQ Configure Trigger" VI
you can save to a file using the "IMAQ Write File" VI
I hope this helps,
Lorne Hengst
Application Engineer
National Instruments
12-04-2005 08:33 AM
12-06-2005 09:58 AM
yangb182,
Try doing the same thing mentioned above... using an intensity plot instead of a picture control, but use it with the example VI found through the link below.
High-level Snap in Picture Control (LV)
12-06-2005 12:02 PM
12-07-2005 09:57 AM
12-08-2005 10:20 AM
12-09-2005 02:14 PM
yangb182,
If everything is installed correctly on your machine, you should already have a great example VI to start with.
LL Triggered Ring.vi either does exactly what you want (triggering off of the 1405 trigger line) for each frame grabbed.
This example is found by opening LabVIEW, going to the help pulldown menu and selecting find examples.
In the middle of the example finder is a column of folders. Goto...
Hardware Input and Output->IMAQ->Low Level
If this example is not present on your computer. I recommend reinstalling your IMAQ driver and make sure that you select the option to install the examples (which should be selected by default.).
Lorne Hengst
Application Engineer
National Instruments
12-12-2005 08:36 AM
12-12-2005 04:33 PM