Readme changes
This commit is contained in:
@@ -327,16 +327,16 @@ Furthermore Urs Greuter wrote me the following as reference:
|
||||
|
||||
This is implemented by default, meaning it take the value in `uA` from HIPA and
|
||||
multiplies by a factor 100. The rate, `R1`, then has the unit `cts/sec` and the
|
||||
cumulative counter value has the unit `cts`.
|
||||
cumulative counter, `M1`, has the unit `cts`.
|
||||
|
||||
### Setup current based accumlation
|
||||
To use proton current instead of counts conversion, the following can be added before `daq_soft_proton.cmd` is ran.
|
||||
To use proton **current** instead of counts conversion, the following can be added before `daq_soft_proton.cmd` is ran.
|
||||
Naturally you are also able to set the cumulative counter EGU, in this example changed to `uC`.
|
||||
```
|
||||
epicsEnvSet(SCALE_FACTOR, 1)
|
||||
epicsEnvSet(RATE_EGU, "uA")
|
||||
epicsEnvSet(COUNTER_EGU, "uC")
|
||||
```
|
||||
This means that the unit of the cumulative counter value also has to be changed to `uC`.
|
||||
|
||||
### Example st.cmd declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user