Added Archive_Enable PV

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
Bernardo Carvalho
2024-10-08 09:26:26 +00:00
parent 4d9ceb2fd5
commit fd58fab8e9
2 changed files with 7 additions and 1 deletions

View File

@@ -62,6 +62,12 @@ record(mbbo, "$(P)$(R)LASTOPSTATE") {
# field(VAL, "0")
}
record(calc, "$(P)$(R)Archive-Enable") {
field(DESC, "CSS Archive Enable")
field(CALC,"A==0?0:1")
field(SCAN,"1 second")
field(INPA,"$(P)$(R)OPSTATE.VAL NPP NMS")
}
# record for bit leds
record(calc, "$(P)$(R)OPCALCSTATE") {
field(DESC, "Pulse Calculated State")