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
33
33
console -M localhost -x
34
34
```
35
35
36
- To look at an IOC remotely
36
+ To look at an IOC remotely, use SSH:
37
37
38
38
```
39
- console -M [MACHINE_NAME] -l [USERNAME] [IOCNAME]
39
+ ssh [USERNAME]@[MACHINE] "c:\instrument\apps\epics\config_env.bat && console -M localhost [IOCNAME]"
40
40
```
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
43
47
44
48
Key combos in the console:
45
49
You can’t perform that action at this time.
0 commit comments