Diff: ScriptContext

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
NewFeaturesInSICS

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 16 and version 9:
Lines 5-9 were replaced by lines 5-7
- of configuration and action scripts.
- The action scripts are called from the ScriptContext system
- with in a certain context: a sics hipadaba node and a
- controller object. The access to the context is implemented
- with the {{sct}} command.
+ of initialization and action scripts. The action scripts
+ are called from the ScriptContext system within a certain
+ context: a sics hipadaba node and a controller object.
Line 11 was replaced by line 9
- !Initialization Script
+ !Tutorial
Lines 13-14 were replaced by line 11
- The scripts should be placed in a
- file with a path {{~/sea/tcl/drivers/<driver-name>.tcl}}
+ * [A simple driver example]
Lines 16-18 were replaced by lines 13-16
- If different drivers share common code, the common code may
- be placed in {{~/sea/tcl/common/}}. The individual drivers
- may then contain only an appropriate {{source}} command.
+ !Reference
+
+ * [initialization commands|StdSctInitCmds]
+ * [standard action scripts]
Removed lines 20-21
- The initialization script must have the name
- {{stdConfig::<driver-name>}}.
Removed lines 23-35
- ''Example initializtion script''
- {{{
- controller std sendterminator=\r timeout=5
- controllerDesc "LakeShore 336 controller"
- prop startcmd "*IDN?"
-
- obj LS336 rd
-
- }}}
-
- The first command to be called is {{[controller|SeaController]}}:
- As terminator for commands CR is used, and a timeout of 5 sec is
- specified.
At line 36 added 1 line.
+ ----
At line 37 added 5 lines.
+ to be done
+
+ If different drivers share common code, the common code may
+ be placed in {{~/sea/tcl/common/}}. The individual drivers
+ may then contain only an appropriate {{source}} command.

Back to ScriptContext, or to the Page History.