LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exception occured within the external code called by a Call Library Function Node with DAQmx Start Task.v

Exception occured within the external code called by a Call Library Function Node with DAQmx Start Task.vi I have recieved the error that is shown in the attached document.  Can anyone give me a hint as to what I may need to do to fix this?  It occurs at the same point during the software run every time.  The code is also attached.  The error occurs in the DAQmx Start Task.vi.  the error occurs when the counter reaches approximately 6000 (3000 on the front panel).  I am unsure if this is just a coincidence or actually is linked to the problem.  I appreciate any help that you may be able to provide.
Download All
0 Kudos
Message 1 of 3
(2,965 Views)

For those that are interested.  It was a memory issue.  I was filling up the available memory as the application ran.  I added an input buffer congigure vi and this corrected the problem.

 

0 Kudos
Message 2 of 3
(2,955 Views)

I am facing the same problem...my dll function performs FFT operation on an input 2d array...It works perfect on a small sized array. but if my array is like 200X300 ..it gives the same error...can anyone help me how to solve this problem?

0 Kudos
Message 3 of 3
(2,617 Views)