From d12c5ab7a98aa9fbb8d225e1b92ba48d5b23ecfa Mon Sep 17 00:00:00 2001 From: Carlos Doro Neto <carlos.neto@ess.eu> Date: Wed, 8 Feb 2023 09:41:43 +0100 Subject: [PATCH] WS: Improve text for limit switches direction --- 99-Shared/adsis8300ws/motion/ecmcOneAxisEngineering.bob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/99-Shared/adsis8300ws/motion/ecmcOneAxisEngineering.bob b/99-Shared/adsis8300ws/motion/ecmcOneAxisEngineering.bob index ca0f4fc..29417f4 100644 --- a/99-Shared/adsis8300ws/motion/ecmcOneAxisEngineering.bob +++ b/99-Shared/adsis8300ws/motion/ecmcOneAxisEngineering.bob @@ -1141,14 +1141,14 @@ </widget> <widget type="label" version="2.0.0"> <name>HLS</name> - <text>High Limit Switch</text> + <text>Inserted (High LS)</text> <x>290</x> <y>20</y> <width>126</width> </widget> <widget type="label" version="2.0.0"> <name>LLS</name> - <text>Low Limit Switch</text> + <text>Extracted (Low LS)</text> <x>290</x> <y>50</y> <width>126</width> -- GitLab