3 Commits

Author SHA1 Message Date
df4f140c12 adds link to sister-module
Some checks failed
Example Action / Lint (push) Successful in 2s
Example Action / BuildAndTest (push) Failing after 9s
2025-11-20 15:39:16 +01:00
872f21d9bc Merge pull request 'Monitor channels, change record type to int64in' (#4) from 64bit_monitors into master
Some checks failed
Example Action / Lint (push) Successful in 2s
Example Action / BuildAndTest (push) Failing after 9s
Reviewed-on: #4
2025-11-17 10:54:03 +01:00
9958ef428b Monitor channels, change record type to int64in
Some checks failed
Example Action / Lint (push) Successful in 8s
Example Action / BuildAndTest (push) Failing after 15s
2025-11-17 09:54:34 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ SINQ.
This supports the older 4 and 8 channel EL737 models and the new 10CH 2nd
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
Unless a custom database is needed, a device can be configure simply by setting

View File

@@ -94,7 +94,7 @@ record(ao,"$(INSTR)$(NAME):THRESH$(CHANNEL)")
################################################################################
# Read all monitors values
record(longin, "$(INSTR)$(NAME):M$(CHANNEL)")
record(int64in, "$(INSTR)$(NAME):M$(CHANNEL)")
{
field(DESC, "DAQ CH$(CHANNEL)")
field(EGU, "cts")