Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview limitations with the PCI-6036E

I haven't used labview for since the 4th edition and have just recently purchased a copy of labview 7 express along with a PCI-6036E DAQ card.

I have an experiment that requires the use of controlling a voltage by measuring and integrating a current i.e. when the summed current reaches a particular value the output voltage changes.

What would be the minimum turn-around time for reading this current and switching the output voltage?

The experiment was previously written in TurboPascal but lacks any sort of user friendly GUI and writing the program in labview seemed like an obvious choice.

Many thanks,

Paul
0 Kudos
Message 1 of 2
(2,504 Views)
Paul,
Unfortunately, we don't really have a benchmark for this sort of thing since it is going to be highly coding and system specific. However, here are some suggestions to make the response time as short as possible.
*Increase system specs: faster processor, more RAM, less PCI bus traffic, etc. Hope this helps. Good luck with your application.
*Minimize other programs running at the same time
*Minimize network traffic, mouse/keyboard strokes, or anything that takes additional processing
*Coding efficiency: making use of NI-DAQmx instead of traditional NI-DAQ, proper use of locals and globals if necessary, efficient analysis

Overall, for a ballpark guess, it shouldn't take more than a few milliseconds to change.
0 Kudos
Message 2 of 2
(2,504 Views)