LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Create Channel "AI Force Bridge (Table)" does not work

I'm trying to implement a force measurement with Wheatstone bridges. Unfortunately the DAQmx Create Channel "AI Force Bridge (Table)" does not work. If I change to the "two-point linear" method the measurement is working. Are there any known issues? Also in the example vi (can be found here: https://decibel.ni.com/content/docs/DOC-12259) it does not work.

 

 

 

0 Kudos
Message 1 of 4
(2,672 Views)

Hi manuelwaser,

 

What symptoms are you seeing?

 

Brad

---
Brad Keryan
NI R&D
0 Kudos
Message 2 of 4
(2,660 Views)

all measured values are zero

0 Kudos
Message 3 of 4
(2,654 Views)

What do your table data and input signal (when using two point linear) look like? Table scales do not extrapolate beyond the table endpoints. Here's how the documentation for DAQmx Create Channel explains it:

 

When you use this scaling type, NI-DAQmx performs linear scaling between each pair of electrical and physical values. The input limits specified with minimum value and maximum value must fall within the smallest and largest physical values. For any data outside those endpoints, NI-DAQmx coerces that data to the endpoints.

 

If your table is something like:

 

Electrical | Physical

-----------+---------

0 mV       | 0 lb

2 mV       | 50 lb

 

and the input signal is negative, the table scale will return 0 lb.

 

Brad

---
Brad Keryan
NI R&D
0 Kudos
Message 4 of 4
(2,641 Views)