From 702b2cc81bd5b46740cc0e86ef99019ec30e64b0 Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Thu, 15 Aug 2024 16:47:57 +0100 Subject: [PATCH] Rename LowClip and HighClip (and RBVs) to LowClipThresh and HighClipThresh in NDProcess.edl --- ADApp/op/edl/NDProcess.edl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ADApp/op/edl/NDProcess.edl b/ADApp/op/edl/NDProcess.edl index 96d81826f..25a8872da 100644 --- a/ADApp/op/edl/NDProcess.edl +++ b/ADApp/op/edl/NDProcess.edl @@ -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 @@ -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 @@ -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 @@ -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