Update cdsFilt authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -28,6 +28,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th ...@@ -28,6 +28,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th
| `_SW1S` | The momentary _SW1/2 channels are not good for SDF management, because their state is not sticky. These _SW1/2***S*** versions are sticky and can also be used to command state changes for filter modules. This has the same bitmap as the [_SW1/2](cdsFilter*-Switch-(SW)-Settings) versions. | 16 Hz | | `_SW1S` | The momentary _SW1/2 channels are not good for SDF management, because their state is not sticky. These _SW1/2***S*** versions are sticky and can also be used to command state changes for filter modules. This has the same bitmap as the [_SW1/2](cdsFilter*-Switch-(SW)-Settings) versions. | 16 Hz |
| `_SW2S` | See function above. | 16 Hz | | `_SW2S` | See function above. | 16 Hz |
| `_Name00` - `_Name09` | The names of the individual filters, set when coefficients are loaded from the filter file. | 16 Hz | | `_Name00` - `_Name09` | The names of the individual filters, set when coefficients are loaded from the filter file. | 16 Hz |
| `_SWSTAT` | [See below](### DAQ Slow Channels) | 16 Hz |
### DAQ Capable Fast Channels ### DAQ Capable Fast Channels
DAQ channels are generated for each filter module, but need to be added to the DAQ channel list to be recorded by the DAQ. DAQ channels are generated for each filter module, but need to be added to the DAQ channel list to be recorded by the DAQ.
...@@ -43,9 +44,9 @@ You do this by adding the name of the channel (without the '_DQ' suffix) to a DA ...@@ -43,9 +44,9 @@ You do this by adding the name of the channel (without the '_DQ' suffix) to a DA
| `_IN2_DQ` | The latest value from the excitation input summed with the input to the filter. (IN2 on medm) | Full Model Rate, unless decimated in DAQ channel list | | `_IN2_DQ` | The latest value from the excitation input summed with the input to the filter. (IN2 on medm) | Full Model Rate, unless decimated in DAQ channel list |
| `_OUT_DQ` | The latest value of the filter, after all processing. (OUT on medm) | Full Model Rate, unless decimated in DAQ channel list | | `_OUT_DQ` | The latest value of the filter, after all processing. (OUT on medm) | Full Model Rate, unless decimated in DAQ channel list |
### DAQ Slow Channel ### DAQ Slow Channels
The `_SWSTAT` channel is an attempt to consolidate relevant information for storage in a DAQ data channel. The `_SWSTAT` channel is an attempt to consolidate relevant information for storage in a DAQ data channel.
![image](uploads/01bcbbc15c30557dc1b554983ffb599e/image.png) ![image](uploads/cbae8617b0e977f127b97e9bdd384de2/image.png)
## cdsFilt ## cdsFilt
> ![image](uploads/ee62f8c4c1e67cc7f1a5afa094489300/image.png) > ![image](uploads/ee62f8c4c1e67cc7f1a5afa094489300/image.png)
... ...
......