LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call Library Function Running slow

Hi

I’m using a third party IO board for DAQ experiment. To create a real-time DAQ VI I used the DLL file which’s supplied by the manufacture, I managed to get the VI working to read from the board by using the Call Library function. But the vi running slow, it takes about 10s to get the reading or spot any change, while using Visual basic application any changes are spotted instantly

 

Any help will be appreciated

Marwan
http://www.geocities.com/marwan_m13/weemee8080.jpg
0 Kudos
Message 1 of 2
(2,434 Views)
Just for analysing, where the timeleakage occurs:

Try to measure the execution time of the library function(s). It whould be interesting, if they realy produce the timeleakage or not.

I modified your project for this (see attachment).
0 Kudos
Message 2 of 2
(2,414 Views)