Solution
There is no way to obtain the values of the raw voltages between the two coils in LabVIEW. Our driver will calculate and return position values when you use an LVDT DAQmx task.
In some cases, you may be able to gather the information needed by working backwards through the equation that provides displacement. Note, even when connected in a 5-wire or 6-wire configuration, the PXIe-4340 always uses the displacement equation for a 4-wire configuration because the center tap wires are not utilized by the PXIe-4340. The equation is as follows:
D = (V1 - V2)/(Vex * Sensitivity)
D is the displacement, V1 and V2 are measured at the LVDT, and Vex is the excitation voltage.