From 7970b9880603060c6671bd21b4a7764f6561ce7a Mon Sep 17 00:00:00 2001 From: Hinko Kocevar <hinko.kocevar@esss.se> Date: Fri, 15 Feb 2019 10:40:19 +0100 Subject: [PATCH] Fix bug in PV name, fix text --- .../lebt-010-pbi-fc-001/fc_operator.bob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob index 44553a18..4bb4ad31 100644 --- a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob +++ b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob @@ -635,7 +635,7 @@ </widget> <widget type="led" version="2.0.0"> <name>motionMovePermitLED</name> - <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name> + <pv_name>$(MCU)MovePermitR</pv_name> <x>140</x> <y>10</y> <off_color> @@ -675,7 +675,7 @@ <widget type="label" version="2.0.0"> <name>motionInsertedCaption</name> <class>CAPTION</class> - <text>Inserted:</text> + <text>Position:</text> <x>370</x> <y>10</y> <width>120</width> -- GitLab