电子发烧友App

硬声App

0
  • 聊天消息
  • 系统消息
  • 评论与回复
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
创作中心

完善资料让更多小伙伴认识你,还能领取20积分哦,立即完善>

3天内不再提示
电子发烧友网>电子资料下载>类型>参考设计>无线振动监测平台

无线振动监测平台

2021-03-22 | pdf | 937.67KB | 次下载 | 免费

资料介绍

This version (15 Feb 2021 16:44) was approved by Richard Anslow.The Previously approved version (15 Feb 2021 16:14) is available.Diff

Wireless Vibration Monitoring Platform

Overview

This document will give a high level explanation of the function and setup of Analog Devices’ Condition Based Monitoring (CBM) evaluation software and hardware. This includes a brief introduction to the software and how it is used with the CBM hardware. It also includes a step-by-step guide on the functionality of the CBM Graphical User Interface (GUI).

The function of the system is to provide an evaluation tool for a wireless signal chain for MEMS-accelerometer based vibration monitoring. The hardware can be directly attached to a motor or fixture via a stud.

Figure 1. SmartMesh System Overview

The CBM hardware signal chain consists of a tri-axis ADXL356 accelerometer mounted to the base of the module. The output of the ADXL356 is read into the AD7685 ADC, and then processed by the ADuCM4050 low power microcontroller. Here it is buffered, transformed to the frequency domain and streamed to the SmartMesh IP mote. From the SmartMesh chip it is wirelessly streamed to the SmartMesh IP Manager. The manager connects to a PC and visualization and saving of the data can take place.

Figure 2. CBM Mote Breakdown


Features

Smartmesh

  • 2.4 GHz multi-hop wireless mesh networking solution.
  • Automatic creation and maintenance of network, with 101 mote limit.
  • Scalability for networks to work in different configurations.
  • High data capacity with up to 7.2 kbps of payload data per node.

Mote

  • Low-power motes (wireless nodes) with >10 year battery life, suitable for tough RF environments.
  • Small form factor packages.
  • 3-axis accelleration data.

GUI

  • Supports real-time plotting of incoming data, tested for up to 3 motes
  • Options to update mote parameters on-the-fly.
  • Save incoming data to database.
  • Customise data plotting.
  • Available as both an executable or python file.

Getting Started

Equipment

  • EV-CBM-VOYAGER3-1Z Hardware Module (referred to as “Mote”)
  • JTAG Cable (only needed for firmware upgrade)
  • Programming Board (Only needed for firmware upgrade)
  • Clamp

Figure 3. Mote, Manager, Programming Board and Clamp

Software Required

The software for this project is available as an executable, or as a python file. The executable only works on windows, but requires no installation of dependencies by the user, these are all packaged into the executable. If running the python file, a number of dependencies must first be installed. Please consult the CBM_setup guide for more detailed instructions on running the python program.

Executable (Windows Only)
  • CBM_app.exe
Python
  • Python 2.7.15
  • Pip for Python (latest version)
  • Matplotlib (v2.2.3)
  • PySerial (v3.5)
  • Scipy (v1.2.2)
  • Pandas (v0.23.3)
  • openpyxl (v2.6.4)
  • CBM_app.py (provided in software package)

Quickstart

  • Plug the manager into any available USB port on your PC
  • Place the 2xAA batteries in the mote.
  • Download the available software below in the software installation section.
  • Save the CBM_app executable anywhere on your PC and launch the program.
  • A window should pop up, prompting you for the COM port of your manager. Search for the manager port number in your computers device manager, under PORTS(COM & LPT). The correct COM port is the last of four consecutive COM ports
  • Click connect.
  • When the Mote's green LED starts blinking, data is plotted, with the default being time and fft plots.
  • While the mote is stationary, double click the remove adc offset checkbox.
  • Interact with the mote by shaking it, and observe the changes to the data plotted.

Figure 4. Initial Connection to Single Stationary Mote


Documentation

A setup guide has been created for the Wireless CBM tool which is available on this wiki. This may be used if the quickstart provided here does not result in successful operation of the program, or for more information about this program and its setup.


Typical Measurements

If you have the program running, with a mote connected, simply shake the mote in any direction. This should update the plots with some meaningful vibration data.

This demo can be improved by using the mote in conjunction with a small motorized device (e.g. electric fan). Simply place the mote as close to the vibration source as possible and observe the results in the GUI.

Figure 5. Typical GUI Output

Figure 6. Fourier Transform graph explained


Mounting Information

The Voyager enclosure includes a ¼-28 threaded hole. To mount the mote, either a mounting stud or a magnetic mount can be used. Magnetic mounts are typically used in situations where the monitored equipment does not include a threaded hole. Several different scenarios for mounting are discussed below, with suggested parts for each scenario.

Mounting Studs

  1. If the monitored equipment includes a ¼-28 threaded hole, then a ¼-28 to ¼-28 attach stud can be used. Example Parts:
  2. If the monitored equipment includes an M6 threaded hole, then a ¼-28 to M6 attach stud can be used. Example Parts:
  3. If the monitored equipment includes an M8 threaded hole, then a 1/4 -28 to M8 attach stud can be used. Example Parts:

Magnetic Mounts

  1. IFM and PCB Piezotronics provide magnetic mounts with M8 or ¼-28 vibration sensor attach. Example Parts:
  2. PCB Piezotronics ¼-28. Example Parts:

LTspice Simulation

Figure 7 can be used to simulate the frequency response of a MEMS circuit. Figure 7 has two elements - firstly the response of the MEMS mechanical structure estimated using the LAPLACE equation, and secondly the signal chain op-amp filtering. Figure 8 presents the x-axis frequency response of the ADXL356, in good agreement with the ADXL356 data sheet Figure 8. This model assumes a nominal resonant frequency of 5500 Hz, a Q of 17, and the use of a single-pole, low-pass filter that has a cutoff frequency of 1500 Hz. This model does not include consideration of the manner in which the accelerometer is coupled to the platform that it is monitoring.

The simulation model shows good agreement with the data sheet typical performance, with resonant frequency of 5.5kHz. For AC analysis its best to use a LAPLACE circuit in LTspice, but for transient analysis discrete components or a simple voltage waveform input should be used for best simulation performance. This is a good rule of thumb when extending the analysis to the rest of the signal chain beyond the MEMS and op-amp. For example, Figure 9 shows an added ADC on the op-amp output.

Figure 7. LTspice Simulation circuit for ADXL356 MEMS Frequency Response

Figure 8. LTspice Frequency Response Simulation Output for ADXL356 (X-Axis)

Figure 8. Extending the analysis to the ADC)

LTSpice models are available here: click here to download


Further Reading

If you are a developer interested in contributing to this project, or looking at the SmartMesh library in greater detail, more information is available at the SmartMeshSDK space on Dustcloud . This gives links to a number of example programs which show the full capability of the SmartMesh library, and links to the source code for the whole project available on GitHub at SmartMesh GitHub.

下载该资料的人也在下载 下载该资料的人还在阅读
更多 >

评论

查看更多

下载排行

本周

  1. 1电子电路原理第七版PDF电子教材免费下载
  2. 0.00 MB  |  1491次下载  |  免费
  3. 2单片机典型实例介绍
  4. 18.19 MB  |  95次下载  |  1 积分
  5. 3S7-200PLC编程实例详细资料
  6. 1.17 MB  |  27次下载  |  1 积分
  7. 4笔记本电脑主板的元件识别和讲解说明
  8. 4.28 MB  |  18次下载  |  4 积分
  9. 5开关电源原理及各功能电路详解
  10. 0.38 MB  |  11次下载  |  免费
  11. 6100W短波放大电路图
  12. 0.05 MB  |  4次下载  |  3 积分
  13. 7基于单片机和 SG3525的程控开关电源设计
  14. 0.23 MB  |  4次下载  |  免费
  15. 8基于AT89C2051/4051单片机编程器的实验
  16. 0.11 MB  |  4次下载  |  免费

本月

  1. 1OrCAD10.5下载OrCAD10.5中文版软件
  2. 0.00 MB  |  234313次下载  |  免费
  3. 2PADS 9.0 2009最新版 -下载
  4. 0.00 MB  |  66304次下载  |  免费
  5. 3protel99下载protel99软件下载(中文版)
  6. 0.00 MB  |  51209次下载  |  免费
  7. 4LabView 8.0 专业版下载 (3CD完整版)
  8. 0.00 MB  |  51043次下载  |  免费
  9. 5555集成电路应用800例(新编版)
  10. 0.00 MB  |  33562次下载  |  免费
  11. 6接口电路图大全
  12. 未知  |  30320次下载  |  免费
  13. 7Multisim 10下载Multisim 10 中文版
  14. 0.00 MB  |  28588次下载  |  免费
  15. 8开关电源设计实例指南
  16. 未知  |  21539次下载  |  免费

总榜

  1. 1matlab软件下载入口
  2. 未知  |  935053次下载  |  免费
  3. 2protel99se软件下载(可英文版转中文版)
  4. 78.1 MB  |  537793次下载  |  免费
  5. 3MATLAB 7.1 下载 (含软件介绍)
  6. 未知  |  420026次下载  |  免费
  7. 4OrCAD10.5下载OrCAD10.5中文版软件
  8. 0.00 MB  |  234313次下载  |  免费
  9. 5Altium DXP2002下载入口
  10. 未知  |  233046次下载  |  免费
  11. 6电路仿真软件multisim 10.0免费下载
  12. 340992  |  191183次下载  |  免费
  13. 7十天学会AVR单片机与C语言视频教程 下载
  14. 158M  |  183277次下载  |  免费
  15. 8proe5.0野火版下载(中文版免费下载)
  16. 未知  |  138039次下载  |  免费