We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c773f commit 2c16743Copy full SHA for 2c16743
doc/Tools.md
@@ -38,8 +38,12 @@ To look at an IOC remotely, use SSH:
38
```
39
ssh [USERNAME]@[MACHINE] "c:\instrument\apps\epics\config_env.bat && console -M localhost [IOCNAME]"
40
41
-
42
-where username is the local user on the instrument PC (e.g. `spudulike`).
+or
+```
43
+ssh [USERNAME]@[MACHINE] "c:\instrument\apps\epics\scripts\console -M localhost [IOCNAME]"
44
45
+where `USERNAME` is the local user on the instrument PC (e.g. `spudulike`). As the second version does
46
+not run `config_env` it starts quicker but does not return to an epics term when you exit console
47
48
Key combos in the console:
49
0 commit comments