Jump to content

prowler97


Recommended Posts

Hi Ladies & Gents;

I need a little help. I have a strain gage .vi program but I need to change/add two things:

1) Filter. I need an adjustable filter to filter out low frequency noise.

2) How do I zero out my gages? One gage reads .0012 and the other reads .0004 when nothing is turned on. How di0 I reset/calibrate them to zero?

Program Attached below.

Labview 8.0

Thanks for any help you can provide. I am new to labview, but quickly learning.

Download File:post-6432-1160354015.vi

Link to comment
Hi Ladies & Gents;

I need a little help. I have a strain gage .vi program but I need to change/add two things:

1) Filter. I need an adjustable filter to filter out low frequency noise.

2) How do I zero out my gages? One gage reads .0012 and the other reads .0004 when nothing is turned on. How di0 I reset/calibrate them to zero?

Program Attached below.

Labview 8.0

Thanks for any help you can provide. I am new to labview, but quickly learning.

Download File:post-6432-1160354015.vi

1) Look into the function palette-->Signal processing-->Waveform conditionning

2) One of the simple ways would be to acquire the data once before looping and substracting the values in your loop.

Link to comment
1) Look into the function palette-->Signal processing-->Waveform conditionning

2) One of the simple ways would be to acquire the data once before looping and substracting the values in your loop.

Here's a hint. You don't have to loop through an arrray to do simple arithmetic - just use the arithmetic functions they will operate on arrays using a scalar input.

Mike

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.