Updated documentation
Started FDA-104 - creating test ioc
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
# Overview
|
||||
Cdump enables users to record data via an ADC in a continuous way. Cdump requires a special IOC based configuration.
|
||||
|
||||
The basic setup and function of cdump is as follows:
|
||||
|
||||
```
|
||||
IOC
|
||||
[waveform (adcData)] < data
|
||||
[sampling rate (smplRate)] < set/control sampling rate of the controller
|
||||
[command (adcCmd)] < start stop acquisition process
|
||||
```
|
||||
|
||||
There are 3 channels on the IOC. One for the data, and 2 for controlling the acquisition.
|
||||
|
||||
|
||||
# Usage
|
||||
To start the cdump client use the provided `bin/cdump` executable.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user