LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

virtual memory error using simulation interface toolkit

I'm running 4 DLLs created with Matlab in the simulation interafec toolkit on Labview 6.1 with DSC. This causes the virtual memory used to increase by about 8 KB/second. So, it's just a matter of time until I run out of virtual memory.
Has anybody a solution ?
0 Kudos
Message 1 of 3
(2,764 Views)
The first question is whether the memory leak is in LV or the DLLs. Can you run the DLLs from another environment and dupilcate the leak? Did you create the DLLs or did you get them somewhere? In LV are you closing all the references you open? If you replace the DLL calls with dummy VIs that generate similar data do you still get the leak? Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,764 Views)
Problem solved !
I opened the DLL over and over again and never closed it....
thanks for the tip,

Philip
0 Kudos
Message 3 of 3
(2,764 Views)