aktualisierte Hardware(terminal server), kursive bzw. fett gedruckte Schreibweise
Beispiele
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
<body>
|
||||
<h2>System Commands</h2>
|
||||
<p>
|
||||
<b> Sics_Exitus </b>. A single word commands which shuts the server down. Only Managers may use this command.</p>
|
||||
<b> sics_exitus </b>. A single word commands which shuts the server down. Only managers may use this command.</p>
|
||||
<p>
|
||||
<b> wait time </b> waits time seconds before the next command is executed. This does not stop other clients from issuing commands.</p>
|
||||
<b> wait <i>time</i> </b> waits time seconds before the next command is executed. This does not stop other clients from issuing commands.</p>
|
||||
<p>
|
||||
<b> ResetServer </b> resets the server after an interrupt.</p>
|
||||
<b> resetserver </b> resets the server after an interrupt.</p>
|
||||
<p>
|
||||
<b> Dir </b> a single word command which lists all objects available in the SICS system in its current configuration.</p>
|
||||
<b> dir </b> a single word command which lists all objects available in the SICS system in its current configuration.</p>
|
||||
<p>
|
||||
<b> status </b> A single word command which makes SICS print its current
|
||||
status. Possible return values can be:
|
||||
@@ -24,7 +24,7 @@ server. This command is primarily of interest for status display client
|
||||
implementors.
|
||||
</p>
|
||||
<p>
|
||||
<b>backup file</b> saves the current values of SICS variables and selected
|
||||
<b>backup <i>[file]</i></b> saves the current values of SICS variables and selected
|
||||
motor and device parameters to the disk file specified as
|
||||
parameter. If no file parameter is given the data is written to the
|
||||
system default status backup file.
|
||||
@@ -34,13 +34,13 @@ implementors.
|
||||
path of the SICS server. This is usually /home/INSTRUMENT/bin.
|
||||
</p>
|
||||
<p>
|
||||
<b>backup motSave</b> toggles a flag which controls saving of motor
|
||||
<b>backup motsave</b> toggles a flag which controls saving of motor
|
||||
positions. If this flag is set, commands for driving motors to the
|
||||
current positions are included in the backup file. This is useful
|
||||
for instruments with slipping motors.
|
||||
</p>
|
||||
<p>
|
||||
<b>restore file</b> reads a file produced by the backup command described
|
||||
<b>restore <i>[file]</i></b> reads a file produced by the backup command described
|
||||
above and restores SICS to the state it was in when the status was saved with
|
||||
backup. If no file argument is given the system default file gets
|
||||
read.
|
||||
|
||||
Reference in New Issue
Block a user