SolarOS 4.13.4 manual · command
daq
Print DAQ usage.
Usage
| Usage | Description | ||
|---|---|---|---|
daq help | Print DAQ usage. | ||
daq status | Show DAQ job status. | ||
daq streams | List stream IDs. | ||
| `daq start <file.csv> <stream...> [--rate seconds\ | --rate-ms ms]; daq start <stream...> <file.csv> [--rate seconds\ | --rate-ms ms]` | Start periodic CSV capture from one or more streams. |
| `daq start <file.csv> <stream> --changes [--append\ | --replace]` | Capture a scalar or event stream only when its value changes. | |
daq start <file.bin> <byte-or-audio-stream> --raw [--rate-ms ms] | Capture one byte or PCM audio stream without CSV framing. | ||
daq stop | Stop the active data-acquisition job. |