Discussion:
optimizing code hsdio
(too old to reply)
Timothy 123
2006-12-18 19:40:12 UTC
Permalink
Hi,

I am working on some labview code for testing ics using the nihsdio
driver. This program works with the pxi 6561 card.  I have
attached the labview code to this message. I am looking for ways to
optimize this code to make it faster. Also, which size of data is
optimimum for the fastest fetching.

Any suggestions to improving the speed of this code are welcome.
Timothy 123
2006-12-18 19:40:13 UTC
Permalink
Hi,

I forgot to attach my code earlier. Here it is:


hardwareconfig_35parsing.llb:
http://forums.ni.com/attachments/ni/70/6061/1/hardwareconfig_35parsing.llb
Onome
2006-12-18 21:40:10 UTC
Permalink
Hi Timothy,
Your fetching performance can be optimized by reducing the number of records.  Each record is DMA-ed individually (and incurs a DMA setup overhead).  Can you provide more information on the records you're acquiring and your setup (i.e triggering scheme)?  It may be possible to combine your acquisition into one record
OnomeMessage Edited by Onome on 12-18-2006 03:37 PM

Loading...