11-12-2006 11:50 AM
11-14-2006 11:37 AM
Greetings DiGi,
Thanks for contacting National Instruments. I am trying to understand exactly what you are looking for. Why would you want asynchronous scanning? Also, I am a little confused by what you mean by “let the processor idle”? Are you noticing that the processor is NOT being idle during synchronous scanning?
One way you could implement software timed or handshaking could be with an immediate or software trigger. (this is not really asynchronous) I don’t think there is a specific example that illustrates this but you could start with:
C:\Program Files\IVI\Drivers\niSwitch\Examples\CVI\niSwitchDMMSwitchSynchronousScanning
If you might be able to explain a bit more about what you are looking, then I can also do some more research on this side to look for examples. I’m sure someone has implemented something similar to what you are looking for!
Thanks again,
11-15-2006 06:11 AM
11-15-2006 08:48 AM
11-15-2006 10:09 AM
Hey Debora,
Unfortunately, the 4060 is only supported with Traditional NI-DAQ. To use "DAQmxRegisterEveryNSamplesEvent", the only solution is to upgrade to a card that supports NI-DAQmx. The card that I most often use is the 4070 that is capable of controlling switches in DAQmx and has 6 1/2 digits of precision.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/12933
Are you familiar with programming with NI-DAQmx? Here are some really helpful links that I have used in the past!
NI-DAQmx Frequently Asked Questions
http://www.ni.com/support/labview/nidaq7faq.htm
Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition
http://zone.ni.com/devzone/cda/tut/p/id/2835
Some of the contents of these links discuss LabVIEW, but it also references CVI and almost every VI in LabVIEW directly correlates to a CVI function call.
Regards,
11-15-2006 11:12 AM
11-16-2006 03:31 AM
11-16-2006 04:05 AM
11-16-2006 04:53 AM
11-16-2006 05:02 AM
This discussion is not so pertinent to my problem: he wanted to use NI-DAQ and NI-DAQmx on the same board, in the same application, and had some problems.....
@JordoTheGreat wrote:Hey Debora,To answer your question about using Traditional NI-DAQ and NI-DAQmx in the same application, the answer is yes. Instead of going into a long description about this process I will refer you to this discussion post.It goes into great detail about your question, and it will keep our discussion post primarily focused on NI-DMMs and Switches.Thanks,