Start » Filter Reference » Hardware Support » National Instruments » DAQmx_CreateAnalogChannel
Module: | ThirdParty |
---|
Creates a task and channel to measure or generate analog values.
Name | Type | Description | |
---|---|---|---|
inDeviceID | String* | Device alias, product name or serial number | |
inChannel | String* | Name of the physical channel used to create a virtual channel | |
inCVType | ElectricalMode | Electrical mode | |
inIOType | DirectionMode | Direction of channel | |
inTerminalConfig | DAQmxTerminalConfig | Input terminal configuration | |
inMinValue | Real | Minimum value, that is expected to measure or generate | |
inMaxValue | Real | Maximum value, that is expected to measure or generate | |
inShuntResistorLocation | DAQmxShuntResistorLoc | Location of the shunt resistor | |
inExtShuntResistorValue | Real* | Value of the shunt resistor | |
outTaskID | DAQmxTaskID | ID of a created task |
Remarks
Device driver software
This filter is intended to cooperate with digital I/O cards using its vendor driver software. To be able to connect to a card it is required to install NI-DAQmx driver software. Currently Aurora Vision Studio requires NI-DAQmx version 23.3.
NI-DAQmx driver software can be downloaded from the following website: https://www.ni.com/pl-pl/support/downloads/drivers/download.ni-daq-mx.html#480879.
Device identification
When there is only one device connected to computer, inDeviceID field can be set to Auto. In this situation first available device will be found and connected.
inDeviceID can be used to pick one of multiple devices connected to computer. Set this field to Device alias (for example "Dev1"), product name or serial number. This parameters should be available in Measurement & Automation Explorer.
User manual
For more informations about using this filters please follow the link: Working with National Instruments devices.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
See Also
- DAQmx_CreateDigitalPort – Creates a task and channel to measure or generate digital values.
- DAQmx_CreatePulseChannelFreq – Creates a task and channel to generate pulse.
- DAQmx_CreateCountEdgesChannel – Creates a task and channel to count number of edges.