Skip to content

Commit a1f0742

Browse files
schuetzepaullhuth
authored andcommitted
README
1 parent ebda36a commit a1f0742

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

user/piStage/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ The producer has to be correctly initialized with the following parameters.
3636
- ```linStageTypeX``` Used stage for x-axis (M-521.DD1 or M-511.DD1).
3737
- ```linStageTypeY``` Used stage for y-axis (M-521.DD1 or M-511.DD1).
3838
- ```rotStageType``` Used stage for rotation (M-060.DG).
39-
The configuration file needs the following up to six elements
39+
The configuration file needs the following up to 12 elements
40+
- ```velocityX``` Velocity of x-axis
41+
- ```velocityY``` Velocity of y-axis
42+
- ```velocityRot``` Velocity of rot-axis
43+
- ```negativeLimitX``` Negative limit of the x-axis
44+
- ```positiveLimitX``` Positive limit of the x-axis
45+
- ```negativeLimitY``` Negative limit of the y-axis
46+
- ```positiveLimitY``` Positive limit of the y-axis
47+
- ```negativeLimitRot``` Negative limit of the rotation axis
48+
- ```positiveLimitRot``` Positive limit of the rotation axis
4049
- ```positionX```Desired new position for x-axis. If not defined, no movement can be done.
4150
- ```positionY```Desired new position for y-axis. If not defined, no movement can be done.
4251
- ```positionRot```Desired new position for rot-axis. If not defined, no movement can be done.

0 commit comments

Comments
 (0)