ET_CamMode - General Information
Type: |
Enumeration type |
Available as of: |
V1.0.0.0 |
Behavior of a cam when reaching the minimum or maximum value of the logical master position
Name |
Value |
Description |
---|---|---|
Endless |
0 |
The logical master position and the position of the slave axis are automatically reset by one period upon reaching the end position ST_Cam.lrXEnd. The cam is not canceled. When reaching the start position ST_Cam.lrXStart, the logical master position and the slave axis position are set forward by one period. The cam is not canceled. |
NoLimit |
1 |
This has no influence on the logical master position and the slave position. |
HighLimit |
2 |
The cam is canceled upon reaching ST_Cam.lrXEnd. |
LowLimit |
3 |
The cam is canceled upon reaching ST_Cam.lrXStart. |
BothLimits |
4 |
The cam is canceled upon reaching ST_Cam.lrXEnd or ST_Cam.lrXStart. |