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 da7e967 commit 18c773fCopy full SHA for 18c773f
doc/Tools.md
@@ -33,10 +33,10 @@ The IOCs available can be listed using
33
console -M localhost -x
34
```
35
36
-To look at an IOC remotely
+To look at an IOC remotely, use SSH:
37
38
39
-console -M [MACHINE_NAME] -l [USERNAME] [IOCNAME]
+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`).
0 commit comments