diff --git a/documentation/trajectoryScan.html b/documentation/trajectoryScan.html
index 8213e5d2..6b68db24 100644
--- a/documentation/trajectoryScan.html
+++ b/documentation/trajectoryScan.html
@@ -817,33 +817,43 @@ It takes the following macro parameters:
| Macro parameter |
Description |
+
$(P) |
- PV name prefix |
+ PV name prefix |
+
$(R) |
PV base record name |
+
$(NAXES) |
Number of axes to be used. 6 for our Newport diffractometers. |
+
$(NELM) |
Maximum trajectory elements |
+
$(NPULSE) |
Maximum number of output pulses |
+
$(DONPV) |
Name of PV to turn detector(s) on |
+
$(DONV) |
Value to write to PV to turn detector on |
+
$(DOFFPV) |
Name of PV to turn detector(s) off |
+
$(DOFFV) |
Value to write to PV to turn detector off |
+
@@ -862,18 +872,23 @@ The parameters are defined as follows:
| Macro parameter |
Description |
+
P |
- PV name prefix |
+ PV name prefix |
+
R |
PV base record name |
+
M1-M8 |
EPICS motor record names for axes 1-8. |
+
PORT |
asyn port name for the RS-232 or GPIB port connected to the MM4005 |
+
@@ -895,31 +910,40 @@ The parameters are defined as follows:
Description |
P |
- PV name prefix |
+ PV name prefix |
+
R |
PV base record name |
+
IPADDR |
IP address of the XPS. Can be an IP name if the IOC supports DNS. |
+
PORT |
IP port number that XPS uses for socket connections |
+
USERNAME |
The user name to use to login to XPS for FTP |
+
PASSWORD |
The password for the USERNAME account for FTP |
+
M1-M8 |
EPICS motor record names for axes 1-8. |
+
GROUP |
The name of the MultiAxes group for the motors to be moved |
+
P1-P8 |
XPS positioner names for axes 1-8 in this GROUP |
+