Daqarta
Data AcQuisition And Real-Time Analysis
Scope - Spectrum - Spectrogram - Signal Generator
Software for Windows
Science with your Sound Card!
The following is from the Daqarta Help system:

Features:

Oscilloscope

Spectrum Analyzer

8-Channel
Signal Generator

(Absolutely FREE!)

Spectrogram

Pitch Tracker

Pitch-to-MIDI

DaqMusiq Generator
(Free Music... Forever!)

Engine Simulator

LCR Meter

Remote Operation

DC Measurements

True RMS Voltmeter

Sound Level Meter

Frequency Counter
    Period
    Event
    Spectral Event

    Temperature
    Pressure
    MHz Frequencies

Data Logger

Waveform Averager

Histogram

Post-Stimulus Time
Histogram (PSTH)

THD Meter

IMD Meter

Precision Phase Meter

Pulse Meter

Macro System

Multi-Trace Arrays

Trigger Controls

Auto-Calibration

Spectral Peak Track

Spectrum Limit Testing

Direct-to-Disk Recording

Accessibility

Applications:

Frequency response

Distortion measurement

Speech and music

Microphone calibration

Loudspeaker test

Auditory phenomena

Musical instrument tuning

Animal sound

Evoked potentials

Rotating machinery

Automotive

Product test

Contact us about
your application!

UTC Time Macro

Time is a read-only variable that returns the current UTC time, scaled down by 10,000,000 / 2^32 so that it can fit into a Var0-Z Macro Variable with a 32-bit integer and 32-bit fraction. After scaling back up, the value is the number of seconds since 1 January 1601, with a resolution of 1 msec. This is unlikely to be of much use by itself, but it is intended for timing macro code execution or other events.

For example, to time the execution of the WaitSecs command (or any other macro, loop, or string of commands), use:

    T=Time
    WaitSecs=1.000
    T=(Time - T)<<32 / 10M
    Msg=T + " seconds" 

Although the Time macro has lower resolution (1 msec) than the high-resolution {\b Timer} macro (1 microsecond) it has the advantage that since it uses absolute time, it can be applied across system restarts to measure very long durations.

Alternatively, you may use Time?S to obtain seconds since the most recent UTC midnight, or Time?s for seconds since local midnight. As with Time, these values have 1 msec resolution.

Time?S and Time?s are usually more convenient for things like the HMS Timer / Stopwatch / Alarm macro mini-app, since they don't require the <<32 / 10M scaling operation.

However, note that they can't be used for timing an event that crosses midnight. (UTC midnight for Time?S or local midnight for Time?s.)


See also High-Resolution Timer Macro, Timer Macros, Macro Overview

GO:

Questions? Comments? Contact us!

We respond to ALL inquiries, typically within 24 hrs.
INTERSTELLAR RESEARCH:
Over 35 Years of Innovative Instrumentation
© Copyright 2007 - 2023 by Interstellar Research
All rights reserved