11-01-2012 06:41 AM
Hi
im having a problem of an exception ocurring when I use the 'call library function node' to initializse my ADC-212 im not sure what else I can try.
Thanks,
Gordon
Solved! Go to Solution.
11-01-2012 07:17 AM
Exceptions occur mainly because the parameters you pass are of the wrong data type.
The example that ships with labview
C:\Program Files\National Instruments\LabVIEW 2011\examples\dll\data passing
does give you a lot of information on different data types.
Hope that helps.