diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md index 3c34d194ce57add4c798dfa9749315d26f825a53..add397f9bce9ecbc16c1716bd546153518bbb36d 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)