Diff: ASimpleDriverExample

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
ScriptContext

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 8 and version 4:
Line 25 was replaced by line 25
- proc stdConfig::ls335 {} {
+ proc stdConfig::ls336 {} {
Removed line 45
-
Lines 106-108 were replaced by lines 105-107
- prop readcmd "SETP?1"
- prop readfmt "%g"
- prop writecmd "SETP 1,%g"
+ prop readcmd "SETP?1"
+ prop readfmt "%g"
+ prop writecmd "SETP 1,%g"
At line 114 added 14 lines.
+ !Is this all?
+
+ 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.

Back to ASimpleDriverExample, or to the Page History.