Skip to content

Commit

Permalink
Merge pull request #509 from OCopping/rename-low-and-high-clip-edl
Browse files Browse the repository at this point in the history
Rename LowClip and HighClip in NDProcess.edl
  • Loading branch information
MarkRivers authored Aug 16, 2024
2 parents 621d7d8 + 702b2cc commit 7debeba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ADApp/op/edl/NDProcess.edl
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ x 315
y 555
w 65
h 20
controlPv "$(P)$(R)LowClip_RBV"
controlPv "$(P)$(R)LowClipThresh_RBV"
fgColor index 16
fgAlarm
bgColor index 10
Expand All @@ -528,7 +528,7 @@ x 245
y 555
w 65
h 20
controlPv "$(P)$(R)LowClip"
controlPv "$(P)$(R)LowClipThresh"
fgColor index 25
fgAlarm
bgColor index 3
Expand Down Expand Up @@ -565,7 +565,7 @@ x 315
y 580
w 65
h 20
controlPv "$(P)$(R)HighClip_RBV"
controlPv "$(P)$(R)HighClipThresh_RBV"
fgColor index 16
fgAlarm
bgColor index 10
Expand All @@ -584,7 +584,7 @@ x 245
y 580
w 65
h 20
controlPv "$(P)$(R)HighClip"
controlPv "$(P)$(R)HighClipThresh"
fgColor index 25
fgAlarm
bgColor index 3
Expand Down

0 comments on commit 7debeba

Please sign in to comment.