LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous Temperature and Strain Measurement

Good Afternoon! I was looking for advice on how construct a vi file to measure temperatures from two type k thermocouples and quarter bridge type two configured strain gauges on my NI9219. I have been able to build a vi to accurately measure and record my thermocouple data, but when I try to add the strain gauges to the block diagram the file no longer functions. Any ideas/suggestions would be greatly appreciated!

 

 

Download All
0 Kudos
Message 1 of 2
(1,140 Views)

Hi Danny,

 


@Danny_Nelson wrote:

I was looking for advice on how construct a vi file to measure temperatures from two type k thermocouples and quarter bridge type two configured strain gauges on my NI9219.


I suggest to stay away from DAQAssistent ExpressVI and use simple plain DAQmx functions instead!

 


@Danny_Nelson wrote:

I have been able to build a vi to accurately measure and record my thermocouple data, but when I try to add the strain gauges to the block diagram the file no longer functions.


The thermocouple VI uses a lot of ExpressVIs and relies heavily on DDT wires. Atleast you should improve it like this:

Why is there a "stop" button connected to the DAQAssistent? As there is no loop in your VI it will automatically stop after the FileWrite! (You don't use the RunContinuous button, don't you?)

 

Where and how did you try to "add" the strain measurement? You only attach another VI, which is not related to the thermocouple VI in any way.

What means "no longer functions"? Do you get wrong measurements? Do you get error messages? Does LabVIEW crash? Does Windows crash in a BSOD?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,068 Views)