added clearing functionality

This commit is contained in:
2024-11-15 18:14:08 +01:00
parent 92fb7aa7ca
commit bdc8b49716
2 changed files with 19 additions and 0 deletions

View File

@ -23,6 +23,12 @@ record(bi, "$(SYSTEM):REMOVE") {
field(ONAM, "proc")
}
record(bi, "$(SYSTEM):CLEAR") {
field(DESC, "Remove all currently defined PVs")
field(ZNAM, "idle")
field(ONAM, "proc")
}
record(waveform, "$(SYSTEM):LIST") {
field(DESC, "List of currently defined PVs")
field(FTVL, "CHAR")