Skip to content

Commit 2c16743

Browse files
Update Tools.md
1 parent 18c773f commit 2c16743

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/Tools.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ To look at an IOC remotely, use SSH:
3838
```
3939
ssh [USERNAME]@[MACHINE] "c:\instrument\apps\epics\config_env.bat && console -M localhost [IOCNAME]"
4040
```
41-
42-
where username is the local user on the instrument PC (e.g. `spudulike`).
41+
or
42+
```
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
4347

4448
Key combos in the console:
4549

0 commit comments

Comments
 (0)