LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple strain gauges

Solved!
Go to solution

Hi,

 

I am trying to run a simple application, where multiple strain gauges are to be read, nothing fency. I am using a Gauge indicator to dispaly the strain reading so far so good. The problem arise when I am connecting the multiple gauges, I am not sure how to assign the individual Indicators to different strain gauge, so all my gauge indicators end up showing the same value. What I want is that different gauge indicator display the reading from different strain gauges.

 

Hardware: Labview 8.5.1, SC-2345 connector block, SCC-SG01 Strain module, PCI-6251 DAQ Card.

 

Thanks,

Sine

0 Kudos
Message 1 of 17
(5,319 Views)

Can you post your vi?

 

Labview 8.5
Meas Studio 2008
0 Kudos
Message 2 of 17
(5,312 Views)
Are you using Express VI's?  If so, you will need to split the signals before sending to each indicator.
0 Kudos
Message 3 of 17
(5,305 Views)

How can I split the signal? I am new to the labview. I am attaching the pictures of back and front panel.

 

Thanks,

Sine

Download All
0 Kudos
Message 4 of 17
(5,283 Views)
Solution
Accepted by topic author labview.edu

On the block diagram, go to Express  --->  Signal Manipulation.

 

You will see functions for merge and split signals.  These are exandable.  You can grab the bottom and drag them down so you can create more inputs (for merge) or outputs (for split) as needed.

 

Eventually you'll want to get a way from using the Express VI's, but they are good for getting a beginner started quickly.

 

To learn more about LabVIEW, I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

Message 5 of 17
(5,276 Views)

Thanks to your split signal tip the gui is working! I made this GUI to null the strain gauges (manually, by turning the resistance of the strain gauge module). I am new to Labview, is there anyway I can null the strain gauge without having to adjust the delicate screw on the module?

 

Thanks for your help,

Sine

0 Kudos
Message 6 of 17
(5,248 Views)

I don't know of any other way to null the strain gages for these modules.

 

One thing you could do is to take an initial reading in your program with the gages unloaded, and subtract that from all subsequent readings.

0 Kudos
Message 7 of 17
(5,234 Views)

I may be a bungling idiot bt i dont seem to get a good signal from my scc-sg01, whatever i try the signal remains- -0.001700.

 

I've followed the manuals of both the scc-sg01, the SC2345 and my DAQ card PCI 6221 over and over again.

 

Can somebody help?

0 Kudos
Message 8 of 17
(4,692 Views)

Hi Jice,

 

I took a look at your DAQ Assistant Setup.  It appears that your signal could be railing at -0.0017 because you have set a signal input range of -1m to +1m, or -0.001 and +0.001; you will actually be able to get a signal slightly above and below this range though.  Try setting a range of -0.07 to +0.07 or -70m to +70m.  This might allow you to see the actual value instead of the software imposed railing value of -0.0017.  Does this help?

 

Best,

Adam
Academic Product Manager
National Intruments
0 Kudos
Message 9 of 17
(4,631 Views)

Thanks Adam,

 

It works for channel 2 however channel 1 display a value of -0,0787, i've tried the shutn calibration and the trick of changing the limits. however when I use a value above +-70m, I get an error. Is the scc-sg01's channel 1 fried or am I still doing something wrong.

 

With kind regards Jordy

 

 

0 Kudos
Message 10 of 17
(4,613 Views)