Measurement Studio NI-DAQmx.NET Examples

Size: px
Start display at page:

Download "Measurement Studio NI-DAQmx.NET Examples"

Transcription

1 Page 1 of 13 NI Measurement Studio.NET Class Library Measurement Studio NI-DAQmx.NET Examples When you install the Measurement Studio NI-DAQmx.NET class library, example programs are installed by default. The location of the Microsoft Visual Basic.NET and Visual C# examples are relative to the default installation directory. Refer to Where to Find Examples for a list of the default directories. Name and Description AcqMultVoltageSamples_SWTimed finite amount of data using a software timer. AcqOneVoltageSample single reading from a constant or slowly varying signal. AcqStrainSamples perform a strain measurement. AcqVoltageSamples_ExtClk finite amount of data using an external clock. AcqVoltageSamples_IntClk finite amount of data using an internal clock. AcqVoltageSamples_IntClkAnalogStart finite amount of data using the DAQ device's internal clock, started by an analog edge condition. AcqVoltageSamples_IntClkDigRef finite amount of data using an internal clock and a digital reference trigger. AcqVoltageSamples_IntClkDigStartAndRef finite amount of data using an internal clock and a digital start and reference trigger. ContAcqCustomVoltageSamples_9237 This example performs Wheatstone Bridge Default Install Location Voltage\AcqMultVoltageSamples_SWTimed\CS Voltage\AcqMultVoltageSamples_SWTimed\VB Voltage\AcqOneVoltageSample\CS Voltage\AcqOneVoltageSample\VB Strain\AcqStrainSamples\CS Strain\AcqStrainSamples\VB Voltage\AcqVoltageSamples_ExtClk\CS Voltage\AcqVoltageSamples_ExtClk\VB Voltage\AcqVoltageSamples_IntClk\CS Voltage\AcqVoltageSamples_IntClk\VB Voltage\AcqVoltageSamples_IntClkAnalogStart\CS Voltage\AcqVoltageSamples_IntClkAnalogStart\VB Voltage\AcqVoltageSamples_IntClkDigRef\CS Voltage\AcqVoltageSamples_IntClkDigRef\VB Voltage\AcqVoltageSamples_IntClkDigStartAndRef\CS Voltage\AcqVoltageSamples_IntClkDigStartAndRef\VB Wheatstone

2 Page 2 of 13 measurements with offset nulling if desired. AIAOShardTimebaseAndTrig_DSA This example synchronizes the clocks and trigger on two Dynamic Signal Acquistion (DSA) devices and performs continuous analog input and output. NOTE: This example is intended to show low level synchronization of various devices. DSA and S Series devices now support including channels from multiple devices in a single task. DAQmx automatically synchronizes the devices in such a task. See the DAQmx Help>>NI- DAQmx Device Considerations>>Multidevice Tasks section for further details.note: If you are using PXI DSA devices along with sample clock timebase synchronization, the master device must reside in PXI slot 2.NOTE: This code will not run "as-is" on a multifunction (MIO) DAQ device. AIContAcquisition continuous amount of data using the DAQ device's internal clock. It also shows how to synchronize two devices for different device families (E Series, M Series, and DSA), to simultaneously acquire the data.note: This example is intended to show low level synchronization of various devices. DSA and S Series devices now support including channels from multiple devices in a single task. DAQmx automatically synchronizes the devices in such a task. See the DAQmx Help>>NI-DAQmx Device Considerations>>Multidevice Tasks section for further details.note: PXI 6115 and 6120 (S Series) devices don't require sharing of master timebase, because they auto-lock to Clock 10. For those devices sharing a start trigger is adequate.note: For the PCI-6154 S Series device use the M Series (PCI) synchronization type to synchronize using the reference clock. AIFiniteAcquisition finite amount of analog input data using two DAQ devices' internal clocks. It also synchronizes these devices depending on the device family (E Series, M Series, or DSA) to simultaneously acquire the data.note: This example is intended to show low level synchronization of various devices. DSA and S Series devices now support including channels from multiple devices in a single task. DAQmx automatically synchronizes the devices in such a task. See the DAQmx Help>>NI-DAQmx Device Considerations>>Multidevice Tasks section for further details.note: PXI 6115 and 6120 (S Series) devices don't require sharing of Bridge\ContAcqCustomVoltageSamples_9237\CS Wheatstone Bridge\ContAcqCustomVoltageSamples_9237\VB Synchronization\Multi- Device\AIAOShardTimebaseAndTrig_DSA\CS Synchronization\Multi- Device\AIAOShardTimebaseAndTrig_DSA\VB Synchronization\Multi-Device\AIContAcquisition\CS Synchronization\Multi-Device\AIContAcquisition\VB Synchronization\Multi-Device\AIFiniteAcquisition\CS Synchronization\Multi-Device\AIFiniteAcquisition\VB

3 Page 3 of 13 master timebase, because they auto-lock to Clock 10. For those devices sharing a start trigger is adequate.note: For the PCI-6154 S Series device use the M Series (PCI) synchronization type to synchronize using the reference clock. ConAcqRTDSmps_IntClk_SCXI1102And1581 acquire temperature from an RTD using the internal clock of the DAQ device.this example uses the SCXI 1102 module in conjunction with the SCXI 1581 module. ConAcqThmSmps_IntClk_SCXI1102And1581 acquire temperature data from a thermistor using the DAQ device's internal clock. This example uses the SCXI 1102 module in conjunction with the SCXI 1581 module. ConAcqVoltSmpls_ConfigFilter_SCXI114x acquire and filter an analog signal using the SCXI- 114x. ContAccelSamp_IntClk_AnlgStart create an analog input acceleration task and perform a continuous acquisition using option IEPE excitation, analog triggering, and overload detection. ContAccelSamp_IntClk_AnlgStart_SCXI make continuous, hardware-timed acceleration measurements using an SCXI-153x module. ContAcq0_20mACurrentSamples_IntClk continuously measure current using an internal hardware clock for timing. ContAcqFreq_IntClk_SCXI1126 acquire frequency data from an SCXI-1126 using the DAQ device's internal clock. ContAcqLVDTSamples_IntClk_SCXI1540 make a continuous, hardware-timed acceleration measurement using an SCXI-1540 module. Temperature\ConAcqRTDSmps_IntClk_SCXI1102And1581\CS Temperature\ConAcqRTDSmps_IntClk_SCXI1102And1581\VB Temperature\ConAcqThmSmps_IntClk_SCXI1102And1581\CS Temperature\ConAcqThmSmps_IntClk_SCXI1102And1581\VB Voltage\ConAcqVoltSmpls_ConfigFilter_SCXI114x\CS Voltage\ConAcqVoltSmpls_ConfigFilter_SCXI114x\VB Acceleration\ContAccelSamp_IntClk_AnlgStart\CS Acceleration\ContAccelSamp_IntClk_AnlgStart\VB Acceleration\ContAccelSamp_IntClk_AnlgStart_SCXI\CS Acceleration\ContAccelSamp_IntClk_AnlgStart_SCXI\VB Current\ContAcq0_20mACurrentSamples_IntClk\CS Current\ContAcq0_20mACurrentSamples_IntClk\VB Frequency\ContAcqFreq_IntClk_SCXI1126\CS Frequency\ContAcqFreq_IntClk_SCXI1126\VB Linear Position\ContAcqLVDTSamples_IntClk_SCXI1540\CS Linear Position\ContAcqLVDTSamples_IntClk_SCXI1540\VB

4 Page 4 of 13 ContAcqRTDSamples_IntClk acquire temperature from an RTD using the internal clock of the DAQ device. ContAcqRVDTSamples_IntClk_SCXI1540 make a continuous, hardware-timed acceleration measurement using an SCXI-1540 module. ContAcqSndPressureSamples_IntClk continuous set of sound pressure data using the DAQ device's internal clock. ContAcqThermocoupleSamples_IntClk continuously acquire temperature readings from one or more thermocouples. ContAcqVoltageSamples_ExtClkDigStart continuously acquire analog voltage data using an external clock, started by a digital trigger. ContAcqVoltageSamples_IntClk continuous amount of data using the DAQ device's internal clock. ContAcqVoltageSamples_IntClk_SWTrigger perform an analog software triggered acquisition. The example allows the user to specify the triggering condition and the number of pretrigger samples to acquire. ContAcqVoltageSamples_IntClk_ToFile acquire, write to file, and load from disk a continuous amount of analog input data using the DAQ device's internal clock. ContAcqVoltageSamples_SWTimed continuous amount of data using a software timer. Temperature\ContAcqRTDSamples_IntClk\CS Temperature\ContAcqRTDSamples_IntClk\VB Rotary Position\ContAcqRVDTSamples_IntClk_SCXI1540\CS Rotary Position\ContAcqRVDTSamples_IntClk_SCXI1540\VB Sound Pressure\ContAcqSndPressureSamples_IntClk\CS Sound Pressure\ContAcqSndPressureSamples_IntClk\VB Temperature\ContAcqThermocoupleSamples_IntClk\CS Temperature\ContAcqThermocoupleSamples_IntClk\VB Voltage\ContAcqVoltageSamples_ExtClkDigStart\CS Voltage\ContAcqVoltageSamples_ExtClkDigStart\VB Voltage\ContAcqVoltageSamples_IntClk\CS Voltage\ContAcqVoltageSamples_IntClk\VB Voltage\ContAcqVoltageSamples_IntClk_SWTrigger\CS Voltage\ContAcqVoltageSamples_IntClk_SWTrigger\VB Voltage\ContAcqVoltageSamples_IntClk_ToFile\CS Voltage\ContAcqVoltageSamples_IntClk_ToFile\VB Voltage\ContAcqVoltageSamples_SWTimed\CS Voltage\ContAcqVoltageSamples_SWTimed\VB

5 Page 5 of 13 ContAcqVoltageSmpls_IntClkAnalogStart continuously acquire data using the DAQ device's internal clock and an analog slope start trigger. ContAcqVoltageSmps_IntClk_PauseTrigger continuously acquire data using DAQ device's internal clock and a digital pause trigger. ContGenCurrentUpdatesWfm_IntClk output a continuous number of current samples to an Analog Output Channel using an internal sample clock. ContGenVoltageWfm_ExtClk continuously output a periodic waveform using an external clock. ContGenVoltageWfm_ExtClkDigStart continuously output a waveform using an external sample clock and a digital start trigger. ContGenVoltageWfm_IntClk continuously output a periodic waveform using an internal sample clock. ContGenVoltageWfmIntClk_AnalogStart continuously output a periodic waveform using an internal clock and an analog trigger signal. ContReadDigChan_ExtClk continuously read values from a digital input channel using an external sample clock. ContReadDigChan_PipeSampClkwHshk This examples demostrates how to interface the NI 6536/7 to a synchonous FIFO. ContWriteDigChan_Burst Voltage\ContAcqVoltageSmpls_IntClkAnalogStart\CS Voltage\ContAcqVoltageSmpls_IntClkAnalogStart\VB Voltage\ContAcqVoltageSmps_IntClk_PauseTrigger\CS Voltage\ContAcqVoltageSmps_IntClk_PauseTrigger\VB Current\ContGenCurrentUpdatesWfm_IntClk\CS Current\ContGenCurrentUpdatesWfm_IntClk\VB Voltage\ContGenVoltageWfm_ExtClk\CS Voltage\ContGenVoltageWfm_ExtClk\VB Voltage\ContGenVoltageWfm_ExtClkDigStart\CS Voltage\ContGenVoltageWfm_ExtClkDigStart\VB Voltage\ContGenVoltageWfm_IntClk\CS Voltage\ContGenVoltageWfm_IntClk\VB Voltage\ContGenVoltageWfmIntClk_AnalogStart\CS Voltage\ContGenVoltageWfmIntClk_AnalogStart\VB Values\ContReadDigChan_ExtClk\CS Values\ContReadDigChan_ExtClk\VB Values\ContReadDigChan_PipeSampClkwHshk\CS Values\ContReadDigChan_PipeSampClkwHshk\VB

6 Page 6 of 13 output a continuous digital waveform using burst handshaking mode.note: This example program exports the sample clock from the device. To import the sample clock, call theconfigurehandshakingburstexportclock method instead. ContWriteDigChan_PipeSampClk This examples demostrates how to interface the NI 6536/7 to a synchronous DAC with an output enable signal. ContWriteDigChan_PipeSampClkwHshk This examples demostrates how to interface the NI 6536/7 to a synchonous FIFO. ContWriteDigPort_ExtClk output a continuous digital pattern using an external clock. CountDigEvents count digital events on a Counter Input Channel. The Initial Count, Count Direction, and Edge are all configurable.this example shows how to count edges on the counter's default source pin, but could easily be expanded to count edges on any PFI, RTSI, or internal signal. Non-buffered event counting can also use a digital pause trigger which could be added to this example by configuring the Trigger object for the Task. CountDigEventsBuffContinuous_ExtClk count buffered digital events on a Counter Input channel. The initial count, count direction, edge, and sample clock source are all configurable. Edges are counted on the counter's default input terminal (see I/O Connections Overview below for more information), but could easily be modified to count edges on a PFI or RTSI line.note: For buffered event counting, an external sample clock is necessary to signal when a sample should be inserted into the buffer. Specify the source terminal of the external clock in the clock source text box when you run the example. Gen0_20mACurrent generate a single current value on a single current output channel of a SCXI-1124 module and NI-6238/6239 M-Series devices. Digital\Generate Values\ContWriteDigChan_Burst\CS Digital\Generate Values\ContWriteDigChan_Burst\VB Digital\Generate Values\ContWriteDigChan_PipeSampClk\CS Digital\Generate Values\ContWriteDigChan_PipeSampClk\VB Digital\Generate Values\ContWriteDigChan_PipeSampClkwHshk\CS Digital\Generate Values\ContWriteDigChan_PipeSampClkwHshk\VB Digital\Generate Values\ContWriteDigPort_ExtClk\CS Digital\Generate Values\ContWriteDigPort_ExtClk\VB Counter\Count Digital Events\CountDigEvents\CS Counter\Count Digital Events\CountDigEvents\VB Counter\Count Digital Events\CountDigEventsBuffContinuous_ExtClk\CS Counter\Count Digital Events\CountDigEventsBuffContinuous_ExtClk\VB Current\Gen0_20mACurrent\CS Current\Gen0_20mACurrent\VB GenDigPulse

7 Page 7 of 13 generate a single digital pulse from a counter output channel. The initial delay, high time, low time, and idle state are all software configurable. This example shows how to configure the pulse in terms of time, but can easily be modified to generate a pulse in terms of frequency and duty cycle or ticks. GenDigPulseTrain_Continuous generate a continuous digital pulse train from a counter output channel. The frequency, duty cycle, and idle state are all configurable.this example shows how to configure the pulse in terms of frequency and duty cycle, but it can easily be modified to generate a pulse in terms of time or ticks. GenDigPulseTrainContinuous_DigStart generate a continuous digital pulse train from a counter output channel using a digital start trigger. The frequency, duty cycle, and idle state are all configurable.this example shows how to configure the pulse in terms of frequency and duty cycle, but it can easily be modified to generate a pulse in terms of time or ticks. GenDigPulseTrainContinuous_PauseTrigger generate a continuous digital pulse train from a counter output channel and controlled by an external digital pause trigger. The frequency, duty cycle, and idle state are all configurable.this example shows how to configure the pulse in terms of frequency and duty cycle, but can easily be modified to generate a pulse in terms of time or ticks. GenMultCurrentUpdates_IntClk output a finite number of current samples to an Analog Output Channel using an internal sample clock. GenMultVoltUpdates_IntClk output multiple voltage updates (samples) to an analog output channel. GenMultVoltUpdates_SWTimed output multiple voltage updates (samples) to an analog output channel in a software timed loop. GenMultVoltUpdatesIntClk_DigStart Counter\Generate Pulse\GenDigPulse\CS Counter\Generate Pulse\GenDigPulse\VB Counter\Generate Pulse\GenDigPulseTrain_Continuous\CS Counter\Generate Pulse\GenDigPulseTrain_Continuous\VB Counter\Generate Pulse\GenDigPulseTrainContinuous_DigStart\CS Counter\Generate Pulse\GenDigPulseTrainContinuous_DigStart\VB Counter\Generate Pulse\GenDigPulseTrainContinuous_PauseTrigger\CS Counter\Generate Pulse\GenDigPulseTrainContinuous_PauseTrigger\VB Current\GenMultCurrentUpdates_IntClk\CS Current\GenMultCurrentUpdates_IntClk\VB Voltage\GenMultVoltUpdates_IntClk\CS Voltage\GenMultVoltUpdates_IntClk\VB Voltage\GenMultVoltUpdates_SWTimed\CS Voltage\GenMultVoltUpdates_SWTimed\VB

8 Page 8 of 13 output multiple voltage updates (samples) to an analog output channel. The generation starts when a digital trigger is received. GenVoltageUpdate output a single voltage update (sample) to an analog output channel. Meas2EdgeSeparation measure two edge separation on a counter input channel. The first edge, second edge, minimum value, and maximum value are all configurable. This example measures two edge separation on the counter's default input terminals (see I/O Connections Overview below for more information), but could easily be expanded to measure two edge separation on any PFI, RTSI, or internal signal. Refer to your device documentation to see if your device supports two edge separation measurements. Meas2EdgeSeparation_BufCont perform a continuous number of two edge separation measurements on a counter input channel. The first edge, second edge, minimum value, maximum value, and samples to read are all configurable. This example shows how to perform a two edge separation measurement on the counter's default input terminals (refer to the I/O Connections Overview below for more information), but could easily be expanded to measure two edge separation on any PFI, RTSI, or internal signal.refer to your device documentation to see if your device supports two edge separation measurements. MeasAngularPositionBufferedCont_ExtClk measure angular position using a quadrature encoder on a counter input channel. The decoding type, pulses per revolution, z-index enable, z-index phase, z-index value, and sample clock source are all configurable. Position is measured on the counter's default A, B, and Z input terminals (see I/O Connections Overview below for more information).note: For buffered position measurement, an external sample clock is necessary to signal when a sample should be inserted into the buffer. This is set by the sample clock source. MeasBuffered_SemiPeriodFinite measure semi-periods on a counter input channel. The minimum value, maximum value, sample Voltage\GenMultVoltUpdatesIntClk_DigStart\CS Voltage\GenMultVoltUpdatesIntClk_DigStart\VB Voltage\GenVoltageUpdate\CS Voltage\GenVoltageUpdate\VB Counter\Measure 2 Edge Separation\Meas2EdgeSeparation\CS Counter\Measure 2 Edge Separation\Meas2EdgeSeparation\VB Counter\Measure 2 Edge Separation\Meas2EdgeSeparation_BufCont\CS Counter\Measure 2 Edge Separation\Meas2EdgeSeparation_BufCont\VB Counter\Measure Position\MeasAngularPositionBufferedCont_ExtClk\CS Counter\Measure Position\MeasAngularPositionBufferedCont_ExtClk\VB Counter\Measure Period Or Pulse Width\MeasBuffered_SemiPeriodFinite\CS Counter\Measure Period Or Pulse

9 Page 9 of 13 mode, and samples per channel are all configurable.this example shows how to measure semi-period on the counter's default input terminal (see I/O Conections Overview below for more information), but can easily be expanded to measure semi-period on any PFI, RTSI, or internal signal by setting the properties on the CIChannel object.semiperiod measurement differs from pulse width measurement in that it measures both the high and the low pulses of a given signal. So for every period, two data points will be returned. MeasDigFreqBuffCont_LargeRange2Ctr measure buffered frequency using two counters on a counter input channel. The divisor, maximum and minimum frequency values, and the edge parameter are configurable.this example shows how to measure frequency on the counter's default input terminal (see I/O Connections Overview below for more information), but could easily be expanded to measure frequency on any PFI, RTSI, or internal signal. Additionally, this example could be extended to measure frequency with other measurement methods for different frequency and quantization error requirements. MeasDigFrequency_LowFreq1Ctr measure a frequency using one counter on a counter input channel. The starting edge, minimum value and maximum value are all configurable. This example shows how to measure frequency on the counter's default input terminal (see I/O Connections Overview below for more information), but could easily be expanded to measure frequency on any PFI, RTSI, or internal signal. Additionally, this example could be extended to measure frequency with two counters for different frequency and quantization error requirements. MeasDigPeriodsBufCon_HighFrq2Ctr measure periods using two counters on a counter input channel. The measurement time, sample mode, and samples per read are configurable.this example shows how to measure period on the counters default input terminal, (see I/O Connections Overview below for more information),, but could easily be expanded to measure periods on any PFI, RTSI, or internal signal. Additionally, this example could be extended to measure period with other measurement methods for different frequency and quantization error requirements. MeasGpsTimestamp_BuffFinite Width\MeasBuffered_SemiPeriodFinite\VB Counter\Measure Digital Frequency\MeasDigFreqBuffCont_LargeRange2Ctr\CS Counter\Measure Digital Frequency\MeasDigFreqBuffCont_LargeRange2Ctr\VB Counter\Measure Digital Frequency\MeasDigFrequency_LowFreq1Ctr\CS Counter\Measure Digital Frequency\MeasDigFrequency_LowFreq1Ctr\VB Counter\Measure Period or Pulse Width\MeasDigPeriodsBufCon_HighFrq2Ctr\CS Counter\Measure Period or Pulse Width\MeasDigPeriodsBufCon_HighFrq2Ctr\VB Counter\Measure GPS

10 Page 10 of 13 use a finite buffereded task to measure time using a GPS Timestamp Channel. The Synchronization Method, Synchronization Source, Sample Clock Source, and Samples per Channel are all configurable. MeasPulseWidth measure pulse width on a counter input channel. The edge, minimum value and maximum value are all configurable.this example shows how to measure pulse width on the counter's default input terminal (see I/O Connections Overview below for more information), but could easily be expanded to measure pulse width on any PFI, RTSI, or internal signal. MeasPulseWidthBuf_SmplClk_Cont continually measure pulsewidths on a Counter Input Channel using an external sampleclock. The Maximum and Minimum Values, Sample Clock Source, andsamples per Channel are all configurable.this example shows how to measure pulse width on the counter'sdefault input terminal (refer to section IV, I/O ConnectionsOverview, below for more information), but could easily beexpanded to measure pulse width on any PFI, RTSI, or internalsignal.note: For sample clock measurements, an external sample clock isnecessary to signal when the counter should measure asample. This is set by the Sample Clock Source control. MeasureGpsTimestamp use a GPS counter to update the current time. MultiFunctionSyncAI_ReadDigChan continuously acquire analog and digital data at the same time, synchronized with one another on the same device. MultiFunctionSyncAIAO_DigStart continuously acquire and generate synchronized analog input and output, started by an external digital start trigger. PWMCounterOutput do Pulse Width Modulation using Analog Input and Counter Output. ReadDigChan read Timestamp\MeasGpsTimestamp_BuffFinite\CS Counter\Measure GPS Timestamp\MeasGpsTimestamp_BuffFinite\VB Counter\Measure Period Or Pulse Width\MeasPulseWidth\CS Counter\Measure Period Or Pulse Width\MeasPulseWidth\VB Counter\Measure Period or Pulse Width\MeasPulseWidthBuf_SmplClk_Cont\CS Counter\Measure Period or Pulse Width\MeasPulseWidthBuf_SmplClk_Cont\VB Counter\Measure GPS Timestamp\MeasureGpsTimestamp\CS Counter\Measure GPS Timestamp\MeasureGpsTimestamp\VB Synchronization\Multi- Function\SyncAI_ReadDigChan\CS Synchronization\Multi- Function\SyncAI_ReadDigChan\VB Synchronization\Multi-Function\SyncAIAO_DigStart\CS Synchronization\Multi-Function\SyncAIAO_DigStart\VB Control\General\PWMCounterOutput\CS Control\General\PWMCounterOutput\VB Values\ReadDigChan\CS

11 Page 11 of 13 values from one or more digital input channels. ReadDigChan_ChangeDetection read values from one or more digital input channels, using change detection timing. ReadDigChan_ChangeDetection_DigFilter acquire filtered digital input via change detection and digital filtering. ReadDigChan_ChangeDetection_Events read values from one or more digital input channels using the digital change detection event. ReadDigChan_IntClk_DigRef finite amount of data (Waveform) using a digital reference trigger. ReadDigChan_IntClk_PatternMatchStart finite amount of digital data (Waveform) using a pattern match start trigger (i.e. the acquisition begins when a specified pattern has been matched). ReadDigPort read a single value from a digital port. ReadDigPort_ExtClk read values from a digital port using an external sample clock. SequenceConnectionsOnSwitch make a series of connections on a switch module by sequentially connecting the channel in each element in Switch Channel 1 List to the channel in the corresponding element in Switch Channel 2 List. SwitchConnect_2Channel connect and disconnect two channels on a switch module. SwitchConnect_MultChannel connect and disconnect multiple channels on a switch module. Values\ReadDigChan\VB Values\ReadDigChan_ChangeDetection\CS Values\ReadDigChan_ChangeDetection\VB Values\ReadDigChan_ChangeDetection_DigFilter\CS Values\ReadDigChan_ChangeDetection_DigFilter\VB Values\ReadDigChan_ChangeDetection_Events\CS Values\ReadDigChan_ChangeDetection_Events\VB Values\ReadDigChan_IntClk_DigRef\CS Values\ReadDigChan_IntClk_DigRef\VB Values\ReadDigChan_IntClk_PatternMatchStart\CS Values\ReadDigChan_IntClk_PatternMatchStart\VB Values\ReadDigPort\CS Values\ReadDigPort\VB Values\ReadDigPort_ExtClk\CS Values\ReadDigPort_ExtClk\VB Switches\SequenceConnectionsOnSwitch\CS Switches\SequenceConnectionsOnSwitch\VB Switches\SwitchConnect_2Channel\CS Switches\SwitchConnect_2Channel\VB Switches\SwitchConnect_MultChannel\CS Switches\SwitchConnect_MultChannel\VB

12 Page 12 of 13 SwitchControllingIndividualRelay control an individual relay on a switch module. SwitchScanning_SWTrigger scan a series of channels on a switch using software scanning. TdmsAcqVoltageSamples_IntClk finite amount while simultaneously streaming that data to a binary file. TdmsContAcqVoltageSamples_IntClk continuous amount while simultaneously streaming that data to a binary file. WriteDigChan write values to a digital output channel. WriteDigChan_ExtClk write values to a digital output channel using an external sample clock. WriteDigChan_WatchdogTimer write values to a digital output channel, using a watchdog timer. WriteDigPort write values to a digital output port. Switches\SwitchControllingIndividualRelay\CS Switches\SwitchControllingIndividualRelay\VB Switches\SwitchScanning_SWTrigger\CS Switches\SwitchScanning_SWTrigger\VB Voltage\TdmsAcqVoltageSamples_IntClk\CS Voltage\TdmsAcqVoltageSamples_IntClk\VB Voltage\TdmsContAcqVoltageSamples_IntClk\CS Voltage\TdmsContAcqVoltageSamples_IntClk\VB Digital\Generate Values\WriteDigChan\CS Digital\Generate Values\WriteDigChan\VB Digital\Generate Values\WriteDigChan_ExtClk\CS Digital\Generate Values\WriteDigChan_ExtClk\VB Digital\Generate Values\WriteDigChan_WatchdogTimer\CS Digital\Generate Values\WriteDigChan_WatchdogTimer\VB Digital\Generate Values\WriteDigPort\CS Digital\Generate Values\WriteDigPort\VB National Instruments also provides several advanced examples on the NI Developer Zone Web site. Name and Description Data Compaction for High-Speed Streaming to Disk Examples Web Location NI-DAQmx Professional Tools These examples illustrate how to stream data to disk at much higher rates than is possible without using data compaction. Programmatic Saves of NI-DAQmx Tasks, Channels, and Scales Examples These examples illustrate how to programmatically

13 Page 13 of 13 save NI-DAQmx Tasks, Channels, and Scales. Programmatically saving tasks, channels, and scales allows you to create an application that you can deploy to an end user and, when run, the application will configure their system with the tasks, channels, and scales you have defined. Virtual Channel Calibration Examples These examples show the programmatic interface to the Virtual Channel Calibration API. You use virtual channel calibration to quickly calibrate the entire measurement path, from the sensor to the measurement device. DAQmx Capability Discovery: Property Filtering Examples DAQmx Capability Discovery programmatically discover information about the properties of NI- DAQmx tasks, according to filter criteria. See Also Measurement Studio Overview (c) Copyright National Instruments Corporation. All rights reserved.

LV-Link 3.0 Software Interface for LabVIEW

LV-Link 3.0 Software Interface for LabVIEW LV-Link 3.0 Software Interface for LabVIEW LV-Link Software Interface for LabVIEW LV-Link is a library of VIs (Virtual Instruments) that enable LabVIEW programmers to access the data acquisition features

More information

Related Documentation

Related Documentation NI-DAQ mx Help January 2008, 370466L-01 This help file contains information about using NI-DAQmx to program your National Instruments device. NI-DAQmx is the software you use to communicate with and control

More information

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features Strain- and Bridge-Based Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor assemblies such as load

More information

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved.

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved. for NI PXI/PXIe User Manual Revision 1.0.3 March 2014 2011-2013 PVI Systems, Inc. All Rights Reserved. Table of Contents 1.1 Software Requirements... 4 1.2 Hardware Requirements... 4 1.3 Support... 4 2

More information

DT9838 Strain Measurement Module

DT9838 Strain Measurement Module Strain- and Bridge-Based Measurement Module Strain Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor

More information

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments Introduction to NI LabVIEW and Computer-Based Measurements Elias Nicolas Applications Engineer National Instruments Today, We ll Explore: The Challenges of Making Measurements Introduction to LabVIEW Fundamentals

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 2 1 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Measuring Strain 10 This chapter describes how to measure strain using DAQ devices

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

A software solution for mechanical change measurement through virtual instrumentation

A software solution for mechanical change measurement through virtual instrumentation A software solution for mechanical change measurement through virtual instrumentation NICOLAE PATRASCOIU ARON POANTA ADRIAN TOMUS BOGDAN SOCHIRCA Automatics, Applied Informatics and Computers Engineering

More information

IVI STEP TYPES. Contents

IVI STEP TYPES. Contents IVI STEP TYPES Contents This document describes the set of IVI step types that TestStand provides. First, the document discusses how to use the IVI step types and how to edit IVI steps. Next, the document

More information

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning SENSORS AND TRANSDUCERS TRAINER IT.MLD900 The s and Instrumentation Trainer introduces students to input sensors, output actuators, signal conditioning circuits, and display devices through a wide range

More information

Data Acquisition and Signal Conditioning

Data Acquisition and Signal Conditioning Data Acquisition and Signal Conditioning Course Manual Course Software Version 7.0 August 2003 Edition Part Number 320733K-01 Data Acquisition and Signal Conditioning Copyright 1995 2003 National Instruments

More information

USB4. Encoder Data Acquisition USB Device Page 1 of 8. Description. Features

USB4. Encoder Data Acquisition USB Device Page 1 of 8. Description. Features USB4 Page 1 of 8 The USB4 is a data acquisition device designed to record data from 4 incremental encoders, 8 digital inputs and 4 analog input channels. In addition, the USB4 provides 8 digital outputs

More information

Analog Signal Conditioning Accessories

Analog Signal Conditioning Accessories NI 64-channel multiplexer mv, V, current, and thermocouple inputs NI 8-channel simultaneous sample-and-hold mv, V inputs NI SC-2042-RTD 8-channel RTD/thermistor RTD, thermistor, mv, V inputs NI 8-channel

More information

DAQ M Series. NI USB-621x User Manual. Bus-Powered M Series USB Devices. NI USB-621x User Manual. August A-01

DAQ M Series. NI USB-621x User Manual. Bus-Powered M Series USB Devices. NI USB-621x User Manual. August A-01 DAQ M Series NI USB-621x User Manual Bus-Powered M Series USB Devices NI USB-621x User Manual August 2006 371931A-01 Support Worldwide Technical Support and Product Information ni.com National Instruments

More information

Specifications for the NI PXI/PCI-6552/6551

Specifications for the NI PXI/PCI-6552/6551 Specifications for the NI PXI/PCI-6552/6551 100/50 MHz Digital Waveform Generator/Analyzer Channel Characteristics These specifications are valid for the operating temperature range, unless otherwise noted.

More information

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Application Note 048 Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Introduction PC-based data acquisition (DAQ) systems and plugin boards are used in a very wide range of applications

More information

SCXI 8-Channel Isolated Analog Input Modules

SCXI 8-Channel Isolated Analog Input Modules SCXI 8-Channel Isolated Analog Input NI, NI SCXI-1120, NI SCXI-1120D 8 channels 333 ks/s maximum sampling rate Gain and lowpass filter settings per channel Up to 300 V rms working isolation per channel

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

Data Acquisition Basics Manual

Data Acquisition Basics Manual Data Acquisition Basics Manual LabVIEW Data Acquisition Basics Manual July 1999 Edition Part Number 320997D-01 Worldwide Technical Support and Product Information www.natinst.com National Instruments Corporate

More information

NI 6238/6239 Specifications

NI 6238/6239 Specifications NI 6238/6239 Specifications Specifications listed below are typical at 25 C unless otherwise noted. Analog Input Number of channels... 8 differential current inputs Ground reference... AI GND ADC resolution...

More information

USB Dynamic Signal Acquisition

USB Dynamic Signal Acquisition NI USB-9233 24-bit resolution 102 db dynamic range 50 ks/s max rate per channel 4 simultaneous analog inputs ±5 V input range AC coupled with IEPE power Hi-Speed USB 2.0 Recommended Software LabVIEW LabVIEW

More information

Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its

Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its main features and the application benefits of leveraging

More information

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics Laboratory 12 Data Acquisition Required Special Equipment: Computer with LabView Software National Instruments USB 6009 Data Acquisition Card 12.1 Objectives This lab demonstrates the basic principals

More information

DAQ. 6601/6602 User Manual. High-Speed Counter/Timer for PCI or PXI Bus Systems. 6601/6602 User Manual. January 1999 Edition Part Number B-01

DAQ. 6601/6602 User Manual. High-Speed Counter/Timer for PCI or PXI Bus Systems. 6601/6602 User Manual. January 1999 Edition Part Number B-01 DAQ 6601/6602 User Manual High-Speed Counter/Timer for PCI or PXI Bus Systems 6601/6602 User Manual January 1999 Edition Part Number 322137B-01 Worldwide Technical Support and Product Information http://www.natinst.com

More information

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise!

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise! SIRIUS Overview NEW dual ADC SIRIUS Overview Let`s get SIRIUS! The new hardware generation makes your measurement more precise! Dual core Input SIRIUS from Dewesoft This new technology solves the often

More information

DAQ. PCI/PXI User Manual. High-Speed Counter/Timer for PCI or PXI Bus Systems. PCI/PXI-6602 User Manual

DAQ. PCI/PXI User Manual. High-Speed Counter/Timer for PCI or PXI Bus Systems. PCI/PXI-6602 User Manual DAQ PCI/PXI -6602 User Manual High-Speed Counter/Timer for PCI or PXI Bus Systems PCI/PXI-6602 User Manual October 1998 Edition Part Number 322137A-01 Internet Support E-mail: support@natinst.com FTP Site:

More information

NI PXI/PCI-6561/6562 Specifications

NI PXI/PCI-6561/6562 Specifications NI PXI/PCI-6561/6562 Specifications 100/200 MHz Digital Waveform Generator/Analyzer Contents This document provides the specifications for the NI PXI/PCI-6561 (NI 6561) and the NI PXI/PCI-6562 (NI 6562),

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information

NI 622x Specifications

NI 622x Specifications NI 622x Specifications Specifications listed below are typical at 25 C unless otherwise noted. Refer to the M Series User Manual for more information about NI 622x devices. Analog Input Number of channels

More information

DAQ. PXI E Series User Manual. Multifunction I/O Boards for PXI and CompactPCI Bus Computers. January 1999 Edition Part Number C-01

DAQ. PXI E Series User Manual. Multifunction I/O Boards for PXI and CompactPCI Bus Computers. January 1999 Edition Part Number C-01 DAQ PXI E Series User Manual Multifunction I/O Boards for PXI and CompactPCI Bus Computers January 1999 Edition Part Number 321554C-01 Internet Support E-mail: support@natinst.com FTP Site: ftp.natinst.com

More information

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments Agilent U2300A Series USB Modular Multifunction Data Acquisition(DAQ) Devices Data Sheet Features Up to 3 MSa/s sampling rate for a single channel Functions as a standalone or modular unit Easy to use

More information

CALIBRATION PROCEDURE PXIe-4302/4303 and TB-4302C 32 Ch, 24-bit, 5 ks/s or 51.2 ks/s Simultaneous Filtered Data Acquisition Module. ni.

CALIBRATION PROCEDURE PXIe-4302/4303 and TB-4302C 32 Ch, 24-bit, 5 ks/s or 51.2 ks/s Simultaneous Filtered Data Acquisition Module. ni. CALIBRATION PROCEDURE PXIe-4302/4303 and TB-4302C 32 Ch, 24-bit, 5 ks/s or 51.2 ks/s Simultaneous Filtered Data Acquisition Module Français Deutsch ni.com/manuals This document contains the verification

More information

Industrial M Series Multifunction DAQ 16-Bit, ±10 V/±20 ma Analog I/O, 5 V/24 V Digital I/O

Industrial M Series Multifunction DAQ 16-Bit, ±10 V/±20 ma Analog I/O, 5 V/24 V Digital I/O Technical Sales (866) 531-6285 orders@ni.com Requirements and Compatibility Ordering Information Detailed Specifications Pinouts/Front Panel Connections For user manuals and dimensional drawings, visit

More information

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives:

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives: Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Pentium PC with National Instruments PCI-MIO-16E-4 data-acquisition board (12-bit resolution; software-controlled

More information

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise!

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise! Overview NEW dual ADC Overview Let`s get! The new hardware generation makes your measurement more precise! Dual core Input from Dewesoft This new technology solves the often faced problem that the signal

More information

NI 272x Help. Related Documentation. NI 272x Hardware Fundamentals

NI 272x Help. Related Documentation. NI 272x Hardware Fundamentals Page 1 of 73 NI 272x Help September 2013, 374090A-01 This help file contains fundamental and advanced concepts necessary for using the National Instruments 272x programmable resistor modules. National

More information

24-Bit, ks/s Dynamic Signal Acquisition and Generation

24-Bit, ks/s Dynamic Signal Acquisition and Generation NI 4461, NI 4462 2 or 4 simultaneously sampled analog inputs 2 simultaneously updated analog outputs (NI 4461 only) 118 db dynamic range, 24-bit resolution 204.8 ks/s maximum sampling rate 92 khz alias-free

More information

BNC-2121 Connector Accessory for 660X Devices

BNC-2121 Connector Accessory for 660X Devices USER GUIDE BNC-2121 Connector Accessory for 660X Devices The BNC-2121 connector accessory is a terminal block that connects signals to a 660X counter device and can be used to test features of a660x device.

More information

Computerized Data Acquisition Systems. Chapter 4

Computerized Data Acquisition Systems. Chapter 4 Computerized Data Acquisition Systems Chapter 4 Data Acquisition - Objectives State and discuss in terms a bright high school student would understand the following definitions related to data acquisition

More information

Ethernet-Based Temperature, Voltage and Strain Measurement Modules

Ethernet-Based Temperature, Voltage and Strain Measurement Modules Ethernet-Based Temperature, Voltage and Strain Measurement Modules OMB-NET6000 Series OMB-NET6220 shown smaller than actual size. U 12 Analog Inputs U 8 Digital I/O U Simultaneous Sampling U Multiple Trigger

More information

DAQ. DAQCard E Series User Manual. Multifunction I/O Cards for PCMCIA. March 1999 Edition Part Number C-01

DAQ. DAQCard E Series User Manual. Multifunction I/O Cards for PCMCIA. March 1999 Edition Part Number C-01 DAQ DAQCard E Series User Manual Multifunction I/O Cards for PCMCIA DAQCard E Series User Manual March 1999 Edition Part Number 321138C-01 Internet Support E-mail: support@natinst.com FTP Site: ftp.natinst.com

More information

Signal Generation in LabVIEW

Signal Generation in LabVIEW Signal Generation in LabVIEW Overview LabVIEW 8 offers a multitude of signal generation options to meet your signal processing needs. This article describes the different methods of generating signals

More information

Contents CALIBRATION PROCEDURE NI PXI-5404

Contents CALIBRATION PROCEDURE NI PXI-5404 CALIBRATION PROCEDURE NI PXI-5404 This document contains step-by-step instructions for writing a calibration procedure for the NI PXI-5404 100 MHz Frequency Source. Contents Calibration Overview... 2 What

More information

NI 6230 Specifications

NI 6230 Specifications NI 6230 Specifications Specifications listed below are typical at 25 C unless otherwise noted. Analog Input Number of channels... 4 differential or 8singleended ADC resolution... 6 bits DNL... No missing

More information

NI 6023E/6024E/6025E Family Specifications

NI 6023E/6024E/6025E Family Specifications NI 6023E/6024E/6025E Family Specifications This document lists the I/O terminal summary and specifications for the devices that make up the NI 6023E/6024E/6025E family of devices. This family includes

More information

NI 6040E Family Specifications

NI 6040E Family Specifications NI 6040E Family Specifications This document lists the I/O terminal summary and specifications for the devices that make up the NI 6040E family of devices. This family includes the following devices: NI

More information

NI 6731/6733 Specifications

NI 6731/6733 Specifications NI 6731/6733 Specifications This document lists the specifications for the NI 6731/6733 analog output devices. The following specifications are typical at 25 C unless otherwise noted. Note With NI-DAQmx,

More information

EDS-400A COMPACT RECORDER. New KYOWA ELECTRONIC INSTRUMENTS CO., LTD.

EDS-400A COMPACT RECORDER. New KYOWA ELECTRONIC INSTRUMENTS CO., LTD. KYOWA ELECTRONIC INSTRUMENTS CO., LTD. COMPACT RECORDER EDS-400A Compact Dynamic Strain Recorder Entering the scene in advanced measurement of strain, vibration, pressure, load, etc. New www.kyowa-ei.co.jp

More information

MECE 3320 Measurements & Instrumentation. Data Acquisition

MECE 3320 Measurements & Instrumentation. Data Acquisition MECE 3320 Measurements & Instrumentation Data Acquisition Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Sampling Concepts 1 f s t Sampling Rate f s 2 f m or

More information

Contents. CALIBRATION PROCEDURE NI PXIe-4463 DSA Analog Output

Contents. CALIBRATION PROCEDURE NI PXIe-4463 DSA Analog Output CALIBRATION PROCEDURE NI PXIe-4463 DSA Analog Output This document contains the verification and adjustment procedures for the National Instruments PXIe-4463 with either BNC or mini-xlr connectors. For

More information

CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones

CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones 1 Announcements HW8: Due Sunday 10/29 (midnight) Exam 2: In class Thursday 11/9 This object detection lab

More information

Designing with STM32F3x

Designing with STM32F3x Designing with STM32F3x Course Description Designing with STM32F3x is a 3 days ST official course. The course provides all necessary theoretical and practical know-how for start developing platforms based

More information

NI 6624 Calibration Procedure

NI 6624 Calibration Procedure NI 6624 Calibration Procedure Français Deutsch ni.com/manuals This document contains information for calibrating the National Instruments 6624 counter/timer device. For more information about calibration,

More information

PXI Timing and Synchronization Control

PXI Timing and Synchronization Control NI PXI-665x Works with all PXI modules Multichassis PXI synchronization Onboard routing of internal or external clock and trigger signals PXI slot 2 star trigger controller Onboard high-stability references

More information

VT1419A Multifunctional Plus Measurement and Control Module

VT1419A Multifunctional Plus Measurement and Control Module VT1419A Multifunctional Plus Measurement and Control Module VXI Technology Comprehensive signal conditioning on board Wide choice of Input/Output signal types Powerful control capability On-board data

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

NI USB Introduction USER GUIDE AND SPECIFICATIONS. 4-Channel, ±5 V, 24-Bit IEPE Analog Input Device

NI USB Introduction USER GUIDE AND SPECIFICATIONS. 4-Channel, ±5 V, 24-Bit IEPE Analog Input Device USER GUIDE AND SPECIFICATIONS NI USB-9233 4-Channel, ±5 V, 24-Bit IEPE Analog Input Device Introduction This user guide describes how to use the National Instruments USB-9233 and lists the device specifications.

More information

National Instruments Switches

National Instruments Switches ni.com National Instruments Switches Raviteja Chivukula Why the Need for Switches? Nearly every system can benefit from switching Increases channel count Adds measurement flexibility Simplifies test fixture

More information

NI 6143 Specifications

NI 6143 Specifications NI 6143 Specifications This document lists the I/O terminal summary and specifications for the NI PCI/PXI-6143. For the most current edition of this document, refer to ni.com/manuals. Refer to the DAQ

More information

NIFGEN Functions Supported by Device

NIFGEN Functions Supported by Device IFGE Functions Supported by Device The following table shows a comparison of the IFGE functions between the I 5431 and the I 5421. Function I 5431 I 5421 Convert to I Possible 5421 Task Error ote Digital

More information

Developer Techniques Sessions

Developer Techniques Sessions 1 Developer Techniques Sessions Physical Measurements and Signal Processing Control Systems Logging and Networking 2 Abstract This session covers the technologies and configuration of a physical measurement

More information

Course Introduction. Content 20 pages 3 questions. Learning Time 30 minutes

Course Introduction. Content 20 pages 3 questions. Learning Time 30 minutes Purpose The intent of this course is to provide you with information about the main features of the S08 Timer/PWM (TPM) interface module and how to configure and use it in common applications. Objectives

More information

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Prepared By: Eng.Shatha AlQadomi Eng.Sarah AlBarguothi The Hashemite University Faculty of Engineering Department

More information

Analog Input SPECIFICATIONS NI 6320/6321/6323

Analog Input SPECIFICATIONS NI 6320/6321/6323 SPECIFICATIONS NI 6320/6321/6323 Français Deutsch ni.com/manuals Specifications listed below are typical at 25 C unless otherwise noted. Refer to the X Series User Manual for more information about NI

More information

RF and Microwave Test and Design Roadshow Cape Town & Midrand

RF and Microwave Test and Design Roadshow Cape Town & Midrand RF and Microwave Test and Design Roadshow Cape Town & Midrand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Philip Ehlers Outline Introduction to the PXI Architecture PXI Data

More information

NI PXI/PCI-5411/5431 Specifications

NI PXI/PCI-5411/5431 Specifications NI PXI/PCI-5411/5431 Specifications NI PXI/PCI-5411 High-Speed Arbitrary Waveform Generator NI PXI/PCI-5431 Video Waveform Generator Analog Output This document lists the specifications for the NI PXI/PCI-5411

More information

NI 6124 Specifications

NI 6124 Specifications NI 6124 Specifications This document lists the specifications for the NI PXIe-6124. For the most current edition of this document, refer to ni.com/manuals. Refer to the DAQ Getting Started Guide for more

More information

LabVIEW Data Acquisition Basics Manual

LabVIEW Data Acquisition Basics Manual LabVIEW Data Acquisition Basics Manual January 1996 Edition Part Number 320997A-01 Copyright 1996 National Instruments Corporation. All Rights Reserved. Internet Support GPIB: gpib.support@natinst.com

More information

Spectral Monitoring/ SigInt

Spectral Monitoring/ SigInt RF Test & Measurement Spectral Monitoring/ SigInt Radio Prototyping Horizontal Technologies LabVIEW RIO for RF (FPGA-based processing) PXI Platform (Chassis, controllers, baseband modules) RF hardware

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

Grundlagen Microcontroller Counter/Timer. Günther Gridling Bettina Weiss

Grundlagen Microcontroller Counter/Timer. Günther Gridling Bettina Weiss Grundlagen Microcontroller Counter/Timer Günther Gridling Bettina Weiss 1 Counter/Timer Lecture Overview Counter Timer Prescaler Input Capture Output Compare PWM 2 important feature of microcontroller

More information

NI PXI/PCI-5411/5431 Specifications

NI PXI/PCI-5411/5431 Specifications NI PXI/PCI-5411/5431 Specifications NI PXI/PCI-5411 High-Speed Arbitrary Waveform Generator NI PXI/PCI-5431 Video Waveform Generator Analog Output This document lists the specifications for the NI PXI/PCI-5411

More information

USB Multifunction Arbitrary Waveform Generator AWG2300. User Guide

USB Multifunction Arbitrary Waveform Generator AWG2300. User Guide USB Multifunction Arbitrary Waveform Generator AWG2300 User Guide Contents Safety information... 3 About this guide... 4 AWG2300 specifications... 5 Chapter 1. Product introduction 1 1. Package contents......

More information

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

More information

Correlation of Voltage and Temperature Measurement

Correlation of Voltage and Temperature Measurement MEASURpoint Correlation of Voltage and Temperature Measurement Precision Measurement Instrument MEASURpoint is an ultra-accurate instrument for any combination of temperature and voltage to be measured

More information

DAQ. PCI-6110/6111 User Manual. Multifunction I/O Devices for PCI Bus Computers. November 2000 Edition Part Number C-01

DAQ. PCI-6110/6111 User Manual. Multifunction I/O Devices for PCI Bus Computers. November 2000 Edition Part Number C-01 DAQ PCI-6110/6111 User Manual Multifunction I/O Devices for PCI Bus Computers PCI-6110/6111 User Manual November 2000 Edition Part Number 321759C-01 Support Worldwide Technical Support and Product Information

More information

INSTALLATION GUIDE BNC-2120 Connector Accessory for E/M/S Series Devices. Contents

INSTALLATION GUIDE BNC-2120 Connector Accessory for E/M/S Series Devices. Contents INSTALLATION GUIDE BNC-2120 Connector Accessory for E/M/S Series Devices Contents This installation guide describes how to install, configure, and use your BNC-2120 accessory with 68-pin or 100-pin E/M/S

More information

LC-10 Chipless TagReader v 2.0 August 2006

LC-10 Chipless TagReader v 2.0 August 2006 LC-10 Chipless TagReader v 2.0 August 2006 The LC-10 is a portable instrument that connects to the USB port of any computer. The LC-10 operates in the frequency range of 1-50 MHz, and is designed to detect

More information

These specifications apply to the PXIe-5113 with 64 MB and 512 MB of memory.

These specifications apply to the PXIe-5113 with 64 MB and 512 MB of memory. SPECIFICATIONS PXIe-5113 PXIe, 500 MHz, 3 GS/s, 8-bit PXI Oscilloscope These specifications apply to the PXIe-5113 with 64 MB and 512 MB of memory. Contents Definitions...2 Conditions... 2 Vertical...

More information

PXI. NI PXI-4220 User Manual. NI PXI-4220 User Manual. May B-01

PXI. NI PXI-4220 User Manual. NI PXI-4220 User Manual. May B-01 PXI NI PXI-4220 User Manual NI PXI-4220 User Manual May 2005 373530B-01 Support Worldwide Technical Support and Product Information ni.com National Instruments Corporate Headquarters 11500 North Mopac

More information

User Guide for TPCX, TPCE, TPCE-LE and TPCE-I

User Guide for TPCX, TPCE, TPCE-LE and TPCE-I User Guide for TPCX, TPCE, TPCE-LE and TPCE-I 2016 Elsys AG 1 Content 1. Quick Installation 4 2. SYSTEM REQUIREMENTS 5 2.1 TPCX PCI Boards 5 2.2 TPCE PCIe Boards 5 3. Hardware 6 3.1 Signal Inputs, Connector

More information

NI 6013/6014 Family Specifications

NI 6013/6014 Family Specifications NI 6013/6014 Family Specifications This document lists the I/O terminal summary and specifications for the NI 6013/6014 family of devices. This family includes the following devices: NI PCI-6013 NI PCI-6014

More information

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DATAQ Instruments Although DATAQ Instruments provides ready-to-run WinDaq software with its DI-1100 Data Acquisition Starter Kits, programmers

More information

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW Laboratory Learning Objectives 1. Identify the data acquisition card

More information

I hope you have completed Part 2 of the Experiment and is ready for Part 3.

I hope you have completed Part 2 of the Experiment and is ready for Part 3. I hope you have completed Part 2 of the Experiment and is ready for Part 3. In part 3, you are going to use the FPGA to interface with the external world through a DAC and a ADC on the add-on card. You

More information

PHYS225 Lecture 22. Electronic Circuits

PHYS225 Lecture 22. Electronic Circuits PHYS225 Lecture 22 Electronic Circuits Last lecture Digital to Analog Conversion DAC Converts digital signal to an analog signal Computer control of everything! Various types/techniques for conversion

More information

Agilent U2300A Series USB Modular Multifunction Data-Acquisition Devices

Agilent U2300A Series USB Modular Multifunction Data-Acquisition Devices 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Back to the Agilent U2356A Product Page Agilent U2300A Series USB Modular Multifunction

More information

PXIe Contents. Required Software CALIBRATION PROCEDURE

PXIe Contents. Required Software CALIBRATION PROCEDURE CALIBRATION PROCEDURE PXIe-5160 This document contains the verification and adjustment procedures for the PXIe-5160. Refer to ni.com/calibration for more information about calibration solutions. Contents

More information

Lab 2A: Introduction to Sensing and Data Acquisition

Lab 2A: Introduction to Sensing and Data Acquisition Lab 2A: Introduction to Sensing and Data Acquisition Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin June 12, 2014 1 Lab 2A 2 Sensors 3 DAQ 4 Experimentation

More information

Motor Control using NXP s LPC2900

Motor Control using NXP s LPC2900 Motor Control using NXP s LPC2900 Agenda LPC2900 Overview and Development tools Control of BLDC Motors using the LPC2900 CPU Load of BLDCM and PMSM Enhancing performance LPC2900 Demo BLDC motor 2 LPC2900

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

LAB #3: Virtual Instruments; Behavior of Second-Order Systems

LAB #3: Virtual Instruments; Behavior of Second-Order Systems LAB #3: Virtual Instruments; Behavior of Second-Order Systems Equipment: Dell Optiplex Gs+ Pentium computer National Instruments BNC-2140 signal connector box, PCI-4451 dynamic signal acquisition board,

More information

Contents. CALIBRATION PROCEDURE NI PXIe-6555/6556. ni.com/manuals

Contents. CALIBRATION PROCEDURE NI PXIe-6555/6556. ni.com/manuals CALIBRATION PROCEDURE NI PXIe-6555/6556 Français Deutsch ni.com/manuals This document contains the verification and adjustment procedures for the NI PXIe-6555 (NI 6555) and NI PXIe-6556 (NI 6556) 200 MHz

More information

EMX-1434 APPLICATIONS FEATURES A SMART PXI EXPRESS 4-CHANNEL KSA/S ARBITRARY WAVEFORM GENERATOR

EMX-1434 APPLICATIONS FEATURES A SMART PXI EXPRESS 4-CHANNEL KSA/S ARBITRARY WAVEFORM GENERATOR 83-0061-000 15A D A T A S H E E T EMX-1434 SMART PXI EXPRESS 4-CHANNEL 204.8 KSA/S ARBITRARY WAVEFORM GENERATOR APPLICATIONS Modal / GVT (Ground Vehicle Testing) Acoustics Shock / Vibration Rotational

More information

National Instruments Switches

National Instruments Switches ni.com National Instruments Switches Raviteja Chivukula Webinar Overview A. Switch Basics A. Recap B. Advanced Switch Topics A. High Channel Switches B. Fault Insertion Units C. Resistor Modules D. RF

More information

ATS330. ATS MS/s 12-Bit PCI Digitizer

ATS330. ATS MS/s 12-Bit PCI Digitizer 2 channels sampled at 12-bit resolution 50 MS/s simultaneous real-time sampling rate on each input ±40 mv to ±20 V input range Up to 8 Million samples of on-board acquisition memory per channel AlazarDSO

More information

Bus-Powered M Series Multifunction DAQ for USB - 16-Bit, up to 400 ks/s, up to 32 Analog Inputs, Isolation

Bus-Powered M Series Multifunction DAQ for USB - 16-Bit, up to 400 ks/s, up to 32 Analog Inputs, Isolation Technical Sales United States (866) 531-6285 info@ni.com Print E-mail this Page Open Document as PDF Requirements and Compatibility Ordering Information Detailed Specifications Pinouts/Front Panel Connections

More information

NI 5421 Specifications NI PXI/PCI Bit 100 MS/s Arbitrary Waveform Generator

NI 5421 Specifications NI PXI/PCI Bit 100 MS/s Arbitrary Waveform Generator NI 5421 Specifications NI PXI/PCI-5421 16-Bit 100 MS/s Arbitrary Waveform Generator Unless otherwise noted, the following conditions were used for each specification: Contents Analog Filter enabled. Interpolation

More information