Control_lab2

docx

School

Kennesaw State University *

*We aren’t endorsed by this school

Course

4610

Subject

Mechanical Engineering

Date

Feb 20, 2024

Type

docx

Pages

5

Uploaded by GeneralCrown14336

Report
Nnaemeka Nwosisi Control Lab 2 (Calibration and Measurement of Vibration using Accelerometer) 1.) Uni-Axle Accelerometer PCB Model 352C34 Serial number LW304012 Sensitivity (mV/g) 98 Tri-Axle Accelerometer x y Z PCB Model 7356A02 - - Serial number 113744 - - Sensitivity (mV/g) 10.12 10.20 10.03 NI-DAQ Model no.: USB-4431 Serial no.: 3B52A5D PCB Hand Held Shaker Model no.: 394C06 Serial no.: SNLW17649 Sample count: 100 Sample frequency: 2000 Hz
2.) MATLAB Code %% Clear all variable, clear command window clear; clc; load( 'Lab2_grp4_exp3.mat' ); % load data %% plot clf(figure(1)); % clear figure 1 plot(t, data); % plot 1st column data hold on ; % hold plot data=9.81*data rms(data) legend( 'z' ) % add legend for multiple plots xlabel( 'time (sec)' ) % set label for x-axis ylabel( 'Volts' ) % set label for y-axis title( 'Uni-axel Acc Sensor' ) % set the title grid on ; % turn on the grid on graph box off ; % turn off the box on figure 0 0.01 0.02 0.03 0.04 0.05 time (sec) -1.5 -1 -0.5 0 0.5 1 1.5 Acceleration (m/s 2 ) Uni-axel Acc Sensor z
RMS ans = 9.9335 0 0.005 0.01 0.015 0.02 0.025 time (sec) -1.5 -1 -0.5 0 0.5 1 1.5 Acceleration (m/s 2 ) Tri-axel Acc Sensor z y x RMS ans = 9.8107 0.2338 0.2279
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
3.) 0 0.005 0.01 0.015 0.02 0.025 time (sec) -1.5 -1 -0.5 0 0.5 1 1.5 Acceleration (m/s 2 ) Uni-axel Acc Sensor z RMS ans = 9.9587
4.) 0 0.005 0.01 0.015 0.02 0.025 time (sec) -0.15 -0.1 -0.05 0 0.05 0.1 0.15 Volts Uni-axel Acc Sensor z RMS ans = 0.9764 Conclusion Experiment 3 yielded a higher vibration than experiment 1 because it had a higher frequency input. Experiment 4 had the slowest vibration. In experiment 3, it is noticed that there is little to no frequency in the x or y axis.