Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Set DAQ Device Information.vi

Whenever I try to run the example vi "Buffered_Event_Counting_(8).llb" I have problems with "Set DAQ Device Information.vi" inside it:
error -10600 "No setup operation has been performed for the specified resources. Or, some resources require a specific ordering of calls for proper setup."
I am using a PCI-6602.

Message Edited by cbrideau on 09-22-2005 05:39 PM

0 Kudos
Message 1 of 2
(3,383 Views)

Hello cbrideau,

I am unable to find this example that you are referring to.  However, there are some basic steps you can go through to make sure that your device is functioning properly.  In Measurement and Automation Explorer (MAX) you can expand the Configuration Tree so that you see the category Devices and Interfaces >> NI-DAQmx Devices.  Your PCI-6602 should be listed under this entry.  If this entry does not exist, you may not have a version of NI-DAQmx that supports your hardware, so you should download and install NI-DAQmx 7.5.  Once you see your device, you can right-click on it and choose self-test.  You can also open up test panels and test the counters by doing event counting and pulse train generation.  If you do not wish to use NI-DAQmx you can also open up test panels for the device listing underneath Traditional NI-DAQ devices.

After you have verified that the board is functioning properly, you can open up an example from the Example Finder.  In LabVIEW, go to Help >> Find Examples >> Hardware Input and Output >> DAQmx >> Counter Measurements >> Count Digital Events to find a relevant example and run it.  Examples also exist for Traditional NI-DAQ (Legacy) but I strongly recommend you consider using NI-DAQmx. 

Hopefully you are able to run one of these examples.

Thanks,

Laura

0 Kudos
Message 2 of 2
(3,370 Views)