Skip to content
Snippets Groups Projects
Commit abe2116b authored by kpetersn's avatar kpetersn
Browse files

Minor changes to 5.9

parent 65a90926
No related branches found
No related tags found
No related merge requests found
...@@ -329,19 +329,20 @@ Follow the instructions in [step 3.4](3-Add-simulated-motors.md#34-launch-motor- ...@@ -329,19 +329,20 @@ Follow the instructions in [step 3.4](3-Add-simulated-motors.md#34-launch-motor-
### 5.9 Run the IOC ### 5.9 Run the IOC
Run the IOC in the terminal:
``` ```
$ ./softioc/xxx.sh run $ ./softioc/xxx.sh run
``` ```
Scroll back until you see the error connecting to the virtual motor controller: Scroll back until you see the error connecting to the virtual motor controller:
``` ```
drvAsynIPPortConfigure("VMC_ETH","127.0.0.1:33333", 0, 0, 0) 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 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> <details>
<summary>Try to move a motor</summary> <summary>result</summary>
The move fails and the motor screen displays a controller error: The move fails and the motor screen displays a controller error:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment