02-21-2012 08:43 AM
I'm trying to monitor the analog input lines on a NI PCI-MIO-16XE-10 while at the same time count the number of trigger pluses I receive at the PFI0 pin I'm using LabView 2011 any help would be appreciated.
Solved! Go to Solution.
02-21-2012 08:58 AM - edited 02-21-2012 09:00 AM
You have to setup a 2nd Task for counting the edges at PFIO. It should be as easy as attached VI.
You will also have to route the PFI0 to the counter input check the DAQmx details for counter inputs of your device.
02-21-2012 09:16 AM
For your device the counter inputs are by default as:
PFI 8 for Counter0
PFI 3 for Counter1
Just route it to PFI0 instead, see attached.
02-21-2012 10:51 AM
Thanks for your help!
It worked as expected.