File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ Try the following:
290
290
291
291
cd /epics/ioc
292
292
rm -r config
293
- ln -s /repos/bl02t /iocs/bl02t -ea-ioc-02/config .
293
+ ln -s /repos/bl01t /iocs/bl01t -ea-ioc-02/config .
294
294
# check the ln worked
295
295
ls -l config
296
296
./start.sh
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Make the following changes in your test IOC config folder
31
31
32
32
.. code-block :: text
33
33
34
- record(ai, "BL02T -EA-IOC-01 :TEST") {
34
+ record(ai, "BL01T -EA-IOC-02 :TEST") {
35
35
field(DESC, "Test record")
36
36
field(DTYP, "Soft Channel")
37
37
field(SCAN, "Passive")
@@ -67,7 +67,7 @@ from another terminal (VSCode menus -> Terminal -> New Terminal) like so:
67
67
68
68
.. code-block :: bash
69
69
70
- caget BL02T -EA-IOC-02:TEST
70
+ caget BL01T -EA-IOC-02:TEST
71
71
72
72
If you see the value 1 then your change is working.
73
73
You can’t perform that action at this time.
0 commit comments