From 8ed5357d0aaecafae3c40d136709fbd45cebaa55 Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Wed, 1 Mar 2023 21:33:46 +0000
Subject: [PATCH] Added step 6.15: confirm the communication problem is solved.
  Also added a missing 'exit' that was needed in 6.14.

---
 6-asyn-troubleshooting.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/6-asyn-troubleshooting.md b/6-asyn-troubleshooting.md
index 0ce0e25..11fc0b3 100644
--- a/6-asyn-troubleshooting.md
+++ b/6-asyn-troubleshooting.md
@@ -252,9 +252,10 @@ When the position is queried manually, the I/O status and severity return to `NO
 
 ### 6.14 Solve the communication problem
 
-IOC's configuration needs to be modified so the change to the input terminator persists across IOC restarts.
+IOC's configuration needs to be modified so the change to the input terminator persists across IOC restarts.  Stop the IOC to get the command prompt back.
 
 ```
+kmp> exit
 $ gedit iocsh/vmc.cmd &
 ```
 
@@ -282,4 +283,14 @@ index 3754207..b39d863 100644
 ```
 </details>
 
+### 6.15 Confirm the communication problem is solved
+
+Restart the IOC:
+
+```
+$ ./softioc/xxx.sh run
+```
+
+Move the motor and confirm there isn't a controller error.
+
 ## [The End](README.md)
-- 
GitLab