Jump to content

Dai

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Dai's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The problem I'm having is that the substraction process takes place before the real signal is acquired. Is there any way to fix this? What I want is to acquire the noise, store it into the shift register (if it works), then wait until the real signal is acquired before the substraction process. Please help. thanks!
  2. Anders, Thank you very much for the reply! I haven't test your method yet because I'm currently on spring break. However, I have a question. Does the shift register store 500 data points (voltage & time) at once or does it retain only one value at a time? I attach the Teflon.txt file (pls rename it to .xls file) so that you can better understand what I'm trying to do. Download File:post-11146-1206560269.txt
  3. Please refer to the experimental setup picture to know what I'm about to ask. I have a vi that is designed to acquired the signal from the Tektronik 420A oscilloscope. When the transducer is in the air, it would generate some signal, let's call it the natural frequency (or noise). I wired into an array and save it to a file, called it ARRAY A. I only need to collect this data once before running the test. When the transducer touches the teflon [called it testing state], it would generate a different signal, and I save this to ARRAY B. I want to run this for 30 seconds, and save a waveform data for every 1 second. So here's the question: How do I automate LabVIEW such that when the "Natural Frequency" is selected in the testing state, labview would temporary save it to an array [ARRAY A].... and when "testing" is selected, labview would save it into an ARRAY B, then take ARRAY B substracts ARRAY A and save the output? I tried to do this (as shown in the .llb file attached), but when I switch the state from "Natrual Frequency" to "testing", the information doesn't get store in the array. Please help. Thank you very much. I'm doing this for my senior project. Experimental Setup: Labview llb file: Download File:post-11146-1206485356.llb
×
×
  • Create New...

Important Information

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