... | @@ -6,6 +6,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
... | @@ -6,6 +6,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
|
### Writable EPICS Configuration
|
|
### Writable EPICS Configuration
|
|
|
|
|
|
| Channel Suffix | Function | Separate Enable/Disable Bit |
|
|
| Channel Suffix | Function | Separate Enable/Disable Bit |
|
|
|
|
| ----------- | ------------------------------------------- | ---- |
|
|
| `_OFFSET` | An offset that will be added to the sum of the input and excitation in the module.. | Yes |
|
|
| `_OFFSET` | An offset that will be added to the sum of the input and excitation in the module.. | Yes |
|
|
| `_GAIN` | A value that will be multiplied but the output of the 10 filters in the module. | No |
|
|
| `_GAIN` | A value that will be multiplied but the output of the 10 filters in the module. | No |
|
|
| `_TRAMP` | The time (in seconds) that the module will ramp its output over. TODO: on a new config? | No |
|
|
| `_TRAMP` | The time (in seconds) that the module will ramp its output over. TODO: on a new config? | No |
|
... | @@ -17,7 +18,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
... | @@ -17,7 +18,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
|
|
|
|
|
### Read Only EPICS Configuration
|
|
### Read Only EPICS Configuration
|
|
| Channel Suffix | Function | Sample Rate |
|
|
| Channel Suffix | Function | Sample Rate |
|
|
| ----------- | ------------------------------------------- |
|
|
| ----------- | ------------------------------------------- | ---- |
|
|
| `_INMON` | The latest value inputted to the module. (In1 on medm) | 16 Hz |
|
|
| `_INMON` | The latest value inputted to the module. (In1 on medm) | 16 Hz |
|
|
| `_EXCMON` | The latest value from the excitation input to the filter. (EXC on medm) | 16 Hz |
|
|
| `_EXCMON` | The latest value from the excitation input to the filter. (EXC on medm) | 16 Hz |
|
|
| `_OUTMON` | The latest value of the filter, after all processing. (OUT on medm) | 16 Hz |
|
|
| `_OUTMON` | The latest value of the filter, after all processing. (OUT on medm) | 16 Hz |
|
... | | ... | |