Readme changes
Example Action / Lint (push) Successful in 3s
Example Action / BuildAndTest (push) Failing after 10s

This commit is contained in:
2026-03-02 14:08:19 +01:00
parent 37b1e4b593
commit 1737f0a063
+3 -3
View File
@@ -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