09-12-2024 01:49 PM
Hello All,
I am trying to read frequencies between 2 Khz and 14Khz with a cDAQ NI-9361 counter timer module. I have started with a help example. Below is a picture of that code. I have attempted several tactics with no success.
I seem to get a similar error all the time. Such as below.
I am only using a referenced single ended input.
Any suggestions?
Solved! Go to Solution.
09-12-2024 09:21 PM - edited 09-12-2024 09:22 PM
Hi,
The NI 9361 only supports Dynamic Averaging measurement method, which is a superset of the other measurement methods.
You will need to set the following property in your VI.
Refer to this link for more info: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA0VU0000002sab0AA&l=en-MY
Regards,
CF
09-13-2024 09:22 AM
Thanks CF,
I failed to see this property on the DAQmx Create Channel (CI-Frequency).vi.
Appreciate the help! Sometimes, it's sitting right in front of you!
-KMC123