Merge branch 'ICSHWI-1929-fix-evr-properties' into 'master'
ICSHWI-19294: Update EVR property names Closes ICSHWI-19294 See merge request epics-modules/adorca!24
This commit is contained in:
@@ -114,7 +114,7 @@ record(calcout, "$(P)$(R)#EVRAcquireTime-S") {
|
||||
field(CALC, "A=0?B:A*B")
|
||||
field(INPA, "$(P)$(R)AcquirePeriod_RBV")
|
||||
field(INPB, "88052500")
|
||||
field(OUT, "$(EVR):PS-1-Div-SP PP")
|
||||
field(OUT, "$(EVR):PS1Div-SP PP")
|
||||
}
|
||||
|
||||
record(stringin, "$(P)$(R)#EVRTimeProc") {
|
||||
@@ -148,18 +148,18 @@ record(seq, "$(P)$(R)#SoftSeqDisable") {
|
||||
field(SELM, "All")
|
||||
# Disable sequencer 0
|
||||
field(DOL1, "1")
|
||||
field(LNK1, "$(EVR):SoftSeq-0-Disable-Cmd CP")
|
||||
field(LNK1, "$(EVR):SoftSeq0Disable-Cmd CP")
|
||||
}
|
||||
|
||||
record(seq, "$(P)$(R)#SoftSeqEnable") {
|
||||
field(SELM, "All")
|
||||
# reset prescaler
|
||||
field(DOL1, "123")
|
||||
field(LNK1, "$(EVR):Evt-ResetPS-SP PP")
|
||||
field(LNK1, "$(EVR):EvtResetPS-SP PP")
|
||||
field(DOL2, "123")
|
||||
field(LNK2, "$(EVR):EvtCode-SP PP")
|
||||
# Enable sequencer 0
|
||||
field(LNK3, "$(EVR):SoftSeq-0-Enable-Cmd.PROC PP")
|
||||
field(LNK3, "$(EVR):SoftSeq0Enable-Cmd.PROC PP")
|
||||
}
|
||||
|
||||
record(longin, "$(P)$(R)#AcquireCtrl") {
|
||||
@@ -224,7 +224,7 @@ record(calcout, "$(P)$(R)#StopAfterAcq0") {
|
||||
record(longin, "$(P)$(R)#Cycle-Cnt") {
|
||||
field(DESC, "Cycle Counter")
|
||||
field(SCAN, "Passive")
|
||||
field(INP, "$(EVR):SoftSeq-0-NumOfStarts-I CPP")
|
||||
field(INP, "$(EVR):SoftSeq0NumOfStarts-I CPP")
|
||||
field(FLNK, "$(P)$(R)#CountSeq")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user