Hey Root,
Thanks for contacting NI. I've done research into your question. It is never adviseable to name multiple IMAQ create buffers with the same string constant. It will not throw an error, and the second buffer's pointer will change the memory pointer of the first one. To demonstrate this, I've made a VI and taken a couple of screenshots. The first screenshot is of the program with two different IMAQ create buffer names. Notice you get two different images, as expected.
The second screenshot is of the VI with the same name for both buffers. The two images are different, but at the end, the pointer pointing to the first image's location is updated to point to the second image.
As for documentation. I find it extremely helpful to press Ctrl+H to bring up the context help in LabVIEW. From there you can view detailed help about an VI. You can find more documentation on the IMAQ VI's in the IMAQ helpfile.
Hope this helps you out!
Take Care,
Message Edited by Evan D. on
01-15-2008 10:26 AM
Evan D.
Installer R&D
National Instruments