ASCE 7-22 VS30 Site Classification Requirements: DoReMi® MASW Turnkey Seismograph + SEISMOWIN Solution

Streamline ASCE 7-22 VS30 Site Classification Using DoReMi® MASW Seismographs with SEISMOWIN

The latest ASCE 7-22 standard requires Vs30 shear wave velocity measurements as a key parameter for site classification and seismic design. This shift makes reliable, efficient, and accurate seismic characterization of soils more critical than ever for geotechnical engineers, structural designers, and regulatory compliance.

The DoReMi® Seismograph is the perfect solution. Its digital telemetry system with embedded electronics offers unmatched efficiency, scalability, and modularity. Each channel operates as an independent seismograph, enabling networks from 1 to 255 channels for projects of any scale. Lightweight, durable, and powered by a rechargeable battery with smart standby mode, DoReMi® ensures seamless field deployment and uninterrupted operation. With over 15 years of proven reliability and hundreds of global clients, it is a trusted standard in seismic surveys and geotechnical site investigations.

Paired with SEISMOWIN, a complete seismic data management and analysis suite, the DoReMi® becomes a turnkey solution for Vs30 determination. SEISMOWIN’s MASW (Multichannel Analysis of Surface Waves) and ReMi (Refraction Microtremor) modules provide advanced tools to analyze both active-source surface waves and ambient noise, ensuring flexibility in diverse field conditions. MASW delivers detailed S-wave velocity profiles comparable to borehole logs—without being affected by velocity reversals—while ReMi excels in noisy environments where passive surveys are preferable.

Together, DoReMi® + SEISMOWIN empower engineers to quickly and confidently obtain Vs30 values required under ASCE 7-22, streamlining the entire workflow from data acquisition to final reporting. In-house design, production, and support guarantee fast service, expert training, and customization to meet project-specific needs.

Turnkey Package Includes:

  • DoReMi® Seismograph with 12 or 24+ channels and 4.5 Hz geophones
  • SEISMOWIN software with MASW & ReMi modules
  • Complete field-ready system with battery, cabling, and accessories
  • Training and technical support

With this integrated solution, compliance with ASCE 7-22 site classification requirements is no longer a challenge—it’s an opportunity to deliver faster, more reliable, and cost-effective results.

DoReMi Seismograph: The All-in-One Solution

Key Features of DoReMi Seismograph:

  • Modular Design: Scalable to support 1 to 255 channels, allowing flexible configurations for diverse projects.
  • Embedded Recording Electronics: Electronics are embedded in the cable, reducing electromagnetic interference.
  • Lightweight & Portable: Easily transported with a cable wheeler, ensuring smooth deployment in remote sites.
  • Integrated Battery System: Built-in rechargeable battery ensures continuous and independent operation.
  • Noise Reduction: Digitalization near the geophone minimizes noise and prevents data loss or crosstalk.
  • Flexible Sensor Integration: Supports 4.5 Hz geophones, downhole sensors (SS-BH-5C), and other seismic equipment.
  • Free Analysis Software: Compatible with any processing software, simplifying data management and interpretation.

Advanced Software for Seamless Operation

The DoReMi Seismograph is complemented by advanced software tools, designed to streamline on-site data quality checks and post-processing workflows.

Key Software Capabilities:

  • Pre-Shot Noise Monitoring: Ensures data integrity before acquisition.
  • Downhole & Surface Data Management: Simplifies different acquisition scenarios.
  • Signal Inversion & Overlapping: For SH shots and advanced processing.
  • Data Filtering & Spectral Analysis: Advanced tools for FK and FV analysis.
  • Roll-Along Acquisition: Simplifies large-area surveys.
  • HVSR Preview: Horizontal-to-Vertical Spectral Ratio preview for subsurface mapping.
  • Multi-Language Support: Available in English, Italian, and Chinese.

Applications of DoReMi Seismograph

  • Seismic Hazard Assessment: Earthquake resilience site characterization.
  • Geophysical Exploration: MASW, ReMi, Refraction, Reflection, and Downhole surveys.
  • Infrastructure Projects: Foundation analysis and underground mapping.
  • Resource Exploration: Aquifer detection, oil and gas reservoir profiling.
  • Urban Development: Roadbed evaluations and soil stiffness assessments.

Data Outputs from DoReMi Seismograph

  1. 1D Shear Wave Velocity Profile:
    • Vertical shear-wave velocity analysis for site characterization.
  2. 2D Shear Wave Velocity Profile:
    • Comprehensive subsurface mapping when multiple acquisitions are performed.

These outputs are essential for geotechnical engineers, seismologists, and urban planners in making informed decisions.

Why Choose DoReMi Seismograph for MASW and ReMi Surveys?

  • Dual Capability: Seamlessly supports both MASW and ReMi techniques.
  • High Precision: Noise-free, reliable data acquisition.
  • Scalable Design: Flexible configurations from 1 to 255 channels.
  • Advanced Software Integration: Simplified analysis and data management.
  • Portability: Lightweight design with modular architecture.
  • Expert Support: Dedicated training, support, and consultation from QuakeLogic.

Conclusion

The DoReMi Seismograph by QuakeLogic represents a state-of-the-art solution for MASW and ReMi seismic surveys, offering unmatched flexibility, precision, and reliability. Whether it’s mapping shallow shear-wave velocity using MASW or profiling deeper subsurface layers with ReMi, DoReMi delivers results you can trust.

Experience precision, reliability, and innovation with the DoReMi Seismograph—your trusted partner in seismic exploration.

📞 For more information or to request a demo, contact us at:
Phone: +1-916-899-0391
Email: sales@quakelogic.net
Website: https://products.quakelogic.net/product/doremi-seismographs/


TTL vs RS232 vs RS485: Choosing the Right Communication Standard for SHM

Infographic comparing TTL, RS232, RS485, and Modbus communication standards, showing distance limits, topologies, and typical applications in electronics and industrial automation.

In the world of electronics, industrial automation, and instrumentation, reliable communication between devices is essential. Several well-established standards define how devices exchange information. Among the most common are TTL, RS232, RS485, and the Modbus protocol. Let’s explore what they are, their limitations, and where they are typically used.


What is TTL?

Transistor-Transistor Logic (TTL) communication is a simple, low-voltage, point-to-point signaling method.

  • Voltage Levels: Logic “0” is typically 0V, and logic “1” is +5V (sometimes +3.3V in modern systems).
  • Use Case: TTL is often found inside microcontrollers, sensors, and development boards such as Arduino or Raspberry Pi.

Limitations of TTL:

  • Not noise-resistant.
  • Short distance only, typically a few centimeters to 1–2 meters.
  • Direct connection between boards; no error checking or addressing.

TTL is best suited for board-level communication where wires are short and interference is minimal.


What is RS232?

RS232 is one of the oldest and most widely used serial communication standards.

  • Voltage Levels: A logic “1” is represented by –3V to –15V, and logic “0” by +3V to +15V.
  • Topology: Point-to-point (one transmitter, one receiver).
  • Common Use: Serial ports on computers, modems, CNC machines, lab instruments.

Limitations of RS232:

  • Maximum cable length is about 15 meters (50 feet) at standard baud rates (up to ~115 kbps).
  • Only supports one-to-one communication.
  • Susceptible to noise and ground potential differences.

Despite its age, RS232 remains popular in legacy equipment and industrial systems.


What is RS485?

RS485 is a differential signaling standard designed for robust and long-distance communication.

  • Voltage Levels: Uses differential pairs (A and B lines) for noise immunity.
  • Topology: Supports multi-drop networks (up to 32 nodes on a single bus).
  • Common Use: Industrial automation, motor controllers, PLCs, and building management systems.

Limitations of RS485:

  • Maximum distance: up to 1200 meters (4000 feet) at 100 kbps.
  • Higher baud rates reduce allowable cable length.
  • Requires proper termination resistors to avoid signal reflections.

RS485 is well-suited for noisy environments and large facilities where multiple devices need to communicate reliably.


Cable Lengths at a Glance

StandardTypical DistanceBaud Rate RangeTopology
TTL< 2 mUp to MbpsPoint-to-point
RS232~15 m (50 ft)Up to ~115 kbpsPoint-to-point
RS485~1200 m (4000 ft)Up to 10 Mbps (shorter distances)Multi-drop bus

What is Modbus?

Modbus is a communication protocol developed in the late 1970s for industrial automation. Unlike TTL, RS232, and RS485 (which are physical layer standards), Modbus defines how data is structured and exchanged.

  • Modbus RTU: Runs over RS485 (most common) or RS232. Data is exchanged in a compact binary format.
  • Modbus TCP: Uses Ethernet for communication.
  • Applications: SCADA systems, PLCs, power meters, sensors, and industrial controllers.

Key Features:

  • Master-slave (RTU) or client-server (TCP) architecture.
  • Widely adopted and supported by thousands of industrial devices.
  • Simple, lightweight, and open protocol.

Final Thoughts

  • TTL is ideal for short, on-board communication.
  • RS232 works well for point-to-point connections over moderate distances.
  • RS485 excels in industrial environments requiring long cable runs and multiple devices.
  • Modbus provides the language on top of RS485 or TCP/IP for structured, reliable data exchange.

👉 At QuakeLogic, we provide the QL-MINI Series multi-sense sensors, which support TTL, RS232, and RS485 options depending on your intended application. Whether you need short-range board-level integration, reliable point-to-point connectivity, or robust multi-device networking, the QL-MINI line has you covered.

🔗 Explore more here:


Choosing the Right Seismometer: Why One Size Doesn’t Fit All

Seismology and geophysical monitoring cover an enormous frequency spectrum — from the fast, high-frequency vibrations of a blast or building resonance to the slow “hum” of Earth itself. No single seismic sensor can capture this entire range with equal fidelity. That’s why different instruments exist, each optimized for a specific corner frequency, bandwidth, and application.

In this article, we explore when to use sensors with response corners at 4.5 Hz, 1 s, 2 s, 10 s, 30 s, 60 s, 120 s, and ultra-long 360 s, highlighting their strengths, weaknesses, and specific use cases. We also explain why one sensor cannot be used universally across all monitoring needs.


Quick Comparison of Seismic Sensors

Sensor TypeFrequency Range (Approx.)ProsConsTypical Applications
4.5 Hz Geophone4.5 Hz – 100+ HzLow cost, rugged, portable, sensitive to high frequenciesPoor at long-period (>1 s), limited dynamic rangeEarthquake engineering, structural monitoring, induced seismicity, aftershocks, MASW/ReMi, site surveys
1 s Sensor1 Hz – 50 HzGood compromise between local & regional coverage, handles ambient noiseLimited for very long-period (>30 s)Regional seismicity, volcano monitoring, EEW, ambient noise tomography, extended ReMi
2 s Sensor0.5 Hz – 50 HzCaptures regional & surface waves up to ~50 s, cost-effectiveInsufficient for very long-period (>100 s)Regional networks, subduction monitoring, passive seismic surveys
10 s Broadband0.1 Hz – 50 HzVersatile, reliable for most teleseismic and regional studiesCannot resolve very long-period oscillations (>120 s)National seismic networks, crustal/mantle imaging, hazard assessment
30 s Broadband0.03 Hz – 50 HzExtends into long-period surface wavesMore noise-sensitive, higher costGlobal seismology, tomography, moment tensor inversions
60 s Broadband0.016 Hz – 50 HzExcellent for large earthquake teleseisms, free oscillationsOverkill for regional/local studies, needs quiet vaultsGlobal networks, nuclear test monitoring
120 s Broadband0.008 Hz – 50 HzFull-spectrum coverage, ideal for global networksExpensive, requires special installationGSN stations, large earthquake research, planetary seismology
360 s Ultra-Broadband0.003 Hz – 50 HzCaptures Earth’s hum, seismic tides, geodynamicsNiche, very noise-sensitive, costlyGeodynamic observatories, tidal studies, climate-related mass transport

4.5 Hz Sensors (Short-Period Geophones)

When to use:

  • Local earthquake detection (within tens of kilometers).
  • Engineering and structural health monitoring.
  • Microseismicity, quarry or mine blasts.
  • Geophysical testing (MASW, ReMi, refraction/reflection).

Pros:

  • Rugged, portable, and low cost.
  • High sensitivity to high-frequency ground motions (>5 Hz).
  • Excellent for near-field strong-motion recording.

Cons/Limitations:

  • Poor sensitivity below ~1 Hz, cannot capture long-period seismic waves.
  • Unsuitable for regional and global/teleseismic events.
  • Limited dynamic range compared to broadband instruments.

Typical Applications:

  • Earthquake engineering, dam or bridge monitoring, induced seismicity, aftershock arrays.
  • Geophysical surveys such as MASW (Multichannel Analysis of Surface Waves for shallow Vs profiles), ReMi (Refraction Microtremor passive site characterization), and seismic refraction/reflection studies.

1 s Sensors

When to use:

  • Regional seismicity (hundreds of kilometers).
  • Strong-motion networks where both local and regional signals matter.
  • Volcano and microseismic monitoring.
  • Urban geophysical studies using ambient noise.

Pros:

  • Balanced response between short-period and moderate-period signals.
  • Captures both body waves and surface waves up to ~20–30 s.
  • Suitable for passive array surveys (extended ReMi, microtremor analysis).

Cons/Limitations:

  • Insufficient for very long-period (>30 s) surface waves.
  • Less sensitive to teleseisms than true broadband sensors.

Typical Applications:

  • Regional earthquake catalogs, EEW systems, volcano observatories.
  • Ambient noise tomography, urban microzonation, extended ReMi studies for deeper shear-wave velocity profiling.

2 s Sensors

When to use:

  • Regional to teleseismic earthquakes.
  • Arrays where both body and surface waves are important.
  • Cost-sensitive networks needing extended bandwidth.

Pros:

  • Wider bandwidth than 1 s, capable of recording surface waves up to ~50 s.
  • Good compromise between cost and performance.

Cons/Limitations:

  • Not sufficient for very long-period (>100 s) phenomena.
  • Still more noise-sensitive than longer-period broadband sensors.

Typical Applications:

  • Regional seismic monitoring, tectonic studies, subduction zone networks.
  • Passive seismic surveys requiring both regional and long-period information.

10 s Sensors

When to use:

  • General-purpose broadband seismic networks.
  • Regional and teleseismic earthquake detection.

Pros:

  • Industry standard broadband response.
  • Sensitive to both surface and body waves.
  • Reliable and versatile for many applications.

Cons/Limitations:

  • Cannot resolve very long-period (>120 s) free oscillations.

Typical Applications:

  • National networks, crustal imaging, mantle tomography.
  • Earthquake source characterization and hazard assessment.

30 s Sensors

When to use:

  • Long-period surface wave studies.
  • Subduction and mantle structure investigations.
  • Broadband observatories.

Pros:

  • Extends useful response to long-period surface waves.
  • Stable in low-noise environments.

Cons/Limitations:

  • Higher cost and more complex installation.
  • Susceptible to cultural and wind noise.

Typical Applications:

  • Tomography, global seismology, moment tensor inversion.

60 s Sensors

When to use:

  • Large earthquake teleseisms.
  • Long-period mantle and core phase recordings.

Pros:

  • Excellent for large-magnitude earthquakes.
  • Sensitive to Earth’s free oscillations.

Cons/Limitations:

  • Over-engineered for local or regional seismic monitoring.
  • Requires very quiet installation sites.

Typical Applications:

  • Global seismic networks, nuclear test monitoring, Earth structure studies.

120 s Sensors

When to use:

  • Global seismology, full spectrum earthquake monitoring.
  • Earth’s free oscillations and tidal studies.

Pros:

  • Covers almost the entire seismological band (0.008–50 Hz).
  • Critical for large, distant earthquakes.

Cons/Limitations:

  • Expensive, complex, vault installation needed.
  • Not practical for engineering-scale or high-frequency studies.

Typical Applications:

  • GSN (Global Seismographic Network), Earth structure research, planetary seismology.

360 s Sensors (Ultra-Long-Period Broadband)

When to use:

  • Recording Earth’s “hum” and seismic tides.
  • Geodynamic monitoring of slow, long-period processes.

Pros:

  • Extends response into tidal and ultra-long-period bands.
  • Captures signals invisible to conventional broadband sensors.

Cons/Limitations:

  • Highly sensitive to environmental noise.
  • Costly and niche, requiring ultra-quiet observatory conditions.

Typical Applications:

  • Geodynamics, glacial isostatic adjustment, climate-related mass transport studies.

Why One Sensor Can’t Do It All

  1. Frequency Trade-Offs: A sensor tuned for high-frequency microseismic signals cannot also detect Earth tides and free oscillations.
  2. Dynamic Range: Instruments designed for small ambient noise may clip during strong shaking.
  3. Installation & Cost: Ultra-broadband sensors need expensive vaults and isolation, while geophones are portable and inexpensive.
  4. Application-Specific Needs: Engineering, geophysics, regional monitoring, and global seismology each demand different spectral coverage.

Conclusion

The “best” seismic sensor depends on what you want to measure.

  • 4.5 Hz geophones dominate in engineering seismology, structural monitoring, MASW, ReMi, and site investigations.
  • 1–2 s sensors bridge the gap for regional seismicity and passive geophysical surveys.
  • 10–120 s broadband sensors are the backbone of national and global seismic networks.
  • 360 s ultra-broadband sensors are specialized tools for studying Earth’s slowest processes.

Seismology is broadband by nature, but practice demands choosing the right tool for the job.

At QuakeLogic, our experts can help you for selecting the right seismometer for your application.

To explore our range of seismometers, visit us at https://products.quakelogic.net/seismometers/