How do I Enable IEPE Excitation Programmatically?Hardware: PXI/CompactPCI>>Controllers
Problem: I am using hardware that needs IEPE excitation enabled. How do I programmatically turn on IEPE excitation? Solution: You can enable the IEPE Excitation on your DAQ device two different ways: Create a task in Measurement and Automation Explorer or use DAQmx code protocol in LabVIEW.
Browse to your IEPE capable device under Devices and Interfaces, right-click on it to bring up the drop-down menu shown below, and select the Create Task Option.
If you don't want to create a task in Measurement and Automation Explorer, then you can set up DAQmx code in LabVIEW to enable IEPE excitation. This is done by using a DAQmx Create Channel.vi set to Analog Input»More»Custom Voltage with Excitation and also a DAQmx Channel Property Node.vi in the DAQmx code line. The excitation options can be found in the DAQmx Channel Property Node under Analog Input»General Properties»Signal Conditioning»Excitation. The options are Excitation Source, Excitation Value, Use Excitation for Scaling, Excitation Actual Value, DC or AC, and Voltage or Current. Once you have browsed to these options, you must right-click on the property node and choose "Change All To Write" so you can write values to these properties. Once everything is configured for your application, then you can add the property node right after the DAQmx Create Channel.vi but before the DAQmx Start.vi. The end resulting code should look something like the picture below. Related Links: KnowledgeBase 3X9AMC9N: IEPE Excitation levels for NI 446x, 447x, 449x, 9233, and 9234 KnowledgeBase 2SHCTLBH: What is IEPE and is it the same as Integrated Circuit Piezoelectric (ICP)? KnowledgeBase 292AIT2L: How Do I Enable IEPE Excitation on a DSA Device Using Traditional DAQ? KnowledgeBase 3GEF55NQ: How Do I Enable IEPE Excitation on My DSA Device in DAQmx? KnowledgeBase 3ILGAAOY: IEPE Excitation for DSA Devices in NI-DAQmx Test Panels Attachments:
Report Date: 10/22/2008 Last Updated: 01/20/2009 Document ID: 4QLCTPH1 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


