Seismometer Plot

March 21, 2018

Idea

The Infiltec QM-4.5V-20Hz is a seismometer that can be connected to a computer via serial port. It outputs readings in ASCII format at a rate of 20 Hz, and the C# software presented here is designed to record, analyze, and plot data from this seismometer. The software is presented here as a general example and a means to copy existing code segments - the components can be easily applied to other sensors and scenarios.

Description

The MainWindow file initializes and prepares the serial port and the other classes which process the data. These include:

Download

The code files, which are combined in a C# Visual Studio Express 2010 project, can be downloaded here.