LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Errormessage, please help explain

Hi all, I am working on a project which a DLL function is called. However, I encountered this error message which causes my vi to cease running.

If anyone of you had any experience with such error occurance, please kindly drop me a few line explaining any possible reasons which may cause such phenomenan.

Hope to hear from you soon.
Regards
ian.f
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 1 of 3
(2,490 Views)
The most likely cause of that error is calling a function in a DLL with the incorrect number of parameters. Too many or too few parameters can mess things up quite well (trust me on this one - been there, done that). Usually, no damage is done. Check the function in your DLL and reproduce the parameter structure EXACTLY.

Rob
Message 2 of 3
(2,490 Views)
Hi Rob,

Appreciate your input. Will double check on the parameters again.

Cheers!
ian
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 3 of 3
(2,490 Views)