12-06-2012 12:30 PM
Hello,
I want to create a timed loop that uses an external timing source. I wire all the necessary inputs and I select "falling" edge, but when I try to run the program, an error appears saying that there requested "edge" value is "rising" and that I need to specify falling instead of rising. I have attached my code below.
Also, this is a general error. Everytime I use the DAQ counter, I can't specify rising edges. In other words, it accepts only falling edges. I am using NI-DAQ USB 6009 and LabView v.11
Thanks
12-07-2012 07:01 PM
Hi,
Can you please paste the error code and description?
Thank you
12-07-2012 09:41 PM
Here it is.
Thanks for the help.
12-08-2012 03:18 AM - edited 12-08-2012 03:21 AM
Hi Evangelos,
the error message says it all: only "falling edge" is supported (by your hardware)!
If you don't believe the driver software written by NI for their own hardware you may just read the manual for your USB6009, especially the chapter on PFI0...
If you want to count rising edges you can use a different DAQ hardware - or you build some small piece of electronics to invert your pulse signal...