DAQmx Create Channel (AI-Strain-Rosette Strain Gage) VI
- Updated2025-07-28
- 8 minute(s) read
Creates channels to measure two-dimensional strain using a rosette strain gage.

Inputs/Outputs
minimum value
—
minimum value specifies the minimum strain you expect to measure. This value applies to each strain gage in the rosette.
maximum value
—
maximum value specifies the maximum strain you expect to measure. This value applies to each strain gage in the rosette.
task in
—
task in specifies the task to which to add the virtual channels this VI creates. If you do not specify a task, NI-DAQmx creates a task for you and adds the virtual channels this VI creates to that task.
physical channels
—
physical channels specifies the names of the physical channels to use to create the strain gage virtual channels necessary to calculate the rosette measurements channels. For each rosette sensor, the VI creates one strain virtual channel for each strain gage in the rosette, and one rosette virtual channel for each measurement specified in the rosette measurements array. For the Tee Rosette type, at least 2 physical channels are required. For the Rectangular Rosette and Delta Rosette types, at least 3 physical channels are required. You are also able to specify a multiple of the required number of physical channels to create the virtual channels necessary for multiple rosette sensors. The order of these channels is critical for proper rosette measurements and should be in the order of the gages in the rosette. The gages in the rosette are typically labeled as A, B, and C or 1, 2, and 3 which is the order required by DAQmx. The DAQmx physical channel constant lists all physical channels on devices and modules installed in the system. You also can wire a string that contains a list or range of physical channels to this input. If you have an array of physical channels, use the DAQmx Flatten Channel String VI to convert the array to a list.
name to assign
—
name to assign specifies a name to assign to the virtual channel this VI creates. If you do not wire a value to this input, NI-DAQmx creates a default channel name. The format of this name is rosette#_TYPE, where # is an index number incremented to the first unique value, and TYPE is the channel type.
If you use this input to provide your own names for the virtual channels, you must use the names when you refer to these channels in other NI-DAQmx VIs and Property Nodes, such as the source input of the DAQmx Trigger VI. If you create multiple virtual channels with one DAQmx Create Virtual Channel VI, you can specify a comma-separated list of names to assign to the virtual channels. If you provide fewer names than the number of virtual channels you create, NI-DAQmx automatically assigns names to the virtual channels.
rosette configuration
—
rosette configuration specifies information about the rosette configuration and measurements.
error in
—
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. If an error occurs while this VI or function runs, the VI or function runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
bridge information
—
bridge information specifies information about the bridge configuration and measurement.
strain gage information
—
strain gage information contains information about the strain gage and measurement.
task out
—
task out is a reference to the task after this VI runs. The task contains any newly created virtual channels. If you did not wire a value to task in, NI-DAQmx automatically creates the task this output refers to.
error out
—
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, error out describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error. |
minimum value
—
task in
—
physical channels
—
name to assign
—
rosette configuration
—
rosette type
—
rosette measurements
—
error in
—
bridge information
—
task out
—
error out
—