02-18-2014
08:26 PM
- last edited on
03-25-2025
07:04 PM
by
Content Cleaner
Hi Mass0873,
It's hard to understand when you give an explaination on what those attached screenshots are. May i ask what is your DAQmx version?
Error -201003
Error -200141
May I ask what do you mean you got a constant output voltage from the sensor? Is this happens when you are measuring frequency or digital values from the NI 9401?
You can look into examples on measuring frequency in NI Example Finder (Open LabVIEW >> Help >> Find Examples...). In NI Example Finder you'll need to limit your search to the hardware. Under the search tab in NI Example Finder, select the drop down box for the "Hardware" (found on the lower left corner of the NI Example Finder) >> Select "Add Device" >> look for NI 9401 >> Drop it under the column "Device to find examples for" and click ok >> select the check box "Limit results to hardware" in NI Example Finder and enter keyword "Frequency". This should limit the search for any examples related to Frequency and your hardware.
Additionally, have you looked into these links?:
https://forums.ni.com/t5/Counter-Timer/NI-9401-pulse-width-measurement/td-p/1099235
Warmest regards,
Lennard.C
02-24-2014 04:24 AM
02-24-2014
07:40 PM
- last edited on
03-25-2025
07:05 PM
by
Content Cleaner
Mass0873,
The following link: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7gKSAS&l=en-US, mentions that the device is being reserved for another task. Did you add 2 DAQ Assistant?
Regards,
Lennard.C
02-26-2014
07:51 PM
- last edited on
03-25-2025
07:06 PM
by
Content Cleaner
Hi Mass0873,
Here's some additional info. Have you looked into these?:
https://www.ni.com/docs/en-US/bundle/ni-daqmx/page/digiocseries.html
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019MFFSA2&l=en-US
Warmest regards,
Lennard.C
03-02-2014 10:56 AM
regarding the test panel, we do get pulses on test panel.but we are not getting any waveforms or particuar result in the front panel.Attached are the screenshots.
03-02-2014
07:17 PM
- last edited on
03-25-2025
07:06 PM
by
Content Cleaner
Hi Mass0873,
May I ask what you have done which you are able to detect the pulse from the test panels?
Have you tried the VI found in the example here: https://forums.ni.com/t5/Example-Code/CDAQ-9178-Count-Digital-Events-Without-Digital-Module/ta-p/352... which I mentioned in my previous email?
You'll need to change the channel name in the code.
If it does not work, I suggest that you should contact your local NI rep.
Warmest regards,
Lennard.C
03-03-2014 10:28 AM
Hi Sir,
Thanks for replies.Our DAQmax version is 8.9.5f5 and NIDAQ version is 7.4.4f7
The current status of our experiment is we are getting some data from DAQ,but we are unable to interpret which value is speed from these values.I have attached the image that shows DAQ assistance measured value.Also when we run the program without intermediate arithmetic operator, we are getting a weirdo graph from that measured values.But if we try to run program with that operator, no output in front panel,blank waveform graph.Please have a look on both .vi
Whats wrong are we doing?What kind of the graph should we get?How to get speed as values keep on changing with time?
Sorry for troubling you.
Thanks
Amar
03-03-2014 04:30 PM
I still suspect that the comments I made much earlier in this thread are at the root of your problem. The signal from your sensor is NOT a good logic-level signal. The result is that the counter gets extra counts on some transitions. Put a 74HC14 or some similar Schmitt trigger logic device between your sensor and the counter to clean up the sensor signal.
Lynn
03-03-2014 07:21 PM
Hi Mass0873,
Have you tried what johnsold have suggested? It could be that the signal from your sensor is NOT a good logic-level signal. The result is that the counter gets extra counts on some transitions.
Give it a try and see how it goes.
Warmest regards,
Lennard.C
03-04-2014 06:28 AM