- Added tabledrive: table driven path for MARS

- Initial MARS development
- Upgraded Manager Manual


SKIPPED:
	psi/make_gen
	psi/psi.c
	psi/tabledrive.c
	psi/tabledrive.h
	psi/tabledrive.w
	psi/utils/SerPortServer.c
This commit is contained in:
koennecke
2005-07-22 14:56:18 +00:00
parent d96fb7377d
commit 76abbe1042
39 changed files with 1822 additions and 672 deletions

31
doc/user/autosms.htm Normal file
View File

@ -0,0 +1,31 @@
<HTML>
<HEAD>
<TITLE>Automatic SMS Notification</TITLE>
</HEAD>
<BODY>
<H1>Automatic SMS Notification</H1>
<P>
On some instruments an automatic notification system is installed which
can be configured to send an SMS when the instrument is stopped. An
instrument is considered stopped when there has been no counting or driving
activity for a configurable amount of time and there is beam at SINQ. This
system can be controlled with the follwoing commands:
<dl>
<dt>autosms
<dd>Shows if the autosms system is enabled or disabled
<dt>autosms on | off
<dd>Switches automatic notfications on or off.
<dt>autosms number [val]
<dd>Without a parameter, displays the telphone number for the SMS, with a parameter
configures the telephone number. Telephone numbers must be all numbers without
hyphens or anything else.
<dt>autosms maxidle [val]
<dd>Without a parameter, queries the idle time before a SMS is sent. With a
parameter sets a new value for the inactivity period which triggers a message.
</dl>
Please use the configurable settle time with environment controllers such as
temperature controllers in order to avoid false messages while waiting for the
temperature to settle.
</P>
</BODY>
</HTML>

24
doc/user/sinq.htm Normal file
View File

@ -0,0 +1,24 @@
<HTML>
<HEAD>
<TITLE>The Sinq Module</TITLE>
</HEAD>
<BODY>
<H1>The SINQ Module</H1>
<P>
On some instruments a module is installed which listens to the broadcast messages
of the accelerator division. This gives information about the rinag and sinq status.
The following commands are recognized:
<dl>
<dt>sinq
<dd>Prints the last full text ring status message. Please note that this may be
empty for some minutes right after a restart of SICS.
<dT>sinq beam
<dd>Returns the current beam on SINQ
<dt>sinq beamavg
<dd>Returns the average beam on SINQ as measured the last 5 minutes.
<dt>sinq ring
<dd>Returns the acclerator ring current.
</dl>
</P>
</BODY>
</HTML>

View File

@ -72,5 +72,9 @@ when useless data files have been created during tests. As this is
critical command in normal user operations, this command requires
managers privilege.
</p>
<p>
<b>sicsidle</b> prints the number of seconds since the last invocation of a counting
or driving operation. Used in scripts.
</p>
</body>
</html>