05-10-2013 04:29 PM
05-13-2013 09:41 AM
Hi DHagan,
In LabVIEW, if you go to Help>>Find Examples, the NI Example Finder will open. From there, you can navigate through the following folders to find examples for DAQmx functionality: Hardware Input and Output>>DAQmx
In specific, I would look at: Hardware Input and Output>>DAQmx>>Voltage>>Cont Acq&Graph Voltage-Int Clk.vi to get a good idea of how to use DAQmx functions. If these examples do not exist in your installation of LabVIEW, I would suggest trying to download the latest version of NI-DAQmx from our NI Drivers website. Alternatively, you can use DAQ Assistant in the Block Diagram of a VI to configure a task, place it on the Block Diagram, then right-click on it and select Generate NI-DAQmx Code. This will convert the DAQ Assistant to usable DAQmx code that you can modify and reconfigure to your liking. Let me know if you have any further questions!