File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,17 @@ The IOCs available can be listed using
3333console -M localhost -x
3434```
3535
36- To look at an IOC remotely
36+ To look at an IOC remotely, use SSH:
3737
3838```
39- console -M [MACHINE_NAME] -l [USERNAME] [IOCNAME]
39+ 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
4448Key combos in the console:
4549
You can’t perform that action at this time.
0 commit comments