From c64c85eaccf141f6d5258da239a14f90b087be7d Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Fri, 24 Feb 2023 22:37:52 +0000
Subject: [PATCH] Added a step to move motors

---
 3-Add-simulated-motors.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md
index bdd4ba1..6a7e1bc 100644
--- a/3-Add-simulated-motors.md
+++ b/3-Add-simulated-motors.md
@@ -241,11 +241,15 @@ This launches **motorx_all.ui**:
 
 ![screenshot of motorx_all.ui](images/motorx_all.png)
 
-### 3.5 Remove simulated motors
+### 3.5 Move motors
+
+Move motors using the caQtDM screens.
+
+### 3.6 Remove simulated motors
 
 Simulated motors behave like real motors, but they don't **misbehave** like real motors, so we'll remove them for now.
 
-#### 3.5.1 Stop the IOC
+#### 3.6.1 Stop the IOC
 
 ```
 $ ./softioc/xxx.sh stop
@@ -258,7 +262,7 @@ Stopping xxx (pid=1914250)
 ```
 </details>
 
-#### 3.5.2 Edit iocsh/motor.iocsh
+#### 3.6.2 Edit iocsh/motor.iocsh
 
 ```
 $ gedit iocsh/motor.iocsh &
@@ -292,7 +296,7 @@ index 273bea4..ce924c3 100644
 ```
 </details>
 
-#### 3.5.3 Run the IOC
+#### 3.6.3 Run the IOC
 
 We run the IOC at this point to confirm the simulated motors have been removed.
 
-- 
GitLab