05-26-2008 06:59 AM
Hi,
PCI 6601 adding timer
I am using PCI 6601 and am relatively new to labview so can anyone guide me through controlling it through labview.
I installed daqmx and setup a virtual device. Then I used read dig port given in the examples.. the values were hexadecimal and kept on increasing can’t they be restarted. I simulated for three ports but in the labview file only one was visible to monitor.
I want it to wait for an counter to stop after a given time and only then returns the final value of the counter.
Thanks,
Yatin.
05-27-2008 06:31 AM
05-27-2008
07:27 PM
- last edited on
06-17-2024
02:24 PM
by
Content Cleaner
Hi yatintyagi,
I understand that you are using the PCI-6601 and want to measure the readings in microseconds instead of milliseconds. Also, in your current application you want to reset the counter values at some point. You can do so with an external digital pulse, but it is not possible to reset it internally.
I hope this is helpful; if not or if I misunderstood your questions, please post back.
05-28-2008 03:29 AM
05-29-2008 03:45 AM
05-29-2008 09:56 AM
05-30-2008 02:56 AM
05-30-2008 07:36 AM
06-02-2008
03:55 PM
- last edited on
06-17-2024
02:24 PM
by
Content Cleaner
Hi yatintyagi,
Yes, you can simulate a counter card in Measurement & Automation Explorer and then run your application using the simulated device. However you must take into account that when using a simulated device it has the limitation that the counter data returned is 0 and that timing is not simulated for counter tasks. You can also install the device without the installation cd. However, you need the card’s drivers in order to be able to use it. The card’s driver is NI-DAQmx, and you can find it here. You can use the Count Dig Events VI, in that example the value of the counter is showing up in the indicator called Data. I hope this is helpful,
06-02-2008 04:47 PM