AIChannelCollection.CreateForceBridgeTableChannel Method
- Updated2023-02-21
- 2 minute(s) read
AIChannelCollectionCreateForceBridgeTableChannel Method
Overload List
Name | Description | |
---|---|---|
![]() | CreateForceBridgeTableChannel(String, String, Double, Double, AIForceUnits, AIBridgeConfiguration, AIExcitationSource, Double, Double, Double, AIBridgeElectricalUnits, Double, AIBridgePhysicalUnits) |
Creates an
AIChannel
that uses a Wheatstone bridge to measure force or load.
Use this instance with sensors whose specifications provide a table of electrical values and the corresponding physical values. When you use this scaling type, NI-DAQmx performs linear scaling between each pair of electrical and physical values. The input limits specified with the minimum value and maximum value parameters must fall within the smallest and largest physical values. For any data outside those endpoints, NI-DAQmx coerces that data to the endpoints.
This method adds one or more physical channels to the
AIChannelCollection.
|
![]() | CreateForceBridgeTableChannel(String, String, Double, Double, String, AIBridgeConfiguration, AIExcitationSource, Double, Double, Double, AIBridgeElectricalUnits, Double, AIBridgePhysicalUnits) |
Creates an
AIChannel
that uses a Wheatstone bridge to measure force or load, with the specified custom scale.
Use this instance with sensors whose specifications provide a table of electrical values and the corresponding physical values. When you use this scaling type, NI-DAQmx performs linear scaling between each pair of electrical and physical values. The input limits specified with the minimum value and maximum value parameters must fall within the smallest and largest physical values. For any data outside those endpoints, NI-DAQmx coerces that data to the endpoints.
This method adds one or more physical channels to the
AIChannelCollection.
|