12-06-2012 12:45 AM
I am developing a code for acquiring acceleration data from cDAQ 9184 using DAQmx VIs. I need to include a timing property node with a (sample clock rate) reading property. How can I do that?
Solved! Go to Solution.
12-06-2012 03:07 AM
If you are asking where to find the sample rate property, then place the application property node on the block diagram, right click on it and select Class as DAQmx. Under DAQmx, you will have DAQmx timing. Select the method Sample Clock - Rate
12-06-2012 10:05 AM
Thank you for your reply. I droped the property node on the block diagram and then right click on it and the set the class to DAQmx and then I selected DAQmx timing. The Icon that I got has DAQmx timing as a class but the property is still just '' property''. How can I change this property to be ''Sample clock.Rate''?
my question may look very simple to a good Labview user but actually I just started learning Labview to use it for my research and I have to skip alot of basics into advanced programming due to time constraints.
Thanks alot
Wissam
12-06-2012 10:23 PM
once you have this property, click on the property and you will get a menu
12-07-2012 12:01 AM
I really appreciate your effort. NowI have this property Node '' DAQmx Timing'' on the block diagram but the problem is that when click on the property NO menu shows up there. I dont know were the problem is. Is there any software drive I need to install other than DAQ mx to solve this problem? The same problem happent any time I want to use a property node. Let me send you my code file so that you can see where the problem is. And I really thank you in advance for your support.
12-07-2012 12:22 AM
Err.... its in LV 2012! I can open only in LV2010!
you said you had the same problem with any other property node too. did you mean any other DAQmx property or in general, any property?
do you have your DAQmx vis in place?
12-07-2012 01:07 AM
Yes I have 2012 evaluation copy of LV. I am just using DAQ mx property nodes because I am gonna use cDAQ devise for my measurements. I have this proplem with all DAQmx property nodes. Yes I have DAQmx driver software installed.
12-07-2012 11:59 AM
Hello Wisjaf12,
Thanks for posting at NI forums! Please follow the instructions given in the linked knowledge base and select Show All Attributes on the Filter Settings for DAQmx Property Nodes. If this doesn’t work, I would recommend you to uninstall the driver and reinstall it.
Best Regards,
Alina M
12-07-2012 12:54 PM
Thank you so much amezam. With your instructions I could get rid of the problem. I really appreciate your help. I followed the Instructions and it worked and I can choose whatever property I want. Thanks again