11-15-2007 10:35 AM
11-15-2007 12:12 PM
11-19-2007
09:48 AM
- last edited on
09-30-2025
10:05 AM
by
Content Cleaner
Welcome to the discussion forums!
I just wanted to point you to a few resources that will help you do what you’re trying to do. There’s an awesome Knowledgebase that describes how to set the sampling rate of the 9219 and includes a picture of which property you need to use. As was previously mentioned, you can generate the code from the DAQ Assistant and then add in the property node to give you this more advanced functionality.
The other thing I wanted to mention was that to submit feedback, you would simply need to visit www.ni.com/contact and look under the heading “Product Feedback” to fill out a short form.
Hope this helps.
11-19-2007 12:49 PM
11-19-2007 02:32 PM
11-20-2007
03:09 PM
- last edited on
09-30-2025
10:08 AM
by
Content Cleaner
Hello Kazemi,
Thanks for contacting National Instruments.
There are numerous resources for beginning with DAQmx. The documents Using the DAQ Assistant and Using the DAQ Assistant to Automatically Generate LabVIEW Code are great places for getting started on using the DAQ Assistant to program data acquisition.
The DAQ quick start guide located in Start -> Program Files -> National Instruments -> NI-DAQ contains great starting information on using the DAQ Assistant as well.
Once you have gotten comfortable with the DAQ assistant, Getting Started with NI-DAQmx and Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications are great for increasing measurement power of your data acquisition system.
06-10-2008 11:14 PM
Hi,
I am also having similar problems. I've looked at the knowledge base article but the pictures don't load up properly for me.
I have tried the shortcut suggested MarkGrot and it works if the only module i'm using is the NI9219. But in my set up I'm also using other modules too such as NI 9211 (thermocouples) and NI9205 and it gives me an error if I try to wire the channel property node with these also in the tasks. The help pop up says that this ADC convert time can be applied to one module only, how is this done?
Thanks
06-11-2008 05:03 PM - edited 06-11-2008 05:04 PM
Hello Bill23,
I believe you can still follow Mark's suggestion if you expand the DAQmx Channel Property Node to include both the ActiveChans property as well as the AI.ADITimingMode property. I've attached a VI that has a property node with both properties that you can copy and paste into your VI. You will need to select the channels in the task that refer to the NI 9219 so that only channels that this property applies to are selected.
I hope this helps, and have a great night!
06-12-2008 06:32 PM
06-13-2008 11:19 AM
Hello Bill23,
I imagine this would work just fine. The thing to keep in mind is that property nodes will execute the property list from top to bottom. If the top property is an ActiveChans all subsequent properties should apply to those channels; then if you write to the ActiveChans property again you should be able to update properties for these channels in the same DAQmx Channel property node as well.
If for some reason this isn't working (though I suspect it will), you should just use a separate property node for the next set of channels.
Have a great Friday!