Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Error200014 with Digital measurement

Solved!
Go to solution

Hi,

I'm trying to measure the frequency of a digital input on my 6034E card, but I need some filtering/de-bouncing which is not available in hardware. I've attached a screenshot of the approach I've taken (which may well be totally wrong - I've not dealt with measuring digital signals before). Before this approach I had tried using a counter to measure the frequency, which kind of worked, but the signal was very noisy. Anyway, I seem to be stuck at 1st base with this, as I get an error from the DAQmx Read node (code 200014) which says the terminal cannot appear multiple times within a single digital input task. I've checked the examples, and it doesn't look obvious to me what I'm doing wrong - can someone help me out please?

 

Thanks,

 

toddy

0 Kudos
Message 1 of 4
(3,076 Views)
Solution
Accepted by toddy

Hi Toddy,

 

First impressions show me that what you are attempting looks correct in theory, the error is in relation to your channel setup. I notice you have a "task" and "line" input, the task should exist under Measurement & Automaticion Explorer (MAX) and contain all settings for the digital channel therefore the line input shouldn't be required. I can also see that you DAQmx Read has no timeout wired to it, I think it should automatically accept -1 in this scenario but may be worth wiring that in to be sure. 

 

If that doesn't help I'd appreciate a copy of your code and I will try it out on my system.

 

All the best,

Applications Engineer
Message 2 of 4
(3,063 Views)

Thanks Rob,

 

Just having the lines input, and deleting the task input helped. Then realised my hardware limits what kind of timing I can have (only On Demand). Finally worked through a series of error messages and I now have some code ready to test on real signals.

 

Thanks for your help,

 

Toddy

0 Kudos
Message 3 of 4
(3,058 Views)

Hi Toddy,

 

You're more than welcome, I'm glad its up and running for you!

 

All the best,

Applications Engineer
0 Kudos
Message 4 of 4
(3,053 Views)