03-08-2007 09:29 AM
03-08-2007 10:33 AM
On your front panel select Tools>Profile>Performance and Memory.
This tool shows you where you might be able to improve performance.
Also, for a lot of the canned instrument drivers I end up modifying them because some are pretty slow. Make sure you are not calling unnecessary routines every time you need to take a measurement. A lot of the drivers call setup and init routines along with your measurement routines every time you call the instr driver.
And if you are calling excel a lot that can be slow. I usually dump data to excel at the very end. While my programs are running, I create a text file for raw data.
Brian