07-16-2014 02:35 AM - edited 07-16-2014 02:35 AM
Hello,
Is there a specific reason why you are trying to use an example that uses the IMAQ VIs.
Please note that the IMAQ driver and its dependencies (like the IMAQ dll) are not installed on your target (according to your MAX Report).
This explains the error you're getting.
Aside from this you are using IMAQdx camera's (GigE) which also expect you to use IMAQdx VIs.
Concerning the difference between IMAQ and IMAQdx I would advise you to have a look at the following document:
http://digital.ni.com/public.nsf/allkb/0564022DAFF513D2862579490057D42E?OpenDocument
To resolve your issues you should replace the IMAQ VIs you call by their IMAQdx counterparts.
If this would not resolve the issues, then please post the last code you were using so that the followers over here can have a look at it.
Also interesting to keep in mind is that the Example Finder always mentions which targets/cards are supported/tested for a certain example.
Since the CVS was not mentioned in this example, this would give you a hint that
a) something that is not supported for your target is being used
or
b) the example has not been verified with your type of devices.
If something would be incorrect over here, then also please let us know.
07-17-2014 04:21 AM
Hello
Thanks for your answer
Like you said I tried to replcae the IMAQ VI by IMAQdx vi, but I didn,t find an IMAQdx vi to write the image in a file.
Witch vi can I use for that?
Thank you for your help
07-18-2014 03:53 AM
Hello,
For that purpose you have to use the IMAQ version.
With the IMAQdx counterparts I only meant the VIs related to actual acquisition of images. (although I didn't state that clearly/explicitly earlier on)
07-18-2014 04:03 AM - edited 07-18-2014 04:05 AM
Thank you very intersting infomation