From abe2116b12d0561e230fc21e6d4686b612e65a7f Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Fri, 24 Feb 2023 22:56:01 +0000 Subject: [PATCH] Minor changes to 5.9 --- 5-Add-virtual-motors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/5-Add-virtual-motors.md b/5-Add-virtual-motors.md index 7ac142f..cd24536 100644 --- a/5-Add-virtual-motors.md +++ b/5-Add-virtual-motors.md @@ -329,19 +329,20 @@ Follow the instructions in [step 3.4](3-Add-simulated-motors.md#34-launch-motor- ### 5.9 Run the IOC +Run the IOC in the terminal: ``` $ ./softioc/xxx.sh run ``` Scroll back until you see the error connecting to the virtual motor controller: - ``` drvAsynIPPortConfigure("VMC_ETH","127.0.0.1:33333", 0, 0, 0) 2023/01/12 14:38:30.980 VMC_ETH -1 autoConnect could not connect: Can't connect to 127.0.0.1:33333: Connection refused ``` +Try to move a motor <details> -<summary>Try to move a motor</summary> +<summary>result</summary> The move fails and the motor screen displays a controller error: -- GitLab