At line 114 added 1 line. |
+ !Is this all? |
At line 115 added 13 lines. |
+ We have not yet explained how the host and port of the connection |
+ is specified. This is done by the following command: |
+ |
+ {{{ |
+ cfgenv tem psts231.psi.ch:3006 |
+ }}} |
+ |
+ In this command we tell the system to use host {{psts231}} and |
+ port 3006 for connecting a device called tem. This information |
+ is persistent in the SeaServer of the instrument. It should not |
+ be used in any script or configuration file, as these are shared |
+ by the different instruments. |
+ |