Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df4f140c12 | |||
| 872f21d9bc | |||
| 9958ef428b |
@@ -7,6 +7,10 @@ SINQ.
|
|||||||
This supports the older 4 and 8 channel EL737 models and the new 10CH 2nd
|
This supports the older 4 and 8 channel EL737 models and the new 10CH 2nd
|
||||||
generation systems.
|
generation systems.
|
||||||
|
|
||||||
|
**Note:** the epics side of this interface is also implemented/shared by the
|
||||||
|
[StreamGenerator](https://gitea.psi.ch/lin-epics-modules/StreamGenerator)
|
||||||
|
module.
|
||||||
|
|
||||||
## How to Use
|
## How to Use
|
||||||
|
|
||||||
Unless a custom database is needed, a device can be configure simply by setting
|
Unless a custom database is needed, a device can be configure simply by setting
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)")
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Read all monitors values
|
# Read all monitors values
|
||||||
|
|
||||||
record(longin, "$(INSTR)$(NAME):M$(CHANNEL)")
|
record(int64in, "$(INSTR)$(NAME):M$(CHANNEL)")
|
||||||
{
|
{
|
||||||
field(DESC, "DAQ CH$(CHANNEL)")
|
field(DESC, "DAQ CH$(CHANNEL)")
|
||||||
field(EGU, "cts")
|
field(EGU, "cts")
|
||||||
|
|||||||
Reference in New Issue
Block a user