37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>XYTable</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>XYTable</H1>
|
|
<P>
|
|
XYTable is a class which maintains a list of X-Y values. These can be plotted
|
|
in the VarWatch SICS client by configuring it with a special command. Before
|
|
you may use an XYTable object it had to be installed into the system by
|
|
you friendly SICS administrator. For this documentation it is assumed that
|
|
this has happened and a XYTable object is available in the system under
|
|
the name <b>ixi</b>. How to configure a XYTable object can be learnt from
|
|
the SICS managers documentation.
|
|
</P>
|
|
<p>
|
|
Interaction with the XYTable object happens through the following commands:
|
|
<dL>
|
|
<dt>ixi clear
|
|
<dd>clears all entries in the x-y table.
|
|
<dt>ixi list
|
|
<dd>lists the entries in the x-y table on the screen.
|
|
<dt>ixi write filename
|
|
<dd>writes the x-y list to the disk file filename. This file resides on the
|
|
machine running the SICS server.
|
|
<dt>ixi uuget
|
|
<dd>sends the x-y list in an uuencoded format. This is the command to give
|
|
to the VarWatch SICS client in order to make it display the x-y list.
|
|
<dt>ixi add x y
|
|
<dd>creates a new x-y list entry with the values x and y.
|
|
<dd>
|
|
</dl>
|
|
</p>
|
|
|
|
</BODY>
|
|
</HTML>
|