Added missing </TR> fields

This commit is contained in:
MarkRivers
2008-01-10 21:28:19 +00:00
parent 6d92717bbd
commit 3b6041d465
+27 -3
View File
@@ -817,33 +817,43 @@ It takes the following macro parameters:
<TR>
<TH>Macro parameter</TH>
<TH>Description</TH>
</TR>
<TR>
<TD><CODE>$(P)</CODE></TD>
<TD>PV name prefix</TD></TR>
<TD>PV name prefix</TD>
</TR>
<TR>
<TD><CODE>$(R)</CODE></TD>
<TD>PV base record name</TD>
</TR>
<TR>
<TD><CODE>$(NAXES)</CODE></TD>
<TD>Number of axes to be used. 6 for our Newport diffractometers.</TD>
</TR>
<TR>
<TD><CODE>$(NELM)</CODE></TD>
<TD>Maximum trajectory elements</TD>
</TR>
<TR>
<TD><CODE>$(NPULSE)</CODE></TD>
<TD>Maximum number of output pulses</TD>
</TR>
<TR>
<TD><CODE>$(DONPV)</CODE></TD>
<TD>Name of PV to turn detector(s) on</TD>
</TR>
<TR>
<TD><CODE>$(DONV)</CODE></TD>
<TD>Value to write to PV to turn detector on</TD>
</TR>
<TR>
<TD><CODE>$(DOFFPV)</CODE></TD>
<TD>Name of PV to turn detector(s) off</TD>
</TR>
<TR>
<TD><CODE>$(DOFFV)</CODE></TD>
<TD>Value to write to PV to turn detector off</TD>
</TR>
</TBODY>
</TABLE>
@@ -862,18 +872,23 @@ The parameters are defined as follows:
<TR>
<TH>Macro parameter</TH>
<TH>Description</TH>
</TR>
<TR>
<TD><CODE>P</CODE></TD>
<TD>PV name prefix</TD></TR>
<TD>PV name prefix</TD>
</TR>
<TR>
<TD><CODE>R</CODE></TD>
<TD>PV base record name</TD>
</TR>
<TR>
<TD><CODE>M1-M8</CODE></TD>
<TD>EPICS motor record names for axes 1-8.</TD>
</TR>
<TR>
<TD><CODE>PORT</CODE></TD>
<TD>asyn port name for the RS-232 or GPIB port connected to the MM4005</TD>
</TR>
</TBODY>
</TABLE>
@@ -895,31 +910,40 @@ The parameters are defined as follows:
<TH>Description</TH>
<TR>
<TD><CODE>P</CODE></TD>
<TD>PV name prefix</TD></TR>
<TD>PV name prefix</TD>
</TR>
<TR>
<TD><CODE>R</CODE></TD>
<TD>PV base record name</TD>
</TR>
<TR>
<TD><CODE>IPADDR</CODE></TD>
<TD>IP address of the XPS. Can be an IP name if the IOC supports DNS.</TD>
</TR>
<TR>
<TD><CODE>PORT</CODE></TD>
<TD>IP port number that XPS uses for socket connections</TD>
</TR>
<TR>
<TD><CODE>USERNAME</CODE></TD>
<TD>The user name to use to login to XPS for FTP</TD>
</TR>
<TR>
<TD><CODE>PASSWORD</CODE></TD>
<TD>The password for the USERNAME account for FTP</TD>
</TR>
<TR>
<TD><CODE>M1-M8</CODE></TD>
<TD>EPICS motor record names for axes 1-8.</TD>
</TR>
<TR>
<TD><CODE>GROUP</CODE></TD>
<TD>The name of the MultiAxes group for the motors to be moved</TD>
</TR>
<TR>
<TD><CODE>P1-P8</CODE></TD>
<TD>XPS positioner names for axes 1-8 in this GROUP</TD>
</TR>
</TBODY>
</TABLE>