From e374f7d01e4f32d643cc9610ad57214f770da4e7 Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Mon, 27 Feb 2023 20:08:06 +0000 Subject: [PATCH] Added 3.6.4 Stop the IOC --- 3-Add-simulated-motors.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md index 3c34d19..add397f 100644 --- a/3-Add-simulated-motors.md +++ b/3-Add-simulated-motors.md @@ -324,6 +324,19 @@ $ ./softioc/xxx.sh run Things to do: * see dbFindRecord messages at init + + +### 3.6.4 Stop the IOC + +Exit the IOC from the IOC shell: + +``` +kmp> exit +``` + +Note: typing `ctrl+c` will also stop the IOC. + +Things to do: * see no motor references in autosave/built_*.req ## [4 Deploy the motorVMC (Virtual Motor Controller) module](4-Deploy-motorVMC.md) -- GitLab