element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Test & Tools
  • Technologies
  • More
Test & Tools
Blog Sound and Vibration Measurement: First Demo of the test jig
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 26 Apr 2022 7:07 PM Date Created
  • Views 3610 views
  • Likes 8 likes
  • Comments 14 comments
  • RoadTest
  • raspberry
  • mcc172
  • labview
Related
Recommended

Sound and Vibration Measurement: First Demo of the test jig

Jan Cumps
Jan Cumps
26 Apr 2022
Sound and Vibration Measurement: First Demo of the test jig

For the Sound and Vibration Measurement Hat for Raspberry Pi road test, I'm reviewing Measurement Computing's IEPE Measurement DAQ HAT for Raspberry Pi.
Time to demonstrate the first setup of the Automated Vibration Test Jig.
In this video, the flow lets the vibration table shake from 20 to 40 Hz, with 2 Hz increment.
At each step, the MCC172 takes 32.768 samples, then calculates the RMS value of that result.
This gets written to a data file.

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

The video is real time. You will not hear the lowest frequency because my microphone (and your speaker) don't capture that. You can see the sample speed of the DAQ by looking at the LED blink time.
Excel output attached:

daqhatmcc172_0.xlsx

Link to all posts.

  • Sign in to reply
Parents
  • michaelkellett
    michaelkellett over 3 years ago

    Hello Jan,

    You are hitting a problem I recall well from 48 years ago when I first tried to measure microphone frequency responses using a Bruel & Kjoer setup. There was a little speaker in a small enclosure with a reference microphone (known as an 'Artificial Mouth'). The sweep oscillator was mechanically controlled by the pen plotter (which used rolls of paper and real ink pens). The sweep oscillator had a compressor loop which took input from the reference microphone via a built in mic amp and a broadband rms responding rectifier ciruit. . The compressor loop would increase/decrease the drive to the speaker to keep the sound level constant. At low frequencies it would increase the drive level to the speaker until either the speaker or amplifier overloaded enough to make sufficient high freqency content to reach the correct soundlevel. if you set the system up to demand output that the speaker could not manage all frequency responses plotted looked suspiciously good !

    Eventually I built a fully analogue system with tracking filters to plot microphone and accelerometer responses.

    In your video I can hear lots of sound at an indicated 22Hz test frequency but it isn't 22Hz but much higher harmonics. The speaker or amplifier are overloading.

    It would be very instructive to look at the Fourier transform (or even scope like amplitude/time response)  of the captured data (I think Labview can do this.)

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to michaelkellett

    Michael, yes. I'm going to run into all possible beginners problems with my test jig. 
    It was never my intention to build a good jig. I wanted to have a handle to hang my DAQ automation story on.

    In the setup in this video, a fibre cap is sitting loose on the speaker. The piezo sensor is sitting loose on top of that one, hanging from a desk lamp by the cable Slight smile.
    Nothing is bolted down, glued, attached. So many options for rattling, and this setup seems to deploy all those options to the max.

    I will be happy if I can use the DAQ to show how imperfect this jig is. Get data points and correlate them to the reality of the device at hand.
    my goals are:

    • The custom instrument software on the Pi should be industry strength
    • Same for the LabVIEW driver
    • LabVIEW examples should prove that the DAQ is up to the job in a real automated process.
      They should show that the DAQ is fully controlable, and that the data can be processed (waveform viewed, stored to file, analytics like FFT, RMS, AVG)

    for the jig, I will settle for:

    • it can shake, with programmable frequency and amplitude.
    • the sensor can be mounted to it.
    • it can carry a small design (pcb, element14 puppet) that can be analysed

    I'm as good as finished with the first part. The design I have allows for a streamlined process to set up the device and stream acquired data to the test computer.
    I've been using 4 strategies at the moment to consume the data: waveform, spreadsheet, averaging, RMS. 
    It's not difficult for the test writer to consume the data: the process exposes a loop where each iteration gets fed by a single sample. Designer can chose to eat those samples one-by-one (what I did for the waveform and spreadsheet) or collect them for analytics (what I do for RMS: that collects 30000 samples then calculates - and AVG: that collects 64 samples and averages over theat set)

    That said, I will try to make a good test jig. I'm visiting balearicdynamics in the Drongen maker space this Saturday. We're going to try and make a stable platform.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to Jan Cumps

    michaelkellett, I now have a better built device.

    Here's the FFT when sending a 100 Hz sinus to the jig:
    image

    30 Hz signal when there's no obvious vibration:image

    With signal, same settings, with something loose so that it can ramble:
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelkellett
    michaelkellett over 3 years ago in reply to Jan Cumps

    That's showing the distortion at very roughly 3% (on the good curve).

    Not bad for an open loop system  - do you know the mechanical resonant frequency of the set up ?

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to michaelkellett

    going by using my hands to feel the resonance, I'd say the cabinet resonates around 50 Hz, 100 for the plate we mounted on top of it with the sensor attached to it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to michaelkellett

    going by using my hands to feel the resonance, I'd say the cabinet resonates around 50 Hz, 100 for the plate we mounted on top of it with the sensor attached to it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube